﻿body {
    padding-top: 50px;
    direction: rtl;
    padding-bottom: 60px;
}
/********************* Buttons *********************/
a, button, .btn {
    outline: none !important;
}

.btn,.form-control {
    border-radius: 10px;
}

.btn-success {
    background-color: #1db052;
    border-color: #1db052;
}

    .btn-success:hover {
        color: #fff;
        background-color: #15843e;
        border-color: #15843e;
    }

.btn-danger {
    color: #fff;
    background-color: #ff1744;
    border-color: #ff1744;
}

    .btn-danger:hover {
        background-color: #e6002e;
        border-color: #e6002e;
    }

.btn-primary {
    color: #fff;
    background-color: #606cec;
    border-color: #606cec;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #3241e7;
        border-color: #3241e7;
    }

.btn-info {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

    .btn-info:hover {
        background-color: #0aa3c2;
        border-color: #0aa3c2;
    }

.btn-warning {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
}

    .btn-warning:hover {
        color: #fff;
        background-color: #e6ac00;
        border-color: #e6ac00;
    }
/********************* Buttons *********************/
a, button, .btn {
    outline: none !important;
}

.headerTop {
    width: 100%;
    height: 50px;
    overflow: hidden;
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 2;
    max-width: 768px;
    left: 0;
    right: 0;
    margin: auto;
}

.logoContainer {
    float: right;
}

.headerTop .logo {
    height: 50px;
    padding: 5px;
}

.topHeaderIcon {
    float: left;
    padding: 12px 10px;
    display: flex;
}

    .topHeaderIcon li {
        position: relative;
    }

    .topHeaderIcon a, .topHeaderIcon i {
        color: #333;
    }

    .topHeaderIcon i {
        font-size: 20px;
        cursor: pointer;
    }

    .topHeaderIcon img {
        height: 20px;
        cursor: pointer;
        margin-right: 15px;
    }

    .topHeaderIcon i:hover {
        color: red;
    }

.tabheaderContainerClub {
    font-size: 14px;
    border-bottom: solid 1px #e4e4e4;
    overflow: hidden;
    line-height: 23px;
}

    .tabheaderContainerClub i {
        font-size: 17px;
        display: block;
        color: #333;
    }

    .tabheaderContainerClub img {
        height: 24px;
        display: block;
        color: #333;
        margin: auto;
        margin-bottom: 5px;
    }

    .tabheaderContainerClub > .col-xs-6 {
        /*border-left: solid 1px #e4e4e4;*/
    }

    .tabheaderContainerClub .col-xs-6 {
        padding-bottom: 10px;
        padding-top: 10px;
    }

        .tabheaderContainerClub .col-xs-6:hover {
            background: #e4e4e4;
            cursor: pointer;
        }

    .tabheaderContainerClub > .col-xs-4 {
        /*border-left: solid 1px #e4e4e4;*/
    }

    .tabheaderContainerClub .col-xs-4 {
        padding-bottom: 5px;
        padding-top: 10px;
    }

        .tabheaderContainerClub .col-xs-4:hover {
            background: #e4e4e4;
            cursor: pointer;
        }

.tabBodyContainerClub {
}

.bodyTabClub1 div {
    padding: 0px;
}

.bodyTabClub1 .carousel-cell div {
    display: block;
    font-size: 14px;
    padding: 10px 25px 10px 0;
    font-weight: bold;
    position: relative;
}

    .bodyTabClub1 .carousel-cell div:before {
        content: "ʣ";
        font-family: fontello;
        position: absolute;
        right: 10px;
        color: #00a859;
        font-size: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

.bodyTabClub1 .carousel-cell a {
    display: block;
    padding: 0 10px;
    margin-bottom: 15px;
}

.bodyTabClub1 .carousel-cell img {
    width: 100%;
    border-radius: 10px;
}

#sixIconContainer {
    margin-top: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    clear: both;
    float: right;
    width: 100%;
    padding: 0 15px;
}

.sixIconitem {
    margin: 7px;
    overflow: hidden;
    background: rgba(243, 243, 243, 0.60);
    text-align: center;
    border-radius: 10px;
    height: 100px;
}

    .sixIconitem:hover {
        background: #e4e4e4;
        cursor: pointer;
    }

    .sixIconitem a, .sixIconitem span {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px;
    }

    .sixIconitem img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

.gototop {
    position: absolute;
    display: table;
    bottom: 20px;
    right: 20px;
    border-radius: 25px;
    width: 30px;
    height: 30px;
    line-height: 31px;
    background: #e4e4e4;
    display: block;
    cursor: pointer;
    text-align: center;
    padding: 0px;
}

    .gototop:hover {
        background: #333;
        color: white;
    }


.action-box-bottom {
    background-color: #fff;
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
    margin: 0 auto;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    border-radius: 15px;
    box-shadow: 0 5px 10px 0 rgba(20,83,155,.2);
    border: 1px solid #ddd;
}

    .action-box-bottom .iconfooter3 {
        display: block;
        color: #333;
        line-height: 28px;
        text-align: center;
        background: none;
        border: none;
    }

        .action-box-bottom .iconfooter3 a {
            color: #333;
            display: block;
            line-height: 1;
            font-family: Vazir-M;
        }

        .action-box-bottom .iconfooter3 > span {
            color: #333;
            line-height: 1;
            font-family: Vazir-M;
        }

    .action-box-bottom .iconbox {
        width: 36px;
        height: 36px;
        display: flex;
        background: #aaa;
        border-radius: 50px;
        justify-content: center;
        align-items: center;
        margin: auto;
        margin-bottom: 3px;
    }

    .action-box-bottom .iconfooter3 img {
        height: 20px;
    }

#sixitemFooter {
    overflow: hidden;
    padding: 5px 10px 5px 10px;
    position: fixed;
    bottom: 70px;
    right: 0px;
    width: 96%;
    overflow: hidden;
    background: #fff;
    z-index: 2;
    border-radius: 15px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    margin: 0 2%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    #sixitemFooter a, #sixitemFooter span {
        height: 44px;
        width: 44px;
        display: block;
        border: 2px solid #ddd;
        text-align: center;
        border-radius: 30px;
        padding: 3px;
        overflow: hidden;
    }

        #sixitemFooter a:hover, #sixitemFooter span:hover {
            background: #eee;
        }

    #sixitemFooter img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    #sixitemFooter .fa-app-close {
        float: left;
        margin-top: -20px;
        color: red;
        font-size: 20px;
        cursor: pointer;
        position: absolute;
        top: 10px;
        left: 0px;
        z-index: 999;
    }

#fooer2 {
    background: #e4e4e4;
    padding: 15px 10px;
    text-align: center;
    clear: both;
    overflow: hidden;
}

    #fooer2 img {
        width: 100px;
        float: left;
        margin-left: 3px;
    }

    #fooer2 a {
        color: #333;
        padding: 3px 0;
        display: block;
    }

.flickity-prev-next-button {
    width: 35px;
    height: 35px !important;
    border-radius: 35px !important;
    background: white;
    display: block;
}

    .flickity-prev-next-button:disabled,
    .flickity-prev-next-button[disabled] {
        display: none;
    }

.profile-tabs {
    font-size: 12px;
}

    .profile-tabs i {
        display: block;
    }


.tabHeaderContainerCat {
    width: 100%;
}

    .tabHeaderContainerCat .fa-app-search-filled {
        float: right;
        margin-left: 20px;
        color: #999;
        cursor: pointer;
        text-align: center;
        font-size: 26px;
        line-height: 1.5;
    }

    .tabHeaderContainerCat .CatHeader {
        float: right;
        display: inline-block;
        margin-left: 10px;
        font-family: Vazir-M;
        color: #a3a3a3;
        /*width: 70px;*/
        cursor: pointer;
        text-align: center;
        margin-bottom: 10px;
    }

        .tabHeaderContainerCat .CatHeader .percent {
            background-color: #575757;
            margin-left: 3px;
            display: inline-block;
            line-height: 24px;
            height: 20px;
            width: 20px;
            vertical-align: middle;
            border-radius: 5px;
            background-image: url(../Images/superapp/percent.png);
            background-position: center;
            background-repeat: no-repeat;
            background-size: auto 12px;
        }

#contaienheader {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.carousel-cat-tabs {
    margin-left: 20px;
}

    .carousel-cat-tabs .cat-tab-title {
        text-align: center;
        display: block;
        margin: 0 20px;
        transition: all 0.2s ease-in-out;
        color: #999;
        height: 40px;
        line-height: 40px;
        /*width:90px;*/
        white-space: nowrap;
        border-bottom: 3px solid transparent;
    }

        .carousel-cat-tabs .cat-tab-title.is-selected {
            color: #000;
            border-color: #1db052;
            font-family: Vazir-M;
        }

.carousel-cat-contents .cat-tab-content {
    width: 100%;
}

.fixedPositionHeaderCat {
    position: fixed;
    top: 50px;
    width: 100%;
    background: #eee;
    z-index: 9999;
    padding: 10px 10px 0 10px;
}

#contaienheader div {
    flex: 0 0 auto;
}

.tabHeaderContainerCat .fa-search:hover, .tabHeaderContainerCat .CatHeader:hover {
    color: black;
}

.tabHeaderContainerCat .CatHeader.selected {
    color: white;
    background: #404040;
    border-radius: 25px;
    padding: 0 10px;
    height: 34px;
    line-height: 34px;
}

.tabBodyContainerCat {
    clear: both;
    padding-top: 10px;
    margin-top: -30px;
    border-top: solid 1px #eee;
}

.product-container-img {
    vertical-align: middle;
}

.product-container-img-box {
    padding: 5px;
    height: 70px;
    width: 70px;
    margin-bottom: 15px;
    border-radius: 10px;
}

.product-container {
    background: #fff;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 15px;
    border-bottom: solid 1px #f2f2f2;
}

    .product-container:last-child {
        border-bottom: none;
    }

.product-item {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .product-item:last-child {
        border-bottom: none;
    }

.product-right {
    flex: 1;
}

.product-left {
    flex: 1;
    justify-content: flex-end;
    display: flex;
}

.product-option-title {
    font-family: Vazir-M;
    color: #888;
    font-size: 13px;
}

.ProductDescription {
    color: #888;
}

.SubDetailsBadgeItem:first-child {
    /*margin-right: 20px;*/
}

.SubDetailsBadge {
    /*background: #e6e7e8;*/
    border-radius: 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 5px;
    margin-bottom: 10px;
}

.SubDetailsBadgeItem {
    display: inline-block;
    font-size: 12px;
    font-family: Vazir-M;
}

    .SubDetailsBadgeItem:first-child {
    }

    .SubDetailsBadgeItem:last-child {
        border-radius: 10px 0 0 10px;
    }

.video-player-box {
    margin-bottom: 20px;
    border-bottom: 5px solid #ddd;
    /*background-color:#000;*/
}

    .video-player-box .play-box {
        width: 100%;
        height: auto;
        text-align: center;
    }

        .video-player-box .play-box video {
            width: 100%;
            height: 100%;
        }

.video-logo-box {
    /*margin-bottom: 20px;*/
    padding-bottom: 10px;
    height: 200px;
    border-bottom: 5px solid #ddd;
}

    .video-logo-box img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.divVideoLogo video {
}

.OldPrice {
    text-decoration: line-through;
    color: #aaa;
    font-size: 9px;
}

    .OldPrice span {
        background: #1db052;
        color: white;
        border-radius: 5px;
        margin-left: 10px;
        display: inline-block;
        float: right;
        padding: 3px 4px;
        font-size: 11px;
    }

.price-container {
    font-family: Vazir-M;
    font-size: 16px;
}

    .price-container .toman {
        font-size: 12px;
        margin-right: 3px;
    }

.notAvailableProducts {
    float: left;
    padding: 5px 15px;
    background: #aaa;
    border-radius: 5px;
    margin-top: -50px;
    margin-left: 20px;
}

.btn-add-to-basket {
    width: 100px;
    height: 30px;
    text-align: center;
    border: 1px solid #1db052;
    border-radius: 8px;
    color: #1db052;
    cursor: pointer;
}

.multi-add-container {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .multi-add-container .btn-plus, .multi-add-container .btn-minus {
        background: #1db052;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        cursor: pointer;
        font-size: 20px;
        border-radius: 8px;
        line-height: 1;
        height: 30px;
        width: 30px;
    }

    .multi-add-container .multival {
        display: inline-block;
        color: white;
        font-size: 18px;
        border-radius: 5px;
        color: #333;
        width: 30px;
        text-align: center;
        font-family: Vazir-B;
    }

.BasketCountBox {
    background: #ff1744;
}

.BasketCount {
    position: absolute;
    top: -5px;
    right: 0;
    border: none;
    background: transparent;
    display: inline-block;
    background: #1db052;
    text-align: center;
    border-radius: 5px;
    width: 20px;
    color: white;
    font-size: 11px;
}

.IsNewContiner {
    background: #FF17AB;
    color: white;
    padding: 15px 10px 35px 10px;
    clear: both;
    overflow: hidden;
    border-radius: 25px 25px 0 0;
}

    .IsNewContiner .percent {
        background: #ff60c6;
        height: 34px;
        width: 34px;
        border-radius: 5px;
        display: inline-block;
        background-image: url(../Images/superapp/percent.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto 20px;
        margin-top: 3px;
    }

    .IsNewContiner div {
        font-family: Vazir-M;
        padding: 0;
        line-height: 20px;
    }

    .IsNewContiner span {
        font-size: 12px !important;
        font-family: Vazir;
    }

#CatBody_IsNew .product-container {
    margin-bottom: 30px;
}

#CatBody_IsNew > .product-container {
    margin-top: -20px;
}

#CatBody_IsNew > .product-container {
    border-radius: 25px 25px 0 0;
}

.giftContainer {
    background-color: #F6FCF8;
    text-align: center;
    color: #54bd7d;
    font-family: Vazir-M;
    clear: both;
    border: 1px solid #d9f2e1;
    margin-bottom: 5px;
    border-radius: 7px;
    font-size: 13px;
}

    .giftContainer img {
        height: 18px;
        margin-left: 5px;
    }

.btnGoToBasketBox {
    position: fixed;
    bottom: 70px;
    z-index: 1;
    width: 100%;
    max-width: 768px;
    background: #fff;
    padding: 15px 0;
}

.btnGoToBasket {
    display: block;
    margin: 0px auto;
    z-index: 1;
    width: 300px;
    background: #1db052;
    color: white;
    border: none;
    border-radius: 15px;
    padding: 7px 0;
    font-family: Vazir-M;
    font-size: 16px;
    -moz-transition: padding-top .1s ease-in;
    -o-transition: padding-top .1s ease-in;
    -webkit-transition: padding-top .1s ease-in;
    transition: padding-top .1s ease-in;
}

    .btnGoToBasket:hover {
        /*padding-top: 30px;*/
    }

.BasketTabHeader_Container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    clear: both;
    overflow: hidden;
}

    .BasketTabHeader_Container .page-title {
        font-family: Vazir-m;
        font-size: 16px;
    }

.SellerTabHeader {
    float: right;
    padding: 5px 10px;
    cursor: pointer;
    margin-left: 10px;
}

    .SellerTabHeader.selected {
        background: #333;
        color: white;
        border-radius: 5px 5px 0 0;
    }

    .SellerTabHeader:hover {
        background: #ccc;
        border-radius: 5px 5px 0 0;
    }

.deletBasket {
    margin-left: 10px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
}

.aBack {
    color: #333;
    margin-top: 3px;
    font-size: 24px;
}

    .aBack i {
        padding: 0;
    }

.BasketTabBody_Container {
    margin-top: 10px;
    overflow: hidden;
    clear: both;
}

.orderDetailsBar {
    border-radius: 5px;
    width: 100%;
    padding: 5px 0;
    position: relative;
    font-size: 13px;
    font-family: Vazir-M;
    margin-bottom: 20px;
}

    .orderDetailsBar .row {
        padding: 0px !important;
        margin: 0px !important;
        background: #f4fdec;
        color: #21a957;
    }

    .orderDetailsBar .col-xs-4 {
        margin: 0px !important;
        text-align: center;
        padding: 4px 0 !important;
    }

    .orderDetailsBar .first {
        color: white;
        background: #21A957;
        border-radius: 0px 5px 5px 0;
    }

.first:after {
    border: solid transparent;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    pointer-events: none;
    width: 0;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #21a957;
    top: 50%;
    margin-top: -18px;
    border-width: 18px;
    left: -35px;
}

.orderDetailsBar .thred {
    border-radius: 5px 0 0 5px;
}

.basketRow {
    overflow: hidden;
    display: block;
    width: 100%;
    margin: 10px 0;
    border-radius: 5px;
    border-bottom: 2px solid #eee;
    padding-bottom: 15px;
}

    .basketRow div[class^='col-'] {
        padding: 0;
    }

@media (max-width: 768px) {
    #sixitemFooter a, #sixitemFooter span {
        /*height: 65px;*/
    }

    #fooer2 img {
        width: 60px;
        float: left;
    }

    .product-container {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px !important;
    }
}

.table-responsive table {
    width: 100%;
    margin: 20px 0;
    text-align: center;
}

    .table-responsive table td {
        white-space: nowrap;
        border: solid 1px #eee;
        text-align: center;
    }

    .table-responsive table th {
        white-space: nowrap;
        border: solid 1px #eee;
        text-align: center;
        background: #eee;
    }

#OpenHourSelect .modal-dialog {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 96%;
    max-width: 400px;
}

#OpenHourSelect .modal-content {
    border-radius: 15px;
}

#OpenHourSelect .modal-title {
    font-family: Vazir-B;
    font-size: 16px;
}

#OpenHourSelect .modal-body {
    font-family: Vazir-M;
    font-size: 15px;
    text-align: center;
}

    #OpenHourSelect .modal-body label {
        font-family: Vazir;
        font-size: 14px;
    }

    #OpenHourSelect .modal-body select {
        border-radius: 10px;
        border-color: #ccc !important;
        box-shadow: none;
        height: 40px;
    }

#OpenHourSelect .btn-accept {
    background-color: #1db052 !important;
    border-color: #1db052 !important;
    border-radius: 20px;
    padding: 8px 12px;
    font-family: Vazir-M;
}

.district-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.drp-district {
    display: inline-block;
    width: 130px;
}

.select-sendtime-box {
    justify-content: space-between;
}

    .select-sendtime-box select {
        margin-bottom: 15px;
        margin-top: 5px;
    }

.shop-info-box {
    display: flex;
    margin-bottom: 20px;
}

.info-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    font-size: 11px;
    justify-content: flex-start;
    align-items: center;
    height: 80px;
    padding-top: 10px;
    text-align: center;
}

.info-title {
    color: #999;
}

    .info-title i {
        padding: 0;
    }

.info-des {
    font-size: 10px;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 5px;
}

.info-more {
    padding-top: 0;
}

    .info-more .info-title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%;
        color: #00a859;
        font-family: Vazir-M;
        font-size: 10px;
    }

        .info-more .info-title i {
            font-size: 18px;
            line-height: 1;
        }

.btn-select-address {
    background-color: #1db052;
    width: 70px;
    height: 24px;
    text-align: center;
    border: 1px solid #1db052;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    margin-top: 5px;
}
/***************************************/
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 480px;
    margin: auto;
    right: 0;
    left: 0;
    height: 60px;
    background-color: #f5f5f5;
    z-index: 2;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
}

    footer ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        list-style: none;
        position: relative;
    }

        footer ul li {
            width: 20%;
            position: relative;
            z-index: 2;
            text-align: center;
        }

            footer ul li a, footer ul li a:focus, footer ul li a:hover {
                height: 60px;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                color: rgba(255,255,255,0.6);
                color: #000;
                font-size: 13px;
                text-decoration: none !important;
                outline: none !important;
                padding-top: 10px;
            }

            footer ul li img {
                height: 22px;
                margin-bottom: 2px;
            }

                footer ul li img.footer-img-logo {
                    height: 55px;
                    margin-top: -20px;
                }

.wave-wrap {
    position: absolute;
    width: 0;
    height: 33px;
    margin-bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

    .wave-wrap #wave {
        position: absolute;
        width: 100px;
        left: 50%;
        transform: translateX(-50.6%);
        top: -80px;
        z-index: 1;
    }

        .wave-wrap #wave .path {
            fill: #f5f5f5;
        }
