@font-face {
    font-family: kalameh-thin;
    src: url(../woff/KalamehWebFaNum-Light.woff) format('woff');
}
@font-face {
    font-family: kalameh-medium;
    src: url(../woff/KalamehWebFaNum-Medium.woff) format('woff');
}
.kalameh-thin{
    font-family: kalameh-thin;
}
body{
    font-family: kalameh-medium;
}
.b-none{
    border: none;
}
.justify-content-around{
    justify-content: space-around;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
.bg-pinky {
    background: #ff2776 !important;
}
.w-95{
    width: 95%;
}
.bg-firoz {
    background: #01bec3 !important;
}
.bg-pink-firoz{
    background: linear-gradient(90deg,rgba(1, 190, 195, 1) 31%, rgba(188, 201, 216, 1) 42%, rgba(204, 160, 191, 1) 53%, rgba(255, 34, 115, 1) 66%);
}
.bg-pink-firoz-top{
    background: linear-gradient(180deg,rgba(1, 190, 195, 0.3) 26%, rgba(255, 34, 115, 0.3) 70%);
}
.bg-silver {
    background: #ebebeb !important;
}

.bg-silver-dark {
    background: #979797 !important;
}

.text-pinky {
    color: #ff2776 !important;
}

.text-firoz {
    color: #01bec3 !important;
}
.text-star{
    display: flex;
    grid-gap: .5rem;
}
.text-star::before{
    content: url('../images/kalineh/text-star.png');
}
.grid-gap-7 {
    grid-gap: 0.7rem;
}
.bg-transparent{
    background: transparent !important;
}
.w-4{
    width: 4%;
}
.w-96{
    width: 96%;
}
.truncate {
    width: 500px;
    /* Adjust width as needed */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate2 {
    width: 250px;
    /* Adjust width as needed */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category-index {
    /* background: #b89379; */
}

.category-index>h3 {
    background: #fff;
    display: inline;
    width: fit-content;
    padding: 3px;
}

.category-btn .flex-wrap {
    grid-gap: 0.7rem;
}

.category-btn button {
    color: #fff;
    background-color: #000;
}

.category-btn button:hover {
    color: #000;
    background-color: #fff;
    transition: ease;
}

.category-btn .nav-link.active {
    color: #000;
    background-color: #fff;
}

.line {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 10px 0;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.line::before,
.line::after {
    content: "";
    flex-grow: 1;
    height: 2px;
    background: #ffffff;
    /* رنگ خط */
}

.line::before {
    margin-right: 10px;
    margin-top: 18px;
    /* فضا بین خط و متن */
}

.line::after {
    margin-left: 10px;
    margin-top: 18px;
    /* فضا بین خط و متن */
}
/* line 2 */
.line2 {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 10px 0;
    font-size: 28px;
    font-weight: 600;
    color: #000;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.line2::before,
.line2::after {
    content: "";
    flex-grow: 1;
    height: 2px;
    background: #000;
    /* رنگ خط */
}

.line2::before {
    margin-right: 10px;
    margin-top: 18px;
    /* فضا بین خط و متن */
}

.line2::after {
    margin-left: 10px;
    margin-top: 18px;
    /* فضا بین خط و متن */
}
/* line 2 */
/* line 3 */
.line3 {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 10px 0;
    font-size: 28px;
    font-weight: 600;
    color: #000;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.line3::before,
.line3::after {
    content: "";
    flex-grow: 1;
    height: 2px;
    background: #000;
    /* رنگ خط */
}

.line3::before {
    margin-right: 10px;
    margin-top: 18px;
    display: none;
    /* فضا بین خط و متن */
}

.line3::after {
    margin-left: 10px;
    margin-top: 18px;
    /* فضا بین خط و متن */
}
/* line 3 */
.product-boxs{
    width: 240px;
    height: auto;
    background: #fff;
}
.product-boxs-img-box {
    height: fit-content;
    position: relative;
    border-bottom: 2px solid #E0E0E0;
}

.product-boxs-img-box img {
    width: 100%;
    height: auto;
}

.product-box-img-category,
.product-box-img-icon{
    position: absolute;
}

.product-box-img-category {
    width: 46px;
    height: fit-content;
    padding: 5px;
    background: #B8B6B4;
    font-size: 17px;
    font-weight: 600;
    top: 0;
    right: 0;
}

.product-box-img-category a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-size: 14px;
}

.product-box-img-icon {
    width: fit-content;
    height: fit-content;
    padding: 3px;
    /* background: #ebebeb; */
    font-size: 17px;
    font-weight: 600;
    top: 0;
    left: 0;
}

.product-box-img-icon svg {
    display: block;
    width: 100%;
    cursor: pointer;
}

.product-box-img-discount {
    width: 28px;
    height: 30px;
    padding: 1px;
    background: #01bec3;
    font-size: 10px;
    font-weight: 600;
    bottom: 0;
    left: 0;
    color: #fff;
}

.product-box-price {
    grid-gap: 0.7rem;
    font-size: 18px;
    font-weight: 600;
    justify-content: space-evenly;
}
.product-box-price del{
    font-size: 12px;
}
.dot-pinky{
    color: #FF2273;
    margin: 0 !important;
    text-decoration: none !important;
}
.product-box-price span {
    /* display: block; */
    margin-left: 5px;
    font-size: 17px;
}
.product-box-to-cart{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-box-to-cart button {
    outline: none;
    border: none;
}

.product-category-more a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.product-category-tabs button {
    text-decoration: underline;
    color: #808080;
    font-weight: 600;
}

.product-category-tabs .nav-link.active {
    color: #01BEC3;
    border: none;
}

.footer-link-box a {
    text-decoration: none;
    display: block;
    color: #000;
    font-weight: 600;
    padding: 5px;
}

.footer-social-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.footer-social-box a {
    color: #000;
    font-size: 18px;
}

.back-to-top {
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 5px;
}

/* footer .bg-silver-dark,
footer {
    border-top: 2px solid #000;
} */

.kaline-blog-box {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.kaline-blog-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.blog{
    width: 100%;
}

.blog-kalie-title {
    text-align: left;
    background: #000;
    color: #fff;
    padding: 10px;
}

.kaline-blog-box>.card-body {
    margin-top: -50px;
}

.product-img {
    position: relative;
    border: 1px solid #979797;
}

.product-img-box {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    grid-gap: 0.2rem;
}

.product-img-box img {
    width: 100px;
    height: 100px;
    cursor: pointer;
    border: 1px solid #979797;
    border-radius: 5px;
}
.product-info-box{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.product-info-box > div:last-child{
    margin-top: auto;
}

.product-info-box h1 {
    background: #01bec3;
    color: #fff;
    padding: 10px;
    margin: 10px 0;
}

.product-info-box h5 {
    text-align: left;
    /* padding: 10px;
    margin: 10px 0; */
    border-bottom: 4px solid #01bec3;
}
.rate-fav-right{
    display: flex;
    grid-gap: 5rem;
}
.rate-fav-right span{
    font-family: kalameh-thin;
}

.rate-fav-left span {
    font-weight: 600;
}

.rate-fav-left {
    display: flex;
    grid-gap: 0.8rem;
}

.rate-fav-left svg {
    font-size: 17px;
    color: #ff2776;
}

.rate-fav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 4px solid #01bec3;
}

.product-box-img-discount-page {
    width: fit-content;
    height: fit-content;
    padding: 7px;
    background: #ff2776;
    font-size: 17px;
    font-weight: 600;
    bottom: 0;
    left: 0;
    color: #fff;
}

.discount-price {
    display: flex;
    grid-gap: 0.6rem;
    align-items: center;
}

.product-page-price-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-gap: 1rem;
}

.product-page-price-box>.discount-price,
.product-page-price-box>.real-price {
    font-size: 18px;
    font-weight: 600;
}

.product-btn-to-cart {
    background: #ff2776;
    width: 100%;
    padding: 10px;
    color: #fff;
    margin: 10px 0;
    outline: none;
    border: none;
    font-weight: 600;
    font-size: 18px;
    border-radius: 5px;
}

.bt-read-more {
    font-weight: 600;
    text-align: left;
    font-size: 18px;
}

.product-tbl {
    font-weight: 600;
}

.product-comment-header {
    grid-gap: 0.7rem;
}

.product-comment-textarea {
    position: relative;
}

.product-comment-textarea button {
    color: #fff;
    outline: none;
    border: none;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 2px;
    font-size: 12px;
}

.comment-user-icon {
    font-size: 60px;
}

.breadcrumb-item a {
    color: #000;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #01bec3;
}

#cat-reset-btn {
    color: #01bec3;
    outline: none;
    border: none;
    /* font-si ze: 18px; */
    font-weight: 600;
    padding: 5px;
    font-size: 13px;
    background: transparent;
}

.cat-filter-boxs {
    display: flex;
    align-items: center;
    grid-gap: 0.7rem;
}
.border-3{
    border: 3px solid #000;
}
.border-firoz{
    border: 2px solid #01BEC3 !important;
}
.filter-button-box button{
    background: #01bec3;
    /* color: #fff; */
    padding: 3px;
    outline: none;
}

/* range slider styles here */
.asRange .asRange-selected{
    background-color: #000;
}
.asRange .asRange-pointer:before{
    background: #ff2776;
}
.range-slider-box > .asRange{
    margin: auto;
}
.range-slider-box{
    display: none;
    position: absolute;
}
.asRange{
    width: 220px;
}


/* auth page styles here */
.auth-box{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-box{
    /* border: 2px solid #000; */
    border-radius: 5px;
    padding: 40px 0;
}
.login-box-head{
    /* background: #ebebeb; */
    /* border: 1px solid #000; */
    padding: 10px;
    text-align: center;
}

.login-box-main{
    margin-top: 10px;
    margin-bottom: 10px;
}
.login-box-main > .input-group{
    width: 60%;
}
.login-box-main button{
    padding: 5px;
    border: none;
    outline: none;
}

.otp-box .flex-row{
    flex-direction: row-reverse !important;
}
.otp-box .realInput{
    display: none;
}
.a-reset{
    text-decoration: none;
    color: #000;
}
.faq-icon-box{
    display: flex;
    flex-direction: column;
    grid-gap: 0.7rem;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}
.faq-title span{
    font-size: 18px;
    font-weight: 600;
    border-bottom: 3px solid #01bec3;
    padding: 10px 2px;
    display: block;
    height: fit-content;
}
.product-card-box{
    align-items: end;
    grid-gap: 0.7rem;
}
.product-cart-counts{
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 0.5rem;
}
.product-cart-counts svg{
    /* color: #01bec3; */
    font-size: 18px;
    cursor: pointer;
}
.product-cart-counts input{
    outline: none;
    border: none;
    font-size: 18px;
}
.product-cart-right{
    font-weight: 600;
    font-size: 18px;
}
.product-cart-discount-price{
    padding: 3px;
    background: #ff2776;
    color: #fff;
}
.product-cart-cells td{
    padding-top: 10px;
}
.product-discount-cart-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    margin: 10px 0;
}
.product-discount-cart-box input{
    background: #ebebeb;
    outline: none;
    border: none;
    height: 40px;
}
.product-discount-cart-box button{
    background: #FF2273;
    color: #fff;
    padding: 10px;
    outline: none;
    border: none;

}
.product-discount-cart-box p{
    margin: 0;
}
.product-cart-info{
    font-weight: 600;
    text-align: center;
    padding: .5rem 1rem;
}
.product-cart-info a{
    display: block;
    padding: 10px;
    color: #fff;
    width: 100%;
    background: #01bec3;
    margin: 5px 0;
}
.product-cart-info tbody, td, tfoot, th, thead, tr{
    border-style: none !important;
}
.product-cart-info tr td:first-child{
    text-align: right;
}
.product-cart-info tr td:last-child{
    text-align: left;
}
.ml-10{
    margin-left: 10px;
}
.br-1-black{
    border: 1px solid #000;
}
.after-pay{
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: .9rem;
}
.after-pay-item{
    width: 30%;
    background: #E0E0E0;
    padding: 10px;
    font-weight: 600;
}
.after-pay-tbl td{
    background: #E0E0E0;
}
.after-pay-back{
    float: left;
}
.float-left{
    float: left;
}
.a-black{
    padding: 10px;
    background: #000;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.profile-h4{
    width: fit-content;
    margin-bottom: 0;
}

/* new styles */
.about-top{
    position: relative;
}
.about-kaline{
    display: inline;
    width: fit-content;
    padding: 5px;
    position: absolute;
    top: 0;
    right: 0;
}
.pink-label{
    width: 100%;
    height: 350px;
    background: #ff2776;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 150px;
}
.about-img-box{
    text-align: center;
    /* position: absolute; */
}
.about-service-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-service-item{
    width: 19%;
    height: fit-content;
    padding: 3px;
}
.contact-text-here{
    height: fit-content;
    padding: 150px 10px;
    flex-direction: column;
}
.contact-input{
    border-radius: none !important;
    background: #E0E0E0;
    color: #ebebeb;
}
.contact-input:focus{
    background: #999999;
    color: #ebebeb;
}
.contact-textarea{
    border-radius: none !important;
    background: #ebebeb;
    color: #999999;
}
.contact-textarea:focus{
    background: #ebebeb;
    color: #999999;
}
/* new styles */

.header-right-item-box{
    justify-content: space-between;
    grid-gap: 0.6rem;
}
.mySwiper .swiper-pagination-bullet{
    padding: 10px;
}
.mySwiper .swiper-pagination-bullet-active{
    background: #FF2273;
}
.category-box-item{
    width: 160px;
    height: 200px;
}
.category-box-item-img-box{
    width: 160px;
    height: 160px;
    background: linear-gradient(310deg,rgba(1, 190, 195, 1) 22%, rgba(255, 34, 115, 1) 72%);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-box-img{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 90%;
    width: 90%;
    border-radius: 100%;
}
.category-box{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 15px;
}
.link-all-box{
    background: #ffffff;
    width: 120px;
    height: 41px;
    padding: 5px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}
.link-all-box a{
    color: #000;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}
.amazingslider .swiper-slide{
    width: 240px !important;
}
.product-box-bottom h4{
    font-size: 12px;
    font-weight: 600;
}
.product-box-add-price{
    height: auto;
}
.del-pink del{
  text-decoration-color: #ff2776;
}
.p-slider-tabs{
    grid-gap: 0.6rem;
}
.blog-item-box{
    width: 340px;
    height: 340px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog-img{
    width: 330px;
    height: 330px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-top-bg{
    background: #e0e0e0;
    width: 100%;
    position: absolute;
    top: 0;
    height: 60%;
}
.blog-bottom-bg{
    background: #6b6b6b;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 40%;
}
.w-fit{
    width: fit-content;
}
.h-fit{
    height: fit-content;
}

.kalineh-footer-top > h5{
    position: absolute;
    top: 20px;
    right: 160px;
}

.footer-top-icon-box{
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 1.9rem;
}
.three-a a{
    color: #000;
    text-decoration: none;
    border: 1px solid #000;
    padding: 5px;
    letter-spacing: 3px;
}
.three-a{
    display: flex;
    grid-gap: 1.3rem;
    align-items: center;
}
.b-b-1{
    border-bottom: 1px solid #000;
}
.f-widget-a-box a{
    display: block;
    text-decoration: none;
    color: #4d4d4d;
    font-family: kalameh-thin;
}
.footer-widget-area{
    width: 95%;
}
.footer-contact{
    grid-gap: 0.9rem;
    display: flex;
}
.footer-contact div:last-child{
    display: flex;
    flex-direction: column;
    align-items: end;
}
.social-icon-box a{
    display: block;
    margin: auto;
}
.social-icon-box img{
    display: block;
    margin: auto;
}

.bascket-box{
    display: none;
    width: 250px;
    height: fit-content;
    padding: 10px 5px;
    background: #E0E0E0;
    position: relative;
    border-radius: 4px;
}
.bascket-box::after {
  content: "";
  position: absolute;
  top: -10px;   /* بالای باکس */
  right: 20px;  /* فاصله از راست */
  width: 0;
  height: 0;
  border-left: 10px solid transparent; 
  border-right: 10px solid transparent; 
  border-bottom: 10px solid #e0e0e0; /* هم‌رنگ با باکس */
}
.bascket-box2{
    display: none;
    width: 250px;
    height: fit-content;
    padding: 10px 5px;
    background: #E0E0E0;
    position: relative;
    border-radius: 4px;
    right: -30px;
}
.bascket-box2::after {
  content: "";
  position: absolute;
  top: -10px;   /* بالای باکس */
  right: 20px;  /* فاصله از راست */
  width: 0;
  height: 0;
  border-left: 10px solid transparent; 
  border-right: 10px solid transparent; 
  border-bottom: 10px solid #e0e0e0; /* هم‌رنگ با باکس */
}
.sub-box{
    position: absolute;
    right: 30px;
    top: 55px;
}
.sub-cart-btn{
    outline: none;
    border: none;
    padding: 5px;
    color: #fff;
    display: block;
    margin: auto;
}
.cart-top-box{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #000;
}
.cart-top-box a{
    color: #000;
    text-decoration: none;
}
.cart-bottom-box{
    display: flex;
    justify-content: space-between;
    /* border-bottom: 1px solid #000; */
}
.cart-main-box{
    height: 150px;
    overflow-y: scroll;
}
.cart-right-box{
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: center; */
}

.cart-item-box{
    display: flex;
    justify-content: space-between;
    grid-gap: 0.7rem;
    border-bottom: 1px solid #000;
}
.cart-left-box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cart-left-box a{
    color: #000;
    text-decoration: none;
}
.cart-count-box input{
    width: 30px;
    border: none;
    outline: none;
    text-align: center;
}
.cart-count-box svg{
    color: #01BEC3;
}
.cart-left-count{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cart-link-box{
    display: flex;
    justify-content: space-between;
}
.cart-link-box a{
    color: #fff;
    text-decoration: none;
    padding: 3px;
}
#backet, #favorite{
    cursor: pointer;
}

.addCartFav{
    font-size: 10px;
    color: #fff !important;
    padding: 2px;
    text-align: center;
}

.fav-count{
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    background: red;
    line-height: 5px;
    text-align: center;
    padding: 5px 2px;
    border-radius: 100%;
    font-size: 11px;
    color: #fff;
    top: 10px;
    right: 10px;
}
.baket-count{
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    background: red;
    line-height: 5px;
    text-align: center;
    padding: 5px 2px;
    border-radius: 100%;
    font-size: 11px;
    color: #fff;
    top: 10px;
    right: 10px;
}
.nav-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-box-left{
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 0.6rem;
}
.product-ad-attr{
    border-bottom: 2px solid #D9D9D9;
    border-top: 2px solid #D9D9D9;
    position: relative;
    height: 103px;
}
.triangle-right{
  width: 0;
  height: 0;
  border-left: 154px solid transparent;    /* ضلع افقی */
  border-bottom: 100px solid #d3d3d3; /* ضلع عمودی */
  position: absolute;
  top: 0;
  right: 0;
}
.triangle-left{
  width: 0;
  height: 0;
  border-right: 154px solid transparent;    /* ضلع افقی */
  border-top: 100px solid #d3d3d3; /* ضلع عمودی */
  position: absolute;
  left: 0;
  top: 0;
}
.product-ad-imgs{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 1.7rem;
}
#full-img{
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 999;
    cursor: pointer;
}
.product-img > img:last-child{
    position: absolute;
    left: 5px;
    bottom: 5px;
    z-index: 999;
}
.comment-number{
    display: flex;
    align-items: center;
    grid-gap: 0.7rem;
}
.product-table-info{
    display: flex;
}
.product-table-info > div:last-child{
    display: flex;
    flex-direction: column;
    align-items: end;
}
.product-table-info p{
    margin-bottom: 10px;
}
.help-child{
    margin-top: auto;
    text-align: left;
}
.product-discount-box{
    display: flex;
    justify-content: end;
    grid-gap: 0.8rem;
    align-items: center;
}
.product-discount-box span{
    font-weight: 600;
    font-size: 32px;
}
.p-takhfif{
    color: #fff;
    background: #01BEC3;
    border-radius: 3px;
    padding: 2px;
}
.product-page-price-box2{
    display: flex;
    justify-content: start;
    font-weight: 600;
    font-size: 32px;
}
.product-page-count-box{
    width: fit-content;
    border: 2px solid #E0E0E0;
}
.product-page-count-top{
    border-bottom: 2px solid #E0E0E0;
}
.product-page-count-box-main{
    display: flex;
    flex-direction: column;
    align-items: end;
}
.product-page-product-desc{
    border: 2px solid #E0E0E0;
}
.product-page-options{
    flex-direction: column;
    align-items: end;
}
.comment-items{
    display: block !important;
    padding: 5px 0;
}
.comment-item{
    padding: 5px 0;
    margin: 10px 0;
    border-bottom: 2px solid #E0E0E0;
}
.product-comment-header{
    border-bottom: 2px solid #E0E0E0;
}
.category-page{
    border: 2px solid #E0E0E0;
}
.border-gray{
    border: 2px solid #E0E0E0;
}
.filter-box{
    cursor: pointer;
    position: relative;
    text-align: center;
}
.category-search-box{
    position: relative;
    padding: 5px;
}
.category-search-box input{
    border: none;
    outline: none;
    font-size: 14px;
}
.category-search-box img{
    position: absolute;
    left: 2px;
    top: 5px;
}
.text-vertical{
    position: absolute;
    left: -30%;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    color: #fff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    white-space: nowrap;
    display: inline-block;
    font-size: 25px;
}
.cart-tbl tbody{
    overflow-y: scroll;
    height: 340px;
    display: block;
}
.product-cart-title{
    text-align: right;
}
.checkout-cart-box{
    flex-direction: column;
    align-items: start;
}
.checkout-cart-box h4{
    font-size: 16px;
}
.product-cart-left, .product-cart-right, .product-cart-minprice{
    display: flex;
    grid-gap: 0.7rem;
}
.product-cart-price-box{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.checkout-form textarea{
    height: 135px;
}
.checkout-tbl tr{
    border-top: 2px solid #E0E0E0 !important;
}
.checkout-tbl tbody{
    overflow-y: scroll;
    height: 330px;
    display: block;
}
.log-text-top{
    padding: 0 45px;
}
.log-phone-box{
    margin-bottom: 80px;
}
.log-phone-box span{
    font-size: 13px;
}
.login-phone{
    border: 2px solid #01BEC3;
    outline: none;
    height: 56px;
}
.login-phone span{
    background: transparent;
}
.otp-fake-input-danger{
    border: 1px solid #FF2273;
}
.log-pass label{
    font-size: 14px;
}

.blogswiper .swiper-slide{
    width: 330px !important;
}

/* .proslides .swiper-slide , .proslides-img{
    width: 120px !important;
    height: 120px;
} */

/* media querys here */
@media only screen and (max-width: 600px) {
  body {
    background-color: lightblue;
  }
}
/* media querys here */
/* گوشی‌های کوچک */
@media (max-width: 320px) { /* iPhone 5/SE */ }

/* گوشی‌های متوسط */
@media (min-width: 321px) and (max-width: 375px) { /* iPhone 6/7/8 */ }

/* گوشی‌های بزرگ */
@media (min-width: 376px) and (max-width: 425px) { /* iPhone 6/7/8 Plus */ }

/* موبایل عمومی */
@media (max-width: 480px) { }

/* موبایل افقی */
@media (min-width: 481px) and (max-width: 767px) { }

/* تبلت عمودی */
@media (min-width: 768px) and (max-width: 1024px) { /* iPad */ }

/* تبلت افقی */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) { }

/* تبلت کوچک */
@media (min-width: 768px) and (max-width: 991px) { }

/* لپ‌تاپ کوچک */
@media (min-width: 992px) and (max-width: 1199px) { }

/* لپ‌تاپ استاندارد */
@media (min-width: 1200px) and (max-width: 1439px) { }

/* دسکتاپ بزرگ */
@media (min-width: 1440px) and (max-width: 1919px) { }

/* دسکتاپ بسیار بزرگ */
@media (min-width: 1920px) { }

/* media querys here */