video{
    height:580px !important;
    object-fit:cover;
    width:100%;
}
@media (max-width: 576px) {
    video{
        height:auto !important;
    }
}


label, strong {
    font-weight: bold !important;
}

.categoryMargin {
    display: block;
}

.parentCategori.mo .sidebar-widget-title {
    top: 0 !important;
}

.article .parentCategori.mo .sidebar-widget-title {
    top: 0;
}

.parentCategori.mo ul.category {
    top: 55px;
}

.maincontent > .container > .row {
    background: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    margin: 0;
}

.head1 > * {
    font-size: 16pt;
    font-weight: 400;
    font-family: BIRANSans;
    color: #4c4c4c;
    margin: 0;
    text-align: right;
}

.head2 > * {
    font-size: 14pt;
    font-weight: 400;
    font-family: BIRANSans;
    color: #4c4c4c;
}

.head3 > * {
    font-size: 12pt;
    font-weight: 400;
    font-family: BIRANSans;
    color: #4c4c4c;
}

.part2 {
    margin-top: 50px;
}

.ghab {
    background: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    margin: 0 0 10px;
    padding: 15px;
}

    .ghab.head1 > * {
        margin: 0;
        padding: 0;
    }

.bread-crumb {
    margin: 5px auto 10px;
    padding: 3px 0;
    text-align: right;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
}

    .bread-crumb ol {
        margin: 0;
        padding: 0;
    }

        .bread-crumb ol li {
            display: inline-block;
            margin-right: 20px;
            position: relative;
            vertical-align: middle;
        }

            .bread-crumb ol li a span {
                color: grey;
                font-size: 10pt;
                position: relative;
                font-family: BIRANSans;
            }

                .bread-crumb ol li a span::after {
                    color: grey;
                    content: " \f141 ";
                    font-size: 11pt;
                    position: absolute;
                    left: -17px;
                    top: -2px;
                    font-family: MaterialDesignIcons;
                }

            .bread-crumb ol li:last-child a span {
                color: var(--hover-background);
            }

                .bread-crumb ol li:last-child a span::after {
                    display: none;
                }

            .bread-crumb ol li:hover a span {
                color: var(--hover-background);
                transition: all 0.3s;
            }

.map .container > * {
    width: 100%;
    height: 285px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    border: 3px solid #fff;
    margin-top: 10px;
}

.contact .info {
    letter-spacing: -0.3px;
    line-height: 3;
}

    .contact .info i {
        color: var(--hover-background);
        padding-left: 10px;
        font-size: 20pt;
    }

form.formContact {
    margin-top: 20px;
}

    form.formContact .input-field input,
    form.formContact textarea.materialize-textarea {
        border-radius: 30px;
        border: 1px solid #bfbfbf;
        text-indent: 15px;
        height: 40px;
        font-size: 10.5pt;
        color: grey;
        background-image: none;
        box-sizing: border-box;
    }

    form.formContact textarea.materialize-textarea {
        height: 180px !important;
    }

    form.formContact .input-field label {
        font-weight: 400;
        font-size: 10.5pt;
        right: 15px;
    }

        form.formContact .input-field label.active {
            transform: translateY(-135%) !important;
        }

input:not([type]):focus:not([readonly]),
input[type="date"]:focus:not([readonly]),
input[type="datetime-local"]:focus:not([readonly]),
input[type="datetime"]:focus:not([readonly]),
input[type="email"]:focus:not([readonly]),
input[type="number"]:focus:not([readonly]),
input[type="password"]:focus:not([readonly]),
input[type="search"]:focus:not([readonly]),
input[type="tel"]:focus:not([readonly]),
input[type="text"]:focus:not([readonly]),
input[type="time"]:focus:not([readonly]),
input[type="url"]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    background: var(--second-background);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1), 0 15px 5px -8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1), 0 15px 5px -8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1), 0 15px 5px -8px rgba(0, 0, 0, 0.1);
    color: var(--second-text);
    text-indent: 15px;
    font-size: 12pt;
}

    input:not([type]):focus:not([readonly]) + label,
    input[type="date"]:focus:not([readonly]) + label,
    input[type="datetime-local"]:focus:not([readonly]) + label,
    input[type="datetime"]:focus:not([readonly]) + label,
    input[type="email"]:focus:not([readonly]) + label,
    input[type="number"]:focus:not([readonly]) + label,
    input[type="password"]:focus:not([readonly]) + label,
    input[type="search"]:focus:not([readonly]) + label,
    input[type="tel"]:focus:not([readonly]) + label,
    input[type="text"]:focus:not([readonly]) + label,
    input[type="time"]:focus:not([readonly]) + label,
    input[type="url"]:focus:not([readonly]) + label,
    textarea.materialize-textarea:focus:not([readonly]) + label {
        color: var(--second-background);
    }

form.formContact button {
    background: var(--second-background);
    color: var(--second-text);
    height: 40px;
    border-radius: 30px;
    padding: 0 50px;
    border: none;
    margin-top: 15px;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1), 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1), 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1), 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

    form.formContact button:hover {
        background: #26b56e;
    }

.faq {
    padding: 0;
}

    .faq li {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 100px;
        padding-left: 45px;
    }

        .faq li.q {
            font-weight: 700;
            font-size: 11pt;
            border-bottom: 1px #3d3d3d dotted;
            cursor: pointer;
            color: #41454c;
            position: relative;
        }

            .faq li.q::after {
                position: absolute;
                content: "\f140";
                top: 12px;
                left: 15px;
                font-family: MaterialDesignIcons;
                font-size: 20pt;
                font-weight: 400;
            }

            .faq li.q.open::after {
                content: "\f143";
            }

        .faq li.a {
            background: rgba(0, 0, 0, 0.03);
            display: none;
            color: grey;
            padding-right: 130px;
            padding-left: 100px;
        }

li.q.open {
    background: #ec515c;
    color: #fff;
}

.paging-model2 .paging {
    border: 0 none;
    padding: 0;
}

    .paging-model2 .paging > .select-wrapper {
        border-radius: 3px;
        -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1), 0 12px 10px -12px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1), 0 12px 10px -12px rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1), 0 12px 10px -12px rgba(0, 0, 0, 0.1);
        float: left;
        height: 34px;
        position: relative;
        width: 200px;
        background: #fff;
        margin-left: 15px;
        z-index: 99;
    }

        .paging-model2 .paging > .select-wrapper.selectDrop {
            background: #e74c3c;
        }

        .paging-model2 .paging > .select-wrapper > * {
            display: inline-block;
            vertical-align: middle;
        }

        .paging-model2 .paging > .select-wrapper i {
            color: grey;
            font-size: 17pt;
            line-height: 1.6;
            margin-right: 6px;
        }

        .paging-model2 .paging > .select-wrapper .text {
            color: grey;
            font-family: BIRANSans;
            font-size: 10pt;
            line-height: 2.6;
            margin-right: 25px;
            position: absolute;
            z-index: 100;
        }

        .paging-model2 .paging > .select-wrapper .select-wrapper.initialized {
            height: 34px;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
            width: 100%;
            z-index: 100;
        }

            .paging-model2 .paging > .select-wrapper .select-wrapper.initialized .dropdown-content {
                background-color: #fff;
                border-radius: 3px;
                box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1), 0 15px 20px -10px rgba(0, 0, 0, 0.1);
                text-align: center;
                top: 34px !important;
                padding: 0;
            }

                .paging-model2 .paging > .select-wrapper .select-wrapper.initialized .dropdown-content li {
                    clear: none;
                    cursor: pointer;
                    display: inline-block;
                    line-height: 2;
                    min-height: inherit;
                    text-align: center;
                    text-transform: none;
                    transition: all 0.5s ease 0s;
                    vertical-align: middle;
                    width: auto;
                }

                    .paging-model2 .paging > .select-wrapper .select-wrapper.initialized .dropdown-content li > span {
                        color: #666;
                        display: block;
                        font-size: 12pt;
                        line-height: 2;
                        padding: 7px 5px;
                    }

                    .paging-model2 .paging > .select-wrapper .select-wrapper.initialized .dropdown-content li:hover span {
                        color: #e74c3c;
                    }

        .paging-model2 .paging > .select-wrapper .select-wrapper span.caret {
            left: 25px;
            top: 8px;
            font-size: 0 !important;
        }

        .paging-model2 .paging > .select-wrapper input.select-dropdown {
            text-align: left;
            direction: ltr;
            height: 34px;
            text-indent: 50px;
            border: none;
            color: #41454c;
        }

    .paging-model2 .paging > ul {
        text-align: center;
    }

        .paging-model2 .paging > ul > li {
            display: inline-block;
            height: 25px;
            line-height: 2;
            margin: 0 3px;
            position: relative;
            transition: all 0.5s ease 0s;
            vertical-align: middle;
            width: 25px;
        }

            .paging-model2 .paging > ul > li a {
                color: #939393;
                font-size: 11pt;
                transition: all 0.5s ease 0s;
            }

            .paging-model2 .paging > ul > li:hover a {
                color: #e74c3c;
            }

            .paging-model2 .paging > ul > li:hover {
                transform: scale(1.8, 1.8);
            }

            .paging-model2 .paging > ul > li:first-child {
                font-family: "Material Design Icons";
                line-height: 1.5;
            }

                .paging-model2 .paging > ul > li:first-child a {
                    font-size: 17pt;
                }

                    .paging-model2 .paging > ul > li:first-child a::before {
                        content: "";
                        left: 0;
                        margin: auto;
                        position: absolute;
                        right: 0;
                        top: -3px;
                    }

            .paging-model2 .paging > ul > li:last-child {
                font-family: "Material Design Icons";
                line-height: 1.5;
            }

                .paging-model2 .paging > ul > li:last-child a {
                    font-size: 17pt;
                }

                    .paging-model2 .paging > ul > li:last-child a::before {
                        content: "";
                        left: 0;
                        margin: auto;
                        position: absolute;
                        right: 0;
                        top: -3px;
                    }

            .paging-model2 .paging > ul > li.active {
                transform: scale(1.8, 1.8);
            }

                .paging-model2 .paging > ul > li.active a {
                    color: #e74c3c;
                }

.pagination {
    width: 100%;
    margin: auto;
}

    .pagination .pages {
        display: block;
        margin: auto;
        text-align: center;
    }

        .pagination .pages a {
            color: #939393;
            display: inline-block;
            font-size: 11pt;
            height: 25px;
            line-height: 2;
            margin: 0 3px;
            position: relative;
            vertical-align: middle;
            width: 25px;
        }

        .pagination .pages > * {
            display: inline-block;
        }

        .pagination .pages a.next {
            font-family: "Material Design Icons";
            font-size: 17pt;
            line-height: 1.5;
        }

            .pagination .pages a.next::before {
                content: "";
                left: 0;
                margin: auto;
                position: absolute;
                right: 0;
                top: -3px;
            }

        .pagination .pages a.previuse {
            font-family: "Material Design Icons";
            font-size: 17pt;
            line-height: 1.5;
        }

            .pagination .pages a.previuse::before {
                content: "";
                left: 0;
                margin: auto;
                position: absolute;
                right: 0;
                top: -3px;
            }

        .pagination .pages a.active,
        .pagination .pages a:hover {
            color: var(--hover-background);
            transform: scale(1.4);
        }

    .pagination .showRow {
        border-radius: 3px;
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1), 0 15px 10px -10px rgba(0, 0, 0, 0.1);
        float: right;
        height: 34px;
        width: 270px;
    }

        .pagination .showRow .fleft > .select-wrapper > * {
            display: inline-block;
            vertical-align: middle;
        }

        .pagination .showRow i.mdi.mdi-apps {
            color: grey;
            font-size: 17pt;
            line-height: 1.6;
            margin-right: 6px;
        }

        .pagination .showRow .select-wrapper.initialized {
            height: 34px;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
            width: 100%;
            z-index: 1000000;
        }

            .pagination .showRow .select-wrapper.initialized .dropdown-content {
                background-color: #fff;
                border-radius: 3px;
                box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1), 0 15px 20px -10px rgba(0, 0, 0, 0.1);
                text-align: center;
                top: 34px;
            }

                .pagination .showRow .select-wrapper.initialized .dropdown-content li {
                    clear: none;
                    cursor: pointer;
                    display: inline-block;
                    line-height: 2;
                    min-height: inherit;
                    text-align: center;
                    text-transform: none;
                    transition: all 0.5s ease 0s;
                    vertical-align: middle;
                    width: auto;
                }

                    .pagination .showRow .select-wrapper.initialized .dropdown-content li > span {
                        color: #666;
                        display: block;
                        font-size: 12pt;
                        line-height: 2;
                        padding: 14px 12px;
                    }

                    .pagination .showRow .select-wrapper.initialized .dropdown-content li:hover {
                        background-color: #f2f2f2;
                    }

        .pagination .showRow .select-wrapper span.caret {
            left: 25px;
            top: 8px;
            font-size: 0;
        }

    .pagination .Rowtxt {
        color: #979799;
        float: left;
        font-family: BIRANSans;
        font-size: 10.5pt;
    }

    .pagination .select-wrapper .text {
        color: grey;
        font-family: BIRANSans;
        font-size: 10pt;
        line-height: 2.6;
        margin-right: 25px;
        position: absolute;
        z-index: 1000000;
    }

    .pagination .select-wrapper input.select-dropdown {
        direction: ltr;
        height: 34px;
        text-indent: 50px;
    }

.page-number {
    background: var(--second-background) none repeat scroll 0 0;
    height: 30px;
    margin: 0 auto 16px;
    padding: 4px 0 0;
    position: relative;
    width: 100%;
    text-align: center;
}

    .page-number .page-txt {
        color: var(--second-text);
        font-size: 9pt;
        height: 24px;
        line-height: 2;
        padding: 0 10px 0 0;
    }

    .page-number span.infiniteScrollPageContainer {
        color: var(--second-text);
        font-size: 9pt;
        height: 24px;
        line-height: 2;
        padding: 0 2px 0 5px;
        position: relative;
        text-align: center;
    }

.pagination.text-center,
.paging-model2.text-center {
    display: block;
    margin-top: 20px;
    width: 100%;
}

    .pagination.text-center .pages,
    .pagination.text-center .paging > ul,
    .paging-model2.text-center .pages,
    .paging-model2.text-center .paging > ul {
        float: none;
        margin: auto;
    }

.selectDrop {
    background: var(--hover-background) none repeat scroll 0 0;
    box-shadow: none;
    color: var(--hover-text) !important;
}

    .selectDrop::before {
        border-bottom: 5px solid #fff;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        bottom: 0;
        content: "";
        position: absolute;
        right: 55px;
    }

    .selectDrop i {
        color: #fff !important;
    }

    .selectDrop span.caret::before {
        color: #fff;
        content: "";
    }

.select-wrapper span.caret::before {
    color: #41454c;
    content: "";
    font-family: "Material Design Icons";
    font-size: 17pt;
    line-height: 1;
}

.selectDrop .text,
.selectDrop input.select-dropdown,
.selectDrop span.caret::before {
    color: #fff !important;
}

.categoryMargin {
    position: relative;
    width: 100%;
}

.ghab .categoryMargin.pull-right {
    width: 200px;
    z-index: 100;
}

.article .parentCat {
    width: 100%;
}

    .article .parentCat .sidebar-widget-title {
        top: 0;
        background: #fff;
        -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1), 0 12px 10px -12px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1), 0 12px 10px -12px rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1), 0 12px 10px -12px rgba(0, 0, 0, 0.1);
        border-radius: 3px;
        color: #41454c;
        cursor: pointer;
        display: block;
        font-family: BIRANSans;
        font-size: 10pt;
        height: 34px;
        line-height: 1.2;
        padding: 0 5px;
        position: relative;
        transition: all 0.5s ease 0s;
        width: 100%;
        z-index: 10;
    }

        .article .parentCat .sidebar-widget-title::before {
            color: #41454c;
            content: "";
            display: inline-block;
            font-family: "Material Design Icons";
            font-size: 17pt;
            line-height: 1.6;
            margin-left: 13px;
            vertical-align: middle;
            position: absolute;
            right: 15px;
        }

        .article .parentCat .sidebar-widget-title * {
            display: inline-block;
            vertical-align: middle;
            position: relative;
            top: 11px;
            font-size: 10pt;
            color: grey;
        }

        .article .parentCat .sidebar-widget-title i {
            color: grey;
            font-size: 17pt;
            left: 7px;
            line-height: 1.6;
            position: absolute;
            top: 1px;
            z-index: 1000000;
        }

        .article .parentCat .sidebar-widget-title.openIt {
            background: #595959 none repeat scroll 0 0;
            box-shadow: none;
            color: #b8b8b8;
        }

            .article .parentCat .sidebar-widget-title.openIt::before {
                color: #fff;
            }

            .article .parentCat .sidebar-widget-title.openIt .mdi-chevron-down::before {
                content: "";
            }

    .article .parentCat .openIt i.mdi.mdi-menu {
        top: 0;
    }

        .article .parentCat .openIt i.mdi.mdi-menu::before {
            content: "";
            font-size: 20pt;
            line-height: 1.2;
        }

    .article .parentCat .sidebar-widget-title.categoryTitle i {
        float: right;
        margin-left: 10px;
        vertical-align: bottom;
    }

        .article .parentCat .sidebar-widget-title.categoryTitle i::before {
            font-size: 9pt;
            vertical-align: middle;
        }

    .article .parentCat ul.category {
        background: #fff none repeat scroll 0 0;
        border-radius: 3px;
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1), 0 15px 20px -10px rgba(0, 0, 0, 0.1);
        display: none;
        padding-bottom: 10px;
        position: absolute;
        width: 100%;
        z-index: 10;
        padding: 0;
    }

        .article .parentCat ul.category::before {
            border-bottom: 5px solid #fff;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            content: "";
            position: absolute;
            right: 55px;
            top: -5px;
        }

        .article .parentCat ul.category li {
            position: relative;
        }

            .article .parentCat ul.category li a {
                color: grey;
                display: block;
                font-family: BIRANSans;
                font-size: 10pt;
                padding: 6px 20px;
                position: relative;
                width: 100%;
            }

                .article .parentCat ul.category li a:hover {
                    background-color: #f6f6f6;
                    color: #e74c3c;
                }

            .article .parentCat ul.category li ul {
                background-color: #f6f6f6;
                padding: 0;
            }

                .article .parentCat ul.category li ul li a {
                    color: grey;
                    font-size: 9pt;
                    padding: 2px 55px;
                }

                    .article .parentCat ul.category li ul li a:hover {
                        background-color: #e9e9e9;
                        color: #666;
                    }

                .article .parentCat ul.category li ul li ul {
                    background-color: #e9e9e9;
                }

                    .article .parentCat ul.category li ul li ul li a {
                        color: grey;
                        font-size: 9pt;
                        padding: 2px 45px 2px 15px;
                    }

                        .article .parentCat ul.category li ul li ul li a:hover {
                            background-color: #f6f6f6;
                            color: #e74c3c;
                        }

        .article .parentCat ul.category > li {
            border-bottom: 1px dotted #bfbfbf;
        }

            .article .parentCat ul.category > li:last-child {
                border: 0 none;
            }

        .article .parentCat ul.category li.open > a {
            background-color: #fff;
            color: #e74c3c;
        }

        .article .parentCat ul.category li.open li.open > a {
            background-color: #e9e9e9;
            color: #666;
        }

        .article .parentCat ul.category li.has-sub > a::after {
            color: #41454c;
            content: "\f140";
            font-size: 13pt;
            left: 7px;
            line-height: 1.6;
            position: absolute;
            top: 1px;
            z-index: 1000000;
            font-family: MaterialDesignIcons;
        }

        .article .parentCat ul.category li.has-sub ul {
            display: none;
        }

            .article .parentCat ul.category li.has-sub ul li::before {
                right: 30px;
            }

            .article .parentCat ul.category li.has-sub ul li a span::before {
                right: -3px;
                top: 15px;
            }

            .article .parentCat ul.category li.has-sub ul li ul li span::before {
                right: -3px;
            }

        .article .parentCat ul.category li.has-sub li.has-sub > a::after {
            top: -3px;
        }

        .article .parentCat ul.category .has-sub.open > a::after {
            content: "\f143";
        }

    .article .parentCat .colors span {
        color: #fff;
    }

.bottom.paging-model2 .paging > ul {
    float: none;
    margin: auto;
    text-align: center;
    padding: 0;
}

.colors {
    background: #e74c3c !important;
    color: #fff !important;
}

    .colors i,
    .colors:before {
        color: #fff !important;
    }

.paging-model2.bottom {
    padding: 30px 0;
}

.sort {
    margin-left: 20px;
}

    .sort > .select-wrapper {
        position: relative;
        width: 200px;
        height: 34px;
        float: right;
        -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1), 0 15px 10px -10px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1), 0 15px 10px -10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1), 0 15px 10px -10px rgba(0, 0, 0, 0.1);
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        border-radius: 3px;
    }

        .sort > .select-wrapper > * {
            display: inline-block;
            vertical-align: middle;
        }

        .sort > .select-wrapper i {
            color: grey;
            font-size: 17pt;
            line-height: 1.6;
            margin-right: 6px;
        }

        .sort > .select-wrapper .text {
            position: absolute;
            z-index: 10;
            color: grey;
            line-height: 34px;
            font-family: BIRANSans;
            font-size: 8pt;
        }

        .sort > .select-wrapper .select-wrapper.initialized {
            position: absolute;
            width: 100%;
            z-index: 10;
            right: 0;
            left: 0;
            margin: auto;
            height: 34px;
        }

            .sort > .select-wrapper .select-wrapper.initialized .dropdown-content {
                top: 34px !important;
                background-color: #fff;
                -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1), 0 15px 20px -10px rgba(0, 0, 0, 0.1);
                -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1), 0 15px 20px -10px rgba(0, 0, 0, 0.1);
                box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1), 0 15px 20px -10px rgba(0, 0, 0, 0.1);
                text-align: -moz-center;
                text-align: -webkit-center;
                text-align: center;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                -khtml-border-radius: 3px;
                border-radius: 3px;
            }

                .sort > .select-wrapper .select-wrapper.initialized .dropdown-content li {
                    clear: none;
                    cursor: pointer;
                    min-height: inherit;
                    line-height: 2;
                    width: 50%;
                    text-align: -moz-center;
                    text-align: -webkit-center;
                    text-align: center;
                    text-transform: none;
                    display: inline-block;
                    vertical-align: middle;
                    -webkit-transition: 0.5s;
                    -moz-transition: 0.5s;
                    -ms-transition: 0.5s;
                    -o-transition: 0.5s;
                    transition: 0.5s;
                }

                    .sort > .select-wrapper .select-wrapper.initialized .dropdown-content li > span {
                        font-size: 9pt;
                        color: #666;
                        display: block;
                        line-height: 2;
                        padding: 10px 5px;
                    }

                    .sort > .select-wrapper .select-wrapper.initialized .dropdown-content li:hover {
                        background-color: #f2f2f2;
                    }

        .sort > .select-wrapper .select-wrapper span.caret {
            left: 25px;
            top: 8px;
        }

        .sort > .select-wrapper input.select-dropdown {
            height: 34px;
            text-indent: 96px;
            direction: rtl;
            border: none;
        }

.article .L > .row > :nth-child(2n + 1) {
    padding-left: 5px;
}

.article .L > .row > :nth-child(2n) {
    padding-right: 5px;
}

.L .item {
    cursor: pointer;
    transition: 0.3s;
}

    .L .item:hover {
        transform: scale(1.02);
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        -o-transform: scale(1.02);
        -ms-transform: scale(1.02);
    }

.L .date {
    background: var(--hover-background);
    width: 70px;
    height: 81px;
    position: absolute;
    top: 0;
    text-align: center;
    color: var(--hover-text);
}

.articlein .top .date {
    background: var(--hover-background);
    width: 70px;
    height: 81px;
    color: var(--hover-text);
    text-align: center;
    margin: auto;
}

    .L .date > :first-child,
    .articlein .top .date > :first-child {
        display: block;
        font-size: 36pt;
        line-height: 0.5;
        padding-top: 25px;
        margin-bottom: 6px;
    }

    .L .date > :not(:first-child),
    .articlein .top .date > :not(:first-child) {
        font-size: 9pt;
        padding: 5px;
    }

.L .head1 > * {
    font-size: 14pt;
    letter-spacing: -0.5px;
    position: relative;
    height: 75px;
    display: block;
    overflow: hidden;
    margin-top: 5px;
}

.L .head1 {
    position: relative;
    padding-right: 20px;
}

    .L .head1:before {
        position: absolute;
        top: 7px;
        right: 0;
        content: "◼";
        color: var(--hover-background);
    }

.L .item > p {
    height: 100px;
    overflow: hidden;
}

.R .head3 {
    height: 40px;
    background: var(--hover-background);
    color: var(--hover-text);
}

    .R .head3 > * {
        color: #fff;
        position: relative;
        right: 15px;
        top: 7px;
    }

.R .ghab {
    overflow: hidden;
    padding: 0;
}

    .R .ghab .eleman {
        position: relative;
        padding: 15px;
        overflow: hidden;
    }

.R .eleman .onvan > * {
    font-size: 10pt;
}

.articlein .mdi-share-variant {
    margin: 5px auto 0;
    display: inline-block;
    font-size: 20pt;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 50px;
    text-align: center;
    cursor: pointer;
}

.articlein .share > span,
.productin.top .share > span {
    background: #e5e5e5;
    width: 20px !important;
    cursor: pointer;
}

.articlein .mdi-share-variant:before,
.productin.top .mdi-share-variant:before {
    width: 24px;
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    line-height: 0;
    margin: auto;
}

.articlein .share {
    direction: ltr;
    position: absolute;
    width: 197px;
    left: 85px;
    font-size: 14pt;
    border: 1px solid #dfe1e6;
    height: 35px;
    top: 86px;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    display: none;
}

    .articlein .share a span,
    .productin.top .share a span {
        transition: 0.3s;
    }

    .articlein .share a:hover span,
    .productin.top .share a:hover span {
        color: var(--hover-background);
    }

    .articlein .share a,
    .articlein .share > span,
    .productin.top .share a,
    .productin.top .share > span {
        width: 35px;
        height: 34px;
        float: left;
        position: relative;
        text-align: center;
        margin: auto;
        color: grey;
    }

        .articlein .share a span,
        .articlein .share > span:before,
        .productin.top .share a span,
        .productin.top .share > span:before {
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            top: 0;
            bottom: 0;
            line-height: 2;
        }

.paddingr55 {
    padding-right: 55px;
    font-size: 10.5pt;
    padding-left: 30px;
}

.articlein .ghab .head1 > * {
    letter-spacing: -0.8px;
}

.addcom {
    width: 50px;
    height: 50px;
    margin: 20px auto 50px;
    text-align: center;
    background: var(--hover-background);
    border-radius: 70px;
    position: relative;
    color: var(--hover-text);
    font-size: 35px;
    line-height: 0;
    transition: all 0.3s;
    position: relative;
    cursor: pointer;
}

.mdi-close {
    cursor: pointer;
}

.addcom i {
    height: 0;
    position: absolute;
    margin: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    line-height: 0;
}

.addcom:hover {
    background: var(--second-background);
    transform: scale(1.5, 1.5);
}

.imagecom:before {
    position: absolute;
    content: "";
    width: 72px;
    height: 77px;
    border-radius: 100%;
    border: 2px solid rgba(0, 0, 0, 0.2);
    left: -5px;
    top: -5px;
    margin: auto;
}

.imagecom {
    display: table;
    margin: 0 auto 10px;
    border-radius: 100%;
    width: 68px;
    height: 68px;
    border: 3px solid #fff;
    position: relative;
}

    .imagecom img {
        border-radius: 100%;
        width: 68px;
        height: 68px;
        overflow: hidden;
    }

.com p {
    text-align: justify;
    text-align-last: center;
    margin: 30px auto 0;
}

.com > * {
    display: block;
    text-align: center;
}

.com > :first-child {
    color: #4c4c4c;
}

.nazar {
    position: relative;
}

    .nazar #tab-3 > div:not(:last-child) {
        border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
        margin-bottom: 30px;
    }

.sendcomment,
.sendcomment:focus {
    background: #21a642;
    border: none;
    color: #fff;
    margin: 10px auto;
    text-align: center;
    width: 170px;
    height: 40px;
    border-radius: 50px;
    clear: both;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1), 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1), 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1), 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

    .sendcomment:hover {
        box-shadow: none;
    }

form.tabcomment {
    text-align: center;
}

.nazar .col-sm-7.col-md-offset-2 {
    z-index: 12;
    background: #fff;
    position: fixed;
    padding: 30px;
    display: none;
    left: 20%;
    top: 20%;
    height: 500px;
    overflow-y: auto;
}

    .nazar .col-sm-7.col-md-offset-2:before {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        z-index: -1;
    }

.tabcomment input,
.tabcomment textarea {
    border-radius: 30px;
    z-index: 20;
    background: #fff;
}

.tabcomment textarea {
    height: 225px !important;
}

.tabcomment .row > div {
    padding: 0;
}

.tabcomment .row {
    padding: 0 15px;
}

form.tabcomment .input-field input,
form.tabcomment textarea.form-control {
    text-align: right;
    text-indent: 10px;
    width: 96%;
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3), 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3), 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3), 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    border-bottom: none;
    height: 40px;
    font-size: 10pt;
}

form.tabcomment .input-field label {
    right: 15px;
}

    form.tabcomment .input-field label.active {
        transform: translateY(-150%);
    }

.articlein .nazar {
    padding: 0;
}

    .articlein .nazar > .head2 {
        padding: 15px 0;
        background: #edeff2;
    }

        .articlein .nazar > .head2 > * {
            padding: 15px;
            padding-right: 55px;
        }

.nazar .com {
    display: none;
}

.nazar #loadMore {
    color: var(--hover-background);
    display: block;
    text-align: center;
    padding-bottom: 30px;
    font-family: BIRANSans;
    font-size: 12pt;
    transition: 0.3s;
    cursor: pointer;
}

    .nazar #loadMore:hover {
        color: var(--second-background);
    }

.nazar .owl-carousel {
    padding-top: 20px;
}

.nazar .titrm {
    padding: 15px;
    color: #4c4c4c;
    padding-right: 25px;
    font-size: 10.5pt;
    position: relative;
}

    .nazar .titrm:before {
        position: absolute;
        top: 15px;
        right: 10px;
        content: "◼";
        color: var(--hover-background);
    }

.nazar .owl-carousel .item {
    transition: 0.4s;
    cursor: pointer;
    padding: 5px;
}

    .nazar .owl-carousel .item:hover {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
    }

.nazar .owl-controls {
    position: absolute;
    top: -55px;
    right: 17px;
}

.nazar .owl-theme .owl-controls .owl-buttons div {
    font-family: MaterialDesignIcons;
    width: 20px;
}

.nazar .owl-controls .owl-next {
    content: "\f142";
}

.nazar .owl-controls .owl-prev {
    content: "\f141";
}

.more {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    width: 100%;
    padding: 5px 15px;
}

    .more p {
        margin: 0;
        padding: 0;
    }

.row.galleryList {
    margin-left: -5px;
    margin-right: -5px;
}

    .row.galleryList > * {
        padding: 5px;
    }

.photogallery .image {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
    transition: 0.7s;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}

    .photogallery .image .hover {
        border-radius: 5px;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        transition: 0.7s;
    }

    .photogallery .image:hover .hover {
        opacity: 1;
    }

    .photogallery .image .hover:before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 1, 1, 0.8);
        background: -moz-linear-gradient(top, rgba(0, 1, 1, 0.8) 0, rgba(0, 1, 1, 0) 50%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(0, 1, 1, 0.8)), color-stop(50%, rgba(0, 1, 1, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
        background: -webkit-linear-gradient(top, rgba(0, 1, 1, 0.8) 0, rgba(0, 1, 1, 0) 50%, rgba(0, 0, 0, 0) 100%);
        background: -o-linear-gradient(top, rgba(0, 1, 1, 0.8) 0, rgba(0, 1, 1, 0) 50%, rgba(0, 0, 0, 0) 100%);
        background: -ms-linear-gradient(top, rgba(0, 1, 1, 0.8) 0, rgba(0, 1, 1, 0) 50%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to bottom, rgba(0, 1, 1, 0.8) 0, rgba(0, 1, 1, 0) 50%, rgba(0, 0, 0, 0) 100%);
        bottom: 0;
        position: absolute;
        transform: rotate(-180deg);
    }

    .photogallery .image .hover > span {
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        position: absolute;
        width: 36px;
        height: 0;
        color: #fff;
        z-index: 1;
        font-size: 27pt;
        line-height: 0;
    }

    .photogallery .image .hover > div {
        position: absolute;
        bottom: 0;
        padding: 15px;
    }

    .photogallery .image .hover .titr > * {
        color: #fff;
        font-size: 11pt;
        font-weight: 400;
    }

    .photogallery .image .hover > div > p {
        font-size: 10pt;
        letter-spacing: -0.8px;
        margin: 0;
        line-height: 1.5;
        margin-top: 10px;
        color: rgba(255, 255, 255, 0.5);
    }

.galleryParent #slider1_container {
    position: relative;
    top: 0;
    left: 0;
    width: 1170px;
    height: 700px;
    overflow: hidden;
}

.galleryParent .slides {
    cursor: move;
    position: absolute;
    left: 268px;
    top: 0;
    width: 700px;
    height: 700px;
    overflow: hidden;
}

.galleryParent .jssort11 {
    left: 0;
    top: 0;
    position: absolute;
    width: 218px;
    height: 700px;
    font-family: Arial, Helvetica, sans-serif;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    direction: ltr;
}

    .galleryParent .jssort11 .p {
        top: 0;
        left: 0;
        position: absolute;
        width: 218px;
        height: 164px;
    }

    .galleryParent .jssort11 .tp {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #f4f4f4;
        float: right;
        transition: all ease-in-out 0.3s;
        -webkit-transition: all ease-in-out 0.3s;
        -moz-transition: all ease-in-out 0.3s;
        -ms-transition: all ease-in-out 0.3s;
        -o-transition: all ease-in-out 0.3s;
        cursor: pointer;
        box-sizing: border-box;
        padding: 0;
    }

.galleryParent .more {
    background: 0 0;
}

.galleryMore {
    border-bottom: 1px dotted #8f9195;
    padding-bottom: 15px;
    float: right;
    width: 78%;
    margin-top: 10px;
}

    .galleryMore .titleGallery {
        font-weight: 400;
        font-family: BIRANSans;
        color: #cca776;
        font-size: 13pt;
        margin-bottom: 5px;
        display: block;
    }

    .galleryMore .descGallery {
        color: #fff;
        font-size: 11pt;
    }

.phgallery .footer {
    margin-top: 0;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 700px;
        margin: 85px auto;
    }
}

@media (min-width: 900px) {
    .modal-dialog {
        width: 900px;
        margin: 85px auto;
    }
}

@media (min-width: 1200px) {
    .modal-dialog {
        width: 1170px;
        margin: 85px auto;
    }
}

.modal {
    background-color: rgba(0, 0, 0, 0) !important;
    max-height: inherit !important;
    width: inherit !important;
}

.videogallery .group {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}

    .videogallery .group > :first-child {
        font-size: 9pt;
        color: #b2b2b2;
    }

    .videogallery .group > :last-child {
        font-family: BIRANSans;
        font-size: 12pt;
    }

        .videogallery .group > :last-child > :first-child {
            font-size: 15pt;
            padding-right: 5px;
        }

.videogallery .text {
    height: 55px;
    overflow: hidden;
}

    .videogallery .text .group > :first-child,
    .videogallery .text p {
        display: none;
    }

    .videogallery .text .head2 > * {
        font-size: 9pt;
        line-height: 1.7;
        padding: 0;
        margin: 0;
        border-left: 1px dotted rgba(0, 0, 0, 0.3);
        padding-left: 5px;
        height: 50px;
    }

    .videogallery .text > * {
        display: inline-block !important;
    }

.videogallery .videoItem {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

.videogallery .text .group {
    float: left !important;
    width: 20%;
}

.videogallery .text .head2 {
    width: 80%;
}

.videogallery .text .group > :first-child,
.videogallery .text .mdi-clock {
    display: none;
}

.videogallery .text .group > :last-child {
    font-size: 9pt;
}

.foot {
    background: #eee;
    margin-top: 20px;
    padding: 5px 0;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
}

    .foot p {
        text-align: -moz-center !important;
        text-align: -webkit-center !important;
        text-align: center !important;
    }

.wiki {
    border-bottom: 1px dashed;
    margin-right: 10px;
    color: var(--hover-background);
    vertical-align: middle;
    display: inline-block;
}

.whiteSection label.active {
    transform: translateY(-100%);
    font-size: 8pt;
    color: #ccc;
}

html {
    overflow-x: hidden;
}

.whiteSection .head {
    background: #eee;
    margin-bottom: 5px;
    text-align: center;
    padding: 15px 0 5px;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
}

.select-wrapper span.caret {
    left: 13px;
    top: 4px;
    font-size: 0 !important;
    border: 0 !important;
}

.select-wrapper .dropdown-content li > span {
    font-size: 8pt;
    color: #666;
    line-height: 1;
    padding: 7px 15px;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}

.select-wrapper .dropdown-content li.active,
.select-wrapper .dropdown-content li.selected,
.select-wrapper .dropdown-content li:hover {
    background-color: var(--hover-background);
}

    .select-wrapper .dropdown-content li.active span,
    .select-wrapper .dropdown-content li.selected span,
    .select-wrapper .dropdown-content li:hover span {
        color: #fff;
    }

.dropdown-content {
    min-width: inherit;
}

.inner-wraper label.active {
    transform: translateY(-140%);
}

.select-wrapper .dropdown-content li {
    min-height: inherit;
    line-height: 2;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}

.head i {
    font-size: 25pt;
    color: var(--hover-background);
}

.head h3 {
    color: #000;
    font-size: 13pt;
    margin-top: 0;
}

.user .col-sm-7 form {
    border-left: 1px solid #e6e6e6;
    padding-left: 70px;
}

.form-reg .input-field {
    position: relative;
}

    .form-reg .input-field label {
        position: absolute;
        top: 0;
        right: 15px;
    }

.ask {
    color: var(--hover-background);
    cursor: pointer;
    display: block;
    text-align: -moz-right;
    text-align: -webkit-right;
    text-align: right;
    margin: 5px 0 0;
    padding: 0 0 7px;
    font-size: 11px;
}

.user .submit {
    display: inline-block;
    width: 111px;
    margin-top: 16px;
    font-size: 10pt;
    padding: 3px 0;
}

    .user .submit:focus {
        background: #ff2020;
    }

    .user .submit:hover {
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 8px 14px 0 rgba(0, 0, 0, 0.2);
        transition: all 0.5s ease-in-out 0s;
    }

.user .col-sm-7 form > .input-field {
    margin: 20px 0;
}

.login-tips ul {
    padding: 0;
}

.login-tips.noback ul > li {
    padding: 5px 0;
}

.user .field-validation-valid,
.user .waitinginput {
    display: none;
}

.whiteSection {
    background-color: #fff;
}

.login-tips i {
    color: #919191;
    font-size: 17pt;
    margin-left: 15px;
}

.whiteSection input:not([type]),
.whiteSection input[type="date"],
.whiteSection input[type="datetime-local"],
.whiteSection input[type="datetime"],
.whiteSection input[type="email"],
.whiteSection input[type="number"],
.whiteSection input[type="password"],
.whiteSection input[type="search"],
.whiteSection input[type="tel"],
.whiteSection input[type="text"],
.whiteSection input[type="time"],
.whiteSection input[type="url"],
.whiteSection textarea.materialize-textarea {
    border-bottom: none !important;
}

.user .feedback-input {
    float: right;
    margin: 12px 0 0;
    width: 111px;
}

.whiteSection img {
    margin: 10px 0;
    max-width: 100%;
}

.whiteSection .reload {
    cursor: pointer;
    float: right;
    font-size: 16pt;
    font-style: normal;
    vertical-align: middle;
    margin-right: 20px;
    top: 15px;
    height: 31px;
    position: relative;
}

.whiteSection .user .captcha-data .input-field {
    float: right;
    margin: 0 20px;
    width: 150px;
}

    .whiteSection .user .captcha-data .input-field input {
        margin: 0 auto;
        height: 44px;
    }

.whiteSection .user .submit {
    display: inline-block;
    font-size: 10pt;
    height: 45px;
    margin-top: 0;
    width: 117px;
    background: var(--second-background);
    border: none;
    color: var(--second-text);
    border-radius: 3px;
}

.whiteSection input[type="submit"] {
    background: var(--header-background) none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font-size: 12pt;
    width: 100px;
    height: 50px;
    margin-top: 50px;
    text-align: center;
    transition: background 0.5s ease-in 0s;
}

    .whiteSection input[type="submit"]:hover {
        background: var(--hover-background) none repeat scroll 0 0;
        border: 0 none;
        color: var(--hover-text);
        cursor: pointer;
        font-size: 12pt;
        width: 100px;
        height: 50px;
        margin-top: 50px;
        text-align: center;
        transition: background 0.5s ease-in 0s;
    }

.cart-wrapper i.mdi-close {
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 15px;
    padding: 0;
    position: absolute;
    text-align: right;
    top: 0;
    width: 100%;
}

div.infiniteScrollLoading {
    text-align: center;
    text-align: -moz-center;
    clear: both;
    display: none;
}

@keyframes input-highlight {
    0% {
        background-size: 0 2px, 100% 1px;
    }

    100% {
        background-size: 100% 2px, 100% 1px;
    }
}

@keyframes input-highlight {
    0% {
        background-size: 0 2px, 100% 1px;
    }

    Z 100% {
        background-size: 100% 2px, 100% 1px;
    }
}

.form-control:focus {
    animation: 0.5s ease 0s normal forwards 1 running input-highlight;
    background-size: 0 2px, 100% 1px;
    outline: 0 none;
}

.form-group.has-success .control-label {
    color: #0f9d58;
}

.form-group.has-success input.form-control:not(.empty) ~ .floating-label {
    color: #0f9d58;
}

.form-group.has-info .form-control {
    box-shadow: none;
}

.input-group .form-control-wrapper {
    margin-left: 5px;
    margin-right: 5px;
}

    .input-group .form-control-wrapper .form-control {
        float: none;
    }

.input-group .input-group-addon {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
}

.input-group .input-group-btn .btn {
    border-radius: 4px;
    margin: 0;
}

.form-control-wrapper input[type="file"] {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}

.tp-ct-form .form-group {
    margin-bottom: 25px;
}

.tp-ct-form .control-label {
    color: #847774;
    font-weight: 400;
    text-align: left;
}

.control-label {
    font-size: 8pt;
    margin-bottom: 0;
}

.wpcf7-form .form-group label {
    font-weight: 400;
}

.form-control {
    background-color: #fff;
    background-image: linear-gradient(var(--hover-background), var(--hover-background)), linear-gradient(#999, #999);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 1px;
    box-shadow: none;
    height: 38px;
    line-height: inherit;
}

.input-field{
    z-index:1 !important;
}

.input-field label {
    color: #999;
    font-size: 9.5pt;
    top: 0.8rem;
    right: 15px;
    z-index: -1;
}

.wpcf7-form-control {
    background-position: center bottom;
    background-repeat: no-repeat;
    border: 0 none;
}

span.field-validation-valid {
    color: var(--hover-background);
    display: none;
    font-size: 8pt;
}

span.field-validation-error {
    color: var(--hover-background);
    font-size: 8pt;
}

#result,
.result {
    clear: both;
    color: #999;
    float: right;
    margin: 10px 0;
    width: 100%;
}

.reload {
    cursor: pointer;
    float: right;
    font-size: 16pt;
    font-style: normal;
    transition: all 0.4s ease-in-out 0s;
    vertical-align: middle;
}

    .reload::before {
        content: "\F453";
        font-family: MaterialDesignIcons;
    }

    .reload:hover {
        color: var(--hover-background);
    }

.wish li {
    padding: 20px 0;
    border-bottom: 1px solid #dedede;
    position: relative;
    color: #939598;
    text-align: right;
    text-align: -moz-right;
    text-align: -webkit-right;
}

.widh-thumb {
    float: right;
    max-width: 138px;
    width: 100%;
    margin-left: 20px;
}

    .widh-thumb img {
        width: 100%;
    }

.wish-detail {
    float: right;
    width: 70%;
}

.wish li span {
    display: block;
    margin-bottom: 8px;
}

.wish li a {
    display: inline-block;
}

a.see-wish {
    margin-top: 50px;
}

a.wish-del {
    position: absolute;
    left: 0;
    top: 20px;
}

.wish li span:first-child {
    width: 85%;
}

.del:before {
    content: "\f00d";
    font: normal normal normal 30px/1 FontAwesome !important;
    color: #f05455;
}

.rate.pull-left {
    line-height: 0;
    margin: 0;
    margin-top: 15px;
    margin-left: 20px;
}

.rate > span {
    line-height: 2;
    padding: 0;
    margin-top: -6px;
}

.productin.top .btns > * {
    color: grey;
    font-size: 17pt;
    line-height: 2.5;
    padding: 0 5px;
}

.productin.top .btns {
    position: relative;
}

    .productin.top .btns > :not(:nth-child(2)):hover {
        color: var(--second-background);
    }

    .productin.top .btns > :nth-child(2):hover {
        color: var(--hover-background);
    }

.productin.top .mdi-share-variant {
    margin: 5px auto 0;
    display: inline-block;
    font-size: 20pt;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 83px;
    text-align: center;
    cursor: pointer;
    top: 4px;
}

.productin.top .share {
    direction: ltr;
    position: absolute;
    width: 197px;
    left: 118px;
    font-size: 14pt;
    border: 1px solid #dfe1e6;
    height: 35px;
    top: 9px;
    vertical-align: middle;
    margin: 0;
    padding: 0 !important;
    display: none;
    background: #fff;
}

.productin .properties tbody tr td:first-child::before {
    content: none;
}

.filterradio .head {
    position: relative;
    z-index: 1;
}

.filterradio {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    padding: 0;
    position: relative;
}

    .filterradio:after {
        clear: both;
        display: block;
        content: "";
    }

    .filterradio .head > * {
        line-height: 2.5;
    }

    .filterradio .radiof li.select,
    .filterradio .radiof li:hover {
        background: #f6f6f6;
    }

    .filterradio .box2 .body ul {
        padding: 0;
    }

        .filterradio .box2 .body ul li {
            padding: 5px 15px;
        }

    .filterradio .head:before {
        position: absolute;
        content: "\f140";
        font-family: MaterialDesignIcons;
        left: -1px;
        color: #41454c;
        font-size: 17pt;
        line-height: 1;
        z-index: -1;
    }

.selectfilter > .select-wrapper > * {
    position: relative;
}

.selectfilter > .select-wrapper > :first-child {
    position: absolute;
    right: 0;
    width: 28%;
    overflow: hidden;
    height: 30px;
}

.selectfilter .select-wrapper input.select-dropdown {
    border: none !important;
    margin: 0 !important;
    width: 70%;
    float: left;
}

.selectfilter .select-wrapper span.caret {
    left: 20px;
}

.selectfilter .select-wrapper .dropdown-content li > span {
    line-height: 1.7;
}

.selectfilter .select-dropdown.active {
    width: 100% !important;
}

.circle {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

ul.palet {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 15px;
}

    ul.palet li {
        position: relative;
        width: 30px;
        height: 30px;
        float: right;
        margin: 7px;
    }

        ul.palet li > :first-child {
            display: none;
        }

        ul.palet li > :last-child {
            position: absolute;
            width: 30px;
            height: 30px;
            border-radius: 100%;
            border: 2px solid transparent;
        }

.palet .active > :last-child {
    border: 2px solid grey;
}

    .palet .active > :last-child:before {
        content: "\f12c";
        font-family: MaterialDesignIcons;
        text-align: center;
        margin: auto;
        left: 0;
        right: 0;
        position: absolute;
        color: #fff;
    }

.ui-slider {
    position: relative;
    text-align: -moz-left;
    text-align: -webkit-left;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 20px;
        height: 20px;
        cursor: default;
        -ms-touch-action: none;
        touch-action: none;
    }

        .ui-slider .ui-slider-handle:nth-child(2):before {
            right: inherit;
            left: 2px;
        }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: 0.7em;
        display: block;
        background-position: 0 0;
    }

    .ui-slider.ui-state-disabled .ui-slider-handle,
    .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit;
    }

.ui-slider-horizontal {
    height: 3px;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -0.3em;
        margin-left: -0.6em;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -0.3em;
        margin-left: 0;
        margin-bottom: -0.6em;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }

.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget button,
    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea {
        font-family: Verdana, Arial, sans-serif;
        font-size: 1em;
    }

.ui-widget-content {
    color: #222;
}

    .ui-widget-content a {
        color: #222;
    }

.ui-widget-header {
    color: #222;
    font-weight: 700;
    background: grey;
    margin-top: 2px;
}

    .ui-widget-header a {
        color: #787878;
    }

    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        cursor: pointer;
        cursor: -webkit-grab;
        background: #fff;
        border: 2px solid grey;
        font-weight: 400;
        color: #787878;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -khtml-border-radius: 50%;
        border-radius: 50%;
    }

        .ui-state-default a,
        .ui-state-default a:link,
        .ui-state-default a:visited {
            color: #787878;
            text-decoration: none;
        }

    .ui-state-focus,
    .ui-widget-content .ui-state-focus,
    .ui-widget-header .ui-state-focus {
        outline: 0;
    }

        .ui-state-focus a,
        .ui-state-focus a:hover,
        .ui-state-focus a:link,
        .ui-state-focus a:visited,
        .ui-state-hover a,
        .ui-state-hover a:hover,
        .ui-state-hover a:link,
        .ui-state-hover a:visited {
            color: #212121;
            text-decoration: none;
        }

    .ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active {
        outline: 0;
    }

        .ui-state-active a,
        .ui-state-active a:link,
        .ui-state-active a:visited {
            color: #212121;
            text-decoration: none;
        }

.range {
    position: relative;
    width: 100%;
    height: 7px;
    margin: 0 auto;
}

    .range #amount {
        position: absolute;
        top: 10px;
        direction: rtl;
        width: 100%;
        right: -2px;
        font-size: 9pt;
        color: grey;
    }

        .range #amount span.maxprice {
            float: right;
            direction: ltr;
            margin-top: 15px;
        }

        .range #amount span.minprice {
            float: left;
            direction: ltr;
            margin-top: 15px;
        }

li.range-wrapper {
    margin: 10px 15px 35px !important;
    padding: 0 !important;
}

.grayBox {
    display: block;
    background: #fff;
    margin-bottom: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

    .grayBox .btns {
        display: none;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        position: fixed;
        width: 100%;
    }

        .grayBox .btns button {
            width: 50%;
            float: right;
            border: 0;
            height: 45px;
            font-size: 11pt;
        }

            .grayBox .btns button i {
                font-size: 18pt;
                line-height: 1;
                display: inline-block;
                vertical-align: middle;
                margin-left: 5px;
            }

            .grayBox .btns button.delet {
                background: #ffc600;
                color: #444;
            }

            .grayBox .btns button.ok {
                background: #03a71a;
                color: #fff;
            }

    .grayBox .fixed {
        position: fixed;
        width: 255px;
        top: 0;
        overflow-y: auto;
    }

    .grayBox .fixed2 {
        position: absolute;
        bottom: 0;
        top: inherit !important;
    }

    .grayBox .filter {
        width: 55px;
        height: 55px;
        opacity: 0;
        visibility: hidden;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -khtml-border-radius: 50%;
        border-radius: 50%;
        background-color: #e64545;
        -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.44);
        -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.44);
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.44);
        color: #8acc47;
        text-align: -moz-center;
        text-align: -webkit-center;
        text-align: center;
        font-size: 20pt;
        line-height: 2.4;
        position: fixed;
        top: 70%;
        left: 15px;
        z-index: 10000000000;
        transform: translateX(-200%);
        -webkit-transform: translateX(-200%);
        -moz-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        -o-transform: translateX(-200%);
        -webkit-transition: 0.8s;
        -moz-transition: 0.8s;
        -ms-transition: 0.8s;
        -o-transition: 0.8s;
        transition: 0.8s;
        color: #fff;
    }

        .grayBox .filter:before {
            content: "\F232";
            font-family: "Material Design Icons";
        }

    .grayBox aside .title2 {
        position: relative;
        color: #666;
        font-family: IRANYekan;
        font-size: 12pt;
        font-weight: 700;
        z-index: 1;
    }

    .grayBox i.mdi.mdi-close {
        display: none;
        cursor: pointer;
        -webkit-transition: 0.6s;
        -moz-transition: 0.6s;
        -ms-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
        color: grey;
        font-size: 17pt;
        position: absolute;
        right: 10px;
        top: 5px;
    }

    .grayBox:after {
        clear: both;
        display: table;
        content: "";
    }

    .grayBox.fixed2 .filter {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }

    .grayBox.fixed2 aside {
        display: none;
        position: fixed;
        background: #fff;
        z-index: 10000000000;
        width: 305px;
        right: 0;
        margin: auto;
        padding: 50px 15px;
        overflow: auto;
        height: 100%;
        top: 0;
    }

        .grayBox.fixed2 aside i.mdi.mdi-close {
            display: block;
        }

.box2 {
    background: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
}

    .box2 .input-field label {
        top: 12px;
        right: 5px;
        color: grey;
    }

    .box2 [type="checkbox"] + label {
        font-size: 11.5pt;
        font-family: BIRANSans;
    }

        .box2 [type="checkbox"] + label:before,
        .box2 [type="checkbox"]:not(.filled-in) + label:after {
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            -khtml-border-radius: 2px;
            border-radius: 2px;
        }

    .box2 .head {
        background-color: var(--hover-background);
        color: #fff;
        padding: 7px 15px;
        position: relative;
        cursor: pointer;
        text-align: -moz-right;
        text-align: -webkit-right;
        text-align: right;
        font-size: 14pt;
        font-family: BIRANSans;
    }

        .box2 .head:after {
            clear: both;
            display: table;
            content: "";
        }

        .box2 .head.open:before {
            content: "\F143";
        }

    .box2 .body ul {
        padding: 25px 10px;
    }

        .box2 .body ul:after {
            clear: both;
            display: table;
            content: "";
        }

        .box2 .body ul.autoHeight {
            max-height: inherit;
        }

    .box2 .body:after {
        clear: both;
        display: table;
        content: "";
    }

    .box2 .body .color {
        margin: 20px -10px;
        text-align: -moz-center;
        text-align: -webkit-center;
        text-align: center;
    }

        .box2 .body .color input {
            width: 28px;
            height: 28px;
            display: inline-block;
            vertical-align: middle;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -khtml-border-radius: 50%;
            border-radius: 50%;
            border: 0;
            margin: 5px;
            position: relative;
            -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
            color: #fff;
            right: 1px;
            opacity: 1;
            appearance: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            outline: 0 !important;
            text-align: -moz-center;
            text-align: -webkit-center;
            text-align: center;
            cursor: pointer;
        }

            .box2 .body .color input:before {
                content: "";
                width: 36px;
                height: 36px;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                -khtml-border-radius: 50%;
                border-radius: 50%;
                border: 2px solid #b3b3b3;
                left: 0;
                right: -4px;
                margin: auto;
                top: -4px;
                position: absolute;
                -webkit-transition: 0.5s;
                -moz-transition: 0.5s;
                -ms-transition: 0.5s;
                -o-transition: 0.5s;
                transition: 0.5s;
                transform: scale(0);
                -webkit-transform: scale(0);
                -moz-transform: scale(0);
                -ms-transform: scale(0);
                -o-transform: scale(0);
            }

            .box2 .body .color input:after {
                content: "\F12C";
                font-family: "Material Design Icons";
                left: 0;
                right: 0;
                margin: auto;
                top: 6px;
                position: absolute;
                -webkit-transition: 0.5s;
                -moz-transition: 0.5s;
                -ms-transition: 0.5s;
                -o-transition: 0.5s;
                transition: 0.5s;
                transform: scale(0);
                -webkit-transform: scale(0);
                -moz-transform: scale(0);
                -ms-transform: scale(0);
                -o-transform: scale(0);
            }

            .box2 .body .color input.select:after,
            .box2 .body .color input.select:before {
                transform: scale(1);
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
            }

        .box2 .body .color:after {
            clear: both;
            display: table;
            content: "";
        }

    .box2:after {
        clear: both;
        display: table;
        content: "";
    }

.check2 {
    cursor: pointer;
    color: #999;
    font-family: IRANSans;
    font-size: 12pt;
    display: block;
}

    .check2 input[type="checkbox"] {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .check2 .lever {
        content: "";
        display: inline-block;
        position: relative;
        width: 28px;
        height: 10px;
        background-color: #939393;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        -khtml-border-radius: 15px;
        border-radius: 15px;
        transition: background 0.3s ease;
        vertical-align: middle;
        margin-left: 10px;
        right: 0;
        float: right;
        margin-top: 10px;
    }

        .check2 .lever:after {
            content: "";
            position: absolute;
            display: inline-block;
            width: 16px;
            height: 16px;
            background-color: #fafafa;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -khtml-border-radius: 50%;
            border-radius: 50%;
            box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
            left: 0;
            top: -3px;
            transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
        }

    .check2 input[type="checkbox"]:checked + .lever {
        background-color: #6dbeb7;
    }

        .check2 input[type="checkbox"]:checked + .lever:after {
            background-color: #009688;
            left: 12px;
        }

input[type="checkbox"]:not(:disabled).tabbed:focus ~ .lever::after,
input[type="checkbox"]:not(:disabled) ~ .lever:active:after {
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.4), 0 0 0 10px rgba(0, 0, 0, 0.08);
}

.price-range {
    position: relative;
    margin: 35px 0 20px;
    padding: 2px 0 !important;
}

    .price-range:before {
        height: 1px;
        width: 100%;
        border-top: 1px dotted #7f7f7f;
        content: "";
        position: absolute;
        top: 14px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .price-range:after {
        clear: both;
        display: table;
        content: "";
    }

.parentFilter .filter {
    width: 55px;
    height: 55px;
    display: none;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    background-color: #00a4b3;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.44);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.44);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.44);
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    color: #fff;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
    font-size: 20pt;
    line-height: 2.4;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 10000000000;
}

    .parentFilter .filter:before {
        content: "\F232";
        font-family: "Material Design Icons";
    }

.parentFilter aside i.mdi.mdi-close {
    display: none;
    cursor: pointer;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    color: #333;
    font-size: 20pt;
    position: absolute;
    right: 50px;
    top: 0;
}

.parentFilter .btns {
    display: none;
}

    .parentFilter .btns button {
        width: 50%;
        float: right;
        border: 0;
        height: 45px;
        font-size: 11pt;
    }

        .parentFilter .btns button i {
            font-size: 18pt;
            line-height: 1;
            display: inline-block;
            vertical-align: middle;
            margin-left: 5px;
        }

        .parentFilter .btns button.delet {
            background: #ffc600;
            color: #444;
        }

        .parentFilter .btns button.ok {
            background: #03a71a;
            color: #fff;
        }

.parentFilter:after {
    clear: both;
    display: table;
    content: "";
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    right: -9999px;
    opacity: 0;
}

[type="checkbox"] + label {
    position: relative;
    padding-right: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    color: grey;
    font-size: 10.5pt;
}

[type="checkbox"]:checked + label:before {
    top: 0;
    right: 10px;
    width: 7px;
    height: 14px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #00a4b3;
    border-bottom: 2px solid #00a4b3;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    z-index: 10;
    border-radius: 0;
}

[type="checkbox"] + label:before,
[type="checkbox"]:not(.filled-in) + label:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid grey;
    margin-top: 2px;
    transition: 0.2s;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

[type="checkbox"]:checked + label:after {
    background-color: #4d4d4d;
    border-color: #4d4d4d;
}

[type="checkbox"]:checked + label {
    color: #4d4d4d;
}

.apply {
    background: #333;
    color: #fff;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
    display: block;
    border: 0;
    width: 100%;
    padding: 8px 10px;
    font-size: 9.5pt;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}

button.apply:focus,
button.apply:hover {
    background: var(--hover-background);
}

.products aside .box2 .body .color input,
.products aside .box2 .body ul li {
    display: none;
}

.box2 .body .add {
    color: #666;
    display: block;
    padding: 15px 0;
    text-align: center;
    background: #e1e1e1;
    margin: 0;
    cursor: pointer;
}

.col-md-9.offer.L.ScrollableContainer {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
}

.products .L > * {
    padding-right: 10px;
    padding-left: 0;
    margin-bottom: 15px;
}

.grayBox .filterMobile .head {
    background: #e64545;
    height: 43px;
}

    .grayBox .filterMobile .head i.mdi.mdi-close {
        display: block;
        color: #fff;
        font-size: 19pt;
        top: 9px;
    }

        .grayBox .filterMobile .head i.mdi.mdi-close:hover {
            color: #fff;
        }

    .grayBox .filterMobile .head span {
        color: #fff;
        font-size: 1.2em;
    }

.grayBox .filterMobile .myTab {
    background: #e64545;
    padding: 0;
}

    .grayBox .filterMobile .myTab li {
        border-bottom: 1px solid #fff;
    }

        .grayBox .filterMobile .myTab li a {
            color: #eaeff0;
        }

        .grayBox .filterMobile .myTab li.active {
            background: #fff;
        }

            .grayBox .filterMobile .myTab li.active a {
                color: #e64545;
            }

.grayBox .filterMobile .tabIn .checkList li {
    border-bottom: 1px dotted #ccc;
}

.grayBox .filterMobile .tabIn [type="checkbox"]:checked + label:before {
    border-right: 2px solid #e64545;
    border-bottom: 2px solid #e64545;
}

.grayBox .filterMobile .tabIn .color li:before {
    border-right: 2px solid #e64545;
    border-bottom: 2px solid #e64545;
}

.grayBox .filterMobile .tabIn .color input:checked:before {
    border-right: 2px solid #cca776;
    border-bottom: 2px solid #cca776;
}

.grayBox .filterMobile .tabIn .select-wrapper .dropdown-content li {
    min-height: inherit;
    line-height: 2;
}

    .grayBox .filterMobile .tabIn .select-wrapper .dropdown-content li span {
        font-size: 10pt;
    }

.grayBox .filterMobile .tabIn .select-wrapper input.select-dropdown {
    font-size: 9pt;
    padding: 4.5px 0 !important;
}

.grayBox .filterMobile .tabIn .tabItem .search2 label {
    top: 19px;
    background: 0 0;
}

.grayBox .filterMobile .tabIn .color li span {
    vertical-align: bottom;
}

#slider1_container {
    position: relative;
    top: 0;
    left: 0;
    width: 1140px;
    height: 980px;
    overflow: hidden;
}

.slides {
    cursor: move;
    position: absolute;
    left: 235px;
    top: 0;
    width: 940px;
    height: 940px;
    overflow: hidden;
}

    .slides div figure img {
        width: 100%;
        height: 100%;
    }

    .slides div,
    .slides div figure,
    .slides div figure img {
        padding: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }

.slides2 {
    cursor: default;
    padding: 0 15px;
}

    .slides2 > div {
        overflow: visible !important;
    }

.jssort11 {
    left: 0;
    top: 0;
    position: absolute;
    width: 235px;
    height: 940px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    direction: ltr;
}

    .jssort11 .p {
        top: 0;
        left: 0;
        position: absolute;
        height: 235px;
        width: 235px;
    }

    .jssort11 .tp {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        float: right;
        transition: all ease-in-out 0.3s;
        -webkit-transition: all ease-in-out 0.3s;
        -moz-transition: all ease-in-out 0.3s;
        -ms-transition: all ease-in-out 0.3s;
        -o-transition: all ease-in-out 0.3s;
        cursor: pointer;
        box-sizing: border-box;
    }

        .jssort11 .tp:hover {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

    .jssort11 .i,
    .jssort11 .pav:hover .i {
        position: absolute;
        width: 100%;
        height: 100%;
    }

span.galleryHover {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    line-height: 3;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
    opacity: 0;
    margin: 0 auto;
    right: 0;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
}

.jssort11 .pav span.galleryHover {
    opacity: 1;
}

.jssort11 .tp:hover span.galleryHover {
    opacity: 1;
}

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lightSlider:after,
.lightSlider:before {
    content: " ";
    display: table;
}

.lightSlider {
    overflow: hidden;
    margin: 0;
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

    .lSSlideWrapper > .lightSlider:after {
        clear: both;
    }

    .lSSlideWrapper .lSSlide {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: all 1s;
        -webkit-transition-property: -webkit-transform, height;
        -moz-transition-property: -moz-transform, height;
        transition-property: transform, height;
        -webkit-transition-duration: inherit !important;
        transition-duration: inherit !important;
        -webkit-transition-timing-function: inherit !important;
        transition-timing-function: inherit !important;
        background: #fff !important;
    }

    .lSSlideWrapper .lSFade {
        position: relative;
    }

        .lSSlideWrapper .lSFade > * {
            position: absolute !important;
            top: 0;
            right: 0;
            z-index: 9;
            margin-left: 0;
            width: 100%;
        }

    .lSSlideWrapper.usingCss .lSFade > * {
        opacity: 0;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-duration: inherit !important;
        transition-duration: inherit !important;
        -webkit-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-timing-function: inherit !important;
        transition-timing-function: inherit !important;
    }

    .lSSlideWrapper .lSFade > .active {
        z-index: 10;
    }

    .lSSlideWrapper.usingCss .lSFade > .active {
        opacity: 1;
    }

.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}

    .lSSlideOuter .lSPager.lSpg > li {
        cursor: pointer;
        display: inline-block;
        padding: 0 5px;
    }

        .lSSlideOuter .lSPager.lSpg > li a {
            background-color: #222;
            border-radius: 30px;
            display: inline-block;
            height: 8px;
            overflow: hidden;
            text-indent: -999em;
            width: 8px;
            position: relative;
            z-index: 99;
            -webkit-transition: all 0.5s linear 0s;
            transition: all 0.5s linear 0s;
        }

        .lSSlideOuter .lSPager.lSpg > li.active a,
        .lSSlideOuter .lSPager.lSpg > li:hover a {
            background-color: #428bca;
        }

.lSSlideOuter .media {
    opacity: 0.8;
}

    .lSSlideOuter .media.active {
        opacity: 1;
    }

.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-right: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .lSSlideOuter .lSPager.lSGallery li {
        overflow: hidden;
        -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
        transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    }

    .lSSlideOuter .lSPager.lSGallery img {
        display: block;
        height: auto;
        max-width: 100%;
    }

    .lSSlideOuter .lSPager.lSGallery:after,
    .lSSlideOuter .lSPager.lSGallery:before {
        content: " ";
        display: table;
    }

    .lSSlideOuter .lSPager.lSGallery:after {
        clear: both;
    }

.lSAction {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 87px;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
}

    .lSAction > a {
        width: 50px;
        height: 38px;
        display: block;
        top: 0;
        cursor: pointer;
        position: absolute;
        z-index: 99;
        transition: 0.8s;
        color: #4d4d4d;
        font-size: 26pt;
        left: 0;
        right: 0;
        margin: auto;
        line-height: 1;
        font-family: "Material Design Icons";
    }

    .lSAction > .lSNext {
        top: 94%;
    }

        .lSAction > .lSNext:before {
            content: "\F140";
        }

    .lSAction > .lSPrev {
        top: -11px;
    }

        .lSAction > .lSPrev:before {
            content: "\F143";
        }

.cS-hidden {
    height: 1px;
    opacity: 0;
    overflow: hidden;
}

.lSSlideOuter.vertical {
    position: relative;
}

    .lSSlideOuter.vertical.noPager {
        padding-left: 0 !important;
    }

    .lSSlideOuter.vertical .lSGallery {
        position: absolute !important;
        left: 0;
        top: 0;
    }

    .lSSlideOuter.vertical .lightSlider > * {
        width: 100% !important;
        max-width: none !important;
    }

.lSSlideOuter.lSrtl {
    direction: rtl;
}

.lSSlideOuter .lSPager,
.lSSlideOuter .lightSlider {
    padding-right: 0;
    list-style: none outside none;
}

.lSSlideOuter.lSrtl .lSPager,
.lSSlideOuter.lSrtl .lightSlider {
    padding-left: 0;
}

.lSSlideOuter .lSGallery li,
.lSSlideOuter .lightSlider > * {
    float: right;
}

.lSSlideOuter.lSrtl .lSGallery li,
.lSSlideOuter.lSrtl .lightSlider > * {
    float: left !important;
}

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}

@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}

@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}

@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}

@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}

@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}

.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

.lightSlider.lsGrab > * {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lightSlider.lsGrabbing > * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.demo {
    width: 100%;
    margin: 0 auto 50px;
}

    .demo img {
        width: 100%;
    }

.lslide img {
    display: block;
    height: auto;
    max-width: 100%;
}

.lSSlideOuter {
    padding-left: 0;
}

    .lSSlideOuter.vertical .lSGallery {
        right: 0;
        left: initial !important;
    }

    .lSSlideOuter .lSPager.lSGallery .active {
        position: relative !important;
    }

        .lSSlideOuter .lSPager.lSGallery .active:before {
            position: absolute !important;
            width: 83px;
            height: 83px;
            content: "";
            background: rgba(0, 164, 179, 0.25);
        }

    .lSSlideOuter .lSPager.lSGallery li {
        padding: 2px;
    }

        .lSSlideOuter .lSPager.lSGallery li img {
            -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
        }

    .lSSlideOuter.vertical .lSAction > a {
        right: 0 !important;
    }

.cloudzoom-lens {
    width: 50px;
    height: 50px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    cursor: crosshair;
    z-index: 10;
}

.cloudzoom-zoom {
    width: 470px;
    height: 470px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    z-index: 9999;
}

.cloudzoom-zoom-inside {
    border: none;
    box-shadow: none;
    z-index: 9999;
}

.cloudzoom-caption {
    display: none;
    text-align: right;
    background-color: #000;
    color: #fff;
    font-weight: 700;
    padding: 10px;
    font-size: 11px;
}

.cloudzoom-ajax-loader {
    background-image: url(../../img/ajax-loader.gif);
    width: 32px;
    height: 32px;
}

.cloud-zoom-thumbs {
    float: left;
    width: 28%;
}

    .cloud-zoom-thumbs a {
        display: block;
        clear: both;
    }

.cloud-zoom {
    float: right;
    width: 20%;
    cursor: zoom-in;
}

    .cloud-zoom img {
        min-width: 145px !important;
    }

.papertabs {
    text-align: center;
    background: #dfe1e6;
}

    .papertabs > li {
        display: inline-block;
        float: none;
    }

        .papertabs > li > a {
            color: #41454c;
            border: 0 !important;
        }
        .papertabs > li > .bg-green {
            background: var(--header-background);
            color: #000 !important;
            border-radius: 0;
        }
            .papertabs > li > .bg-green:hover {
                background: var(--header-background) !important;
                color: #000 !important;
            }

            .papertabs > :not(:nth-last-child(-n + 2)) > a:after {
                content: "•";
                position: absolute;
                left: 0;
                top: 12px;
                color: var(--second-background);
            }

.tab-pro .nav-tabs > li > a.active,
.tab-pro .nav > li > a:focus,
.tab-pro .nav > li > a:hover {
    color: #e74c3c !important;
    background: 0 0;
    border: 0 !important;
}

    .tab-pro .nav-tabs > li > a.active:before {
        position: absolute;
        bottom: -8px;
        content: "";
        left: 0;
        right: 0;
        width: 0;
        margin: auto;
        text-align: center;
        border-top: 8px solid #dfe1e6;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        z-index: 1;
    }

.tab-pro .tab-content > .tab-pane {
    padding: 30px 15px;
    background: #fff;
    min-height: 650px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
}

.tab-pane .properties {
    width: 100%;
    border-collapse: separate;
    border-spacing: 15px;
}

    .tab-pane .properties tbody tr td:first-child {
        width: 20%;
        border: 1px solid #ccc;
    }

    .tab-pane .properties tbody tr td:last-child {
        width: 80%;
        border: 1px solid #ccc;
    }

    .tab-pane .properties tbody tr {
        border-bottom: 5px solid #fff;
    }

        .tab-pane .properties tbody tr td {
            padding: 10px;
        }

.tab-content .properties tbody tr td .mdi.mdi-check {
    color: var(--second-background);
    font-size: 17pt;
    line-height: 1;
}

.tab-content .properties tbody tr td .mdi.mdi-close {
    color: var(--hover-background);
    font-size: 17pt;
    line-height: 1;
}

.productin .owl-carousel {
    padding: 15px;
}

.productin .offer .head1 {
    background: #edeff2;
    padding: 10px 90px 10px 0;
}

.productin .offer .owl-controls {
    top: -55px;
}

.productin .info {
    font-size: 10pt;
}

    .productin .info .ghab {
        min-height: 367px;
    }

    .productin .info .head3 {
        color: #4c4c4c;
        font-family: BIRANSans;
    }

.properties tbody tr td:first-child {
    padding-right: 15px;
    position: relative;
    width: 175px;
    font-family: BIRANSans;
    color: #424651;
}

.properties tbody tr td:last-child {
    width: 150px;
}

.properties tbody tr td:first-child::before {
    background: #424651 none repeat scroll 0 0;
    border-radius: 100%;
    content: "";
    height: 4px;
    position: absolute;
    right: 5px;
    top: 10px;
    width: 4px;
}

.tblprice {
    border: 1px solid #ccc;
    border-radius: 3px;
}

    .tblprice > * {
        width: 100%;
    }

    .tblprice table td:first-child {
        padding: 5px;
    }

    .tblprice .pprev {
        color: red;
        display: inline-block;
        font-size: 13pt;
        text-decoration: line-through;
    }

    .tblprice .pr {
        color: var(--second-background);
        font-size: 16pt;
    }

    .tblprice .Discount {
        background: var(--hover-background);
        color: var(--second-text);
    }

.count {
    border: 1px solid #cfcfcf;
    height: 60px;
    border-radius: 3px;
}

    .count input {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border-right: 1px solid #cfcfcf;
        border-bottom: none !important;
        float: left;
        font-size: 15pt;
        height: 59px;
        margin: 0;
        text-align: center;
        width: 65%;
    }

    .count ::-webkit-input-placeholder {
        color: #666;
    }

    .count ::-moz-placeholder {
        color: #666;
    }

    .count :-ms-input-placeholder {
        color: #666;
    }

    .count :-moz-placeholder {
        color: #666;
    }

    .count .btns {
        float: left;
        height: 60px;
        text-align: center;
        width: 33%;
    }

        .count .btns button {
            -moz-border-bottom-colors: none;
            -moz-border-left-colors: none;
            -moz-border-right-colors: none;
            -moz-border-top-colors: none;
            background-color: transparent;
            border-color: currentcolor currentcolor #cfcfcf;
            border-image: none;
            border-style: none none solid;
            border-width: 0 0 1px;
            color: #cfcfcf;
            display: block;
            height: 30px;
            line-height: 1.5;
            text-align: center;
            transition: all 0.3s linear 0s;
            width: 100%;
            padding: 0;
        }

            .count .btns button::before {
                font-family: "Material Design Icons";
            }

            .count .btns button:hover {
                background-color: #e5e5e5;
                color: #666;
            }

        .count .btns .up::before {
            content: "";
            font-size: 10pt;
        }

        .count .btns .down {
            border-bottom: 0 none;
        }

            .count .btns .down::before {
                content: "";
                display: block;
                font-size: 6pt;
                margin-top: -8px;
            }

.addBasket {
    background: var(--second-background);
    border: 0 none;
    color: var(--second-text);
    float: left;
    height: 60px;
    line-height: 3.2;
    margin-bottom: 5px;
    transition: all 0.4s linear 0s;
    width: 100%;
}

    .addBasket i {
        font-size: 20pt;
        display: inline-block;
        vertical-align: middle;
        height: 61px;
        margin-top: 0;
        line-height: 2.4;
        margin-left: 5px;
    }

.filtercolor {
    position: relative;
}

    .filtercolor .head {
        border: 1px solid #e1e1e1;
        border-radius: 3px;
        padding: 4px 0;
        position: relative;
    }

        .filtercolor .head:before {
            position: absolute;
            content: "\f140";
            font-family: MaterialDesignIcons;
            left: -1px;
            color: #41454c;
            font-size: 17pt;
            line-height: 1;
        }

.productin .box2 {
    position: absolute;
    background: #fff;
    z-index: 2;
    border-radius: 3px;
    display: none;
    width: 100%;
}

    .productin .box2.show {
        display: block;
    }

    .productin .box2 .body .color div {
        display: inline-block;
    }

        .productin .box2 .body .color div span {
            display: none;
        }

    .productin .box2 .body .color .select input:after,
    .productin .box2 .body .color .select input:before {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

.backshow {
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    transform: skewX(54deg);
    left: 50px;
}

.colorShow {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.CompareListItems .compareList {
    margin-right: 145px;
}

    .CompareListItems .compareList > li {
        width: 25%;
        float: right;
        text-align: -moz-center;
        text-align: -webkit-center;
        text-align: center;
        height: 400px;
        position: relative;
        padding: 0 15px;
    }

        .CompareListItems .compareList > li .compare-thumbs-container img {
            width: 100%;
        }

        .CompareListItems .compareList > li .compare-thumbs-container > img {
            display: none;
        }

        .CompareListItems .compareList > li .compare-thumbs-container h2 {
            color: #4c4c4c;
            font-size: 12pt;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            display: block;
            font-weight: 400;
        }

        .CompareListItems .compareList > li .compare-thumbs-container span {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            display: block;
            color: #393;
            font-size: 9pt;
        }

        .CompareListItems .compareList > li .compare-thumbs-container p {
            width: 145px;
            margin: auto;
            color: #666;
            margin-top: 35px;
        }

            .CompareListItems .compareList > li .compare-thumbs-container p lable {
                font-size: 9pt;
            }

            .CompareListItems .compareList > li .compare-thumbs-container p [type="radio"]:checked + label,
            .CompareListItems .compareList > li .compare-thumbs-container p [type="radio"]:not(:checked) + label {
                padding-right: 27px;
            }

            .CompareListItems .compareList > li .compare-thumbs-container p [type="radio"] + label:after,
            .CompareListItems .compareList > li .compare-thumbs-container p [type="radio"] + label:before {
                top: -1px;
            }

            .CompareListItems .compareList > li .compare-thumbs-container p [type="radio"]:not(:checked) + label:after,
            .CompareListItems .compareList > li .compare-thumbs-container p [type="radio"]:not(:checked) + label:before {
                border: 1px solid #d8dee1;
            }

            .CompareListItems .compareList > li .compare-thumbs-container p [type="radio"].with-gap:checked + label:after,
            .CompareListItems .compareList > li .compare-thumbs-container p [type="radio"].with-gap:checked + label:before,
            .CompareListItems .compareList > li .compare-thumbs-container p [type="radio"]:checked + label:after {
                border: 1px solid #f8931e;
            }

            .CompareListItems .compareList > li .compare-thumbs-container p [type="radio"].with-gap:checked + label:after,
            .CompareListItems .compareList > li .compare-thumbs-container p [type="radio"]:checked + label:after {
                background-color: #f8931e;
            }

        .CompareListItems .compareList > li .delete {
            width: 30px;
            height: 30px;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -khtml-border-radius: 50%;
            border-radius: 50%;
            position: absolute;
            top: 0;
            left: 0;
            background: #ec1d25;
            color: #fff;
            line-height: 2;
            opacity: 0;
            font-size: 11.5pt;
        }

            .CompareListItems .compareList > li .delete:before {
                content: "\F156";
                font-family: "Material Design Icons";
            }

        .CompareListItems .compareList > li:hover .delete {
            opacity: 1;
        }

        .CompareListItems .compareList > li:hover .myCarousel .owl-next {
            opacity: 1;
        }

        .CompareListItems .compareList > li:hover .myCarousel .owl-prev {
            opacity: 1;
        }

        .CompareListItems .compareList > li .compare-selectbox-container {
            background: #f6f6f6;
            width: 100%;
            padding: 10px;
            height: 137px;
        }

            .CompareListItems .compareList > li .compare-selectbox-container .userform .choose {
                cursor: pointer;
                position: relative;
            }

                .CompareListItems .compareList > li .compare-selectbox-container .userform .choose .chosen-single {
                    display: block;
                    border-bottom: 1px solid #aaa;
                    margin-bottom: 15px;
                }

                    .CompareListItems .compareList > li .compare-selectbox-container .userform .choose .chosen-single span {
                        display: inline-block;
                        text-align: right;
                        float: right;
                        color: #222;
                        width: 90%;
                    }

                    .CompareListItems .compareList > li .compare-selectbox-container .userform .choose .chosen-single i {
                        display: inline-block;
                        text-align: left;
                        width: 8%;
                        font-size: 7.5pt;
                        color: #aaa;
                    }

                .CompareListItems .compareList > li .compare-selectbox-container .userform .choose .chosen-drop {
                    display: none;
                    background: #fff;
                    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
                    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
                    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
                    margin-top: -15px;
                    padding: 10px;
                    margin-bottom: 10px;
                    position: absolute;
                    width: 100%;
                    z-index: 1;
                }

                    .CompareListItems .compareList > li .compare-selectbox-container .userform .choose .chosen-drop .search {
                        width: 100%;
                        position: relative;
                    }

                        .CompareListItems .compareList > li .compare-selectbox-container .userform .choose .chosen-drop .search i {
                            font-size: 13pt;
                            left: 0;
                            bottom: -12px;
                            color: #ec1d25;
                        }

                        .CompareListItems .compareList > li .compare-selectbox-container .userform .choose .chosen-drop .search .input-field {
                            width: 91%;
                        }

                            .CompareListItems .compareList > li .compare-selectbox-container .userform .choose .chosen-drop .search .input-field .form-control {
                                background-image: -moz-linear-gradient(#f8931e, #f8931e), -moz-linear-gradient(#ec1d25, #ec1d25) !important;
                                background-image: -webkit-gradient(#f8931e, #f8931e), -webkit-gradient(#ec1d25, #ec1d25) !important;
                                background-image: -webkit-linear-gradient(#f8931e, #f8931e), -webkit-linear-gradient(#ec1d25, #ec1d25) !important;
                                background-image: -o-linear-gradient(#f8931e, #f8931e), -o-linear-gradient(#ec1d25, #ec1d25) !important;
                                background-image: -ms-linear-gradient(#f8931e, #f8931e), -ms-linear-gradient(#ec1d25, #ec1d25) !important;
                                background-image: linear-gradient(#f8931e, #f8931e), linear-gradient(#ec1d25, #ec1d25) !important;
                            }

                            .CompareListItems .compareList > li .compare-selectbox-container .userform .choose .chosen-drop .search .input-field label {
                                top: inherit;
                                right: 0;
                                font-size: 8pt;
                                color: #545454;
                                bottom: -5px;
                            }

                    .CompareListItems .compareList > li .compare-selectbox-container .userform .choose .chosen-drop .select-wrapper input.select-dropdown,
                    .CompareListItems .compareList > li .compare-selectbox-container .userform .choose .chosen-drop .select-wrapper span.caret {
                        display: none;
                    }

                    .CompareListItems .compareList > li .compare-selectbox-container .userform .choose .chosen-drop .dropdown-content {
                        display: block !important;
                        position: inherit !important;
                        right: 0 !important;
                        left: inherit !important;
                        width: 100% !important;
                        top: 0 !important;
                        -webkit-box-shadow: none !important;
                        -moz-box-shadow: none !important;
                        box-shadow: none !important;
                        opacity: 1 !important;
                    }

                        .CompareListItems .compareList > li .compare-selectbox-container .userform .choose .chosen-drop .dropdown-content li {
                            min-height: inherit;
                            line-height: inherit;
                            border-bottom: 1px solid #e5e5e5;
                        }

                            .CompareListItems .compareList > li .compare-selectbox-container .userform .choose .chosen-drop .dropdown-content li img {
                                height: auto;
                                width: 40px;
                                margin: 2px 10px;
                            }

                            .CompareListItems .compareList > li .compare-selectbox-container .userform .choose .chosen-drop .dropdown-content li > span {
                                font-size: 8pt;
                                color: #000;
                            }

                            .CompareListItems .compareList > li .compare-selectbox-container .userform .choose .chosen-drop .dropdown-content li:hover {
                                background: no-repeat;
                            }

                                .CompareListItems .compareList > li .compare-selectbox-container .userform .choose .chosen-drop .dropdown-content li:hover > span {
                                    color: #ec1d25;
                                }

                            .CompareListItems .compareList > li .compare-selectbox-container .userform .choose .chosen-drop .dropdown-content li:first-child span {
                                color: #ec1d25;
                            }

                    .CompareListItems .compareList > li .compare-selectbox-container .userform .choose .chosen-drop .select-wrapper {
                        margin-top: 9px;
                    }

                        .CompareListItems .compareList > li .compare-selectbox-container .userform .choose .chosen-drop .select-wrapper .select-wrapper {
                            max-height: 170px;
                            overflow: hidden;
                            overflow-y: scroll;
                        }

                    .CompareListItems .compareList > li .compare-selectbox-container .userform .choose .chosen-drop:after {
                        clear: both;
                        display: table;
                        content: "";
                    }

            .CompareListItems .compareList > li .compare-selectbox-container .userform:after {
                clear: both;
                display: table;
                content: "";
            }

            .CompareListItems .compareList > li .compare-selectbox-container:after {
                clear: both;
                display: table;
                content: "";
            }

        .CompareListItems .compareList > li:nth-child(5) {
            display: none;
        }

    .CompareListItems .compareList:after {
        clear: both;
        display: table;
        content: "";
    }

.CompareListItems .compareListfix {
    position: fixed;
    right: 0;
    top: 39px;
    background: #fff;
    width: 100%;
    left: 0;
    margin: auto;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

    .CompareListItems .compareListfix .compareList {
        width: 1140px;
        padding-right: 145px;
        margin: auto;
    }

        .CompareListItems .compareListfix .compareList > li {
            height: auto;
            padding: 15px 15px 0;
            position: relative;
            background: #fff;
        }

            .CompareListItems .compareListfix .compareList > li .compare-thumbs-container > img {
                display: block;
                width: 35%;
                float: right;
            }

            .CompareListItems .compareListfix .compareList > li .compare-thumbs-container h2 {
                width: 65%;
                float: right;
                margin-top: 25px;
                font-size: 10pt;
            }

            .CompareListItems .compareListfix .compareList > li .compare-thumbs-container span {
                width: 65%;
                float: right;
                font-size: 8.5pt;
            }

            .CompareListItems .compareListfix .compareList > li .compare-thumbs-container #owl-demo6,
            .CompareListItems .compareListfix .compareList > li .compare-thumbs-container #owl-demo7,
            .CompareListItems .compareListfix .compareList > li .compare-thumbs-container #owl-demo8,
            .CompareListItems .compareListfix .compareList > li .compare-thumbs-container #owl-demo9,
            .CompareListItems .compareListfix .compareList > li .compare-thumbs-container p {
                display: none !important;
            }

            .CompareListItems .compareListfix .compareList > li .delete {
                display: none;
            }

            .CompareListItems .compareListfix .compareList > li:after {
                content: "";
                position: absolute;
                bottom: -11px;
                right: 0;
                left: 0;
                margin: auto;
                width: 15px;
                height: 11px;
                background: url(../img/shadowLi.png) no-repeat;
            }

        .CompareListItems .compareListfix .compareList .compare-selectitem {
            display: none;
        }

    .CompareListItems .compareListfix:after {
        clear: both;
        display: table;
        content: "";
    }

.CompareListItems .comparelistTable table tbody tr {
    border-top: 1px solid #ccc;
}

    .CompareListItems .comparelistTable table tbody tr td {
        padding: 5px 10px;
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        width: 253px;
    }

        .CompareListItems .comparelistTable table tbody tr td:first-child {
            width: 145px;
            border-color: #fff;
            background: #ec1d25;
        }

        .CompareListItems .comparelistTable table tbody tr td strong {
            color: #fff;
            font-weight: 400;
            display: block;
            font-size: 11pt;
        }

        .CompareListItems .comparelistTable table tbody tr td span {
            color: grey;
            font-size: 9pt;
        }

    .CompareListItems .comparelistTable table tbody tr .title {
        border: 0 !important;
        background: 0 0 !important;
        font-size: 13pt;
        font-weight: 400;
        padding: 15px 0;
    }

.CompareListItems .activeItem {
    background: #fdf2e5;
}

.CompareListItems .table3col {
    width: 913px;
}

    .CompareListItems .table3col table tbody tr td {
        width: 250px;
    }

.CompareListItems .table2col {
    width: 656px;
}

    .CompareListItems .table2col table tbody tr td {
        width: 250px;
    }

.CompareListItems table {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.CompareListItems .owl-theme .owl-controls .owl-buttons .owl-next,
.CompareListItems .owl-theme .owl-controls .owl-buttons .owl-prev {
    width: auto;
    height: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    top: 75px;
    opacity: 0;
    font-family: MaterialDesignIcons;
    position: absolute;
    padding: 0;
    margin: 0;
}

    .CompareListItems .owl-theme .owl-controls .owl-buttons .owl-next:before,
    .CompareListItems .owl-theme .owl-controls .owl-buttons .owl-prev:before {
        font-size: 20pt;
        color: #999;
    }

.CompareListItems .owl-theme .owl-controls .owl-buttons {
    width: auto;
    position: inherit;
    left: 0;
    top: inherit;
    height: auto;
    background: #fff;
    padding-right: 0;
}

    .CompareListItems .owl-theme .owl-controls .owl-buttons .owl-next {
        right: 0;
    }

    .CompareListItems .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 0;
    }

.prodcategory .catitem.ghab {
    padding: 0;
    margin: 15px auto;
    transition: 0.7s;
}

    .prodcategory .catitem.ghab .image {
        border: 3px solid #fff;
        height: 250px;
        overflow: hidden;
    }

    .prodcategory .catitem.ghab a {
        padding: 15px;
        display: block;
        color: #4c4c4c;
        font-family: BIRANSans;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .prodcategory .catitem.ghab:hover {
        -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15), 0 22px 20px -10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15), 0 22px 20px -10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15), 0 22px 20px -10px rgba(0, 0, 0, 0.2);
    }

.compareBox {
    display: none;
    background: #fff;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 1, 1, 0.3);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 1, 1, 0.3);
    box-shadow: 0 0 2px 0 rgba(0, 1, 1, 0.3);
    padding: 25px 15px;
    margin-bottom: 15px;
}

    .compareBox:after {
        clear: both;
        display: table;
        content: "";
    }

    .compareBox .compare {
        margin-bottom: 35px;
    }

        .compareBox .compare:after {
            clear: both;
            display: table;
            content: "";
        }

        .compareBox .compare .compareitems .col-sm-3 {
            padding: 0 0 0 13px;
        }

            .compareBox .compare .compareitems .col-sm-3 .imageContainer {
                border: 1px solid #ededed;
                cursor: pointer;
                height: 220px;
                margin: 0 auto;
                position: relative;
                text-align: -moz-center;
                text-align: -webkit-center;
                text-align: center;
                -webkit-transition: all ease-in-out 0.4s;
                -moz-transition: all ease-in-out 0.4s;
                -ms-transition: all ease-in-out 0.4s;
                -o-transition: all ease-in-out 0.4s;
                transition: all ease-in-out 0.4s;
            }

                .compareBox .compare .compareitems .col-sm-3 .imageContainer .productrefer img {
                    width: 100%;
                    height: 210px;
                }

                .compareBox .compare .compareitems .col-sm-3 .imageContainer .delete {
                    background: url(../../img/deletebundle.gif) no-repeat rgba(0, 0, 0, 0);
                    height: 15px;
                    margin: 0 15px;
                    position: absolute;
                    left: -19px;
                    top: -7px;
                    width: 15px;
                }

                .compareBox .compare .compareitems .col-sm-3 .imageContainer:hover {
                    border: 1px solid #828282;
                }

        .compareBox .compare .left .comparenow {
            width: 100px;
            height: 30px;
            float: right;
            background: #00a4b3;
            color: #fff;
            -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
            margin-top: 22px;
            -webkit-transition: all ease-in-out 0.4s;
            -moz-transition: all ease-in-out 0.4s;
            -ms-transition: all ease-in-out 0.4s;
            -o-transition: all ease-in-out 0.4s;
            transition: all ease-in-out 0.4s;
            overflow: hidden;
        }

            .compareBox .compare .left .comparenow > a {
                display: block;
                margin: auto;
                color: #fff;
                text-align: -moz-center;
                text-align: -webkit-center;
                text-align: center;
            }

                .compareBox .compare .left .comparenow > a span {
                    width: 66px;
                    float: right;
                    border-left: 1px solid #fff;
                    height: 30px;
                    font-size: 9pt;
                    line-height: 2.5;
                }

                .compareBox .compare .left .comparenow > a i {
                    width: 33px;
                    float: right;
                    height: 30px;
                    font-size: 15pt;
                    line-height: 1.6;
                }

            .compareBox .compare .left .comparenow:hover {
                background: #008c98;
            }

        .compareBox .compare .left .deletecompare {
            width: 100px;
            height: 30px;
            float: right;
            background: #555;
            color: #fff;
            -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
            margin-top: 10px;
            overflow: hidden;
        }

            .compareBox .compare .left .deletecompare > a {
                display: block;
                margin: auto;
                color: #fff;
                text-align: -moz-center;
                text-align: -webkit-center;
                text-align: center;
            }

                .compareBox .compare .left .deletecompare > a span {
                    width: 66px;
                    float: right;
                    border-left: 1px solid #fff;
                    height: 30px;
                    font-size: 9pt;
                    line-height: 2.5;
                }

                .compareBox .compare .left .deletecompare > a i {
                    width: 33px;
                    float: right;
                    height: 30px;
                    font-size: 15pt;
                    line-height: 1.6;
                }

    .compareBox .togglecompare {
        height: 1px;
        width: 100%;
        background: #4d4d4d;
        position: relative;
    }

        .compareBox .togglecompare .closecompare {
            width: 54px;
            height: 20px;
            right: 0;
            top: -10px;
            position: absolute;
            background: #555;
            -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
            -webkit-transition: all ease-in-out 0.4s;
            -moz-transition: all ease-in-out 0.4s;
            -ms-transition: all ease-in-out 0.4s;
            -o-transition: all ease-in-out 0.4s;
            transition: all ease-in-out 0.4s;
            overflow: hidden;
        }

            .compareBox .togglecompare .closecompare span {
                float: left;
                font-size: 7.5pt;
                text-align: -moz-center;
                text-align: -webkit-center;
                text-align: center;
                color: #fff;
                display: none;
                padding: 1px 0;
            }

            .compareBox .togglecompare .closecompare i {
                width: 50%;
                float: left;
                text-align: -moz-center;
                text-align: -webkit-center;
                text-align: center;
                height: 20px;
                color: #fff;
                -webkit-transition: all ease-in-out 0.4s;
                -moz-transition: all ease-in-out 0.4s;
                -ms-transition: all ease-in-out 0.4s;
                -o-transition: all ease-in-out 0.4s;
                transition: all ease-in-out 0.4s;
                font-size: 14pt;
                line-height: 1.2;
            }

                .compareBox .togglecompare .closecompare i.glyph-icon.flaticon-interface {
                    color: #262626;
                    font-size: 12pt;
                    line-height: 1.3;
                }

                .compareBox .togglecompare .closecompare i.glyphicon.glyphicon-menu-up {
                    font-size: 8pt;
                    padding-top: 5px;
                }

            .compareBox .togglecompare .closecompare:hover {
                background: #00a4b3;
            }

                .compareBox .togglecompare .closecompare:hover i.glyph-icon.flaticon-interface {
                    color: #fff;
                }

        .compareBox .togglecompare .comparecount {
            background: #00a4b3;
            color: #fff;
            height: 20px;
            right: 64px;
            top: -10px;
            position: absolute;
            -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
            font-size: 7.5pt;
            padding: 1px 10px;
            overflow: hidden;
        }

        .compareBox .togglecompare.opencompare .closecompare {
            width: 135px;
        }

            .compareBox .togglecompare.opencompare .closecompare i {
                width: 23%;
            }

            .compareBox .togglecompare.opencompare .closecompare span {
                width: 54%;
                display: block;
            }

        .compareBox .togglecompare.opencompare .comparecount {
            right: 145px;
        }

.continuecontent {
    display: none;
    position: fixed;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    background: #fff;
    width: 500px;
    height: 470px;
    z-index: 1000000000;
    overflow: auto;
    padding: 15px 25px;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
}
/*---------------------pop up-------------------------------*/
.popup {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    z-index: 111;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
}

    .popup .mdi-close {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 17pt;
        background: #ff8d52;
        padding: 0 10px;
        color: #fff;
        cursor: pointer;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

        .popup .mdi-close:hover {
            background: #fff;
            color: #ff8d52;
        }

    .popup .content {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 100px 0;
    }

/***************** دکمه درخواست تماس *******************/
.action-buttons-root.tada {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #98cb00;
    color: #ffffff;
    font-size: 25px;
    line-height: 64px;
    bottom: 110px;
}

.nws-section.layouts-action-buttons-section .action-buttons-wrapper {
    display: flex;
    z-index: 1050;
    align-items: center;
    position: fixed;
    bottom: 15px;
    right: 15px
}

    .nws-section.layouts-action-buttons-section .action-buttons-wrapper.directionUp {
        flex-direction: column-reverse
    }

    .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root {
        display: block;
        position: relative;
        text-align: center;
        border-radius: 50%
    }

        .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root .icon {
            display: inline-block
        }

        .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root .label {
            display: inline-block;
            color: #fff;
            background-color: rgba(0,0,0,.5);
            border-radius: 5px;
            padding: 0 5px;
            line-height: 25px;
            font-size: 12px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            position: absolute;
            top: 50%;
            right: calc(100% + 10px);
            bottom: auto;
            left: auto
        }

        .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root i.icon {
            transition: transform 250ms cubic-bezier(.4,0,.2,1) 0s,opacity 250ms cubic-bezier(.4,0,.2,1) 0s
        }

@media (pointer:coarse) {
    .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root.active + .action-buttons-inner-wrapper {
        pointer-events: auto
    }
}

@media (pointer:coarse) {
    .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root.active + .action-buttons-inner-wrapper {
        pointer-events: auto
    }

        .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root.active + .action-buttons-inner-wrapper .action-button {
            opacity: 1;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            transition: transform .2s cubic-bezier(.4,0,.2,1) 0s,opacity .8s,height 0s linear 0s,margin 0s linear 0s
        }
}

@media (pointer:fine) {
    .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root:hover + .action-buttons-inner-wrapper {
        pointer-events: auto
    }

        .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root:hover + .action-buttons-inner-wrapper .action-button {
            opacity: 1;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            transition: transform .2s cubic-bezier(.4,0,.2,1) 0s,opacity .8s,height 0s linear 0s,margin 0s linear 0s
        }
}

.nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-inner-wrapper {
    pointer-events: none;
    display: flex;
    display: -webkit-flex;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex-direction: column;
    padding-bottom: 48px;
    margin-bottom: 80px;
}

    .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-inner-wrapper:hover {
        pointer-events: auto
    }

        .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-inner-wrapper:hover .action-button {
            opacity: 1;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            transition: transform .2s cubic-bezier(.4,0,.2,1) 0s,opacity .8s,height 0s linear 0s,margin 0s linear 0s
        }

    .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-inner-wrapper .action-button {
        display: block;
        position: relative;
        color: rgba(0,0,0,.54);
        margin: 8px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
        padding: 0;
        font-size: 20px;
        min-width: 0;
        box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);
        box-sizing: border-box;
        transition: transform .2s cubic-bezier(.4,0,.2,1) 0s,opacity .8s;
        background-color: #fff;
        opacity: 0;
        transform: scale(0)
    }

        .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-inner-wrapper .action-button .icon {
            display: inline-block
        }

        .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-inner-wrapper .action-button .label {
            display: inline-block;
            color: #fff;
            background-color: rgba(0,0,0,.5);
            border-radius: 5px;
            padding: 0 5px;
            line-height: 25px;
            font-size: 12px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            position: absolute;
            top: 50%;
            right: calc(100% + 10px);
            bottom: auto;
            left: auto
        }

        .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-inner-wrapper .action-button i.icon {
            color: rgba(0,0,0,.54);
            background: 0 0;
            line-height: 40px
        }

.nws-section.layouts-action-buttons-section .action-buttons-wrapper:hover .action-buttons-root {
    animation: none
}

@-webkit-keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px)
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px)
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes hvr-icon-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }

    33.3% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes hvr-icon-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }

    33.3% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}


@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

.animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.slow {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }