#createProduct .topBox{
    position: relative;
    min-height: 450px;
}
#createProduct .imgBox{
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0px);
    z-index: 200;
    height:450px;
}
#createProduct .imgBox .mainImg{
    max-height: 500px;
    height: 450px;
}
#createProduct  .title{
    font-size: 24px;
    font-weight: 900;
    color: var(--dark);
    font-family: "iransans";
    text-align: right;
    display: block;
    padding: 0px 0px 10px;
}
#createProduct  .price{
    font-size: 20px;
    font-weight: 900;
    color: var(--orange);
    font-family: "iransans";
    text-align: right;
    display: flex;
    column-gap: 10px;
    padding: 0px 0px 20px;
    flex-direction: row-reverse;
    margin: 0;
}
#createProduct .taping{
    display: block;
    text-align: right;
    padding-bottom: 10px;
}
#createProduct .titleStyle{
    font-size: 14px;
}
#createProduct .bottomBox{
    padding:20px;
}
.materials .swiper-slide {
    width: 101px !important;
    height: 112px !important;
    position: relative;
    display: flex
;
    flex-direction: column;
    justify-content: end;
}
.materials .swiper-slide .selectMat{
    border: 1px solid rgba(226, 226, 226, 1);
    border-radius: 12px;
    background-color: var(--line);
    display: flex;
    justify-content: end;
    padding: 10px;
    box-sizing: border-box;
    flex-direction: column;
    width: 100px;
    height: 100px;
    cursor: pointer;
}
.materials .swiper-slide  img{
    height: 77px;
    width: 101px;
    position: absolute;
    top: 0;
}
.selectedMat{
    background-color: rgba(254, 186, 39, 0.4) !important;
}
#createProduct .imgBox .mat{
    max-height: 500px;
    height: 315px;
    width: 315px;
    position: absolute;
    top: 100px;
}
#createProduct{
    height: 100%;
    overflow: auto;
}
#createProduct .btns-group{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}
#createProduct .btns-group .size-btns{
    display: flex;
    gap: 15px;
    align-items: center;
}
#createProduct .btns-group .size-btns button{
    display: flex;
    width: 50px;
    height: 50px;
    font-weight: 800;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: var(--white);
    border: none;
    cursor: pointer;
    font-family: 'iransans';

}
#createProduct .btns-group .size-btns button span{
    padding-top: 5px;
}
#createProduct .btns-group .size-btns button.active{
    background-color: var(--orange);
}
#createProduct .btns-group .counter_box{
    width: fit-content;
    height: 50px;
    padding: 10px 8px;
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: var(--white);
    border-radius: 10px;
}
#createProduct .btns-group .counter_box button{
    width: 38px;
    height: 30px;
    border-radius: 10px;
    font-family: 'iransans';
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    line-height: 20px;
    font-size: 28px;
    cursor: pointer;
}
#createProduct .btns-group .counter_box button span{
    padding-top: 5px;
}
#createProduct .btns-group .counter_box .mines_btn{
    background: var(--dark);
    color: var(--white);

}
#createProduct .btns-group .counter_box .plus_btn{
    background: var(--orange);
    color:var(--dark);

}
#createProduct .btns-group .counter_box .count{
    color: var(--countColor);
    font-feature-settings: 'ss01' on;
    font-family: "iransans";
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
    width: 20px;
    display: flex;
    justify-content: center;
}
#createProduct .TypeDough button{
    display: flex;
    padding: 0 15px;
    height: 32px;
    min-width: 80px;
    font-weight: 800;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: var(--white);
    border: none;
    cursor: pointer;
    font-family: 'iransans';
}
#createProduct .TypeDough button.active{
    background: var(--orange);
}
#createProduct .submitOrder{
    height: 53px;
    min-width: 200px;
    border: none;
    border-radius: 35px;
    padding: 0 15px;
    box-sizing: border-box;
    font-family: 'iransans';
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    background-color: var(--dark);
    color: var(--white);

}
#createProduct .priceOrder{
    font-family: 'iransans';
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    color: var(--dark);
    cursor: pointer;

}