﻿* {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
/*    border: 1px solid red;*/
}
body {
    direction: rtl;
    font-family: 'BVAvrin', Vazir, Tahoma;
    background-color: white;
    font-family: Vazir;
    color: black;
}
a {
    color: #169bd6;
    text-decoration: none;
}
.panel {
    min-height:240px;
}
.navTopTop {
    text-align: right;
}
.TopMenuBar {
    background-color: #169bd6;
    min-height: 28px;
    text-align: center;
}

    .TopMenuBar a {
        color: white;
        text-decoration:none;
    }

    .TopMenuBar .ltr {
        text-align: left;
    }
.LogoBar {
    background-color: #0b3571;
    color: white;
}
.LogoBar ul li a{
    color:white;
    min-width: 100px;
}
.footer {
    bottom: 0;
    width: 100%;
    background: #0b3571;
    color: white;
    text-align: center;
}
.websiteTitle {
    display: none;
    color:white;
}
.section {
    min-height: 200px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 40px;
    padding-left: 40px;
}
.bk {
    background: linear-gradient(#01359c 50%, #fff 10%);
}
.bk2 {
    background: linear-gradient(#01359c 50%, #fff 10%);
}
.sectionTitle {
    height: 35px;
    color: #01359c;
    background-color: #fff;
}
    .sectionTitle .right {
        background-color: #01359c;
        height: 35px;
        width: 15%;
        border-top-left-radius: 100%;
        float: right;
    }
    .sectionTitle .middle {
        background-color: white;
        height: 35px;
        width: 70%;
        text-align: center;
        float: right;
    }
    .sectionTitle .left {
        background-color: #01359c;
        height: 35px;
        width: 15%;
        border-top-right-radius: 100%;
        margin-right: -1px;
        float: left;
    }
.sectionTitleLarge {
    height: 35px;
    background-color: #01359c;
}
    .sectionTitleLarge .right {
        background-color: #01359c;
        height: 35px;
        width: 20%;
        float: right;
    }

    .sectionTitleLarge .middle {
        background-color: white;
        color: #01359c;
        height: 35px;
        width: 60%;
        text-align: center;
        float: right;
        border-bottom-right-radius: 100%;
        border-bottom-left-radius: 100%;
    }

    .sectionTitleLarge .left {
        background-color: #01359c;
        height: 35px;
        width: 20%;
        margin-right: -1px;
        float: left;
    }
.cart {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.8rem;
    min-height: 112px;
    margin-bottom: 4px;
}
    .fxdirectionrow {
        flex-direction:row !important;
    }
    .cart a {
        color: black;
        font-family: 'BVAvrin', Vazir, Tahoma;
        font-size: 16px;
    }
    .cart .ImageHolder
    {
        display:block;
        width: 80%;
        height: 80px;
        padding: 2px;
        margin-right: 10%;
    }
    .cart .ImageHolder img{
        width: 100%;
        border-radius: 4px;
        height:80px;
    }
.cart .imgPerson {
    height:300px;
    width:200px;
    border-radius: 25%;
}
.imgPerson {
    height: 180px;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25%;
}

.cart p {
    text-align:right;
}
.counter_item {
    width: 88px;
    height: 60px;
    background-color: #0B9CB0;
    border-radius: 50%;
    margin: 0.4rem auto;
    text-align: center;
}
    .counter_item i {
        font-size: 54px;
        padding:0px;
    }
.radius20 {
    border-radius: 20px;
}
.padding2 {
    padding:2px;
}
.bg-light {
    background-color: #e8e8e8 !important;
}
.path {
    padding: 4px 10px;
    border-radius: 15px;
}
.mainRow {
    color: #071227;
}
.alternateRow {
    color: #071227;
}
.searchLink {
    color: #01359c !important;
}
@media (max-width: 970px) {
    .MainImageBox {
        height:auto !important;
    }
    .section {
        padding-left: 1px;
        padding-right: 1px;
    }
    .imgLogo {
        display: none;
    }
    .websiteTitle {
        display: block;
    }
    .websiteTitleRegualr {
        display: none;
    }
    .sectionTitleLarge {
        height: 50px;
    }
        .sectionTitleLarge .middle {
            height: 50px;
        }
}