﻿

    .insideTop {
        padding: 5px 0;
        min-height: 100px;
        background: url(../images/pattern.jpg) 0 0 repeat;
    }

    .iBreadBox {
        position: absolute;
        padding-right: 95px;
    }

    .homeIcon {
        width: 64px;
        height: 100px;
        line-height: 100px;
        text-align: center;
        font-size: 30px;
        color: #fff;
        background: #43cf80;
        border-radius: 32px;
        position: absolute;
        top: 0;
        right: 0;
    }

        .homeIcon:hover {
            color: #fff;
            background: #008fdd;
        }

    .ibTitle {
        line-height: 55px;
        font-weight: bold;
        margin-bottom: 10px;
        font-size: 25px;
        color: #fff;
        ;
    }

    .insideBox {
        min-height: 200px;
    }

    .breadcrumbList {
        display: flex;
        grid-gap: 10px;
        list-style: none;
        font-size: 11px;
        color: #fff;
    }

        .breadcrumbList > li {
            padding-left: 20px;
            position: relative;
        }

            .breadcrumbList > li > a {
                color: #fff;
            }

                .breadcrumbList > li > a i {
                    font-size: 15px;
                    margin-left: 4px;
                    color: #09090a
                }

                .breadcrumbList > li > a:hover {
                    color: #43cf80;
                }

            .breadcrumbList > li:last-child a {
                color: #fff;
                padding-left: 0
            }

            .breadcrumbList > li:before {
                content: "\ea4d";
                font-family: 'boxicons' !important;
                position: absolute;
                top: -1px;
                left: 0px;
                font-size: 15px;
                color: #09090a
            }

            .breadcrumbList > li:last-child::before {
                display: none
            }

    .insideBox {
        margin: 50px 0;
    }

    .topAbout {
        position: relative;
        min-height: 493px;
        margin-bottom: 150px;
    }

        .topAbout::before {
            content: '';
            display: block;
            position: absolute;
            top: 1px;
            right: 0;
            height: 493px;
            width: calc((100% - 1200px) / 2);
            background: #008fdd;
        }

        .topAbout::after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            height: 493px;
            width: 50px;
            border-radius: 0 50px 50px 0;
            background: #008fdd;
        }

    .cTopAbout {
        display: block;
        grid-gap: 50px;
    }

        .cTopAbout figure {
            float: right;
        }

    .cTopAboutContent h2 {
        color: #262626;
        line-height: 50px;
        font-weight: bold;
        margin-bottom: 20px;
        font-size: 24px;
    }

        .cTopAboutContent h2 img {
            margin-right: 10px;
        }

    .cTopAboutContent h3 {
        color: #008fdd;
        font-size: 18px;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .botAbout {
        position: relative;
        height: auto;
        margin-bottom: 150px;
        background: #f6f7f8;
    }

        .botAbout::before {
            content: '';
            display: block;
            position: absolute;
            top: 0px;
            left: 0;
            bottom: 0;
            width: calc((100% - 960px) / 2);
            background: #0045b2;
        }

    .cBotAbout {
        display: flex;
        grid-gap: 50px;
        position: relative;
    }

        .cBotAbout figure {
            height: 370px;
            background: #0039a1;
            border-radius: 140px;
            padding: 30px;
        }

    .cBotAboutContent {
        padding: 50px 0;
    }

        .cBotAboutContent h2 {
            color: #262626;
            line-height: 50px;
            font-weight: bold;
            margin-bottom: 24px;
            font-size: 20px;
        }

            .cBotAboutContent h2 img {
                margin-right: 10px;
            }

    .certs {
        padding-bottom: 50px;
    }

        .certs h2 {
            text-align: center;
            color: #262626;
            font-size: 20px;
            margin-bottom: 50px;
        }

            .certs h2 strong {
                font-weight: bold;
            }

            .certs h2::before {
                content: '';
                display: block;
                width: 1px;
                height: 90px;
                background: #008fdd;
                margin: 0 auto 30px;
            }

    .certificates {
        display: flex;
        grid-gap: 20px;
        justify-content: center;
    }

        .certificates li {
            width: 22%;
        }

            .certificates li img {
                width: 100%;
                height: auto;
            }

    .rightImg {
        float: right;
        margin: 0 0 30px 60px;
    }

    .leftImg {
        float: left;
        margin: 0 60px 30px 0;
    }

    .cmspage {
        color: #262626;
        line-height: 40px;
        text-align: right;
        font-size: 14px;
        font-weight: normal;
    }

        .cmspage h2 {
            font-size: 22px;
            color: #1e2939;
            margin: 15px 0 10px;
            font-weight: bold;
        }

        .cmspage h3 {
            font-size: 20px;
            color: #1e2939;
            margin: 15px 0 10px;
            font-weight: bold;
        }

        .cmspage h4 {
            font-size: 18px;
            color: #1e2939;
            margin: 15px 0 10px;
            font-weight: bold;
        }

        .cmspage h5 {
            font-size: 16px;
            color: #1e2939;
            margin: 15px 0 10px;
            font-weight: bold;
        }

        .cmspage h6 {
            font-size: 14px;
            color: #1e2939;
            margin: 15px 0 10px;
            font-weight: bold;
        }

        .cmspage img.fullWidth {
            width: 100%;
            height: auto;
            border-radius: 15px;
            margin: 10px 0;
        }

    .aboutCmsTitle {
        color: #10123e !important;
    }

    .cmspage a {
        color: #10123e;
    }

        .cmspage a:hover {
            color: #43cf80;
        }

    .cmspage ul {
    }

        .cmspage ul li {
            padding-right: 28px;
            position: relative;
            margin-bottom: 5px;
        }

            .cmspage ul li:before {
                content: "\ea41";
                line-height: 20px;
                text-align: center;
                background: #4cd080;
                color: #fff;
                width: 20px;
                height: 20px;
                border-radius: 50%;
                font-family: 'boxicons' !important;
                position: absolute;
                top: 7px;
                right: 0;
                font-size: 15px;
            }

    .cmspage ol {
        list-style-position: inside;
    }

    .cmspage ul li {
        margin-bottom: 5px;
    }

    .productListSec {
        display: flex;
        justify-content: space-between;
    }

    .sidebar {
        width: 260px;
        margin: 0;
    }

    .contentbar {
        width: calc(100% - 290px);
        margin: 0;
    }

    .sortBox {
        line-height: 55px;
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
        border-radius: 10px;
        margin-bottom: 40px;
        border: 1px solid #d4d6d9;
    }

    .sortOpt {
        display: flex;
        grid-gap: 10px;
        margin: 0;
    }

        .sortOpt strong {
            color: #262626;
        }

    .sortList {
        display: flex;
        grid-gap: 20px;
    }

        .sortList > li {
            height: 55px;
        }

            .sortList > li a {
                color: #6d737d;
            }

                .sortList > li a:hover, .sortList > li.active a {
                    color: #008fdd;
                    border-bottom: 1px solid #008fdd
                }

    .avBox {
        margin: 0;
        color: #280f4e;
    }

    .switch {
        position: relative;
        display: inline-block;
        margin-top: 20px;
        width: 25px;
        height: 10px;
        border-radius: 8px;
        border: 2px solid #262626;
        margin-right: 15px
    }

        .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

    .swithbtn {
        position: absolute;
        border-radius: 34px;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .swithbtn:before {
            border-radius: 50%;
            background: #848e9f;
            position: absolute;
            content: "";
            height: 8px;
            width: 8px;
            right: 1px;
            bottom: 1px;
            -webkit-transition: .4s;
            transition: .4s;
        }

    input:checked + .swithbtn {
        background: #ff98c3;
    }

    input:focus + .swithbtn {
    }

    input:checked + .swithbtn:before {
        background: #008fdd;
        -webkit-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
        transform: translateX(-15px);
    }

    .sideBox {
        margin-bottom: 20px;
        border: 1px solid #d4d6d9;
        border-radius: 10px;
        padding: 20px;
    }

    .sideTitle {
        color: #262626;
        font-weight: bold;
        font-size: 14px;
        position: relative;
        cursor: pointer;
    }

        .sideTitle i {
            font-size: 20px;
            position: absolute;
            top: 0;
            left: 0;
            transition: all .5s;
        }

        .sideTitle.active i {
            transform: rotate(180deg);
        }

    .prItem a {
        height: 405px;
    }

    .sideContent {
        display: none;
    }

    .iSearch {
        height: 46px;
        margin: 18px 0 0 auto;
        position: relative;
        width: 100%;
        border-radius: 23px;
        background: #f5f6f7;
    }

    .txtiSearch {
        width: 100%;
        background: none;
        height: 46px;
        text-indent: 20px !important;
    }

        .txtiSearch:focus {
        }

    .prlist {
        display: flex;
        grid-gap: 30px;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

        .prlist > li {
            width: calc(33.33% - 20px);
        }

    .pagination {
        text-align: center;
        padding: 25px 0;
        line-height: 36px;
        font-size: 14px;
    }

        .pagination a {
            width: 36px;
            height: 36px;
            background: #f5f6f7;
            margin: 0 5px;
            border-radius: 6px;
            color: #0a033c;
            box-sizing: border-box;
        }

            .pagination a:hover {
                color: #fff;
                background: #003da6;
            }

            .pagination a.active {
                color: #fff;
                background: #003da6;
            }

    .prevPage, .nextPage {
        font-size: 25px;
    }

    .blPager {
        border-top: none;
        padding-top: 30px;
    }

        .blPager a {
            background: #fff;
            box-shadow: 0 3px 10px rgb(131 51 234 / 0.10);
        }

    .sideSpace {
        height: 25px;
    }

    .filterList {
        font-weight: bold;
    }

        .filterList > li {
            margin-bottom: 20px;
        }

            .filterList > li:last-child {
                margin-bottom: 0px;
            }

            .filterList > li > a {
                color: #6d737d;
                padding-right: 25px;
                position: relative;
            }

            .filterList > li.active a, .filterList > li a:hover {
                color: #008fdd
            }

            .filterList > li > a::before {
                content: '';
                display: block;
                width: 12px;
                height: 12px;
                /*border-radius: 50%;*/
                border: 2px solid #92969e;
                position: absolute;
                top: 5px;
                right: 0;
            }

            .filterList > li.active > a::before {
                border-color: #008fdd;
            }

            .filterList > li.active > a {
                color: #008fdd
            }

                .filterList > li.active > a::after {
                    content: '';
                    display: block;
                    width: 8px;
                    height: 8px;
                    border-radius: 50%;
                    background: #008fdd;
                    position: absolute;
                    top: 9px;
                    right: 4px;
                }

    .sideSocials {
    }

        .sideSocials > li {
            margin-bottom: 20px;
        }

    .socialItem {
        border-radius: 12px;
        color: #fff;
        ;
    }

        .socialItem a {
            color: #fff;
            padding: 20px;
            display: block;
            text-align: right;
        }

            .socialItem a i {
                font-size: 20px;
                margin-left: 6px;
            }

            .socialItem a strong {
                font-weight: bold;
                font-size: 14px;
            }

        .socialItem p {
            margin-top: 5px;
            padding: 0;
        }

    .instagram {
        background: rgb(245,173,66);
        background: linear-gradient(160deg, rgba(245,173,66,1) 0%, rgba(238,44,122,1) 50%, rgba(129,40,195,1) 100%)
    }

    .telegram {
        background: rgb(45,130,234);
        background: linear-gradient(84deg, rgba(45,130,234,1) 0%, rgba(58,160,239,1) 100%);
    }

    .youtube {
        background: #ef1f28
    }

    .socialItem a:hover {
        transform: scale(0.97);
    }

    .faqContents {
        border: 1px solid #d4d6d9;
        border-radius: 10px;
        padding: 20px;
        margin: 0
    }

    .faqItems {
    }

        .faqItems > li {
        }

    .faqQ {
        line-height: 36px;
        cursor: pointer;
        padding: 12px 0 12px 40px;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        position: relative;
        font-weight: bold;
        font-size: 14px;
    }

        .faqQ:before {
            content: '\ea4a';
            position: absolute;
            font-family: boxicons;
            display: block;
            top: 12px;
            left: 12px;
            font-size: 20px;
        }

    .faqA {
        padding: 12px;
        color: #414141;
        display: none;
    }

    .faqItems > li:last-child .faqQ {
        border: none;
    }

    .faqItems > li.open:last-child .faqQ {
        border-bottom: 1px solid #e3e3e9
    }

    .faqItems > li.open .faqQ {
        color: #0045b2;
    }

        .faqItems > li.open .faqQ:before {
            content: '\ea57';
        }

    .faqItems > li.open .faqA {
        display: block
    }

    .faqItems > li.open:last-child .faqA {
        border-bottom: none;
    }

    .blogContent {
        margin-bottom: 50px;
    }

        .blogContent > figure {
            margin-bottom: 30px;
        }

            .blogContent > figure img {
                width: 100%;
                height: auto;
                border-radius: 30px;
            }

        .blogContent > h1 {
            font-size: 25px;
            font-weight: bold;
            color: #262626;
            line-height: 50px;
            margin-bottom: 20px;
        }

    .blogDetails {
        line-height: 60px;
    }

        .blogDetails > li {
            border-bottom: 1px solid #eff0f1;
            display: flex;
            justify-content: space-between;
        }

            .blogDetails > li:last-child {
                border-bottom: none;
            }

            .blogDetails > li strong {
                color: #6d737d;
                font-weight: normal;
            }

            .blogDetails > li span {
                color: #262626;
                font-weight: bold;
            }

    .sideTitle2 {
        margin-bottom: 20px;
        font-weight: bold;
        font-size: 15px;
        color: #262626;
    }

    .shareBox {
        display: flex;
        justify-content: space-between;
        background: #f1f2f4;
        border-radius: 20px;
        padding: 35px 25px;
        margin-bottom: 25px;
    }

        .shareBox h2 {
            font-weight: bold;
            color: #262626;
            font-size: 16px;
        }

    .shareItems {
        display: flex;
        grid-gap: 12px;
        font-size: 22px;
    }

        .shareItems > li {
        }

            .shareItems > li > a {
                color: #6d737d;
            }

                .shareItems > li > a:hover {
                    color: #008fdd
                }

    .commentBox {
        border: 1px solid #cfcfcf;
        border-radius: 20px;
        padding: 25px;
    }

        .commentBox h2 {
            font-weight: bold;
            color: #262626;
            font-size: 16px;
            margin-bottom: 30px;
        }

    .cRow {
        display: flex;
        grid-gap: 20px;
        margin-bottom: 20px;
    }

    .cInput {
        flex: 1;
        position: relative;
    }

    .txt {
        width: 100%;
        border: 1px solid #bdbdbd;
        border-radius: 12px;
        box-sizing: border-box;
        text-indent: 40px !important;
        height: 46px;
        background-color: #fdfdfd;
    }

    .cInput i {
        color: #008fdd;
        position: absolute;
        top: 0;
        right: 10px;
        line-height: 48px !important;
        font-size: 20px;
    }

    .txtarea {
        width: 100%;
        border: 1px solid #bdbdbd;
        border-radius: 12px;
        box-sizing: border-box;
        padding: 10px;
        height: 160px;
        background-color: #fdfdfd;
    }

    .btnRow {
        text-align: left;
    }

    .btn {
        line-height: 48px;
        height: 48px;
        font-weight: bold;
        border-radius: 24px;
        color: #fff;
        background: #008fdd;
        padding: 0 40px;
    }

        .btn:hover {
            color: #fff;
            background: #003da6;
        }

    .commentArea {
        margin-top: 50px;
    }

    .noComments {
        text-align: center;
        color: #d3d3e2;
        font-weight: bold;
        font-size: 20px;
        padding: 30px 0 50px;
    }

        .noComments i {
            font-size: 50px;
            line-height: 50px !important;
            margin-bottom: 20px;
        }

    .loginBox {
        background: #003da6;
        border-radius: 20px;
        padding: 25px;
        max-width: 450px;
    }

        .loginBox .txt {
            background: #08388c;
            color: #fff;
            border-color: #032c72;
        }

            .loginBox .txt::placeholder {
                color: #fff;
            }

        .loginBox img {
            margin: 0 auto;
            display: block;
            margin-bottom: 15px;
        }

        .loginBox h2 {
            text-align: center;
            font-size: 20px;
            margin-bottom: 30px;
            color: #fff;
        }

    .forgotLink {
        color: #008fdd;
        font-weight: bold;
        line-height: 44px;
    }

    .loginBox .btnRow {
        display: flex;
        justify-content: space-between;
    }

    .topContact {
        display: flex;
        justify-content: space-between;
        grid-gap: 30px;
        margin-bottom: 100px;
    }

    .map {
        height: 520px;
        width: calc(50% + ((100% - 1200px) / 2));
        border-radius: 260px 0 0 260px;
        margin: 0;
    }

    .cInfo {
        width: 50%;
        ;
        margin: 0;
    }

    .cTitle {
        display: flex;
        justify-content: space-between;
    }

        .cTitle h2 {
            line-height: 40px;
            color: #262626;
            margin-bottom: 40px;
            font-size: 20px;
            font-weight: bold;
        }

    .cInfoContent {
    }

    .cInfoList {
    }

        .cInfoList > li {
            border-bottom: 1px solid #e9eaec;
            padding: 15px 0;
            line-height: 30px;
            display: flex;
            justify-content: space-between;
        }

            .cInfoList > li span {
                color: #6d737d
            }

            .cInfoList > li strong {
                color: #262626
            }

            .cInfoList > li a {
                color: #262626
            }

    .cInfoContent .socials {
        margin-top: 15px;
        justify-content: left;
    }

    .cinfoTabs {
        display: flex;
        grid-gap: 10px;
        line-height: 40px;
    }

        .cinfoTabs > li {
        }

            .cinfoTabs > li > a {
                padding: 0 20px;
                border-radius: 20px;
                color: #6d737d;
                font-weight: bold;
            }

            .cinfoTabs > li.active a {
                background: #4cd080;
                color: #fff;
            }

            .cinfoTabs > li > a:hover {
                color: #4cd080
            }

    .socialTT {
        color: #6d737d;
        margin-top: 20px;
        padding-bottom: 10px;
    }

    .cinfoTabContents > li {
        display: none;
    }

    .ctBottom {
        display: flex;
        justify-content: space-between;
    }

    .ctFaq {
        width: calc(100% - 700px);
        margin: 0;
    }

    .ctForm {
        width: 350px;
        margin: 0;
        height: 426px;
        position: relative;
        margin-left: 0;
        justify-content: left;
        background: #0045b2;
        padding: 50px 270px 20px 50px;
        border-radius: 0 253px 253px 0;
    }

        .ctForm .txt {
            background: #08388c;
            color: #fff;
            border-color: #032c72;
        }

            .ctForm .txt::placeholder {
                color: #fff;
            }

        .ctForm figure {
            position: absolute;
            top: 0;
            right: -40px;
        }

        .ctForm .txtarea {
            background: #08388c;
            color: #fff;
            border-color: #032c72;
        }

            .ctForm .txtarea::placeholder {
                color: #fff;
            }

    .topBlogs {
        display: flex;
        grid-gap: 30px;
        margin-bottom: 30px;
    }

        .topBlogs > li {
            flex: 1;
        }

            .topBlogs > li > a {
                display: block;
                position: relative;
            }

                .topBlogs > li > a::before {
                    content: '';
                    display: block;
                    padding-top: 50%;
                }

                .topBlogs > li > a::after {
                    content: '';
                    display: block;
                    position: absolute;
                    top: 0;
                    right: 0;
                    left: 0;
                    bottom: 0;
                    border-radius: 20px;
                    background: rgb(0,0,0,0.3);
                }

                .topBlogs > li > a img {
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    width: 100%;
                    height: 100%;
                    border-radius: 20px;
                }

                .topBlogs > li > a span {
                    position: absolute;
                    z-index: 2;
                    ;
                    bottom: 10px;
                    right: 10px;
                    left: 10px;
                    color: #fff;
                    font-weight: bold;
                }

                .topBlogs > li > a:hover {
                    transform: scale(1.02);
                }

    .newBlog {
        background: #003da6;
        padding: 50px 0;
        margin: 60px 0;
    }

        .newBlog h2 {
            color: #fff;
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 30px;
        }

    .tBlogCarousel {
    }

        .tBlogCarousel .item {
            border-radius: 10px;
            padding: 10px;
            background: #003288;
        }

            .tBlogCarousel .item a {
                display: block;
                position: relative;
            }

                .tBlogCarousel .item a strong {
                    padding-left: 50px;
                    display: block;
                    height: 50px;
                    line-height: 25px;
                    color: #fff;
                    text-align: right;
                }

            .tBlogCarousel .item span {
                position: absolute;
                bottom: 0px;
                line-height: 16px;
                font-size: 11px;
                left: 0px;
                color: #4cd080;
            }

            .tBlogCarousel .item a figure {
                position: relative;
                margin-bottom: 15px;
            }

                .tBlogCarousel .item a figure::before {
                    content: '';
                    display: block;
                    padding-top: 60%;
                }

                .tBlogCarousel .item a figure img {
                    border-radius: 10px;
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    width: 100%;
                    height: 100%;
                }

            .tBlogCarousel .item:hover {
                background: #00003a;
            }

    .favBlogs {
        display: flex;
        grid-gap: 30px;
    }

    .favBlogContent {
        margin: 0;
        width: calc(100% - 280px);
    }

    .favBlogSide {
        margin: 0;
        width: 250px;
    }

    .fbTitle {
        position: relative;
        line-height: 44px;
        height: 22px;
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 60px;
    }

        .fbTitle h2 {
            background: #fff;
            display: inline-block;
            padding-left: 20px;
            font-size: 20px;
            font-weight: bold;
        }

            .fbTitle h2 span {
                color: #008fdd
            }

    .fBlog {
        background: #f1f1f1;
        border-radius: 15px;
    }

        .fBlog a {
            display: block;
            padding: 15px;
            position: relative;
            color: #262626;
        }

            .fBlog a figure {
                position: relative;
                margin-bottom: 15px;
            }

                .fBlog a figure::before {
                    content: '';
                    display: block;
                    padding-top: 60%;
                }

                .fBlog a figure img {
                    border-radius: 10px;
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    width: 100%;
                    height: 100%;
                }

        .fBlog:hover {
            background: #00003a;
        }

        .fBlog a strong {
            display: block;
            line-height: 25px;
            height: 50px;
        }

        .fBlog a:hover {
            color: #fff;
        }

    .searchBoxBlog {
        background: #008fdd url(../images/searchChar.png) 60px center no-repeat;
        color: #fff;
        text-align: center;
        padding: 50px;
        border-radius: 20px;
        margin-bottom: 60px;
    }

        .searchBoxBlog h2 {
            font-size: 30px;
            font-weight: bold;
            line-height: 30px;
            margin-bottom: 30px;
        }

        .searchBoxBlog p {
            font-size: 14px;
            line-height: 30px;
            margin-bottom: 40px;
        }

    .blogSearchArea {
        max-width: 550px;
        border: 8px solid #077fc1;
        background: #077fc1;
        height: 40px;
        border-radius: 28px;
        position: relative;
    }

    .txtbSearch {
        background: none;
        width: 100%;
        text-indent: 20px;
        color: #202630;
        font-weight: bold;
        line-height: 40px;
    }

        .txtbSearch::placeholder {
            color: #202630;
        }

    .btnbSearch {
        background: #fff;
        height: 40px;
        font-weight: bold;
        font-size: 14px;
        padding: 0 30px;
        color: #202630;
        border-radius: 20px;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .newsBox {
        display: flex;
        justify-content: space-between;
        margin-bottom: 80px;
    }

    .newsBoxTitle {
        width: 270px;
    }

    .newsBoxContent {
        width: calc(100% - 300px);
    }

    .newsBoxTitle {
        min-height: 266px;
        background: url(../images/newsTitleIco.png) right 0 no-repeat;
    }

        .newsBoxTitle h2 {
            font-weight: bold;
            color: #262626;
            font-size: 20px;
            padding: 30px 100px 0 0;
            line-height: 35px;
        }

            .newsBoxTitle h2 span {
                color: #008fdd;
                display: block;
            }

    .newsCarousel {
    }

    .newsItem {
        border: 1px solid #e9eaec;
        border-radius: 10px;
    }

        .newsItem a {
            position: relative;
            border-radius: 10px;
            overflow: hidden;
            color: #262626;
            display: block;
        }

            .newsItem a figure {
                position: relative;
            }

                .newsItem a figure::before {
                    content: '';
                    display: block;
                    padding-top: 60%;
                }

                .newsItem a figure img {
                    border-radius: 10px;
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    width: 100%;
                    height: 100%;
                }

            .newsItem a strong {
                padding: 20px 20px;
                display: block;
                border-bottom: 1px solid #e9eaec;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
            }

            .newsItem a span {
                padding: 8px 20px;
                display: block;
                color: #6d737d;
                font-size: 11px;
                font-weight: bold;
            }

            .newsItem a i {
                width: 25px;
                height: 25px;
                color: #fff;
                background: #008fdd;
                border-radius: 5px;
                line-height: 25px !important;
                text-align: center;
                font-size: 20px;
                position: absolute;
                bottom: 8px;
                left: 20px;
                transition: 0.3s;
            }

            .newsItem a:hover {
                color: #008fdd
            }

                .newsItem a:hover i {
                    left: 8px;
                }

    .blogList {
        display: flex;
        grid-gap: 30px;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

        .blogList > li {
            width: calc(33.33% - 20px);
        }

    .relatedPr {
    }

        .relatedPr h2 {
        }

            .relatedPr h2 strong {
                color: #4cd080
            }

            .relatedPr h2 i {
                color: #4cd080
            }

    .prSummaryBox {
        border: 1px solid #caccd0;
        border-radius: 15px;
        margin-bottom: 30px;
    }

    .warrantyBox {
        /*border: 1px solid #caccd0;*/
        border-radius: 15px;
        margin-bottom: 30px;
    }

        .warrantyBox img {
            width: 100%;
        }

    .prFullDetailBox {
        border: 1px solid #caccd0;
        border-radius: 15px;
        margin-bottom: 60px;
    }

    .warrantyList {
        padding: 30px;
        display: flex;
        gap: 30px;
        line-height: 45px;
        font-weight: bold;
        color: #6d737d;
        font-size: 15px;
    }

        .warrantyList > li {
            flex: 1;
            position: relative;
        }

            .warrantyList > li::after {
                content: '';
                display: block;
                width: 1px;
                height: 20px;
                position: absolute;
                top: 13px;
                left: 0;
                background: #dddfe1;
            }

            .warrantyList > li img {
                margin-left: 10px;
            }

            .warrantyList > li:last-child:after {
                display: none;
            }

    .prDetailTabs {
        padding: 20px 30px;
        border-radius: 18px 18px 0 0;
        background: #f5f6f7;
        line-height: 70px;
        display: flex;
        grid-gap: 30px;
        font-weight: bold;
        font-size: 16px;
    }

        .prDetailTabs > li {
            flex: 1;
            background: #fff;
            border-radius: 15px;
        }

            .prDetailTabs > li > a {
                display: block;
                text-align: center;
                color: #6d737d;
            }

            .prDetailTabs > li.active > a {
                color: #003da6;
            }

            .prDetailTabs > li > a:hover {
                color: #003da6;
            }

    .prDetailContents {
        padding: 20px;
    }

        .prDetailContents > li {
            display: none;
        }

    .prtable {
        width: 100%;
        border-collapse: collapse;
        line-height: 45px;
    }

        .prtable tr {
            border-bottom: 2px solid #f2f2f6;
        }

        .prtable th {
            padding: 0 10px;
            max-width: 250px;
        }

        .prtable td {
            padding: 0 10px;
        }

            .prtable td:first-child {
                color: #280f4e
            }

            .prtable td:first-child {
                background: #e7f2f8;
            }

    .prDetailContents .cmspage {
        color: #262626;
    }

    .prIntro {
        display: flex;
        grid-gap: 50px;
        padding: 30px;
    }

    .prGallery {
        width: 420px;
        margin: 0;
        position: relative;
        border-left: 1px solid #ccced2;
        padding-left: 30px;
    }

    .prMainImageFig {
        margin-bottom: 10px;
        position: relative;
    }

        .prMainImageFig img {
            width: 100%;
            height: 100%;
            border-radius: 10px;
        }

        .prMainImageFig .pItemDiscount {
            line-height: 26px;
            font-size: 14px;
            height: 25px;
            background: #43cf80;
            color: #fff;
            border-radius: 13px;
            padding: 0 10px;
            position: absolute;
            top: 0;
            right: 0;
        }

    .prIcons {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 25px;
        z-index: 5;
        display: flex;
        grid-gap: 20px;
    }

    .prGCarousel {
    }

    .prImage {
        display: block;
        border: 1px solid #e9eaec;
        border-radius: 15px;
        overflow: hidden;
        height: 90px;
    }

        .prImage img {
            width: 100%;
            height: 100%;
        }

    .prSummary {
        width: calc(100% - 482px);
        margin: 0;
    }

    .prImage.active {
        border-color: #008fdd;
    }

    .prTitle {
        position: relative
    }

        .prTitle h1 {
            color: #262626;
            line-height: 50px;
            margin-bottom: 10px;
            font-size: 17px;
            font-weight: bold;
        }

        .prTitle h2 {
            color: #6d737d;
            line-height: 30px;
            margin-bottom: 10px;
            font-size: 13px;
        }

    .brandImage {
        position: absolute;
        top: 0;
        left: 0;
    }

    .prFeature {
    }

        .prFeature .cmspage {
            color: #161b3d;
            font-size: 13px;
        }

    .prOpr {
        padding: 15px 0;
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
        border-top: 1px solid #f4f4f7;
        border-bottom: 1px solid #f4f4f7;
    }

    .sRate {
        color: #262626;
        margin: 0;
        font-weight: bold;
        font-size: 14px;
    }

        .sRate i {
            font-size: 24px;
            color: #ff8546;
        }

        .sRate span {
            margin-left: 5px;
            line-height: 28px;
        }

    .oprItems {
        position: absolute;
        top: 50px;
        right: 0;
        line-height: 30px;
    }

        .oprItems > li {
            margin-bottom: 10px;
        }

            .oprItems > li a {
                color: #848e9f;
                font-size: 16px;
                font-weight: bold;
                cursor: pointer;
            }

                .oprItems > li a:hover {
                    color: #ff1e00
                }

                .oprItems > li a i {
                    font-size: 24px;
                }

                .oprItems > li a span {
                    margin-left: 5px;
                    line-height: 28px;
                }

            .oprItems > li.social-item {
                position: relative;
            }

                .oprItems > li.social-item:hover .social-list {
                    opacity: 1;
                    visibility: visible;
                    right: 100%;
                }

        .oprItems .social-list {
            position: absolute;
            top: 0;
            right: 0;
            transition: all .5s;
            box-shadow: 0px 0px 13px -6px #444;
            opacity: 0;
            visibility: hidden;
            border-radius: 5px;
            background-color: #fff;
            padding: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .oprItems .social-list > li {
                margin: 0 2px;
            }

                .oprItems .social-list > li > a > img {
                    width: 40px;
                    height: 40px;
                }

    .prOprUl {
        display: flex;
        gap: 30px;
        font-weight: bold;
        font-size: 14px;
    }

        .prOprUl li {
            color: #262626
        }

            .prOprUl li span {
                color: #6d737d;
            }

    .pColorItems li {
        width: auto;
    }

    .prSummaryList {
        line-height: 30px;
        padding-top: 20px;
    }

        .prSummaryList > li {
            margin-bottom: 15px;
        }

            .prSummaryList > li > span {
                color: #262626;
                width: 100px;
                display: block;
                font-weight: bold;
                margin-bottom: 15px;
            }

    .prSummaryDetail {
        margin: 0;
        color: #0a033c;
        width: calc(100% - 130px);
        font-family: yekanFa;
    }

    .chooseVolume {
        display: flex;
        gap: 20px;
        margin-bottom: 20px;
    }

        .chooseVolume li {
        }

            .chooseVolume li a {
                padding: 0 10px;
                border: 1px solid #d8d8d8;
                border-radius: 15px;
                cursor: pointer;
            }

            .chooseVolume li.active a {
                background: #003da6;
                border-color: #003da6;
                color: #fff;
                cursor: pointer;
            }

    .chooseColor {
        display: flex;
        gap: 20px;
    }

        .chooseColor li {
        }

            .chooseColor li a {
                width: 30px;
                height: 30px;
                display: block;
                border: 2px solid #d8d8d8;
                border-radius: 17px;
            }

            .chooseColor li.active a {
                border-color: #262626;
            }

    .prDetailWithSide {
        display: flex;
        justify-content: space-between;
    }

    .prDetailContent {
        width: calc(100% - 290px);
    }

    .prSide {
        width: 260px;
    }

    .prSideBox {
        padding: 25px;
        margin: 0 0 20px;
        border-radius: 20px;
        border: 2px solid #f0f1f2;
        background: #f5f6f7;
    }

    .prQuantity {
        height: 46px;
        border-radius: 23px;
        background: #fff;
        position: relative;
        margin-bottom: 20px;
    }

    .addQ {
        font-size: 20px;
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        color: #fff;
        border-radius: 50%;
        position: absolute;
        top: 6px;
        right: 6px;
        background: #f5f6f7;
        color: #42a768;
    }

    .minQ {
        font-size: 20px;
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        color: #fff;
        border-radius: 50%;
        position: absolute;
        top: 6px;
        left: 6px;
        background: #f5f6f7;
        color: #ff1e00
    }

    .addQ:hover {
        color: #fff;
        background: #06742f
    }

    .minQ:hover {
        color: #fff;
        background: #ff1e00;
    }

    .prQLbl {
        position: absolute;
        top: 0;
        right: 50px;
        left: 50px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        line-height: 46px;
        color: #1e2939
    }

    .btnAddToCart {
        display: block;
        width: 100%;
        line-height: 48px;
        text-align: center;
        font-weight: 300;
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        background: #008fdd;
        border-radius: 29px;
        cursor: pointer;
    }

        .btnAddToCart:hover {
            color: #fff;
            background: #42a768;
        }

    .prPrices {
        position: relative;
        margin-bottom: 25px;
        padding-top: 40px;
    }

        .prPrices .prPriceTitle {
            position: absolute;
            top: 0;
            right: 0;
            font-weight: bold;
            color: #280f4e;
        }

        .prPrices .prOldPriceLbl {
            left: 0;
            text-align: left;
            color: #6d737d;
            font-size: 15px;
        }

        .prPrices .prPriceLbl {
            text-align: left;
            color: #262626;
            font-size: 18px;
            font-weight: bold;
        }

            .prPrices .prPriceLbl:after {
                color: #1e2939
            }

        .prPrices .prOldPriceLbl:after {
            color: #848e9f
        }

    .prOldPriceLbl {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        color: #c4c7cb;
        font-weight: 300;
        font-size: 13px;
    }

        .prOldPriceLbl:after {
            content: ' تومان ';
        }

    .prPriceLbl {
        display: block;
        color: #068d38;
    }

        .prPriceLbl:after {
            content: ' تومان ';
            color: #c4c7cb;
        }

    .supportBtn {
        padding: 25px 90px 25px 25px;
        position: relative;
        border-radius: 15px;
        display: block;
        background: #4cd080;
        color: #fff;
        line-height: 25px;
    }

        .supportBtn i {
            width: 50px;
            height: 50px;
            position: absolute;
            top: 12px;
            right: 25px;
            background: #262626;
            border-radius: 10px;
            margin-left: 10px;
            font-size: 20px;
            line-height: 50px !important;
            text-align: center;
        }

        .supportBtn:hover {
            color: #fff;
            background: #008fdd;
        }

    .available {
        font-weight: bold;
        color: #6d737d;
        font-size: 13px;
        border-bottom: 1px solid #e7e9eb;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

        .available i {
            font-size: 20px;
            margin-left: 10px;
        }

    .cmBox {
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid #ebebeb;
    }

        .cmBox > h2 {
            color: #262626;
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 40px;
        }

            .cmBox > h2 > i {
                font-size: 25px;
                color: #2aa7ff;
                margin-left: 10px;
            }

    .noBorder {
        border: none !important;
        margin: 0;
        padding: 0;
    }

    .cmStatBox {
        max-width: 600px;
        display: flex;
        justify-content: space-between;
    }

    .cmPercents {
        width: 55%;
        margin: 0;
        line-height: 20px;
    }

        .cmPercents li {
            margin-bottom: 20px;
            position: relative;
            padding: 6px 50px 0 60px;
            min-height: 20px;
        }

    .numStar {
        position: absolute;
        top: 0;
        right: 0;
        direction: ltr;
    }

        .numStar i {
            font-size: 20px;
            margin-right: 5px;
            color: #ff8546;
        }

    .numCm {
        position: absolute;
        top: 0;
        left: 0;
        color: #a0a0a0;
    }

    .cmStateTotal {
        width: 30%;
        margin: 0;
        font-size: 20px;
        text-align: center;
        font-weight: bold;
        color: #f48120;
    }

    .totalRate {
        margin-bottom: 10px;
        padding-top: 50px;
    }

    .stars {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        grid-gap: 5px;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .totalComments {
        font-size: 13px;
        color: #a0a0a0;
    }

    .starProccessBar {
        position: relative;
        height: 8px;
        border-radius: 4px;
        background: #f6f6f6;
    }

    .proccessed {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        border-radius: 4px;
        background: #f48120;
    }

    .commentList {
    }

        .commentList > li {
            margin-bottom: 60px;
        }

    .commentItem {
        display: flex;
        justify-content: space-between;
    }

    .author {
        width: 120px;
        margin: 0;
        text-align: center;
    }

        .author img {
            border-radius: 50%;
            margin-bottom: 10px;
        }

        .author span {
        }

    .cmTextMsg {
        width: calc(100% - 150px);
        margin: 0
    }

    .cmText {
        border-bottom: 1px solid #eaeaea;
        margin-bottom: 20px;
        padding-bottom: 15px;
        color: #262626;
        font-weight: bold;
    }

    .cmDetail {
    }

    .recommend {
        color: #068d38;
        border: 1px solid #068d38;
        padding: 0 20px;
        border-radius: 13px;
    }

    .noRecommend {
        color: #e61d22;
        border: 1px solid #e61d22;
        padding: 0 20px;
        border-radius: 13px;
    }

    .cmDate {
        margin-right: 40px;
        color: #6d737d;
    }

    .addCommentBox {
        display: flex;
        justify-content: space-between;
    }

    .addCTitle {
        width: 30%;
        margin: 0;
        line-height: 40px;
        font-weight: bold;
        font-size: 14px;
        color: #262626;
    }

    .AddCmForm {
        width: 60%;
        margin: 0;
    }

    .addRate {
        margin-bottom: 30px;
        display: flex;
        justify-content: space-between;
    }

        .addRate span {
            width: 150px;
        }

    .range {
        width: calc(100% - 180px);
    }

    .recommendList {
        display: flex;
        grid-gap: 20px;
        font-weight: bold;
        line-height: 50px;
        margin-bottom: 30px;
        line-height: 40px;
        text-align: center;
    }

        .recommendList > li {
            flex: 1;
        }

            .recommendList > li > a {
                display: block;
                border: 1px solid #e1e1e1;
                border-radius: 26px;
            }

            .recommendList > li .recommend.active {
                border: 1px solid #068d38;
                background-color: #068d38bf;
                color: #fff;
            }

            .recommendList > li .noRecommend.active {
                background-color: #e61d22b8;
                border: 1px solid #e61d22;
                color: #fff;
            }

            .recommendList > li > a.recommend:hover {
                border: 1px solid #068d38;
                background-color: #068d38bf;
                color: #fff;
            }

            .recommendList > li > a.noRecommend:hover {
                background-color: #e61d22b8;
                border: 1px solid #e61d22;
                color: #fff;
            }

    .btnCm {
        text-align: left;
    }

        .btnCm .btn {
            text-align: center;
        }
