﻿@font-face {
    font-family: Dima;
    font-style: normal;
    src: url(../../../../fonts/DimaAbdo.woff) format("woff")
}


@font-face {
    font-family: sogand;
    font-style: normal;
    src: url(../../../../fonts/DimaSogand.woff) format("woff")
}

/***** General *****/

a {
    text-underline-position: under;
}

.image-responsive {
    width: 100%;
}

.img {
    border-radius: 10px;
}

.banner-img {
    margin-top: -70px;
}

.margin {
    margin: 2em auto;
}

.showAll a {
    color: #f30187;
    font-family: 'sogand';
}

    .showAll a:hover {
        text-decoration: none;
    }

.s-panel {
    background-color: transparent;
    margin: 4em auto;
    text-align: center;
    /*padding-bottom: 15px;*/
}

.description {
    padding: 5px 5em;
    text-align: justify;
    font-size: 16px;
    color: #908e8e;
    line-height: 25px;
    font-family: IranSans;
}

    .description > u {
        color: #ff0d72;
        font-weight: bold;
        text-underline-position: under;
    }

.page-content {
    font-family: IranSans;
    line-height: 2;
    margin-top: 20px;
}

    .page-content > .card-body > p {
        color: #908e8e;
    }

        .page-content > .card-body > p > strong > a > i {
            color: #04e6b2;
        }

    .page-content > .card-body > h1 {
        color: #929292;
        font-size: 25px;
        font-weight: bold;
    }

    .page-content > .card-body > h2 {
        color: #2096ff;
        font-size: 18px;
        font-weight: bold;
    }

    .page-content > .card-body > ul > li {
        color: #908e8e;
    }

        .page-content > .card-body > ul > li > strong > a > i {
            color: #04e6b2;
        }


.panel-primary > .panel-heading {
    background-image: none;
    background: #00de6d;
}

.panel-primary > .panel-heading {
    color: #fff;
    border-color: transparent;
}

.panel {
    margin-top: 2em;
    -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
}

.panel-primary {
    border-color: transparent;
}

#grid > table > thead > tr > th {
    color: #066cea;
    font-weight: bold;
}

    #grid > table > thead > tr > th > a {
        color: #0287f9;
    }

#grid > table > tbody > tr > td > a > span, #grid > table > tbody > tr > td > a > i {
    color: #05bff7;
    font-size: 12px;
}

.k-block, .k-widget, .k-popup, .k-content, .k-toolbar, .k-dropdown .k-input {
    color: #626265;
    font-family: IranSans;
}

.k-grid td {
    font-size: 12px;
}

.table-responsive > table > tbody > tr > td > a > span, .table-responsive > table > tbody > tr > td > a > i {
    color: #05bff7;
    font-size: 12px;
}

.table-responsive > table > tbody > tr > th {
    color: #066cea;
    font-weight: bold;
    font-family: IranSans;
}

.table-responsive > table > tbody > tr > td {
    color: #626265;
    font-family: IranSans;
}

    .table-responsive > table > tbody > tr > td > a {
        color: #626265;
        font-family: IranSans;
    }

::-webkit-scrollbar {
    width: 5px;
    height: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 11px rgb(35 141 0);
}

/*Table*/

.table > thead > tr#ud-th > th {
    border-bottom: none;
}

tr#ud-th > th {
    padding: 20px 15px;
    font-weight: bold;
    font-size: 12px;
    color: #005aff;
    text-transform: uppercase;
}

tr#ud-td > td {
    padding: 15px;
    text-align: right;
    vertical-align: middle;
    font-weight: 300;
    font-size: 12px;
    font-weight: bold;
    color: #797579;
    border-top: transparent;
    border-bottom: solid 1px rgba(255,255,255,0.1);
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9dede75;
}

.circ {
    opacity: 0;
    stroke-dasharray: 130;
    stroke-dashoffset: 130;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.tick {
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    -webkit-transition: stroke-dashoffset 1s 0.5s ease-out;
    -moz-transition: stroke-dashoffset 1s 0.5s ease-out;
    -ms-transition: stroke-dashoffset 1s 0.5s ease-out;
    -o-transition: stroke-dashoffset 1s 0.5s ease-out;
    transition: stroke-dashoffset 1s 0.5s ease-out;
}

.drawn + svg .path {
    opacity: 1;
    stroke-dashoffset: 0;
}

.msg-title {
    font-size: 18px;
    color: #ef0042;
    font-weight: bold;
}

.msg-ok {
    font-size: 15px;
    color: #06b182;
    margin-top: 25px;
    padding: 0 10px;
}

.btn {
    font-size: 13px;
}

.btns {
    margin: .375rem;
    color: inherit;
    text-transform: uppercase;
    word-wrap: break-word;
    text-align: center;
    white-space: normal;
    cursor: pointer;
    border: 0;
    border-radius: .125rem;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 1rem 2.14rem;
}


.waves-effect {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

a.waves-effect, a.waves-light {
    display: inline-block;
}

.btn-floating {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0;
    margin: 10px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 47px;
    height: 47px;
}

    .btn-floating.btn-lg {
        width: 61.1px;
        height: 61.1px;
    }

.btn-in {
    color: #fff;
    display: block;
    background-color: #2867B2 !important;
}

.btn-Insta {
    color: #fff;
    display: block;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.btn-aparat {
    color: #fff;
    display: block;
    background-color: #ed145b !important;
}

.btn-pinterest {
    color: #fff;
    display: block;
    background-color: #cd1f28 !important;
}

.btn-tel {
    color: #fff;
    display: block;
    margin-bottom: 10px;
    background-color: #0088cc !important;
}

.btn-danger-New {
    color: #fff;
    margin-top: -5px;
    background-color: #ff3547 !important;
}

.btn-default-New {
    color: #fff;
    background-color: #2bbbad !important;
}

.btn-primary-New {
    color: #fff;
    background-color: #4285f4 !important;
}

    .btn-primary-New:hover {
        color: #fff;
        background-color: #5a95f5;
        text-decoration: none;
        -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
        box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    }

    .btn-primary-New:focus {
        color: #fff;
        -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
        box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
        text-decoration: none;
    }

    .btn-primary-New:focus, .btn-primary-New:active {
        color: #fff;
        background-color: #0b51c5;
        text-decoration: none;
    }

.btn-info-New {
    color: #fff;
    margin-left: 4px;
    background-color: #33b5e5 !important;
}

.btn-amber {
    color: #fff;
    background-color: #ffa000 !important;
}

.btn-yellow {
    color: #fff;
    margin-top: -5px;
    background-color: #fbc02d !important;
}

.btn-light-green {
    color: #fff;
    background-color: #6eb700 !important;
}

.btn-cyan {
    color: #fff;
    background-color: #00bcd4 !important;
}

.btn-deep-orange {
    color: #fff;
    margin-top: -5px;
    background-color: #ff7043 !important;
}

.btn-success-New {
    color: #fff;
    background-color: #00c851 !important;
}

    .btn-success-New:hover {
        color: #fff;
        text-decoration: none;
        background: #02b149;
    }

.btn-dark-green {
    color: #fff;
    background-color: #388e3c !important;
}

.btn-link {
    color: #000;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-rounded {
    border-radius: 10em;
}

.btn-sign {
    border: none;
    font-size: 13px;
    margin: 1rem auto;
    display: flex;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.btn-pass {
    color: #05cfa4;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .btn-pass:hover, .btn-pass:active, .btn-pass:focus, .btn-pass:visited {
        color: #07d86b;
    }

.btn-verify-email {
    color: #fb7688;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .btn-verify-email:hover, .btn-verify-email:active, .btn-verify-email:focus, .btn-verify-email:visited {
        color: #d80737;
    }

#btnDisplayMoreData {
    margin: 0 auto;
    display: inline-block;
    text-decoration: none;
}

    #btnDisplayMoreData > i {
        color: #fd6a7e;
        font-size: 25px;
    }

    #btnDisplayMoreData > span {
        color: #6f7370;
    }

#btn-more {
    margin: 10px 10px 0;
    border-radius: 10px;
    padding: 13px;
}

.btn-page {
    color: #fff;
    display: block;
    background: #188826;
    border-radius: 10px;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
}

    .btn-page:hover {
        color: #ffe709;
        background: #0e511b;
        text-decoration: none;
    }

.aqua-gradient {
    color: #fff;
    display: block;
    background: linear-gradient(40deg, #2096ff, #05ffa3) !important;
}

.z-depth-1-half {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15) !important;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15) !important;
}

#pro > i, #mac > i, #cont > i {
    font-size: 20px;
    color: #87df02;
    vertical-align: middle;
}

.overview {
    color: #f4f718;
    font-size: 25px;
}

/***** Top menu *****/





/***** Modal *****/

button#OpenMyModal {
    border: none;
    padding: 0.6em 1.2em;
    background: #02b965;
    color: #fff;
    font-size: 1.6rem;
    cursor: pointer;
    display: inline-block;
    margin: 3px 2px;
    border-radius: 2px;
}

    button#OpenMyModal:hover {
        background: #02b965;
    }

.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 630px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(106, 107, 111, 0.54);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}

.md-effect-4 .md-content {
    -webkit-transform: scale(0) rotate(720deg);
    -moz-transform: scale(0) rotate(720deg);
    -ms-transform: scale(0) rotate(720deg);
    transform: scale(0) rotate(720deg);
    opacity: 0;
}

.md-show.md-effect-4 ~ .md-overlay,
.md-effect-4 .md-content {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.md-show.md-effect-4 .md-content {
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    opacity: 1;
}

md-perspective,
.md-perspective body {
    height: 100%;
    overflow: hidden;
}

.md-perspective body {
    background: #222;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
}

/* Content styles */
.md-content {
    color: #fff;
    /*background: #015441;*/
    position: relative;
    border-radius: 3px;
    margin: 0 auto;
    background: linear-gradient(to bottom, rgba(5,102,67,1) 0%, rgba(0,0,0,1) 100%);
}

    .md-content h3 {
        margin: 0;
        padding: 1em;
        text-align: center;
        font-size: 2em;
        font-weight: 300;
        opacity: 0.8;
        background: rgba(0,0,0,0.1);
        border-radius: 3px 3px 0 0;
    }

    .md-content > div {
        padding: 15px 40px 30px;
        margin: 0;
        font-weight: 300;
        font-size: 1.15em;
    }

        .md-content > div p {
            margin: 0;
            padding: 10px 0;
        }

        .md-content > div ul {
            margin: 0;
            padding: 0 0 30px 20px;
        }

            .md-content > div ul li {
                padding: 5px 0;
                list-style: none;
            }

    .md-content button#ModalClose {
        display: block;
        margin: 0 auto;
        font-size: 0.8em;
    }

.md-close {
    border: none;
    color: #fff;
    padding: 0.6em 1.2em;
    background-color: #c8004a !important;
}

/***** Register Modal *****/
#modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

    #modal-header .close {
        margin-top: 9px;
    }

#modal-body {
    color: #76777b;
    line-height: 30px;
}

#RulesModal {
    overflow: unset;
}

/***** Card *****/
.card {
    font-weight: 400;
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 2rem;
    margin-bottom: 2em;
    padding-bottom: 1em;
}

    .card.card-cascade.wider {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .card.card-cascade.wider .view.view-cascade {
            z-index: 2;
        }

    .card.card-cascade .view.view-cascade {
        border-radius: .25rem;
        -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
        box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    }

    .card.card-cascade.wider.reverse .card-body.card-body-cascade {
        z-index: 3;
        margin-top: -4rem;
        border-radius: .25rem;
        -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
        box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    }

    .card.card-cascade.wider .card-body.card-body-cascade {
        z-index: 1;
        margin-right: 4%;
        margin-left: 4%;
        background: #fff;
        border-radius: 0 0 .25rem .25rem;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    }

.card-body {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-radius: 0 !important;
}

.card-body {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-radius: 0 !important;
}

.card-body {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 3rem;
}

#post-body {
    height: 80px;
}

.card-title {
    font-size: 13px;
    line-height: 30px;
    margin-bottom: 0.75rem;
}

    .card-title a {
        color: #00b668;
        font-size: 2rem;
        text-decoration: none;
        font-weight: bold;
    }

.font-size {
    font-size: 2rem !important;
}

#post {
    font-size: 16px !important;
    font-weight: bold;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
}

.order-form {
    margin-right: 1em;
    margin-bottom: 1em;
}

.order-img {
    width: 100%;
    object-fit: cover;
    height: 900px;
}

.image-raduis {
    border-radius: 3rem 3rem 6rem 0;
    border-bottom: 5px solid #fff;
}

.card-radius {
    border-radius: 3rem !important;
    border-bottom: 6px solid #ffffff;
}

.float-left {
    float: left;
}

.btn-rounded {
    border-radius: 10em;
}

.card-padding {
    padding-bottom: 0em;
}

.card-shadow {
    box-shadow: none;
}

.visit-text {
    color: #58d907;
}

.comment {
    color: #00dbdb;
}

.date {
    color: #ff34a4;
}

/***** Color Css *****/
.blue-light {
    background: rgba(3, 169, 244, 0.3);
}

    .blue-light .card-title a {
        color: rgba(3, 169, 244, 0.7);
        font-size: 2rem;
    }

    .blue-light .btns {
        color: #fff;
        background-color: rgba(3, 169, 244, 0.7) !important;
    }

        .blue-light .btns:hover {
            color: #fff;
            background-color: rgba(3, 169, 244, 0.7);
            text-decoration: none;
            -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
            box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
        }

        .blue-light .btns:focus {
            color: #fff;
            -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
            box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
            text-decoration: none;
        }

        .blue-light .btns:focus, .blue-light .btns:active {
            color: #fff;
            background-color: rgba(3, 169, 244, 0.7);
            text-decoration: none;
        }

.blue-light-border {
    -webkit-box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgba(3, 169, 244, 0.3) !important;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgba(3, 169, 244, 0.3) !important;
    border-radius: 15px;
}

.red-light {
    background: rgba(244, 67, 54, 0.3);
}

    .red-light .card-title a {
        color: rgba(244, 67, 54, 0.7);
        font-size: 2rem;
    }

    .red-light .btns {
        color: #fff;
        background-color: rgba(244, 67, 54, 0.7) !important;
    }

        .red-light .btns:hover {
            color: #fff;
            background-color: rgba(244, 67, 54, 0.7);
            text-decoration: none;
            -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
            box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
        }

        .red-light .btns:focus {
            color: #fff;
            -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
            box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
            text-decoration: none;
        }

        .red-light .btns:focus, .red-light .btns:active {
            color: #fff;
            background-color: rgba(244, 67, 54, 0.7);
            text-decoration: none;
        }

.red-light-border {
    -webkit-box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgba(244, 67, 54, 0.3) !important;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgba(244, 67, 54, 0.3) !important;
    border-radius: 15px;
}

.pink-light {
    background: rgba(233, 30, 99, 0.3);
}

    .pink-light .card-title a {
        color: rgba(233, 30, 99, 0.7);
        font-size: 2rem;
    }

    .pink-light .btns {
        color: #fff;
        background-color: rgba(233, 30, 99, 0.7) !important;
    }

        .pink-light .btns:hover {
            color: #fff;
            background-color: rgba(233, 30, 99, 0.7);
            text-decoration: none;
            -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
            box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
        }

        .pink-light .btns:focus {
            color: #fff;
            -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
            box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
            text-decoration: none;
        }

        .pink-light .btns:focus, .pink-light .btns:active {
            color: #fff;
            background-color: rgba(233, 30, 99, 0.7);
            text-decoration: none;
        }

.pink-light-border {
    -webkit-box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgba(233, 30, 99, 0.3) !important;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgba(233, 30, 99, 0.3) !important;
    border-radius: 15px;
}

.purple-light {
    background: rgba(156, 39, 176, 0.3);
}

    .purple-light .card-title a {
        color: rgba(156, 39, 176, 0.7);
        font-size: 2rem;
    }

    .purple-light .btns {
        color: #fff;
        background-color: rgba(156, 39, 176, 0.7) !important;
    }

        .purple-light .btns:hover {
            color: #fff;
            background-color: rgba(156, 39, 176, 0.7);
            text-decoration: none;
            -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
            box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
        }

        .purple-light .btns:focus {
            color: #fff;
            -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
            box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
            text-decoration: none;
        }

        .purple-light .btns:focus, .purple-light .btns:active {
            color: #fff;
            background-color: rgba(156, 39, 176, 0.7);
            text-decoration: none;
        }

.purple-light-border {
    -webkit-box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgba(156, 39, 176, 0.3) !important;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgba(156, 39, 176, 0.3) !important;
    border-radius: 15px;
}

.indigo-light {
    background: rgba(63, 81, 181, 0.3);
}

    .indigo-light .card-title a {
        color: rgba(63, 81, 181, 0.7);
        font-size: 2rem;
    }

    .indigo-light .btns {
        color: #fff;
        background-color: rgba(63, 81, 181, 0.7) !important;
    }

        .indigo-light .btns:hover {
            color: #fff;
            background-color: rgba(63, 81, 181, 0.7);
            text-decoration: none;
            -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
            box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
        }

        .indigo-light .btns:focus {
            color: #fff;
            -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
            box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
            text-decoration: none;
        }

        .indigo-light .btns:focus, .indigo-light .btns:active {
            color: #fff;
            background-color: rgba(63, 81, 181, 0.7);
            text-decoration: none;
        }

.indigo-light-border {
    -webkit-box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgba(63, 81, 181, 0.3) !important;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgba(63, 81, 181, 0.3) !important;
    border-radius: 15px;
}

.cyan-light {
    background: rgba(0, 188, 212, 0.3);
}

    .cyan-light .card-title a {
        color: rgba(0, 188, 212, 0.7);
        font-size: 2rem;
    }

    .cyan-light .btns {
        color: #fff;
        background-color: rgba(0, 188, 212, 0.7) !important;
    }

        .cyan-light .btns:hover {
            color: #fff;
            background-color: rgba(0, 188, 212, 0.7);
            text-decoration: none;
            -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
            box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
        }

        .cyan-light .btns:focus {
            color: #fff;
            -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
            box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
            text-decoration: none;
        }

        .cyan-light .btns:focus, .cyan-light .btns:active {
            color: #fff;
            background-color: rgba(0, 188, 212, 0.7);
            text-decoration: none;
        }

.cyan-light-border {
    -webkit-box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgba(0, 188, 212, 0.3) !important;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgba(0, 188, 212, 0.3) !important;
    border-radius: 15px;
}

.yellow-light {
    background: rgba(255, 235, 59, 0.3);
}

    .yellow-light .card-title a {
        color: rgba(255, 152, 0, 0.7);
        font-size: 2rem;
    }

    .yellow-light .btns {
        color: #fff;
        background-color: rgba(255, 152, 0, 0.7) !important;
    }

        .yellow-light .btns:hover {
            color: #fff;
            background-color: rgba(255, 152, 0, 0.7);
            text-decoration: none;
            -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
            box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
        }

        .yellow-light .btns:focus {
            color: #fff;
            -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
            box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
            text-decoration: none;
        }

        .yellow-light .btns:focus, .yellow-light .btns:active {
            color: #fff;
            background-color: rgba(255, 152, 0, 0.7);
            text-decoration: none;
        }

.yellow-light-border {
    -webkit-box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgba(255, 235, 59, 0.3) !important;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgba(255, 235, 59, 0.3) !important;
    border-radius: 15px;
}

/***** Login Css *****/
.main {
    background-color: #FFFFFF;
    width: 40%;
    margin: 7em auto;
    text-align: center;
    border-radius: 1.5em;
    padding-bottom: 15px;
    box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.14);
}

.sign {
    padding-top: 40px;
    color: #67d007;
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 45px;
    text-align: center;
}

/***** Contact *****/
.panels {
    background-color: #FFFFFF;
    margin: 4em auto;
    text-align: center;
    box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.14);
    /*padding-bottom: 15px;*/
}

.panels-img {
    width: 100%;
    object-fit: cover;
    height: fit-content;
}

.panels-h1 {
    color: #03ca8a;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin: 25px 0;
}

    .panels-h1 > span > a {
        color: #fd1c1c;
        font-size: 15px;
    }

/***** ResetPass & VerifyEmail********/

.operation {
    background-color: #FFFFFF;
    width: 40%;
    margin: 4em auto;
    text-align: center;
    border-radius: 1.5em;
    padding-bottom: 15px;
    box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.14);
}

.operation-h1 {
    color: #a413ff;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}

.operation-hint {
    color: #8e8c8c;
    font-size: 12px;
    text-align: center;
}

.operation-img {
    width: 100%;
    border-top-left-radius: 1.5em;
    border-top-right-radius: 1.5em;
}

/***** Gallery Css *****/

.gallery-grid {
    padding: 3px;
}

.grid-gallery {
    padding: 0em 0em 6em;
}

.example-image {
}

.box {
    display: block;
    margin-bottom: 12px;
    background-color: #0499f2;
}

.fade-in {
    width: 1px;
    opacity: 0;
    color: #fff;
    font-size: 15px;
    margin-top: -53px;
    font-weight: bold;
    font-family: IranSans;
    text-align: center;
    padding: 10px 20px;
    border-radius: 20px;
    transition: width .75s ease;
    -webkit-transition: width .75s ease;
    background-image: linear-gradient(top, #626563, #151515);
    background-image: -webkit-linear-gradient(top, #626563, #151515);
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, .3), inset 0px 4px 1px 1px #676966, inset 0px -3px 1px 1px rgba(204,198,197,.5);
}

    .fade-in.show {
        opacity: 1;
        width: 245px;
        margin-top: -54px;
        position: absolute;
    }

.button {
    width: 65px;
    height: 65px;
    float: right;
    cursor: pointer;
    border-radius: 50%;
    position: relative;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    background-image: linear-gradient(top, #f4f1ee, #fff);
    background-image: -webkit-linear-gradient(top, #f4f1ee, #fff);
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, .3), inset 0px 4px 1px 1px white, inset 0px -3px 1px 1px rgba(204,198,197,.5);
}

    .button:after {
        content: "";
        width: 30px;
        height: 30px;
        display: block;
        color: #c3c2c1;
        font-size: 30px;
        position: absolute;
        text-decoration: none;
        text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    }

    .button:hover {
        color: #0088cc;
        background-image: -webkit-linear-gradient(top, #fff, #f4f1ee);
        background-image: linear-gradient(top, #fff, #f4f1ee);
    }

.tick:after {
    left: 26px;
    top: 21px;
    content: "قیمت";
    font-size: 16px;
}

.tick:hover:after {
    color: #83d244;
    font-weight: bold;
    text-shadow: 0px 0px 6px #83d244;
}

.button:active {
    background-image: linear-gradient(top, #efedec, #f7f4f4);
    background-image: -webkit-linear-gradient(top, #efedec, #f7f4f4);
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.4), inset 0px -3px 1px 1px rgba(204,198,197,.5);
}

    .button:active:after {
        color: #dbd2d2;
        text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white;
    }

/***** Responsive Css *****/

@media (min-width: 768px) {
    #Nav > li > a {
        padding-top: 22px;
        padding-bottom: 22px;
    }
}



@media (max-width:1200px) {

    .overview {
        font-size: 18px;
    }

    ul.navbar-nav {
        font-size: 12px;
    }    
}

@media (max-width: 767px) {

    #Nav > .navbar {
        padding-top: 0;
        background: #444;
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-right: 15px;
    }

    .navbar-collapse {
        border: 0;
    }

    .navbar-inverse .navbar-toggle {
        border-color: transparent;
    }

    .navbar-inverse ul.navbar-nav li a.btn-link-3 {
        margin: 10px;
    }

    .foo-bg {
        background: #343434;
    }
}

@media (max-width: 768px) {
    .main {
        width: 90%;
    }

    #Register-View {
        width: 100% !important
    }

    #modal-content {
        overflow: auto;
        max-height: 440px;
    }
}

@media (max-width:480px) {
    
    .mtop {
        margin-top: 0em;
    }    
}


/***** Product Images *****/

.product-images {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: 1rem auto;
    overflow: hidden;
}

    .product-images .product-image-overlay {
        background: rgb(0 0 0 / 77%);
        position: absolute;
        height: 100%;
        width: 100%;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
    }

    .product-images:hover .product-image-overlay {
        opacity: 1;
    }

.product-image {
    width: 100%;
}

.product-image-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

    .product-image-details a i {
        font-size: 30px;
        color: #e4f306;
        vertical-align: middle;
        padding-left: 5px;
    }

.product-images:hover .product-image-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

/*****Multi-Slider*****/
.tcb-customer-slider {
    margin-bottom: 3rem;
}

    .tcb-customer-slider .carousel-control {
        width: 5%;
    }

.carousel-control {
    font-size: 25px !important;
    color: var(--amber) !important;
    opacity: 1 !important;
}

    .carousel-control.left {
        right: auto;
        left: 0 !important;
    }

    .carousel-control.right {
        left: auto;
        right: -20px !important;
    }

    .carousel-control .fa-chevron-circle-left,
    .carousel-control .fa-chevron-circle-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -10px;
    }

    .carousel-control .icon-next,
    .carousel-control .fa-chevron-circle-right {
        right: 50%;
        left: auto;
        margin-left: -10px;
    }

@media screen and (min-width: 768px) {
    .carousel-control .fa-chevron-circle-right, .carousel-control .icon-next {
        margin-left: 0;
        margin-right: -15px;
    }
}

@media screen and (min-width: 768px) {
    .carousel-control .fa-chevron-circle-left, .carousel-control .fa-chevron-circle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
}

.carousel-control .fa-chevron-circle-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}

#left-arrow, #right-arrow {
    color: var(--darkGray) !important;
}

.wrapper {
    display: flex;
    justify-content: center;
    margin: 10px;
}

    .wrapper .img-area {
        width: 100%;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: -5px 5px 10px #d8d8d8, 5px -5px 10px #ffffff;
    }

.img-area .inner-area {
    border-radius: 50%;
    background: var(--color0);
}

.inner-area img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
    padding: 10px;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none !important;
    background: none !important;
}

.attached {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: 1rem auto;
    overflow: hidden;
}

    .attached .attached-overlay {
        background: rgb(0 0 0 / 77%);
        position: absolute;
        height: 100%;
        width: 100%;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
        border-radius: 15px;
    }

    .attached:hover .attached-overlay {
        opacity: 1;
    }

.attached-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border: 3px solid #6eb700;
    border-radius: 15px;
}

.attached-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

    .attached-details a i {
        font-size: 30px;
        color: #17ea07;
        vertical-align: middle;
        padding-left: 5px;
    }

.attached:hover .attached-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.order-area {
    padding: 3rem;
    font-family: 'Dima';
    font-size: 4rem;
    color: #fff;
    text-align: center;
    margin: 6rem auto 4rem;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    -webkit-animation: gradient 15s ease infinite;
    animation: gradient 15s ease infinite;
}

.btn-order {
    font-size: 2rem;
    margin-right: 1rem;
    color: #000;
    background-color: #c8ff43 !important;
}

@-webkit-keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.receipt {
    max-width: 400px;
    margin: 3rem auto;
    padding: 15px 20px;
    border-radius: 15px;
}

    .receipt h2 {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
    }

#success h3 {
    text-align: center;
    background: #86e55f;
    padding: 10px;
    border-radius: 10px;
    font-size: 16px;
    color: #206803;
}

#danger h3 {
    text-align: center;
    background: #ff5b5b;
    padding: 10px;
    border-radius: 10px;
    font-size: 16px;
    color: #660000;
}

#warning h3 {
    text-align: center;
    background: #f9e05d;
    padding: 10px;
    border-radius: 10px;
    font-size: 16px;
    color: #875100;
}

#warning h5 span, #success h5 span {
    float: left;
}