* {
    font-family: Roboto;
    font-size:12px;
}
.nav-icons {
    vertical-align: middle !important;
    color: inherit !important;
}
.top-nav > ul > li:not(.selected):hover {
    background-color: #26abff;
    transition: 0.3s all;
}
.ltr {
    direction: ltr;
}
.no-border-background {
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
svg.icon {
    fill: #fbc410;
    display: inline-block;
    height: 32px;
    position: relative;
    width: 32px;
}
.rating.small svg.icon {
    fill: #fbc410;
    height: 16px;
    width: 16px;
    stroke-width: 0px;
}
.rating {
    display: table;
    float: right !important;
    width: 100%
}

.article-list__page {
    padding-top: 20px !important;
    border-top: 1px solid #ddd;
    clear: both;
    counter-increment: page;
    padding-bottom: 3em;
    position: relative;
}

    .article-list__page:before {
        background-color: #ddd;
        display: inline-block;
        content: counter(page);
        color: #888;
        padding: .25em .5em;
        position: absolute;
        left: calc(50% - .75em);
        top: -.75em;
        vertical-align: middle;
        z-index: 1;
    }

.article-list__item {
    background-color: #eee;
    float: left;
    height: 15em;
    max-width: 50%;
    opacity: .75;
    transform: scale(.8);
    transition: opacity .2s, transform .2s;
    width: 15em;
}

    .article-list__item:hover {
        opacity: 1;
        transform: scale(1);
    }

.article-list__item__image {
    display: block;
    height: auto;
    margin: 0;
    opacity: 1;
    transition: opacity .2s;
    width: 100%;
}

.article-list__item__image--loading {
    opacity: 0;
}

.article-list__pagination {
    background-color: #222;
    box-shadow: 0 0 1em rgba(#000, .25);
    display: block;
    bottom: 0;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: .5em;
    position: fixed;
    right: 0;
    text-align: center;
    transform: translateY(0);
    transition: transform $animation-duration;
    z-index: 2;
}

.article-list__pagination--inactive {
    transform: translateY(100%);
}

.article-list__pagination__item {
    display: inline-block;
    margin: 0 1em;
}

    .article-list__pagination__item a {
        color: white;
        text-decoration: none;
    }

        .article-list__pagination__item a:hover, .article-list__pagination__item a:focus {
            color: lighten(#888, 15%);
        }

        .article-list__pagination__item a:active {
            color: lighten(#888, 30%);
        }

ul#navigation {
    direction: ltr;
    left: 10px;
}

    ul#navigation li {
        list-style-type: none;
        list-style: none;
    }



    ul#navigation li {
        height: 73px;
    }


ul#navigation {
    position: absolute;
}

.panel-footer {
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

    .panel-footer:after {
        content: '';
        display: table;
        clear: both;
    }


.btn-hover-animation-icon {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    vertical-align: middle;
}


.card-title {
    font-weight: 700;
}

    .card-title, .card-title a {
        color: #3C4858;
        text-decoration: none;
    }

.card-description {
    color: #999999;
}

.text-success {
    color: #4caf50;
}

.text-info {
    color: #00bcd4;
}

.card {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 6px;
    color: rgba(0,0,0, 0.87);
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

    .card .card-image {
        height: 60%;
        position: relative;
        z-index: 1;
        margin-right: 15px;
        margin-left: 15px;
        margin-top: -30px;
        border-radius: 6px;
    }

        .card .card-image .card-title {
            position: absolute;
            bottom: 10px;
            right: 5px;
            left: 5px;
            color: #fff;
            font-size: 1em;
            text-shadow: 0 2px 5px rgba(33, 33, 33, 0.5);
            line-height: 2;
        }

    .card .card-content {
        padding: 5px;
    }

    .card img {
        width: 100%;
        height: auto;
    }

    .card .author .avatar {
        width: 30px;
        height: 30px;
        overflow: hidden;
        border-radius: 50%;
        margin-left: 5px;
    }

    .card .author a {
        color: #3C4858;
        text-decoration: none;
    }

    .card .footer {
        margin-top: 15px;
    }

        .card .footer div {
            display: inline-block;
        }

        .card .footer .author {
            color: #999999;
            float: right;
            line-height: 30px;
            margin-bottom: 15px;
        }

        .card .footer .stats {
            float: left;
            line-height: 30px;
            color: #999999;
        }

            .card .footer .stats .material-icons {
                position: relative;
                top: 4px;
                font-size: 18px;
            }

.card-blog {
    margin-top: 30px;
}

    .card-blog .card-title {
        margin-top: 5px;
    }

.card-background, .back-background, .front-background {
    background-position: center center;
    background-size: cover;
    text-align: center;
}

    .card-background .card-content, .back-background .card-content, .front-background .card-content {
        position: relative;
        z-index: 2;
        min-height: 178px;
        padding-top: 40px;
        padding-bottom: 40px;
        max-width: 440px;
        margin: 0 auto;
    }

    .card-background .category, .card-background .card-description, .back-background .card-description, .front-background .category, .front-background .card-description {
        color: rgba(255, 255, 255, 0.7);
    }

    .card-background .card-title, .back-background .card-title, .front-background .card-title {
        color: #FFFFFF;
        margin-top: 10px;
    }

    .card-background:not(.card-pricing) .btn, .back-background:not(.card-pricing) .btn {
        margin-bottom: 0;
    }

    .card-background:after, .back-background:after, .front-background:after {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        display: block;
        right: 0;
        top: 0;
        content: "";
        background-color: rgba(0, 0, 0, 0.36);
        border-radius: 6px;
    }

    .back-background .card-content {
        min-height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
    }

.rotating-card-container {
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;
}

    .rotating-card-container .card-rotate {
        background: transparent;
        box-shadow: none;
    }

        .rotating-card-container .card-rotate:after {
            display: none;
        }

    .rotating-card-container .card {
        -webkit-transition: transform 0.8s cubic-bezier(0.34, 1.45, 0.7, 1);
        -moz-transition: transform 0.8s cubic-bezier(0.34, 1.45, 0.7, 1);
        -o-transition: transform 0.8s cubic-bezier(0.34, 1.45, 0.7, 1);
        -ms-transition: transform 0.8s cubic-bezier(0.34, 1.45, 0.7, 1);
        transition: transform 0.8s cubic-bezier(0.34, 1.45, 0.7, 1);
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
        position: relative;
    }

        .rotating-card-container .card .back, .rotating-card-container .card .front {
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -o-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            backface-visibility: hidden;
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
            position: absolute;
            background-color: #FFFFFF;
            border-radius: 6px;
            top: 0;
            right: 0;
        }

            .rotating-card-container .card .back .card-content, .rotating-card-container .card .front .card-content {
                justify-content: center;
                align-content: center;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flexbox;
                display: -o-flex;
                display: flex;
                -webkit-flex-direction: column;
                -moz-flex-direction: column;
                -ms-flex-direction: column;
                -o-flex-direction: column;
                flex-direction: column;
            }

        .rotating-card-container .card .front {
            z-index: 2;
            position: relative;
        }

        .rotating-card-container .card .back {
            -webkit-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
            -o-transform: rotateY(180deg);
            -ms-transform: rotateY(180deg);
            transform: rotateY(180deg);
            z-index: 5;
            text-align: center;
            width: 100%;
            height: 100%;
        }

            .rotating-card-container .card .back.back-background:after {
                position: absolute;
                z-index: 1;
                width: 100%;
                height: 100%;
                display: block;
                right: 0;
                top: 0;
                content: "";
                background-color: rgba(0, 0, 0, 0.56);
                border-radius: 6px;
            }

            .rotating-card-container .card .back.back-background .card-content {
                position: relative;
                z-index: 2;
            }

            .rotating-card-container .card .back .footer .btn {
                margin: 0;
            }

            .rotating-card-container .card .back .card-content {
                padding-right: 15px;
                padding-left: 15px;
            }

    .rotating-card-container:not(.manual-flip):hover .card {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .rotating-card-container.hover.manual-flip .card {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .rotating-card-container .card .front, .rotating-card-container .card .back {
        -ms-backface-visibility: visible;
        backface-visibility: visible;
    }

    .rotating-card-container .card .back {
        visibility: hidden;
        transition: visibility 0.3s cubic-bezier(0.34, 1.45, 0.7, 1);
    }

    .rotating-card-container .card .front {
        z-index: 4;
    }

    .rotating-card-container:not(.manual-flip):hover .card .back {
        z-index: 5;
        visibility: visible;
    }

    .rotating-card-container.manual-flip.hover .card .back {
        z-index: 5;
        visibility: visible;
    }
}


.rotating-card-container .card .back.back-background.light-bk:after {
    background-color: white !important;
}

.forgotpass-card-title {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10%;
}

.curser-pointer {
    cursor: pointer;
}

.color-black {
    color: black !important;
}

.img-raised {
    box-shadow: 0 5px 15px -8px rgba(0, 0, 0, 0.24), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}


.color-white {
    color: white !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.shop-list-footer-icon {
    margin-left: 5px;
    vertical-align: middle;
}

.card-content .category {
    font-weight: 700;
}

.text-bold {
    font-weight: 700;
}

.fa-middle {
    vertical-align: middle;
}

.android-overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.95);
    overflow-x: hidden;
}


.overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.5);
    overflow-x: hidden;
    transition: 0.5s;
}

    .overlay::after {
        content: "";
        background: url(/assets/images/patterns/pattern-4.png);
        opacity: 0.3;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }

.overlay-content {
    position: relative;
    top: 20%;
    width: 100%;
    text-align: center;
}

/*.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}*/

/*.overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }*/

.overlay .closebtn {
    position: absolute;
    top: 45px;
    right: 25px;
    font-size: 60px;
    color: white;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}



.card-title {
    color: #3C4858;
    text-decoration: none;
}

.description {
    color: #999999;
}

.card {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 6px;
    color: rgba(0,0,0, 0.87);
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
    .card .header {
        box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
        margin: 15px;
        border-radius: 3px;
        padding: 15px 0;
        background-color: #FFFFFF;
    }

    .card .header-primary {
        background: linear-gradient(60deg, #43a7e7, #2d1fa2);
    }

    .card .header-primary {
        box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(156, 39, 176, 0.6);
    }

    .card [class*="header-"] {
        color: #FFFFFF;
    }

        .card [class*="header-"] .card-title {
            color: #FFFFFF;
        }

    .card .footer {
        margin-top: 15px;
    }

.modal-content .card-signup {
    margin-bottom: 0 !important;
}

.card-signup .header {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -40px;
    padding: 20px 0;
}

.card-signup .card-content {
    padding: 0px 30px 0px 10px;
}

.card-signup .social-line {
    margin-top: 15px;
    text-align: center;
    padding: 0;
}

    .card-signup .social-line .btn {
        color: #FFFFFF;
        margin-left: 5px;
        margin-right: 5px;
    }

.page-header .container {
    padding-top: 226px;
    color: #FFFFFF;
}

.header-filter .container {
    z-index: 2;
    position: relative;
}

.social-line {
    padding: 15px 0;
}

.login-page .page-header .container {
    padding-top: 20vh;
}

.login-page .footer a {
    color: #FFFFFF;
}

@media (max-width: 991px) {
    .btn.btn-simple {
        padding-left: 0;
        padding-right: 0;
        text-align: left;
    }
}


.login-icon {
    font-size: 24px;
    color: white;
}

.parallax-overlay {
    background-position: 50% 2.6px;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(3px);
}

.parallax-filter {
    background-color: rgba(0,0,0,.7);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
}

#shoping {
    position: absolute;
    left: 0;
    z-index: 200;
    top: 67px;
}

    #shoping.affix {
        position: fixed;
        z-index: 200;
        top: 53px;
    }


.shopbagBTN {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.FehrestBTn-Border {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    color: white !important;
}

.FehrestBTN {
    float: left;
    top: 100px;
    right: 0;
    position: absolute;
    z-index: 400;
}

.modal-dialog .card-signup .card-content {
    padding: 15px 30px;
}

    .modal-dialog .card-signup .card-content .input-group {
        margin-bottom: 2%;
    }

.text-center-important {
    text-align: center !important;
}

.capatcha {
    width: 50%;
    margin: 0 auto 2% auto;
}

div.form .description p span {
    color: #375ec2;
}

.padding-0 {
    padding: 0 !important;
}

.padding-4 {
    padding: 4% !important;
}

.accordion h5.acc-head a {
    padding: 13px !important;
    line-height: 19px !important;
    font-size: 14px !important;
}


.card-ribbon-left {
    z-index: 100;
    position: absolute;
    top: 10px;
    left: -5px;
    background-color: rgba(153, 153, 153, 0.84);
    border-radius: 2px 2px 0 2px;
    padding: 3px 5px;
    font-size: 12px;
    color: white;
    line-height: 1.4;
    box-sizing: border-box;
}

    .card-ribbon-left:after {
        content: "";
        position: absolute;
        border: 2px solid transparent;
        bottom: -5px;
        border-top-color: #7d7d7d;
        border-left-color: #7d7d7d;
        left: 3px;
        transform: rotate(90deg);
        transform-origin: top;
    }


.card-ribbon {
    z-index: 100;
    position: absolute;
    top: 10px;
    right: -5px;
    background-color: rgba(153, 153, 153, 0.84);
    border-radius: 2px 2px 0 2px;
    padding: 3px 5px;
    font-size: 12px;
    color: white;
    line-height: 1.4;
    box-sizing: border-box;
}
.card-ribbon:after {
    content: "";
    position: absolute;
    border: 2px solid transparent;
    bottom: -4px;
    border-top-color: #7d7d7d;
    border-left-color: #7d7d7d;
    right: 0;
    transform: rotateX(45deg);
    transform-origin: top;
}

.card-ribbon-pink {
    background-color: rgba(242, 93, 142, 0.85);
}
.card-ribbon-pink:after {
    border-top-color: #C62828;
    border-left-color: #C62828;
}
.card-ribbon-red {
    background-color: rgba(255, 0, 0, 0.85);
    top: 40px;
}

    .card-ribbon-red:after {
        border-top-color: #C62828;
        border-left-color: #C62828;
    }
.card-ribbon-green {
    background-color: rgba(129, 211, 142, 0.85);
}
    .card-ribbon-green:after {
        border-top-color: #81d38e;
        border-left-color: #81d38e;
    }
.fieldBtn {
    float: right;
  
    padding-left:25px
}
.FieldBtnPanel {
    text-align: center;
    border-bottom: 1px solid;
    background-color: white;
    border-radius: 5px;
    padding-top: 7px;
}