*{
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: "YekanBakh";
    src: url("fonts/YekanBakhFaNum-VF.woff");
    src: url("fonts/YekanBakhFaNum-VF.woff2");
}
body{
    direction: rtl;
    font-size: 14px;
    text-align: right;
    color: #303030;
    font-family: 'YekanBakh',sans-serif;
    font-weight: 400;
}
a{
    text-decoration: none;
    color: #303030;
}
input{
    font-family: YekanBakh;
}
button{
    font-family: YekanBakh;
}
li{
    list-style: none;
}

img{
    max-width: 100%;
    height: auto;
}
.container{
    width: 1440px;
    margin: auto;
}
.center {
    justify-content: center;
    align-items: center;
}
/* کادر هدر اصلی */
.hero-header{
    box-shadow: 0 4px 10px 0 #0000000D;
    border-radius: 0 0 15px 15px;
}

/*قسمت بالایی هدر*/
.top-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #7e7e7e;
    padding: 7px 20px;
    font-size: 13px;
    font-weight: 350;
}
.top-header .left .phone-support{
    color: #8576ff;
    margin: 20px 20px 20px 0;
    font-weight: 450;
}
.top-header .left .phone-support i{
    font-size: 18px;
    margin: 6px 6px 6px 0;
}

/*قسمت میانی هدر*/
.main-header{
    margin-top:15px ;
    padding: 0 20px 15px;
    display: flex;
    justify-content: space-between;
}
.main-header .right{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-header .right .logo{
    display: flex;
}
.main-header .right .logo a{
    display: flex;
}
.main-header .right .logo a img{

}
.main-header .left{
    display: flex;
    align-items: center;
    gap: 10px;
}
.main-header .left .chart-btn-header{
    background-color: #5A49DD;
    border-radius: 7px;
}
.main-header .left .chart-btn-header a {
    color: #f7f7f7;
    text-decoration: none;
    padding: 10px;
    font-family: YekanBakh, sans-serif;
    font-weight: 450;
    font-size: 20px;
    display: flex;
}
.main-header .left .search-btn-header{
    background-color: transparent;
    border: 1px solid #7e7e7e;
    border-radius: 7px;
}
.main-header .left .search-btn-header a{
    display: flex;
    color: #303030;
    text-decoration: none;
    padding: 10px;
    font-family: YekanBakh,sans-serif;
    font-weight: 450;
}
.main-header .left .search-btn-header a i{
    font-size: 20px;
}

/*استایل های منو*/
.menu{
    display: flex;
    align-items: flex-end;
}
.main-header .hero-menu{
    display: flex;
}
.main-header .mega-menu{
    cursor: pointer;
    border-left: 1px solid #e4e5ff;
    padding-left: 20px;
    margin-left: 10px;
    background: #8576FF;
    color: #FFFFFF;
    padding: 10px;
    border-radius: 7px;
}
.main-header .mega-menu .title-menu{
    font-weight: 450;
}
.main-header .main-menu{
    display: flex;
}
.main-header .main-menu ul{
    display: flex;
    align-items: center;
}
.main-header .main-menu ul li{
    display: inline-block;
    margin: 0 11px;
    list-style: none;
    color: #7e7e7e;
    font-weight: 350;
    cursor: pointer;
}
.main-header .main-menu ul li:hover{
    background: #e4e5ff;
    border-radius: 7px;
    border: 1px solid #8576FF;
    padding: 7px;
}
.main-header .main-menu ul li .active{
    background: #5A49DD;
    border-radius: 7px;
    padding: 7px;
    color: #FFFFFF;
}
.register-btn{
    display: flex;
    gap: 5px;
    color: #161a1de7;
    cursor: pointer;
}
.register-btn i{
    font-size: 20px;
}
/*استایل های دکمه حساب کاربری*/
.register-btn ul li{
    list-style: none;
    position: relative;
}
.register-btn > ul > li > a{
    text-decoration: none;
    color: #303030;
}

.register-btn ul li ul {
    position: absolute;
    line-height: 30px;
    border: 1px solid #F3F4F6;
    border-radius: 7px;
    padding: 7px;
    top: 15px;
    width: max-content;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
    background-color: #F3F4F6;
    z-index: 999;

}
.register-btn ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 25px;
}
.register-btn ul li ul li a{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #7e7e7e;
    font-size: 13px;
    gap: 5px;
}
.register-btn > ul > li > ul > li:hover > a{
    color: #8576FF;
}
.register-btn ul li ul li i{
    font-size: 15px;
}

/*استایل هایی مگا منو*/
.main-megamenu {
    position: relative;
}
.mega-menu:hover > .main-megamenu > ul {
    visibility: visible;
    opacity: 1;
    top: 14px;
}
.main-megamenu > ul {
    position: absolute;
    top: 12px;
    left: -12px;
    line-height: 40px;
    border: 1px solid #F3F4F6;
    border-radius: 2px;
    width: 222px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
    background-color: #ffffff;
    z-index: 999;
}
.main-megamenu > ul > li{
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 12px;
}
.main-megamenu > ul > li:hover{
    background-color: #e4e5ff;
}
.main-megamenu > ul > li:hover > a{
    color: #8576ff;
}
.main-megamenu  ul  li  a{
    text-decoration: none;
    color: #303030;
}
.main-megamenu > ul > li > i{
    font-size: 10px;
    color: #303030;
}
.main-megamenu  ul  li{
    list-style: none;
}
.main-megamenu > ul > li:hover > ul{
    visibility: visible;
    opacity: 1;
    top: -1px;
}
.main-megamenu > ul > li > ul{
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #F3F4F6;
    border-right: 2px solid #F3F4F6;
    line-height: 40px;
    border-radius: 2px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
    display: flex;
    flex-direction: row;
    gap: 18%;
    height: 100%;
    right: 100%;
    top: -5px;
    padding: 6px 14px;
    z-index: 999;
    overflow: auto;
    width: 550px;
}
.main-megamenu > ul > li > ul > li > a{
    color: #000;
    border-right: #5a49dd 2px solid;
    padding-right: 7px;

}
.main-megamenu > ul > li > ul > li > ul {
    line-height: 30px;
}
.main-megamenu > ul > li > ul > li > ul > li > a{
    color: #494949;
    padding-right: 4px;
    font-size: 13px;
    font-weight: 200;
}

/*شروع استایل دهی به اسلایدر*/
.main-slider{
    margin-top: 20px;
}
.main-slider .owl-stage-outer{
    border-radius: 15px ;
}
.main-slider .owl-carousel .owl-dots{
    position: absolute;
    width: 100%;
    bottom: 0;
}
.main-slider .owl-carousel button.owl-dot span{
    background: #000;
    opacity: .3;
    width: 7px;
    height: 7px;
    margin: 2px 3px;
}
.main-slider .owl-carousel button.active span{
    background: #FFFFFF !important;
    opacity: 1;
    width: 18px;
}
.main-slider .owl-carousel .owl-nav button.owl-prev:before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.main-slider .owl-carousel .owl-nav button.owl-next:before {
    content: "\f053";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.main-slider .owl-carousel .owl-nav button.owl-next {
    right: 80px;
}
.main-slider .owl-carousel .owl-nav button.owl-prev {
    right: 35px;
}
.main-slider .owl-carousel .owl-nav button {
    position: absolute;
    bottom: 35px;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all .2s ease-in-out;
}
.main-slider:hover .owl-carousel .owl-nav button {
    opacity: 1;
}
.main-slider .owl-carousel .owl-nav button:hover {
    background: #fff;
    color: #333;
}

/*استایل های عنوان کلی محصولات*/
 .hero-product{
     margin-top: 50px;
 }

.title-product {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.title-product img {
    color: #FFFFFF !important;
    width: 3rem;
    height: 3rem;
    padding: 10px 0;
    border-radius: 50%;
    background: #5a49dd;
}
.title-product .text{
    line-height: 10px;
}
.title-product .text h4{
    font-size: 18px;
    font-weight: 450;
    padding-bottom: 14px;
    display: inline-flex;
}
.title-product .text h5{
    color: #7692AB;
}
/*استایل های محصولات*/
.product-item{
    margin: 24px 8px;
    border-radius: 15px;
    background: #FFFFFF;
    box-shadow: 0 0 10px 5px #00000008;
    padding: 10px 15px 15px 15px;
    position: relative;
    color: #FFFFFF;
    overflow: hidden;

}
.product-item:hover > .product-info{
    top: 0;
    opacity: 1;
    visibility: visible;
}
.product-item .product-info{
    transition: top 0.5s cubic-bezier(0.85, 0, 0.15, 1) 0s;
    backdrop-filter: blur(10px);
    background: #8576ffd1;
    box-shadow: 0px 5px 25px 0px rgba(133.0000000000003, 118, 255, 0.4);
    width: calc(100% - 2rem);
    float: right;
    position: absolute;
    padding: 10px;
    border-radius: 0 0 16px 16px;
    line-height: 30px;
    top: -100%;
    opacity: 0;
    visibility: hidden;
}
.product-item .product-info .product-properties{
    display: flex;
    align-items: center;
    gap: 5px;
}
.product-item .product-info .product-properties img{
    width: 1rem;
    height: 1rem;

}
.product-item  .top-product{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-item .top-product .color ul li span{
    border-radius: 50%;
    border: #bab6b6 solid 1px;
    float: right;
    width: 15px;
    height: 15px;
    margin-left: 5px;

}
.product-item .top-product > .color > ul{
    display: flex;
    flex-direction: row ;
}
.product-item .top-product > .discount {
    background: #FF6E8C33;
    color: #FF204E;
    padding: 0 3px;
    border-radius: 5px;
}
.product-item figure > a{
    max-width:200px;
    max-height: 200px;
    display: block;
    margin: 7px auto 0 auto;
}
.product-item > h2{
    margin-top: 15px;
    height: 50px;
    line-height: 22px;
    overflow: hidden;
}
.product-item  h2 > a{
    color: #303030;
    font-size: 14px;
    font-weight: 450;
}
.product-item .down-product{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.product-item .down-product .add-btn {
    display: flex;
    gap: 5px;
}
.product-item .down-product .add-btn .chart {
    border: solid  1px #ECF0FF;
    border-radius: 7px;
    padding: 5px;
    background-color: #ECF0FF;
}
.product-item .down-product .add-btn .chart a {
    font-size: 20px;
    color: #8576FF;
    display: flex;
}
.product-item .down-product .add-btn .heart {
    border: solid  1px #FFE2E8;
    border-radius: 7px;
    padding: 5px;
    background-color: #FFE2E8;
}
.product-item .down-product .add-btn .heart a {
    font-size: 20px;
    color: #FF204E;
    display: flex;
}
.product-item .down-product .add-btn .compare {
    border: solid  1px #F3F4F6;
    border-radius: 7px;
    padding: 5px;
    background-color: #F3F4F6;
}
.product-item .down-product .add-btn .compare a {
    font-size: 20px;
    color: #7e7e7e;
    display: flex;
}
.product-item .down-product .price{
    display: flex;
    flex-direction: column;
    position: relative;
    margin-left: 10px;
    align-items: end;
}
.product-item .down-product .price del{
    color: #7e7e7e;
}
.product-item .down-product .price ins{
    color: #313131;
    font-size: 18px;
    font-weight: 725;
    text-decoration: none;
}
.product-item .down-product .price ins span{
    font-size: 12px;
    color: #d7dbe2;
    font-weight: 900;
    rotate: 270deg;
    display: block;
    position: absolute;
    left: -27px;
    top: 13px;
}
/*استایل های بخش شگفت اگیز*/
.amazing-product{
    background: #5A49DD;
    border-radius: 15px;
}
.amazing-product .amazing-img {
    max-width: 150px;
    margin: 57px auto 25px;
}
.amazing-product .countdown-timer {
    display: flex;
    flex-flow: row-reverse  ;
    justify-content: center;
}
.amazing-product .countdown-timer .number {
    background: #fff;
    color: #5A49DD;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.amazing-product .countdown-timer span.dot {
    font-size: 24px;
    color: #fff;
    margin: 0 2px;
}
.amazing-product .amazing-btn{
    margin-top: 25px;
    text-align: center;
}
.amazing-product .amazing-btn a {
    background: #fff;
    border-radius: 24px;
    padding: 13px 29px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

/*******استایل بنر سایت*******/

.banner{
    margin-top: 50px ;
    display: flex;
    justify-content: space-between;
    gap: 21px;
}
.banner img{
    border-radius: 15px;
}

/*******استایل محصولات ویژه*******/

.hero-special {
    margin-top: 50px;
}
.special-box {
    position: relative;
    padding: 0px 30px 50px 0;
}
.special-box:before {
    content: "";
    background: #5A49DD;
    width: 22%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    z-index: -1;
}
.special-box::after {
    content: "";
    background: #5A49DD;
    width: 38%;
    position: absolute;
    top: 0;
    right: 5%;
    bottom: 0;
    border-radius: 30px;
    transform: translate(-15%,0px) skew(-22deg,0deg);
    z-index: -1;
}
.special-box h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 450;
    padding: 25px 0;
}
.special-box .owl-stage-outer {
    background: #fff;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 5px 10px 5px #00000008;
    border-radius: 10px;
    width: 71.2%;
}
.special-box .special-item {
    display: flex;
    padding: 25px;
    width: 1003px;
    position: relative;
}
.special-box .special-item figure {
    width: 23.5%;
}
.special-box .special-item figure img {
    max-width: 247px;
}

.special-box .special-item .color {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.special-box .special-item .color ul li {
    float: right;
}
.special-box .special-item .color ul li span {
    width: 15px;
    height: 15px;
    border: #bab6b6 solid 1px;
    border-radius: 50%;
    margin-left: 5px;
    float: right;
    position: relative;
}
.special-box .special-item .color ul li span:hover > b {
    visibility: visible;
    opacity: 1;
    bottom: 17px;
}
.special-box .special-item .color ul li span b {
    background: #303030;
    color: #fff;
    font-size: 13px;
    font-weight: 100;
    border-radius: 4px;
    padding: 2px 4px;
    position: absolute;
    bottom: 0px;
    right: -10px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
}
.special-box .special-item .det-special {
    width: 73.5%;
}
.special-box .special-item .det-special h2 {
    font-size: 21px;
    font-weight: 650;
    margin-bottom: 19px;
}
.special-box .special-item .det-special .additional-product {
    display: flex;
    flex-direction: column;
    max-height: 144px;
    flex-wrap: wrap;
    overflow: hidden;
    font-size: 13px;
    font-weight: 450;
    gap: 21px 0;
    margin-right: 10px;
    margin-bottom: 30px;
}
.special-box .special-item .det-special .additional-product .property-item {
    display: flex;
    gap: 5px;
}
.special-box .special-item .det-special .additional-product .property-item span{
    display: flex;
    align-items: center;
    color: #7F92AB;
}
.special-box .special-item .det-special .additional-product .property-item span img{
    width: 1rem;
    height: 1rem;
    margin-left: 3px;
}

.special-box .special-item .det-special .down {
    display: flex;
    gap: 15px;
    align-items: center;
}
.special-box .special-item .det-special .down a {
    background: #feca01c9;
    color: #fff;
    padding: 12px;
    border-radius: 7px;
}
.special-box .special-item .det-special .down .price {
    display: flex;
    gap: 10px;
}
.special-box .special-item .det-special .down .price del {
    font-size: 16px;
    font-weight: 700;
    color: #7E7E7E;
}
.special-box .special-item .det-special .down .price ins {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}
.special-box .special-item .det-special .down .price ins span {
    font-size: 14px;
}
.special-box .special-item .discount {
    position: absolute;
    background: #FDC830;
    left: 15px;
    top: 0;
    width: 65px;
    height: 72px;
    border-radius: 0px 0px 12px 12px;
    text-align: center;
    padding-top: 10px;
}
.special-box .special-item .discount b {
    display: block;
    font-size: 18px;
    font-weight: 700;
}



.special-box .special-item .countdown-timer {
    display: flex;
    justify-content: center;
    direction: ltr;
}
.special-box .special-item .countdown-timer .number {
    background: #8576FF;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.special-box .special-item .countdown-timer span.dot {
    font-size: 24px;
    color: #8576FF;
    margin: 0 2px;
}

.special-slider {
    display: flex !important;
    justify-content: space-between;
}
.special-slider .owl-dots {
    width: 27%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: end;
    max-height: 370px;
    overflow: auto;
    margin: 0 !important;
    padding-left: 10px;
}
.special-slider .owl-dot {
    background: #F2F2F2;
    border-radius: 10px;
    padding: 10px;
    width: 95%;
    text-align: right;
    transition: all .2s ease-in-out;
}
.special-slider .owl-dot button {
    font-family: "yekanbakh";
    background: transparent;
    cursor: pointer;
}
.special-slider .owl-dot .list-special {
    display: flex;
    align-items: center;
    gap: 10px;
    pointer-events: none;
}
.special-slider .owl-dot .list-special figure {
    background: #fff;
    border-radius: 10px;
    padding: 7px 7px 0;
}
.special-slider .owl-dot .list-special figure img {
    max-width: 70px;
}
.special-slider .owl-dots .active {
    background: #5A49DD;
    width: 100%;
}
.special-slider .active .list-special b {
    color: #fff;
}


/********استایل های قسمت پرفروش تریین محصولات*******/

.hero-sell {
    margin-top: 60px;
}
.box-sell {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.box-sell .best-sell {
    background: #5A49DD;
    border-radius: 15px;
    padding: 15px 24px 30px;
    width: 275px;
    position: relative;
    flex-shrink: 0;
}
.box-sell .best-sell .head {
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.box-sell .best-sell .head div {
    display: flex;
    align-items: center;
    gap: 8px;
}
.box-sell .best-sell .head span {
    font-size: 18px;
    font-weight: 450;
}
.box-sell .best-sell figure {
    border-radius: 50%;
    background: #fff;
    width: 170px;
    height: 170px;
    margin: 25px auto;
    padding: 15px;
    overflow: hidden;
    animation: pulse-white 1.5s infinite;
}
@keyframes pulse-white {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
.box-sell .best-sell figure img {
    max-width: 140px;
    margin: auto;
    display: block;
    border-radius: 40px;
}
.box-sell .best-sell h2 {
    line-height: 23px;
    height: 45px;
    overflow: hidden;
}
.box-sell .best-sell h2 a {
    font-size: 14px;
    color: #fff;
    font-weight: 450;
}

.box-sell .best-sell .price {
    display: flex;
    gap: 10px;
    color: #fff;
    align-items: center;
    justify-content: space-between;
    margin: 13px 0;;
}
.box-sell .best-sell .price del {
    font-size: 14px;
    font-weight: 400;
}
.box-sell .best-sell .price ins {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}
.box-sell .best-sell .price ins span {
    font-size: 14px;
}
.box-sell .best-sell .add-cart {
    position: absolute;
    bottom: -34px;
    left: 106px;
}
.box-sell .best-sell .add-cart i {
    font-size: 40px;
    background: #fff;
    color: #5A49DD;
    border-radius: 50%;
    border: 12px solid #fff;
}
.other-sell {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-content: start;
}
.other-sell .product-item {
    background: #fff;
    box-shadow: 0px 0px 10px 5px #00000008;
    border-radius: 15px;
    padding: 15px;
    flex-grow: 1;
    height: 125px;
    margin: 0;
}
.other-sell .product-item:hover .down .number {
    background: #5A49DD;
    color: #fff;
}
.other-sell .product-item figure {
    float: right;
    margin-left: 5px;
}
.other-sell .product-item figure img {
    max-width: 90px;
}
.other-sell .product-item h2 {
    line-height: 23px;
    height: 45px;
    overflow: hidden;
    margin-top: 5px;
}
.other-sell .product-item h2 a {
    font-size: 14px;
    font-weight: 450;
}
.other-sell .product-item .down {
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: end;
}
.other-sell .product-item .down .number {
    background: #ECF0F1;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #95A5A6;
    font-size: 16px;
    font-weight: 500;
    transition: all .2s ease-in-out;
}

.other-sell .product-item .down .price {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-left: 10px;
    align-items: baseline;
}
.other-sell .product-item .down .price del {
    color: #7E7E7E;
}
.other-sell .product-item .down .price ins {
    color: #313131;
    font-size: 18px;
    font-weight: 725;
    text-decoration: none;
}
.other-sell .product-item .down .price ins span {
    font-size: 12px;
    color: #D7DBE2;
    font-weight: 500;
    rotate: 270deg;
    display: block;
    position: absolute;
    top: 14px;
    left: -25px;
}
/*********استایل های وبلاگ**********/
.hero-blog {
    margin-top: 60px;
}
.box-blog {
    display: flex;
    justify-content: space-between;
    gap: 12.5px;
}
.box-blog .big-post {
    width: 41%;
    position: relative;
}
.box-blog .big-post:hover img {
    transform: scale(1.1);
}
.box-blog .big-post a figure {
    overflow: hidden;
    border-radius: 15px;
}
.box-blog .big-post a figure img {
    width: 588px;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
    transition: all .2s ease-in-out;
}
.box-blog .big-post a .title {
    position: absolute;
    bottom: 25px;
    width: 100%;
}
.box-blog .big-post a .title h2 {
    background: #fff;
    box-shadow: 4px 4px 25px 0px #38383840;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 450;
    padding: 10px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box-blog .big-post a .title h2 i {
    background: #5a49dd;
    padding: 12px;
    color: #fff;
    border-radius: 5px;
}
.box-blog .small-post {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 59%;
}
.box-blog .small-post {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 59%;
    flex-wrap: wrap;
}
.box-blog .small-post .post-item {
    width: 49%;
    background: #fff;
    box-shadow: 0px 0px 10px 5px #00000008;
    border-radius: 10px;
    height: 145px;
    padding: 10px;
}
.box-blog .small-post .post-item:hover img {
    transform: scale(1.1);
}
.box-blog .small-post .post-item a figure {
    float: right;
    margin-left: 10px;
    overflow: hidden;
}
.box-blog .small-post .post-item figure img {
    width: 125px;
    height: 125px;
    border-radius: 10px;
    object-fit: cover;
    transition: all .2s ease-in-out;
}
.box-blog .small-post .post-item a h2 {
    font-size: 14px;
    font-weight: 450;
    margin-top: 15px;
    height: 65px;
    line-height: 23px;
}
.box-blog .small-post .post-item a .down {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box-blog .small-post .post-item a .down span {
    color: #7E7E7E;
    font-size: 13px;
    font-weight: 300;
}
.box-blog .small-post .post-item a .down i {
    background: #5a49dd;
    color: #fff;
    padding: 12px;
    border-radius: 5px;
    margin-left: 5px;
}

.title-brand {
    text-align: center;
}
.title-brand h4 {
    background: #5a49dd;
    display: inline-block;
    color: #fff;
    padding: 15px 30px;
    border-radius: 30px 30px 0px 0px;
    font-weight: 700;
    font-size: 18px;
}
.box-brand {

}
.box-brand .inner-brand {
}
.box-brand .inner-brand .brand-item {
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: 150px;
    align-items: center;
    padding: 20px;
    margin-left: 50px;
    box-shadow: 0 0 10px 5px #00000008;
    border-radius: 10px 30px;
    background: #ECF0FF;
}
.box-brand .inner-brand .brand-item:hover {
    background: #E3E4FF;
}
.box-brand .inner-brand .brand-item img {
    max-width: 75px;
    border-radius: 50%;
}
.box-brand .inner-brand .brand-item h4 {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.pishro-service {
    display: flex;
    gap: 10px;
}
.pishro-service .service-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
}
.pishro-service .service-item img {
    max-width: 72px;
    margin: 0 auto 10px;
}
.pishro-service .service-item span {
    font-size: 13px;
    font-weight: 300;
    color: #7E7E7E;
}



footer {
    background: #fff;
    border-top: 1px solid #EDEDED;
    box-shadow: 0px 0px 10px 0px #ECECEC;
    border-radius: 15px 15px 0 0;
    margin-top: 80px;
}
.footer-box {
    display: flex;
    gap: 25px;
    margin: 40px 10px 20px;
}
.footer-box .footer-widget {
    flex-grow: 1;
}
.footer-box .footer-about {
    width: 30%;
    margin-left: 30px;
}
.footer-box .footer-widget h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.footer-box .footer-widget .f-w-contet {
    color: #7A7A7A;
    line-height: 30px;
    text-align: justify;
}
.footer-box .footer-widget .f-w-contet ul li a {
    color: #7A7A7A;
}
.application {
    display: flex;
    justify-content: space-between;
    background: #F3F4F6;
    border-radius: 10px;
    padding: 15px;
    margin: 0 10px;
}
.application .right {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
}
.application .right img {
    max-width: 45px;
}
.application .left {
    display: flex;
    gap: 20px;
}
.application .left a {
    display: flex;
}
.footer-line {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    color: #7E7E7E;
    margin: 0 10px;
}
.footer-line .left span {
    border: 1px solid #A5A5A5;
    padding: 6px 13px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
}
.footer-down {
    display: flex;
    justify-content: space-between;
    color: #7E7E7E;
    padding: 20px 0;
    margin: 0 10px;
}
.footer-down .social-footer {
    display: flex;
    gap: 20px;
}
.footer-down .social-footer a {
    display: flex;
}


/*** استایل های فرم لاگین **/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 6; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */

}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 15px;
    border: 1px solid #888;
    width: 460px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 10px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close_login {
    color: #aaa;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 15px;
}

.close_login:hover,
.close_login:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.form-login {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 100%;
    padding: 30px;
    text-align: center;
}
.form-login input {
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border-radius: 5px;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}
.form-login button {
    text-transform: uppercase;
    outline: 0;
    background: #5a49dd;
    width: 100%;
    border-radius: 7px;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}

.form-login .message {
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 14px;
}
.form-login .message a {
    color: #5a49dd;
    text-decoration: none;
}
.form-login .register-form {
    display: none;
}
.form-login .logo {
    max-width: 200px;
    margin: 0 auto 35px;
}




/******* single product *******/

.parstheme-breadcrumb{
    margin-top: 20px ;
    padding: 10px 20px;
    box-shadow: 0px 0px 10px 0px #ECECEC;
    border-radius: 10px;
}
.parstheme-breadcrumb a{
    color: #8576ff;
}
.parstheme-breadcrumb a span{
    color: #7692ab;
}
.sp-main{
    margin-top: 20px ;
    gap: 2%;
    display: flex;
}
.sp-main > .right {
    display: flex;
    gap: 12px;
    box-shadow: 0px 0px 10px 0px #ECECEC;
    border-radius: 10px;
    padding: 15px 20px;
    width: 73%;
}
.sp-main .right figure{
    width:45%;
}
.sp-main .right figure .small-img-product img {
    height: 75px;
    padding: 10px;
    border: 1px solid #E1E1E1;
    border-radius: 10px ;
}
.sp-main .right .details{
    width: 100%;
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.sp-main .right .details h2{
    margin-top: 10px;
}
.sp-main .right .details .en-name{
    display: flex;
    gap: 5px;
    align-items: center;
}
.sp-main .right .details .en-name span{
    color: #7692ab;
    flex: none;
}
.sp-main .right .details .properties{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-right: 10px;
}
.sp-main .right .details .properties div{
    display: flex;
    gap: 5px;
}
.sp-main .right .details .properties span{
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #7F92AB;
}
.sp-main .right .details .properties span img{
    width: 1rem;
    height: 1rem;
}
.sp-main .right .details .send-conditions{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-right: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    padding: 12px;
}
.sp-main .right .details .send-conditions h4{
    display: flex;
    align-items: center;
    gap: 5px;
}
.sp-main .right .details .send-conditions h4 i{
    font-size: 10px;
    display: flex;
}
.sp-main .right .details .send-conditions span{
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #7F92AB;
}
.sp-main .right .details .send-conditions span i{
    color: #8D7FFF;
    font-size: 5px;
}
.add-btn {
    display: flex;
    gap: 7px;
}
.add-btn .star{
    display: flex;
    gap: 4px;
}
.add-btn .star i{
    font-size: 20px;
    color: #FFC343;
    display: flex;
}
.add-btn .heart a {
    font-size: 20px;
    color: #FF204E;
    display: flex;
}
.add-btn .compare a {
    font-size: 20px;
    color: #7e7e7e;
    display: flex;
}
.sp-main > .left{
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: 0px 0px 10px 0px #ECECEC;
    border-radius: 10px;
    padding: 15px 20px;
    width: 25%;
    height: fit-content;
}
.sp-main .left .info-buy{
    background: #F7FCFF;
    padding: 10px;
    border-radius: 12px;
}
.sp-main .left .info-buy div{
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.sp-main .left .info-buy div span{
    color: #7f92ab;
    font-size: 13px;
}
.sp-main .left .price {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sp-main .left .price .right{
    display: flex;
    flex-direction: column;
}
.sp-main .left .price .right del{
    color: #7e7e7e;
}
.sp-main .left .price .right ins{
    color: #8576FF;
    font-size: 26px;
    font-weight: 725;
    text-decoration: none;
    display: flex;
    gap: 5px;
    align-items: center;
}
.sp-main .left .price .right ins span{
    font-size: 12px;
    color: #7f92ab;
    font-weight: 900;
}
.sp-main .left .price .left span{
    background: #8576FF;
    color: #FFFFFF;
    padding: 4px 8px;
    border-radius: 5px;
}
.sp-main .left .count\&btn-buy{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sp-main .left .count\&btn-buy .count-product{
    background: #FAFAFA;
    width: 15%;
    height: 48px;
    border-radius: 10px;
    text-align: center;
}
.sp-main .left .count\&btn-buy button{
    background: #8576FF;
    color: #FFFFFF;
    padding: 15px 0;
    border-radius: 12px;
    width: 80%;
    transition: all 0.3s;
}
.sp-main .left .count\&btn-buy button a {
    color: #FFFFFF;
}
.sp-main .left .count\&btn-buy button:hover{
    background: #5a49dd;
    transition: all 0.3s;
}
.caption-product{
    margin-top: 20px ;
    padding: 30px 20px;
    box-shadow: 0px 0px 10px 0px #ECECEC;
    border-radius: 10px;
}
.caption-product p {
    text-align: justify;
    line-height: 33px;
    margin-top: 25px;
    display: inline-block;
}   
.comment\&properties{
    margin-top: 20px;
    display: flex;
    gap: 2%;
}
.comment\&properties .properties{
    width: 45%;
    padding: 30px 20px;
    box-shadow: 0px 0px 10px 0px #ECECEC;
    border-radius: 10px;
}
.comment\&properties .properties table{
    margin-top: 20px;
    width: 100%;
}
.comment\&properties .properties tr{
    line-height: 50px;
}
.comment\&properties .properties .tr2{
    background: #00000006;
    margin: 0;
}
.comment\&properties .properties th{
    width: 35%;
    text-align: center;
    color: #7692ab;
}
.comment\&properties .properties td{
    width: 65%;
    padding-right: 10px;
}
.comment\&properties .comment{
    width: 53%;
    padding: 30px 20px;
    box-shadow: 0px 0px 10px 0px #ECECEC;
    border-radius: 10px;
}

/*********تماس  با ما**********/

.info-contact{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.info-contact .right{
    display: flex;
    flex-direction: column;
    width: 50%;
    box-shadow: 0 0 10px 5px #00000008;
    padding: 10px 15px;
    border-radius: 10px;
    gap: 10px;
}
.info-contact .right h2 span{
    color: #5a49dd;
}
.info-contact .right p{
    line-height: 33px;
    color: #7e7e7e;
    text-align: justify;
}
.info-contact .left{
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    width: 45%;
    align-items: center;

}
.info-contact .left .contact{
    box-shadow: 0 0 10px 5px #00000008;
    width: 30%;
    border-radius: 15px;
    padding: 15px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 7px;

}
.info-contact .left .contact h3 i{
    margin-left: 5px;
    padding: 7px 7px;
    background: #5a49dd;
    border-radius: 50%;
    color: #FFFFFF;
}
.info-contact .left .contact span{
    display: block;
    color: #7e7e7e;
}
.send-question{
    margin: 50px auto;
    box-shadow: 0 0 10px 5px #00000008;
    width: 50%;
    border-radius: 10px;
    padding: 10px 15px;
}
.send-question form {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
.send-question form button {

    margin-top: 10px;
    background: #5a49dd;
    color: #FFFFFF;
    padding: 12px 40px;
    border-radius: 16px;
}


/****************درباره ما******************/


.info-about{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.info-about .right{
    display: flex;
    flex-direction: column;
    width: 55%;
    box-shadow: 0 0 10px 5px #00000008;
    padding: 10px 15px;
    border-radius: 10px;
    gap: 10px;
}
.info-about .right h2 span{
    color: #5a49dd;
}
.info-about .right p{
    line-height: 33px;
    color: #7e7e7e;
    text-align: justify;
}
.info-about .left{
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    width: 40%;
    align-items: center;
}
.info-about .left .picture{
    width: 500px;
}

/***********فروشگاه***********/

.shop{
   margin-top: 35px; 
   display: flex;
   justify-content: space-between;
}
.shop .sidebar-shop{
    width: 23%;
    border-radius: 10px;
    box-shadow: 0 0 10px 5px #00000008;
    padding: 24px;
    height: fit-content;
    position: sticky;
    top: 20px; 
    
}

.header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.header h2 { font-size: 16px; font-weight: 700; color: #222; }
.clear-all { color: #5A49DD; font-size: 14px; font-weight: 500; cursor: pointer; text-decoration: none; }

.search-box {
            width: 100%;
            background-color: #f7f7f7;
            border: 1px solid #eee;
            border-radius: 8px;
            padding: 12px 16px;
            font-family: inherit;
            font-size: 13px;
            color: #333;
            outline: none;
            margin-bottom: 30px;
        }
        .search-box::placeholder { color: #999; }
        .section-title { font-size: 14px; font-weight: 700; margin-bottom: 20px; color: #333; }

        .range-slider { position: relative; height: 24px; margin-bottom: 12px; }
        .slider-track { position: absolute; width: 100%; height: 4px; background-color: #e5e5e5; border-radius: 4px; top: 50%; transform: translateY(-50%); }
        .slider-fill { position: absolute; height: 4px; background-color: #5A49DD; border-radius: 4px; top: 50%; transform: translateY(-50%); right: 0%; width: 100%; }
        .range-input { position: absolute; width: 100%; top: 50%; transform: translateY(-50%); background: none; pointer-events: none; -webkit-appearance: none; appearance: none; outline: none; }
        .range-input::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; pointer-events: auto; width: 20px; height: 20px; background-color: #fff; border: 1px solid #eaeaea; border-radius: 50%; box-shadow: 0 2px 4px rgba(0,0,0,0.15); cursor: pointer; z-index: 10; position: relative; }
        .range-input::-moz-range-thumb { pointer-events: auto; width: 20px; height: 20px; background-color: #fff; border: 1px solid #eaeaea; border-radius: 50%; box-shadow: 0 2px 4px rgba(0,0,0,0.15); cursor: pointer; z-index: 10; position: relative; }

        .price-labels { display: flex; justify-content: space-between; color: #5A49DD; font-size: 12px; font-weight: 700; margin-bottom: 24px; }

        .accordion {
            display: flex; justify-content: space-between; align-items: center;
            padding: 16px 0; cursor: pointer; color: #333; font-weight: 500; font-size: 14px;
            border-top: 1px solid #fafafa;
        }
        
        .accordion svg { 
            width: 14px; height: 14px; fill: #333; 
            transition: transform 0.3s ease;
        }
        
        .accordion.active svg { transform: rotate(-90deg); }

        .accordion-content {
            display: none; 
            flex-direction: column;
            gap: 12px;
            padding: 0 8px 16px 0;
        }

        .checkbox-label {
            display: flex; align-items: center; gap: 8px; font-size: 13px; color: #555; cursor: pointer;
        }
        .checkbox-label input[type="checkbox"] { accent-color: #5A49DD; width: 16px; height: 16px; cursor: pointer; }

        .toggle-row { display: flex; justify-content: space-between; align-items: center; padding: 16px 0; font-weight: 500; font-size: 14px; border-top: 1px solid #f0f0f0; }
        .switch { position: relative; display: inline-block; width: 38px; height: 22px; }
        .switch input { opacity: 0; width: 0; height: 0; }
        .slider-toggle { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #e5e5e5; transition: .4s; border-radius: 34px; }
        .slider-toggle:before { position: absolute; content: ""; height: 18px; width: 18px; left: 2px; bottom: 2px; background-color: white; transition: .4s; border-radius: 50%; box-shadow: 0 1px 3px rgba(0,0,0,0.1); }
        input:checked + .slider-toggle { background-color: #5A49DD; }
        input:checked + .slider-toggle:before { transform: translateX(16px); }


.shop .product-shop{
    width: 75%;
}   


