﻿
/*--------*/
/*--------*/
/*--------*/
.box-category {
    border: 2px solid #B7B8BA;
    border-radius: 35px;
    padding: 10px;
    transition: 0.6s;
    height: calc(100% - 16px);
}

    .box-category a {
        display: block;
    }

    .box-category:hover {
        background: #FEA83B;
        border-color: #FFFFFF;
        color: #fff;
    }

    .box-category .image {
        background: #EDEDED;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        display: flex;
        display: -ms-flexbox;
        margin: 0 auto;
        padding: 10px;
    }

    .box-category img {
        margin: auto;
        /*width: 100%;*/
    }

    .box-category:hover img {
        animation: blink-animation 1s steps(5, start) infinite;
        -webkit-animation: blink-animation 1s steps(5, start) infinite;
    }

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.box-category .text {
    padding-top: 10px;
}

    .box-category .text .title {
        font-size: 15px;
        transition: 0.6s;
    }

.box-category:hover .text .title {
    color: #fff;
}
/*=====*/
.comments {
}

    .comments .comments-line {
    }

    .comments .comment-main {
        color: #959396;
        padding: 20px 0;
    }

        .comments .comment-main .Img {
            margin-left: 10px;
            background: #C9D5FF;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
        }

        .comments .comment-main.comment-admin .Img {
            background: #3B466C;
        }

        .comments .comment-main .Img svg {
            margin: auto;
            width: 23px;
        }

        .comments .comment-main .Img path {
            fill: #fff;
        }

        .comments .comment-main .Img img {
            height: 60px;
            width: 60px;
        }

        .comments .comment-main .media-body {
            padding-top: 10px;
        }

        .comments .comment-main .User-Profile {
        }

            .comments .comment-main .User-Profile p {
                margin-bottom: 7px;
            }

        .comments .comment-main.comment-admin .User-Profile p strong {
            color: #3B466C
        }

        .comments .comment-main .User-Profile p strong {
            color: #1B1B1B;
            margin-left: 10px;
        }

            .comments .comment-main .User-Profile p strong span {
            }

        .comments .comment-main .User-Profile .job {
        }

        .comments .comment-main .User-comment {
        }

            .comments .comment-main .User-comment .reply {
            }

                .comments .comment-main .User-comment .reply:hover {
                    color: #3B466C;
                }

                .comments .comment-main .User-comment .reply svg {
                    width: 20px;
                    margin-left: 2px;
                }

                .comments .comment-main .User-comment .reply path {
                    fill: #969696;
                    transition: 0.3s;
                }

                .comments .comment-main .User-comment .reply:hover path {
                    fill: #3B466C;
                }

                .comments .comment-main .User-comment .reply i {
                    margin: auto;
                }

            .comments .comment-main .User-comment .desc {
                line-height: 26px;
                text-align: justify;
                font-size: 13px;
            }

        .comments .comment-main.Inside {
            margin-right: 60px;
        }

        .comments .comment-main + .comment-main {
            border-top: 1px dashed #ddd;
        }
/*--------*/
.form-group-input {
}

    .form-group-input .title {
    }

    .form-group-input select, .form-group-input input {
        height: 40px;
    }

    .form-group-input textarea {
        resize: none;
    }

        .form-group-input input:focus,
        .form-group-input textarea:focus {
        }

    .form-group-input .input-group {
        border: 1px solid #ddd;
    }

        .form-group-input .input-group textarea:focus,
        .form-group-input .input-group textarea,
        .form-group-input .input-group input:focus,
        .form-group-input .input-group input {
            border: 0 !important;
            ;
        }

        .form-group-input .input-group .input-group-append {
            align-items: center;
            width: 40px;
            justify-content: center;
        }

            .form-group-input .input-group .input-group-append i {
                font-size: 19px;
            }
/*--------*/
.breadcrumb-list {
    border-radius: 0;
}

    .breadcrumb-list li {
        padding: 5px 10px !important;
        position: relative;
    }

    .breadcrumb-list .breadcrumb-item + .breadcrumb-item:before {
        width: 7px;
        height: 7px;
        content: "";
        position: absolute;
        border-top: 1px solid #969696;
        border-left: 1px solid #969696;
        transform: rotate(-45deg);
        right: -5px;
        top: 12px;
        padding: 0;
    }

    .breadcrumb-list li a {
    }

        .breadcrumb-list li a:hover {
            color: #4ED9DF;
        }

    .breadcrumb-list li span {
        color: #777777;
        font-weight: 700;
    }
/*---*/
.about-post {
}

    .about-post .image {
    }

        .about-post .image img {
        }

    .about-post .title {
        color: #777777;
        font-size: 20px;
    }

    .about-post .desc {
        line-height: 30px;
        text-align: justify;
    }

    .about-post .title-small {
        color: #777;
        font-size: 16px;
    }

    .about-post .list-desc {
    }

        .about-post .list-desc li {
            padding: 10px 20px 10px 10px;
            position: relative;
            line-height: 28px;
        }

            .about-post .list-desc li:before {
                content: "";
                position: absolute;
                width: 8px;
                height: 8px;
                border-radius: 50%;
                border: 2px solid #4ED9DF;
                right: 0;
                top: 20px;
            }

    .about-post .info-footBox {
        background: #F2F2F2;
    }

        .about-post .info-footBox .Item {
            padding: 7px 5px;
        }

            .about-post .info-footBox .Item span {
            }

            .about-post .info-footBox .Item .text {
                color: #bbb;
            }

            .about-post .info-footBox .Item .info {
            }
/*---*/
.rounded-10 {
    border-radius: 10px;
}

.title-icon {
}

    .title-icon .title {
        font-size: 19px;
        color: #2A335B;
        font-weight: normal;
    }

        .title-icon .title svg {
            width: 27px;
        }

            .title-icon .title svg path {
                fill: #2A335B
            }
/*---*/
.box-product {
    overflow: hidden;
}

    .box-product .image {
    }

        .box-product .image img {
        }

    .box-product .text {
    }

        .box-product .text .title {
            margin-bottom: 10px;
        }

            .box-product .text .title a {
                font-size: 15px;
                color: #555;
                display: block;
                line-height: 30px;
            }

        .box-product .text .discount-box {
            color: #3B466C;
            display: inline-block;
            padding: 3px 15px;
            font-weight: 500;
            margin-bottom: 10px;
        }

            .box-product .text .discount-box span {
            }

        .box-product .text .time {
            display: block;
        }

            .box-product .text .time span {
            }
/*---*/
.boxItem-list {
    overflow: hidden;
    flex-wrap: wrap;
}

    .boxItem-list .image {
        width: 40%;
        height: 153px;
    }

        .boxItem-list .image img {
            height: 100%;
            object-fit: cover;
        }

    .boxItem-list .media-body {
        width: 60%;
        padding: 10px;
    }

        .boxItem-list .media-body .text {
            height: 104px;
            overflow: hidden;
            position: relative;
        }

            .boxItem-list .media-body .text:after {
                content: "";
                position: absolute;
                width: 100%;
                right: 0;
                bottom: 0;
                height: 20px;
                background-image: linear-gradient(to top,#fff,transparent);
            }

        .boxItem-list .media-body .title {
            margin-bottom: 5px;
        }

            .boxItem-list .media-body .title a {
                display: block;
                font-size: 15px;
                color: #777;
            }

    .boxItem-list .desc {
    }

    .boxItem-list .info {
        margin-top: 8px;
    }

        .box-list-side .boxItem-list .media-body .text-left,
        .boxItem-list .info div {
            display: flex;
            align-items: center;
        }

            .box-list-side .boxItem-list .media-body .text-left .iconPic,
            .boxItem-list .info .iconPic {
                width: 18px;
                margin: 0 5px;
            }

.box-list-side .boxItem-list .media-body {
}

    .box-list-side .boxItem-list .media-body .text-left {
        justify-content: end;
    }

    .box-list-side .boxItem-list .media-body .title {
        height: 36px;
        overflow: hidden;
        position: relative;
    }

.box-list-side .boxItem-list .media-body {
    padding: 0 10px;
}

.box-list-side .boxItem-list .image {
    height: 62px;
}

.box-list-side .boxItem-list {
    padding: 10px;
}
/*---*/
.alert-forLogin {
    background: #F9F1CA;
}

    .alert-forLogin svg {
    }

    .alert-forLogin path {
        fill: #61605B;
    }

    .alert-forLogin .desc {
        margin: 10px 0;
        color: #61605B;
    }

    .alert-forLogin .buttons {
    }

        .alert-forLogin .buttons .btn {
            min-width: 100px;
        }

        .alert-forLogin .buttons .btn-white {
            padding: .375rem .75rem;
            font-size: 14px;
            margin-left: -28px;
            min-width: 110px;
            padding-left: 20px;
        }
/*---*/

/*---*/
.about-page {
    margin-bottom: 20px
}

    .about-page p {
        line-height: 3;
        color: #666
    }

    .about-page span {
        font-family: IRANSans !important;
        text-align: justify;
        /*display: block;*/
    }

.pricetbl th {
    text-align: center;
    padding: 12px;
    margin: 19px;
    background: #335eff;
    width: 50%;
    border: 12px solid white;
    color: white;
    border-radius: 61px;
}

    .pricetbl th a {
        color: #fff;
    }

.boxlistprice {
    padding: 24px 125px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    min-height: 622px;
}
/*---*/
.accordion-faq {
}

    .accordion-faq .panel {
    }

        .accordion-faq .panel .panel-heading {
        }

            .accordion-faq .panel .panel-heading[aria-expanded="true"] .panel-title:before,
            .accordion-faq .panel .panel-heading.collapsed .panel-title:before,
            .accordion-faq .panel .panel-heading[aria-expanded="false"] .panel-title:before {
                content: "-";
                position: absolute;
                right: 0;
                top: 15px;
                width: 40px;
                height: 40px;
                border: 1px solid #20D8E4;
                display: flex;
                align-items: center;
                justify-content: center;
                padding-top: 9px;
                color: #20D8E4;
                font-weight: 100;
                font-size: 59px;
            }

            .accordion-faq .panel .panel-heading[aria-expanded="true"] .panel-title:before {
                content: "+";
                font-size: 27px;
                padding-top: 6px;
            }

        .accordion-faq .panel .panel-title {
            position: relative;
        }

            .accordion-faq .panel .panel-title a {
                display: block;
                font-size: 16px;
                padding: 25px 50px 25px 15px;
            }

    .accordion-faq .panel-collapse {
        padding: 5px 50px 15px 15px;
        border-bottom: 1px solid #ddd;
    }

        .accordion-faq .panel-collapse .panel-body p {
            text-align: justify;
            line-height: 30px
        }
/*---*/
.box-imageGallery {
}

    .box-imageGallery .image {
        height: 200px;
    }

        .box-imageGallery .image img {
            transition: 0.6s;
            border: 1px solid #ddd;
            border-radius: 10px;
            box-shadow: 0 0 15px rgba(0,0,0,0.1);
        }

    .box-imageGallery:hover .image img {
        filter: grayscale(1)
    }

    .box-imageGallery .title {
        font-size: 15px;
        padding: 15px 0;
    }
/*---*/
.box-news {
}

    .box-news .image {
        height: 200px;
        overflow: hidden;
        border-radius: 10px 10px 0 0;
    }

        .box-news .image img {
            transition: 0.6s;
        }

    .box-news:hover .image img {
        transform: scale3d(1.1,1.1,1);
        filter: blur(1px)
    }

    .box-news .text {
        padding: 10px;
    }

        .box-news .text .title {
            font-size: 18px;
        }

        .box-news .text .desc {
            height: 63px;
            overflow: hidden;
            position: relative;
        }

            .box-news .text .desc:after {
                content: "";
                position: absolute;
                height: 20px;
                width: 100%;
                right: 0;
                bottom: 0;
                background-image: linear-gradient(to top,#fff,transparent);
            }

        .box-news .text .btn {
            color: #47537D;
        }

            .box-news .text .btn i {
                vertical-align: middle;
            }
/*---*/
.box-main-blog {
}

    .box-main-blog .info {
    }

        .box-main-blog .info span {
            margin-left: 5px;
            vertical-align: middle;
            font-size: 25px;
            color: #47537D;
        }

    .box-main-blog .text-main-blog div {
        width: 100% !important;
        height: auto !important;
        line-height: 30px;
        text-align: justify;
    }

    .box-main-blog .text-main-blog .title {
        color: #676767;
        font-size: 23px;
    }
/*---*/
.order-navs {
}

    .order-navs .nav-tabs {
    }

        .order-navs .nav-tabs .nav-item {
        }

            .order-navs .nav-tabs .nav-item .nav-link {
                padding: 12px 20px;
                border-radius: 0;
                border-top-width: 2px;
            }

                .order-navs .nav-tabs .nav-item .nav-link.active,
                .order-navs .nav-tabs .nav-item .nav-link:hover {
                    border-top-color: #1C7DA8;
                }

    .order-navs .tab-content {
    }

        .order-navs .tab-content .tab-pane {
        }
/*---*/
.text-16 .title {
    font-size: 16px !important;
}
/*---*/
.order-user {
    /*background-image: linear-gradient(to left,#1C7DA8,#1BCCDC);*/
    background-color: #335eff;
    color: #fff
}

    .order-user .title {
    }

    .order-user label {
        display: block;
        margin: 20px 0;
    }

    .order-user .pricE {
    }
/*---*/
#button-cart i {
    vertical-align: middle;
}
/*---*/
.Basket-Box {
}

    .Basket-Box thead {
        /*background: linear-gradient(to left,#1C7DA8,#1BCCDC);*/
        color: #fff;
        background-color: #ED2E7E;
    }

    .Basket-Box th,
    .Basket-Box tr td {
        vertical-align: middle;
        border: 1px solid #dee2e6;
    }

    .Basket-Box .image img {
        width: 100px;
        height: 100px;
        transition: 0.6s;
    }

        .Basket-Box .image img:hover {
            border-color: #1BCCDC !important;
        }

    .Basket-Box .list-detile {
        text-align: right;
    }

        .Basket-Box .list-detile li {
            position: relative;
            padding-right: 10px;
            font-size: 12px;
        }

            .Basket-Box .list-detile li .title {
                font-weight: 500;
            }

            .Basket-Box .list-detile li:before {
                width: 5px;
                height: 5px;
                content: "";
                position: absolute;
                border-top: 1px solid #969696;
                border-left: 1px solid #969696;
                transform: rotate(-45deg);
                right: 0;
                top: 8px;
                padding: 0;
            }

    .Basket-Box .delete {
        font-size: 32px;
        color: #aaa;
        display: block;
        text-align: center;
        cursor: pointer;
    }

        .Basket-Box .delete:hover {
            color: #335eff;
        }

        .Basket-Box .delete i {
            font-size: 23px;
        }

    .Basket-Box .list-detile li span {
        color: #666;
    }
/*---*/
.min-height {
    min-height: 425px;
}

.Basket-Info {
}

    .Basket-Info .card {
        border-color: #ed2e91;
    }

    .Basket-Info .card-header {
        border-bottom: 0;
        padding: 0;
    }

    .Basket-Info .card-header {
    }

    .Basket-Info .panel-body .desc p {
        line-height: 30px
    }

    .Basket-Info .card-header .card-link {
        display: block;
        text-align: center;
        color: #000;
        padding: 12px;
    }

        .Basket-Info .card-header .card-link[aria-expanded="true"] {
            border-bottom: 1px solid #1BCCDC;
        }

        .Basket-Info .card-header .card-link.collapsed {
            border-color: rgba(0,0,0,.03);
        }


.Basket-Info .card-header .card-link i {
    vertical-align: middle;
    font-size: 21px;
    color: #ed2e7e;
}
/*---*/
.box-Product {
    border: 2px solid #d2d7e3;
    border-radius: 35px;
    padding: 10px;
    transition: 0.6s;
    height: calc(100% - 16px);
}

    .box-Product .image {
        height: 250px;
    }

        .box-Product .image img {
            transition: 0.6s;
        }

    .box-Product:hover .image img {
        border-color: #20D8E4 !important;
    }

    .box-Product .text {
        padding: 10px;
        color: #333;
    }

        .box-Product .text .title {
            font-size: 18px;
            line-height: 31px;
            position: relative;
            height: 62px;
            overflow: hidden;
        }

            .box-Product .text .title:after {
                content: "";
                position: absolute;
                width: 100%;
                height: 32px;
                right: 0;
                bottom: 0;
                /*background-image: linear-gradient(to top,#fff,transparent);*/
            }

        .box-Product .text .fa-info-circle {
            vertical-align: middle
        }

    .box-Product .btn-sayan {
        font-size: 13px;
    }

        .box-Product .btn-sayan i {
            vertical-align: middle
        }
/*---*/
.list-unstyled {
}
/*---*/
.price-order {
}
/*---*/
.detiles-product {
}

    .detiles-product .counter-pro {
        background-image: linear-gradient(to left,#1C7DA8,#1BCCDC);
        width: 20px;
        display: inline-flex;
        height: 20px;
        border-radius: 50%;
        color: #fff;
    }

        .detiles-product .counter-pro i {
            margin: auto;
            font-style: normal
        }
/*---*/
.price-order .price {
    background: #ED2E7E;
    color: #fff;
    text-align: center;
    padding: 16px;
    border-radius: 4px;
}

    .price-order .price a {
        color: #fff;
    }

    .price-order .price .product_liveprice {
        margin-top: 15px
    }
/***********************/
.description-modal {
    font-size: 14px;
    margin: 17px 0px;
}

.modal-order .modal-content {
    padding: 15px;
}
/*---*/

.navs-detiles-pro {
    margin: 0 -15px;
}

.navs-detiles-pro {
}

    .navs-detiles-pro .nav-tabs {
    }

        .navs-detiles-pro .nav-tabs .nav-item {
        }

            .navs-detiles-pro .nav-tabs .nav-item .nav-link {
                padding: 12px 20px;
                border-radius: 0;
                border-top-width: 2px;
            }

                .navs-detiles-pro .nav-tabs .nav-item .nav-link.active {
                    border-top-color: #1BCCDC;
                }

    .navs-detiles-pro .tab-content {
        padding: 20px;
    }

    .navs-detiles-pro .wpb_wrapper {
    }

        .navs-detiles-pro .wpb_wrapper ul li {
        }

        .navs-detiles-pro .wpb_wrapper li span {
            display: block;
            line-height: 28px;
            text-align: justify;
        }

    .navs-detiles-pro .tab-pane li {
        margin-bottom: 10px;
        line-height: 28px;
    }

        .navs-detiles-pro .tab-pane li span {
        }
/*---*/
.sells-slider-item {
    margin-bottom: 15px;
}

    .sells-slider-item .image {
        height: 200px;
    }

        .sells-slider-item .image img {
        }

    .sells-slider-item .text {
        padding: 10px
    }

    .sells-slider-item .title {
    }

        .sells-slider-item .title a {
            font-size: 15px;
            color: #333;
            display: block;
            line-height: 26px;
            height: 52px;
            overflow: hidden;
        }

    .sells-slider-item .link {
    }

        .sells-slider-item .link a {
            font-size: 13px;
            color: #2A3256;
        }
/*---*/
.slider_owl {
}

    .slider_owl .owl-dots {
    }

        .slider_owl .owl-dots .owl-dot {
        }

            .slider_owl .owl-dots .owl-dot span {
                width: 9px;
                height: 9px;
                border-radius: 10px;
                background: #aaa;
            }

            .slider_owl .owl-dots .owl-dot.active span {
                width: 15px;
                background: linear-gradient(to right,#1C7DA8,#1BCCDC);
            }
/*---*/
.list-MainPrice {
}
/*---*/
.item-reg {
    color: #fff;
    display: block;
    padding-right: 30px;
    font-weight: normal;
    font-size: 13px;
    margin-top: 15px;
    position: relative;
}

    .item-reg:before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        right: 0;
        background: #fea83b;
        border-radius: 50%;
        top: -2px;
    }

.item-reg-pro p {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    padding-right: 10px;
}

.item-reg-pro {
    background: #335eff;
    padding: 20px 20px 30px 20px;
    color: #fff;
    font-size: 14px;
}


.item-reg-info span.faqa {
    text-align: center;
    font-weight: 500;
    display: inline-block;
    margin-top: 30px;
}

    .item-reg-info span.faqa p {
        text-align: center;
        font-size: 14px;
        color: #666;
    }
/*---*/
.item-reg-info span.faqa {
    text-align: center;
    font-weight: 500;
    display: inline-block;
    margin-top: 30px;
    width: 100%;
    font-size: 17px;
    color: #444;
    line-height: 35px;
}

    .item-reg-info span.faqa .under-select-acount2 {
        color: #ff8500
    }

.modal-login {
    z-index: 10000000;
}

.modal-login {
}

    .modal-login .modal-header {
        position: relative;
    }

    /*.modal-login .close {
        padding: 0;
        position: absolute;
        left: 12px;
        top: 50%;
        text-shadow: none;
        font-weight: 100;
    }

    .modal-login .modal-title {
        font-size: 14px;
        color: #333;
    }*/

    .modal-login .forgotten {
    }

        .modal-login .forgotten i {
            color: #1BCCDC;
            vertical-align: middle;
            margin-left: 5px;
        }

    .modal-login .modal-footer .reg-text {
        font-size: 12px;
        line-height: 24px;
        color: #333;
    }

    .modal-login .modal-footer .btn {
        font-size: 13px
    }

    .modal-login .modal-footer {
        align-items: center;
    }

.display {
    display: none;
}

.product-description {
    background-color: #fff;
    border: 1px solid #E3F6FA;
    color: #1c91b5;
    text-align: right;
    padding: 10px;
    border-radius: 4px;
    font-weight: bold;
    margin-bottom: 20px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    line-height: 32px;
}

.ImageProduct {
    width: 50px;
    height: 50px;
    border: solid 1px #ddd;
    border-radius: 3px;
    padding: 3px;
    background-color: #fff;
    margin-left: 10px;
    float: right;
    /*    margin-top: -10px;*/
}

    .ImageProduct img {
        width: 100%;
        height: 42px;
    }

.lblacceptrules {
    font-weight: 600;
    color: black;
}

.ThumbnailImage {
    position: relative;
    display: inline-block;
    width: 97%;
    padding: 5px;
    border: solid 1px #ddd;
    background-color: #fff;
    margin-top: -5px;
}
/*ÎØ ÈÑÔ*/

.MarginCution {
    position: absolute;
    border: 1px solid #1d1c1c;
    text-align: center;
}

.MarginCut {
    position: absolute;
    border: 1px solid red;
    text-align: center;
}

.MarginCution, .MarginCutionroo, .MarginCutionposht {
    position: absolute;
    border: 1px solid #1d1c1c;
    text-align: center;
    /* z-index: 11; */
}

.modal-width {
    /*max-width: max-content !important;*/
    max-width: 1096px !important;
    max-height: 700px;
    overflow: hidden;
}

    .modal-width .modal-content {
        background: aliceblue;
    }

.SpanMarginCut {
    color: red;
    font-size: 9px;
    position: absolute;
}

.SpanMarginCution {
    color: black;
    font-size: 9px;
    position: absolute;
}

.imgcover {
    position: relative;
    opacity: .4;
}

.imgcoverRooForce {
    position: relative;
    opacity: .4;
}

.imgcoverRoo {
    position: relative;
    opacity: .4;
}

#modalRoobody, #ModalPoshtbody {
    margin: 15px;
    padding: 0px;
}

.red-color {
    color: red;
}

.black-color {
    color: black;
}

.display-none {
    display: none;
}

.cardprice {
    border-color: #335EFF;
    margin-bottom: 20px;
}

    .cardprice .card-header {
        border-color: #335EFF;
        display: block;
        /* text-align: center; */
        color: #000;
        padding: 12px;
        color: #335EFF;
    }

        .cardprice .card-header h5 button {
            color: #335EFF;
            text-decoration: none !important;
        }

            .cardprice .card-header h5 button i {
                vertical-align: middle
            }

.Price_Header {
    font-weight: 600;
}

.Price_Main {
    color: #0097B7;
}

.Header_Price {
    width: 100%;
}

.MainPrice {
    width: 100%;
}

.Product_Price {
    border: solid 1px #e6e6e6;
    border-top: none;
    padding: 0px !important;
    line-height: 36px;
}

.tblprice {
    width: 100%;
}

    .tblprice tr td {
        color: black !important;
    }

.Row_Price {
    padding: 0px !important;
}
/*_______________________________________________________________ Price*/
.Price {
    width: 100%;
    display: table;
}

    .Price thead {
        background-color: #7b7878;
        color: #fff;
        line-height: 35px;
        table-layout: fixed;
        z-index: 5;
    }

    .Price tr td:first-child {
        width: 20%;
        /*vertical-align: top;*/
        text-align: center;
    }

    .Price table {
        display: table;
    }

.Header_Price {
    width: 100%;
}

    .Header_Price tbody, .Header_Price thead tr {
        display: table !important;
    }

.Price tbody {
    display: table;
}

.MainPrice td {
    text-align: center;
    width: 13%;
    padding: 5px 6px;
}

    .MainPrice td .fa-shopping-basket {
        font-size: 20px;
        color: #335eff;
    }

.Product_Price {
    border: solid 1px #e6e6e6;
    border-top: none;
    padding: 0px !important;
    line-height: 36px;
}

.MainPrice tbody tr:nth-child(even) {
    background-color: #eeeeee !important;
}

.Header_Price tbody, .Header_Price thead tr {
    display: table !important;
}

tbody, thead tr {
    /* display: table; */
    width: 100%;
    table-layout: fixed;
}

.Header_Price td {
    text-align: center;
    width: 15%;
}

.Price tr {
    display: table;
    width: 100%;
}

.Product_Price tr:hover {
    background-color: #bbbbbb !important;
}

.RemovePadding, .Remove_Padding {
    padding: 0px !important;
}

.PayBox {
    padding: 10px;
    min-height: 300px;
    margin-top: 20px;
    line-height: 30px;
    background-color: #fff;
}

.modalmargin {
    margin-top: 100px;
}

.testnews img, .boxtext img {
    width: 100%;
}

.modaltext img {
    /*max-height: 560px;*/
    width: 100%;
}

.orderalert {
    color: red;
}

.faiconpopop {
    color: #1BCCDC;
}

.box-Product .title {
    display: contents;
}

.radioButton {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.border {
    margin-bottom: 14px;
    padding: 5px 20px;
    border: 1px solid #dee2e6 !important;
}

.box-custom .active_tabList {
    border-color: #1b8db2 !important;
}

.boxselected {
    width: 100px;
    height: 100px;
    padding: 39px 10px !important;
}

.custom-file-input {
    /*    position: relative !important;*/
    z-index: 2 !important;
    width: 100% !important;
    /*    height: calc(1.5em + .75rem + 2px) !important;*/
    margin: 0 !important;
    opacity: 0 !important;
}

.custom-file .k-upload-button {
    opacity: 0;
}
/*.k-dropzone em {
    visibility: inherit !important;
}*/
.k-file-success .k-icon, .k-file-error .k-icon {
    display: none !important;
}

.k-file-success .k-filename, .k-file-error .k-filename {
    display: none !important;
}

.k-file-success .k-upload-status, .k-file-error .k-upload-status {
    display: none !important;
}

.k-upload-status {
    left: -10px !important;
}

.group_file {
    display: inline
}

.imgfiletype {
    display: block;
    margin: 1rem;
}

.custom-file .k-upload {
    opacity: 1 !important;
    width: 92%;
}

.custom-fileAdt .k-upload {
    opacity: 1 !important;
    width: 98%;
}

.upload_file .title {
    font-size: 15px;
    position: absolute;
    top: -9px;
    right: 5px;
    background: #fff;
    padding: 0 10px;
}

.custom-file-label {
    height: 118px;
    width: 360px;
    margin: 12px 9px;
    /*    padding: 39px 72px;*/
    text-align: center;
}

    .custom-file-label::after {
        content: "آپلود فایل";
        left: 0;
        right: auto;
        opacity: 0;
    }

/*...........*/
.tab-register {
    border: 0
}

    .tab-register .nav-item {
    }

        .tab-register .nav-item .nav-link {
            border: 0;
            position: relative;
            padding: 8px 0px;
        }

            .tab-register .nav-item .nav-link.active {
                color: #ED2E7E
            }

            .tab-register .nav-item .nav-link:before {
                content: "";
                position: absolute;
                right: 16px;
                bottom: 0;
                width: 57px;
                height: 2px;
            }

            .tab-register .nav-item .nav-link.active:before {
                background: #ED2E7E;
            }



/*...........*/
.send-file label {
    position: relative
}
/*...........*/
.underlinelink {
    border-bottom: 1px dashed;
    color: #3E3E3E;
}
/*...........*/
/*...........*/
/*...........*/
/*...........*/
/*...........*/
/*...........*/
/*...........*/
/*...........*/
/*...........*/
/*...........*/
/*...........*/
/*...........*/
@media(min-width:1200px) {
}


@media(min-width:992px) {

    /*---*/
    .Tab_Style {
        /*position: absolute !important;*/
        bottom: 0px;
        height: 100%;
    }
}

@media(min-width:576px) {
}

@media(max-width:1200px) {
}

@media(max-width:1200px) {
}

@media(max-width:992px) {
}

@media(max-width:768px) {
}

@media(max-width:576px) {


    .bg-blue-slide {
        height: 20%
    }

    .comments .comment-main.Inside {
        margin-right: 0;
    }

    .comments .comment-main .Img {
        width: 40px;
        height: 40px;
    }

        .comments .comment-main .Img svg {
            width: 19px;
        }

    .title-simple .title {
        font-size: 17px;
    }

    .boxItem-list .image {
        width: 30%;
    }

    .boxItem-list .media-body {
        width: 70%;
    }
}

@media(max-width:410px) {
}

.item {
    justify-content: end;
    gap: 10px;
}

    .item-wrapper > div {
        max-width: 198px;
        /* flex-shrink: 0; */
    }

.slider_owl .item {
    direction: rtl;
    justify-content: flex-start;
}

.owl-carousel .owl-stage {
    display: flex;
    min-width: 100% !important;
}

.box_Customer img {
    width: 198px;
    height: 198px !important;
}

@media only screen and (max-width:1200px) {

    .item > div {
        height: 270px;
    }

    .item img {
        max-width: 165.5px;
    }

    .box_Customer img {
        width: auto;
        height: auto !important;
    }
}

@media only screen and (max-width:992px) {
    .item {
        flex-wrap: wrap;
    }

        .item > div {
            width: 48%;
            max-width: 100%;
            flex-shrink: 0;
            height: auto;
            text-align: center;
        }

        .item img {
            max-width: 100%;
        }
}

@media only screen and (max-width:576px) {
    .item {
        flex-direction: column;
        align-items: center;
    }

        .item > div {
            width: 48%;
            max-width: 100%;
            flex-shrink: 0;
        }
}
.container {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1200px){

.container {
    max-width: 1340px;
}

}
.custom-file-label {
    height: 118px;
    width: 360px;
    margin: 12px 9px;
    /* padding: 39px 72px; */
    text-align: center;
}
.group_file {
    display: inline;
}