@font-face {
    font-family: b-yekan;
    ;
    src: url('../fonts/byekan.woff');
}
body{
    font-family: b-yekan;
}
.header{
    background-image: linear-gradient(90deg,#ff2085 0%,#26c6da 90%);
    display: flex;
    height: 50px;
    flex-direction: row;
    justify-content: right;
    align-items: center;
    direction:rtl;
}
.header .left{
    display: flex;
    justify-content: end;
}
.main-menu{
    height: 100px;
    display: flex;
    direction: rtl;
    align-items: center;
    position: relative;

}
.menu{
    display: flex;
    padding:0;
    align-items: center;
    margin: 0;


}
.menu li{
    list-style: none;

}
.menu li a{
    padding:10px 20px;
    font-size: 14px;
    color: black;
    width:100%;
}
.menu li a:hover{
    color: #26c6da;
    text-decoration: none;
}
.menu li.has-children:hover .parent{

    opacity: 1;
    visibility: visible;
}
.menu .parent{
    z-index: 1000;
    width: 1000px;
    height:483px;
    right:-86px;
    top:40px;
    position: absolute;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    background: white;
}

.menu-group{
    
    display:flex;
}
.menu .parent ul{
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 300px;
}
.menu .parent .child1 > li{
    display: flex;
    height: 50px;
    align-items: center;
    width:100%;


}
.menu .parent .child1 > li:hover .child2{
    opacity: 1;
    visibility: visible;
}
.menu .parent .child1  li > a:hover{
    background: #26c6da;
    color: white;
}
.menu .parent ul li .child2{
    position: absolute;
    top: 13px;
    right: 124px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    width: calc(100% - 124px);
    height: calc( 100% - 13px);
}
.menu .parent .child2 li{
    height: 50px;
}
.bag-header {
    position: relative
}
.bag-header span{
    position: absolute;
    top: -13px;
    right: 17px;
    color: white;
    height: 20px;
    width: 20px;
    background: #26C6DA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bag-header .fa-shopping-bag{
    color: black;
    font-size:30px;

}


.items-header{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.items-header li{
    list-style: none;
}
.items-header li:nth-child(1){
    height: 50px;
    width: 50px;
    font-size: 24px;
    display: flex;
    align-items: center;
}
.items-header li:nth-child(2){
    display: flex;
    flex-direction: column;
    font-size: 13px;
}
.items-header li:nth-child(3){
    background: #e5e5e5;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.items-header:hover li:nth-child(3){
    background: #007bff;
    color: white;
}
.items-header li a{
    text-decoration: none;
}
.carousel-indicators .active {
    width: 20px;
}
.carousel-control.right{
    background: transparent;
}
.top-products{
    margin:25px 0;
}
.top-products img{
    width:100%;
    height: 100%;
    border-radius: 25px;
}

.alert-for-user{
    border-radius: 10px;
    display: flex;
    height: 68px;
    color: white;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}
.alert-pink{
    background: #ff2085;
}
.alert-green{
    background: #198754;
}
.offers-layer{
    background-image:   linear-gradient(295deg,#ff2085 0%,#26c6da 90%);
}
.offers-layer .offers{
    padding:20px 0;
}
.offers-layer .offer-product{
    height: 345px;
    display: flex;
    background: white;
    border-radius: 15px;
    flex-direction: column;
    gap: 20px;
}
.offers-layer .offer-product .img-view{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}
.offers-layer .offer-product .img-view  img{
    width:90%;
    height: 150px;
    border-radius: 10px;

}
.offers-layer .offer-product .img-view  a img{
    width: 100%;
}
.offers-layer .offer-product .img-view .offer-price{
    position: absolute;
    top: 20px;
    right: 40px;
    background: #affca3;
    padding: 5px 14px;
    border-radius: 7px;

}

.offers-layer .offer-product .title{

    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    direction: rtl;
    padding: 0 10px;
    text-align: center;
    font-size: 17px;
}
.price-view{
    text-align: center;
    direction: rtl;
    padding: 0 10px;
}
.items{
    display: flex;
    flex-direction: row;
    direction: rtl;
    padding: 0 10px;
    position: relative;
}
.items a{
    background: #26C6DA;
    display: flex;
    height: 45px;
    width: 106px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: white;
    text-decoration: none;
}
.items a span {
    font-size: 13px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.items a span i{
    height: 95%;
    width: 19px;
    font-size: 13px;
    align-items: center;
    justify-content: center;
    display: flex;

}
.items  i.fa-search,.items i.fa-heart{
    height: 100%;
    width: 50px;
    font-size: 25px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.items i.fa-search:hover {
    color: green;
    cursor: pointer;
}
.items i.fa-heart:hover {
    color: green;
    cursor: pointer;
}
.layer{
    display: flex;
    flex-direction: row;
    gap: 10px;

}
.new-product-responsive{
    display: none;
}
.owl-layer{
    width: 810px;
}
.offer-title{
    display: flex;
    flex-direction: column;
}
.offer-title span{


    color: white;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-flex{
    display: flex;
    flex-direction: column;
    direction: rtl;
    gap: 10px;
    padding: 10px;
    margin:10px;
}
.custom-flex .products{
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.custom-flex .products   img{
    height: 190px;
    width: 190px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}
.custom-flex .products   img:hover{
    height:170px;
    width: 170px;
}
/**single page **/
.breadcrumbs ul{
    padding: 0;
    display: flex;
}
.breadcrumbs li{
    list-style: none;

}
.breadcrumbs li a{
    text-decoration: none;
}
.breadcrumbs li:before{
    content: "◄";
    padding-left: 10px;
}
/**end of single page **/
/**footer start**/
.footer{
    width: 100%;
    padding: 10px;
    margin: 20px 0;
    border-top: 3px solid;
    display: flex;
}
/**footer end**/
/**single page**/
.page{
    direction: rtl;
    display: flex;
    flex-direction: column;
    gap: 20px;
    fill:#26C6DA;
    background: #26C6DA;
}
.svg{
    fill:#26C6DA;
    padding: 0;
}
.header-title{
    fill:#26C6DA;
}
.header-title h2{

    padding: 10px;
    margin: 0;
    color: white;
}
.widget-content{
    display: flex;

    direction: rtl;

}
/**single page**/
.owl-prev, .owl-next {

    border: none;
    padding: 0!important;
    position: absolute;
    top: 153px;
    height: 70px;
    width: 70px;
    background: white !important;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-nav button span{
    font-size:30px;
}
.owl-nav button span i{
    display: flex;
}
.owl-nav button.owl-next{
    right:0;

}
.owl-carousel .owl-nav {
    display: block !important;
}
.hover-img{
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    top: 10px;
    right:11px;
    width:90% !important;

}
.img-view a:hover .hover-img{
    opacity: 1;
    visibility: visible;
}
/**product model 1**/
.description{
    height: 50px;
    display: flex;
    background: #eeeeee;
    border-radius: 10px;
    align-items: center;
    padding: 0 10px;
}
.text{
    padding:10px 20px;
}
.product-model-1{
    display: flex;
    flex-direction: column;
    background: #f7f7f7;
    width: 100%;
    border-radius: 10px;
    padding: 0 5px;
}
.product-model-1 .top {
    position: relative;
}
.product-model-1 .top a{
    text-decoration: none;
    color:#26c6da;
}
.product-model-1 .top a i{
    position: absolute;
    top: 13px;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    right: 0;

}
.top:hover  .heart-picture{
    opacity: 1;
    visibility: visible;
    right: 21px;
}
.product-model-1 .top > a{
    display: flex;
    empty-cells: initial;
    align-items: center;
    justify-content: center;

}
.product-model-1 .top a > img{
    width:80%;
}
.product-model-1 h2{
    font-size: 13px;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-model-1 span{
    text-align: right;
    padding: 0 5px;
    direction: rtl;
}
.product-model-1 .buy-area{
    position: relative;
}
.product-model-1 .buy-area .buy {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-model-1 .buy-area .buy .basket-view{
    position: absolute;
    top: 10px;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.product-model-1 .buy-area a:hover .basket-view{
    opacity: 1;
    visibility: visible;

}
.product-model-1 .buy-area a:hover .add-to-cart{
    visibility: hidden;
    opacity: 1;
}
.footer-link{
    color:black;
    text-decoration: none !important;
    width: 200px;
}
/**end of product model 1**/
/**general style**/
.height-300{
    height: 300px;
}
.input-model-1{
    border: 0;
    outline: 0;
}
.border-3px-gray{
    border:3px solid #ddd;
}
.border-bottom-2{
    border-bottom: 1px solid #b6b6b6;

}
.width-100{
    width: 100%;
}
.height-100{
    height: 100%;
}
.height-220{
    height: 220px;
}
.border-radius-7{
    border-radius: 7px;
}
.main-color{
    color :#26C6DA;
}
.main-bg-color{
    background: #26C6DA;
}
.hover-pink:hover{
    color: #ff2085;
}
.color-pink{
    color: #ff2085;
}
.color-gray{
    color: #b4afaf;
}
.bg-color-input-model-1{
    background-color: #e4e4e4;
}
.box-bg-white{
    background: white;
    border-radius: 10px;
}
.box-bg-main{
    background: #26C6DA;
    border-radius: 10px;
}
.font-s-40{
    font-size: 40px
}
.font-s-35{
    font-size: 35px
}
.font-s-25{
    font-size: 25px;
}
.font-s-20{
    font-size: 20px;
}
.top-bottom-margin-10{
    margin:10px 0;
}
.top-bottom-margin-5{
    margin:5px 0;
}
.padding-20{
    padding:20px;
}
.padding-10{
    padding:10px;
}
.padding-5{
    padding:5px;
}
.top-padding-10{
    padding-top: 10px;
}
.top-padding-20{
    padding-top:20px;
}
.bottom-padding-10{
    padding-bottom: 10px;
}
.bottom-padding-20{
    padding-bottom: 20px;
}
.padding-right-10{
    padding-right: 10px;
}
.padding-left-10{
    padding-left: 10px;
}
.padding-left-20{
    padding-left: 20px;
}

.margin-right-10{
    margin-right: 10px;
}
.margin-left-10{
    margin-left: 10px;
}

.margin-right-20{
    margin-right: 20px;
}
.margin-left-20{
    margin-left: 20px;
}
.text-justify{
    text-align: justify;
}
.line-height-20{
    line-height: 20px;
}
.align-flex-center{
    align-items: center;

}
.justy-flex-center{
    justify-content: center;
}
.flex-gap-20{
    gap:20px;
}
.flex-gap-10{
    gap:10px;
}
.flex-column{
    display: flex;
    flex-direction: column;
}

.flex-row{
    display: flex;
    flex-direction: row;
}
.flex-wrap{
    flex-wrap: wrap;
}
.flex-justify-end{
    justify-content: end;
}
.bg-transparent{
    background: transparent;
}
.color-white{
    color:white;
}
.font18{
    font-size:18px;
}
.dir-rtl{
    direction: rtl;
}
.border-top-1{
    border-top: 1px solid rgba(0,0,0,0.2);

}
.border-left-1{
    border-left: 1px solid rgba(0,0,0,0.2);

}
.border-bottom-1{
    border-bottom: 1px solid rgba(0,0,0,0.2);

}
.text-align-center{
    text-align: center;
}
.padding-right-0{
    padding-right: 0;
}
.box-shadow-1{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
/**start of style for clock scroll**/
#svg-clock {

    right: 500px;
    top: 50px;

    height: 150px; /* height of clock */
    z-index: 999;
}

/* Clock styles */
.circle {
    fill: none;
    stroke: #fff;
    stroke-width: 9;
    stroke-miterlimit: 10;
}

.mid-circle {
    fill: #fff;
}

.hour-marks {
    fill: none;
    stroke: #fff;
    stroke-width: 9;
    stroke-miterlimit: 10;
}

.hour-arm {
    fill: none;
    stroke: #fff;
    stroke-width: 17;
    stroke-miterlimit: 10;
}

.minute-arm {
    fill: none;
    stroke: #fff;
    stroke-width: 11;
    stroke-miterlimit: 10;
}

/* Transparent box ensuring arms center properly. */
.sizing-box {
    fill: none;
}

/* Optional: Use transition for animation. */

#svg-hour,
#svg-minute,
#svg-second {
    transform-origin: 300px 300px;
    transition: transform 0.5s ease-in-out;
}

#svg-hour {
    /*  transform: rotate(-180deg); */
}
/**end of style for clock scroll**/
/**general style**/
/**user start**/
.form-container{
    width:468px;
    margin:0 auto;
    overflow: hidden;
}
.form-container form{
    display: flex;
    width: 1000px;
    transition: all 0.5s linear(-0.28 -34.01%, 1 100%);
    left: 0;

    position: relative;

}
.select-tab{
    position: relative;

}
.select-tab .slider{
    display: flex;
    width: 109px;
    height: 2px;
    background: black;
    position: absolute;
    right: 160px;
    bottom: -5px;
    transition: all .5s ease-in-out;
    bottom: -10px;
}
.moveslider{

    right:270px !important;
}
.signup,.login{
    background: transparent;
    border: 0;
    outline: 0;
}
.form-section-move{
    left:-500px !important;
}

.user-panel a{
    text-decoration: none;
    padding: 10px;
}
.user-panel a:hover{
    background: #e4e4e4;
}
.user-panel a .active{
    background: #ddd;
}
.panel-items{

}
.panel-items a{
    border-radius: 10px;
    border: 1px solid;
    margin: 10px;
    text-decoration: none;

}
.panel-items a:hover{
    background: #ddd;
}
.panel-items a i{
    padding:10px 0 10px;
    font-family: fontawesome;
    font-size: 40px;
}
.panel-items a span{
    padding:10px 0 10px;
}
/**user end**/


/**orders**/
.order-breadcrumbs ul{
    padding: 0;
    position: relative;

}
.order-breadcrumbs ul li{
    list-style: none;
    width: 130px;
    font-size: 19px;
    position: relative;
}

.order-breadcrumbs ul li:after{
    content:"\f060";
    position: absolute;
    font-family: fontawesome;
    padding-right: 10px;

}
.order-breadcrumbs ul li a{
    text-decoration: none;
    color:#26C6DA;

}
.order-breadcrumbs ul li:last-child:after{
    display: none;
}
.basket-underline{
    position: absolute;
    display: flex;
    height: 2px;
    width: 100px;
    background:#26C6DA;
    right: 0;
    bottom: -5px;


}
.basket-page-underline{
    right: 0px;

}
.checkout-page-underline{
    right: 125px;

}
.complete-page-underline{
    right: 154px;
    top: 29px;
}
span {
    cursor:pointer;
}
.number{
    display: flex;
    gap: 10px;
}
.minus, .plus{
    width:20px;
    height:24px;
    background:#f2f2f2;
    border-radius:4px;
    border:1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.number input{
    height:34px;
    width: 100px;
    text-align: center;
    font-size: 26px;
    border:1px solid #ddd;
    border-radius:4px;
    display: inline-block;
    vertical-align: middle;
}
/**end of orders**/


@media (max-width:320px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
    .new-product{
        display: none;
    }
    .basket-body{
        flex-direction: column !important;
    }
    .header-top{
        display: flex;
        flex-direction: column !important;
    }
    .header .left{
        justify-content: start;
    }
    .form-section{
        display: unset !important;
        width: 100%;
    }
    .form-section div.flex-row{
        flex-direction: column !important;
        width:100%;
    }
    .form-section label,.form-section input{
        width: 100%;
    }
    .select-tab{
        align-items: center;
        justify-content: center;
    }
    .select-tab .slider{
        display: flex;
        width: 88px;
        height: 2px;
        background: black;
        position: absolute;
        right: 137px;
        bottom: -5px;
        transition: all .5s ease-in-out;
        bottom: -10px;
    }
    .moveslider {
        right: 252px !important;
    }
    .parent{
        right: 0 !important;
        max-width: 310px;
    }
    .user-responsive-menu{
        flex-direction: column !important;
    }
}
@media (max-width:480px)  { /* smartphones, Android phones, landscape iPhone */
    .new-product{
        display: none;
    }
    .basket-body{
        flex-direction: column !important;
    }
    .header-top{
        display: flex;
        flex-direction: column !important;
    }
    .header .left{
        justify-content: start;
    }
    .form-section{
        display: unset !important;
        width: 100%;
    }
    .form-section div.flex-row{
        flex-direction: column !important;
        width:100%;
    }
    .form-section label,.form-section input{
        width: 100%;
    }
    .select-tab{
        align-items: center;
        justify-content: center;
    }
    .moveslider {
        right: 252px !important;
    }
    .parent{
       right: 0 !important;
        max-width: 480px;
    }
     .user-responsive-menu{
        flex-direction: column !important;
    }
}
@media (max-width:600px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
    .top-menu{
        display: none;
    }
    .carousel-inner>.item>img{
        height:400px;
        width: 100%;
    }
    .menu-responsive{
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .header-menu-responsive{
        display: block;
    }
    .new-product{
        display: none;
    }
    .basket-body{
        flex-direction: column !important;
    }
    .header-top{
        display: flex;
        flex-direction: column !important;
    }
    .header .left{
        justify-content: start;
    }
    .form-section{
        display: unset !important;
        width: 100%;
    }
    .form-section div.flex-row{
        flex-direction: column !important;
        width:100%;
    }
    .form-section label,.form-section input{
        width: 100%;
    }
    .select-tab{
        align-items: center;
        justify-content: center;
    }
    .select-tab .slider{
        display: flex;
        width: 88px;
        height: 2px;
        background: black;
        position: absolute;
        right: 137px;
        bottom: -5px;
        transition: all .5s ease-in-out;
        bottom: -10px;
    }
    .moveslider {
        right: 252px !important;
    }
    .parent{
        right: 0 !important;
        max-width: 310px;
    }
     .user-responsive-menu{
        flex-direction: column !important;
    }
}
@media (min-width:602px) and (max-width:801px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */
    .new-product{
        display: none;
    }
    .new-product-responsive{
        display: none;
    }
    .basket-body{
        flex-direction: column;
    }
    .header-top{
        display: flex;
        flex-direction: column !important;
    }
    .header .left{
        justify-content: start;
    }
    .form-section{
        display: unset !important;
        width: 100%;
    }
    .form-section div.flex-row{
        flex-direction: column !important;
        width:100%;
    }
    .select-tab{
        align-items: center;
        justify-content: center;
    }
    .select-tab .slider{
        display: flex;
        width: 88px;
        height: 2px;
        background: black;
        position: absolute;
        right: 137px;
        bottom: -5px;
        transition: all .5s ease-in-out;
        bottom: -10px;
    }
    .moveslider {
        right: 252px !important;
    }
     .parent{
        right: 0 !important;
        max-width: 310px;
    }
     .user-responsive-menu{
        flex-direction: column !important;
    }
}
@media (min-width:802px)and(max-width:1025px) { /* big landscape tablets, laptops, and desktops */
    .new-product-responsive{
        display: none;
    }



}
@media (min-width:1026px)and(max-width:1800px) { /* hi-res laptops and desktops */
    .new-product-responsive{
        display: none;
    }

}




/* پایه منو (احتمالاً تو قبلاً داری؛ این‌ها تکمیل کننده‌اند) */
.menu { list-style: none; margin:0; padding:0; }
.menu li { position: relative; }

/* گروه منو و زیرمنو */
.parent { position: relative; } /* خیلی مهم: مرجع برای preview */
.menu-group { position: relative; display: flex; gap: 20px; align-items: flex-start; }

/* child1 و child2 را طبق نیازت تنظیم کن */
.child1 { list-style:none; margin:0; padding:0; }
.child1 > li { margin-bottom: 6px; }

/* باکس پیش‌نمایش: اندازه ثابت تا layout نپره */
.parent-preview {
position: absolute;
    top: 0;
    right: 433px;
    width: 433px;
    height: 382px;
    overflow: hidden;
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease;
    opacity: 0;
    transform: translateY(6px);
    z-index: 999;
}

/* وقتی محتوا نمایش داده شود کلاس show اضافه می‌شود */
.parent-preview.show {
  opacity: 1;
  transform: translateY(0);
}

/* داخل preview — تنظیم عکس */
.preview-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* عکس داخل preview */
.preview-inner img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  display: block;
}










