.icon.tava{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50% !important;
    
}

.icon.tava img{
    /* border-radius: 50% !important; */
}

.partner-img{
    max-width: 220px;
    height: auto;
}


.pagiActive{
    background-color: #ff6600 !important;
    color: #fff !important;
}

.site-branding img{
    max-width: 142px;
}

.category-nav li.active{
    color: #ff6600;
    font-size: 18px;
    font-weight: 600;
}

.pagiButton{
    padding: 7px 10px;
    border: 1px solid rgba(14, 19, 23, 0.1);
    color: #fff;
    background: #ff6600;
    font: 600 20px "Forum", cursive;
    margin-bottom: 10px;
}

.threeProduct .price.text-danger{
    font-size: 22px;
    font-weight: 600;
    margin-left: 8px;
}

.bg-ramazan-1{
    background: #f1eae2;
}
.bg-ramazan-2{
    background: #baa892;
}
.border-ramazan-1{
    border: 1px solid #f1eae2;
    border-radius: 15px;
    padding-top: 5px;
    box-shadow: 0 0 8px 1px #f1eae2;
}
.border-ramazan-2{
    border: 1px solid #baa892;
    border-radius: 15px;
    padding-top: 5px;
    box-shadow: 0 0 8px 1px #baa892;
}

.titleTextt{
    width: 140%;
    margin-left: -25%;
}
.titleTextt .phones{
    font-size: 17px;
}

.titleTextt .phones > *{
    margin-top: 7px;
}

.titleTextt .phones a:not(:first-child){
    margin-left: 25px;
}
.titleTexttImg{
    max-width: 100%;
}

.ramazanRow{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ramazanRow > *{
    width: 47%;
}
.single-product-item .product-thumbnail{
    width: 250px !important;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.preloader .pre-box{
    position: relative;
}
.preloader .loader{
    margin-top: -10px;
}
@media only screen and (max-width: 767px) {
    
    .nav-right-item > * {
        margin-inline-start: 22px !important;
    }.nav-right-item > *:last-child {
        margin-inline-start: 12px !important;
    }
    .titleTextt{
        width: 100%;
        margin-left: 0px;
    }
    .titleTextt .phones{
        text-align: center;
    }
    .titleTextt .phones a:not(:first-child){
        margin-left: 30px;
    }
    .titleTexttImg{

        max-width: 100%;
        margin: 25px 0px;
    }
    .ramazanRow > *{
        width: 100%;
    }
    
    .preloader .loader{
        margin-top: -20px;
    }
}