﻿/* -------- Screen resolution -----------*/
@media (min-width: 1200px) {
    .container {
        max-width: 1600px;
    }
}

/* --------- Tag Style -----------------*/
body {
    background-color: #FAFAFA;
}

button {
    cursor: pointer;
    border: none;
    outline: none;
    transition: all 0.2s ease-in-out;
}

button, input, select, textarea {
    font: inherit;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}

a {
    color: inherit;
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
    color: #212529;
}

p {
    color: #595959
}

img {
    max-width: 100%
}

.ltr {
    direction: ltr;
}

.font-bold {
    font-family: iranyekanextrablack;
}
/* --------- Buttons ----------*/
.btn-primary-ideal {
    background-color: #0048aa;
    color: #ffffff;
    text-align: center;
    padding: 14px 20px;
    border-radius: 8px;
    border: 1px solid #0048aa;
}

    .btn-primary-ideal:hover {
        background-color: #003997;
    }

.btn-secondary-ideal {
    background-color: #fff;
    color: #0048aa;
    padding: 14px 20px;
    border-radius: 8px;
    border: 1px solid #0048aa;
}

    .btn-secondary-ideal:hover {
        background-color: #0048aa;
        color: #ffffff;
    }

.btn-text-ideal {
    color: #0048aa;
    background-color: transparent;
}

.btn-disabled-ideal {
    background-color: #dbdbdb;
    color: #acb3b9;
    text-align: center;
    padding: 14px 20px;
    border-radius: 8px;
    cursor: context-menu;
}

/* --------------- inputs styles -----------*/
.inputs-for-form {
    padding: 12px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #f3f5f8;
    background: #f3f5f8;
    color: #212529;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    line-height: 1.75;
}

    .inputs-for-form:focus, .custom-select:focus {
        border: 1px solid #0048aa;
        box-shadow: none;
    }

    .inputs-for-form:focus-visible, .custom-select:focus-visible {
        outline: none;
    }
/* --------------- input modal styles -----------*/
.id-modal-content {
    padding: 18px;
    border-radius: 12px;
}

.id-modal-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
}

.id-close-container:hover {
    cursor: pointer;
}

.id-modal-body label {
    color: #595959;
    line-height: 2.5;
}

.id-input-modal {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    background-color: transparent;
    padding: 8px;
    transition: all 0.2s ease-in-out;
}

    .id-input-modal:focus {
        border: 1px solid #0048aa;
        caret-color: #0048aa;
    }

.id-gap-row {
    margin-bottom: 20px;
}

.id-modal-footer {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
}

.id-close-modal {
    padding: 8px 35px;
    background-color: transparent;
    color: #595959;
    border-radius: 8px;
    transition: all 0.2s ease-in-out
}

    .id-close-modal:hover {
        background-color: #e8e8e8;
    }
/* -------------- swiper button section ----------*/
.sw-btn-pc {
    background-color: #f8f8f8;
    border-radius: 14px;
    width: 41.5px !important;
    height: 41.5px !important;
    padding: 0;
    border: none;
    -webkit-box-shadow: 0 12px 23px rgb(0 72 170 / 15%);
    box-shadow: 0 12px 23px rgb(0 72 170 / 15%);
}

    .sw-btn-pc:hover {
        background-color: #0048aa;
    }

        .sw-btn-pc:hover::after {
            color: #fff;
        }

    .sw-btn-pc::after {
        color: #cdcdcd;
        font-size: 12px !important;
    }

/*------- Compare Button for compare products -----------*/
.compare-btn-header {
    display: none;
    position: fixed;
    bottom: 80px;
    left: 30px;
    background: #ffc700;
    color: #212529;
    z-index: 9999;
}

/*------- SWITCH TOGGLE BUTTON -----------*/
input[type="checkbox"].switch-toggle {
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 2.5em;
    height: 1.5em;
    background: #ddd;
    border-radius: 3em;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

    input[type="checkbox"].switch-toggle:checked {
        background: #00c092;
    }

    input[type="checkbox"].switch-toggle:after {
        position: absolute;
        content: "";
        width: 1.5em;
        height: 1.5em;
        border-radius: 50%;
        background: #fff;
        box-shadow: 0 0 .25em rgba(0, 0, 0, .3);
        transform: scale(.7);
        left: 0;
        transition: all .2s ease;
    }

    input[type="checkbox"].switch-toggle:checked:after {
        left: calc(100% - 1.5em);
    }

/*------------ sidebar widget product --------*/
/*------------ bootstrap custom --------*/

.search-product-page-button {
    top: 24%;
    left: 6%;
    font-size: 1.8rem;
    cursor: pointer;
}

.checkbox-product input[type=checkbox],
.id-tab, .call-console, .id-breadcrumb .breadcrumb li:first-child:before, .widget_comment ul li a:before, .id-checkbox--size > label:after, .id-checkbox--size > label:before {
    display: none;
}

@media (max-width:767px) {
    .c-switch {
        display: none !important;
    }
}



.id-list--filter li a {
    display: block;
    padding: .8rem 0;
    font-size: 1.4rem;
    color: #777;
    line-height: 20px
}

.id-btn--favorite {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: none;
    font-size: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    vertical-align: top
}

    .id-btn--favorite i {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #000;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease
    }

.id-btn--close {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    border: 1px solid #9e9e9e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

    .id-btn--close:after, .id-btn--close:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 2px;
        height: 50%;
        background-color: #9f9a98;
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -ms-transform-origin: center center;
        -o-transform-origin: center center;
        transform-origin: center center;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease
    }

    .id-btn--close:before {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -moz-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        -o-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg)
    }

    .id-btn--close:after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -moz-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        -o-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg)
    }

    .id-btn--close:hover {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }

        .id-btn--close:hover:after, .id-btn--close:hover:before {
            background-color: #f44336;
            -webkit-transition-delay: .3s;
            -moz-transition-delay: .3s;
            transition-delay: .3s
        }

    .id-btn--close.id-btn--no-boder {
        border: none
    }

.id-input--has-icon, .id-form--icon, .id-breadcrumb, .id-product__thumbnail, .id-product .id-product__thumbnail,
.id-form--create-tags,
.id-product-hotpot,
.sub-menu > li.menu-item-has-children,
.menu > li.menu-item-has-children {
    position: relative
}

    .id-input--has-icon > i {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 15px
    }

.id-select {
    display: inline-block;
    min-width: 120px;
    cursor: pointer
}

    .id-select .selectize-input {
        vertical-align: top
    }

.form-group--inline .form-group__content {
    width: 100%
}

/*end*/
.id-remove {
    position: relative;
    display: inline-block;
    background-color: #f1f1f1;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

    .id-remove:after, .id-remove:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 15px;
        height: 2px;
        background-color: #b1b1b1;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease
    }

    .id-remove:before {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -moz-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        -o-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg)
    }

    .id-remove:after {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -moz-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        -o-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg)
    }

    .id-remove:hover {
        background-color: #333
    }

        .id-remove:hover:after, .id-remove:hover:before {
            background-color: #fff
        }

.id-form--icon > i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px
}

.id-checkbox {
    position: relative;
    display: block
}

    .id-checkbox > input {
        position: absolute;
        visibility: hidden;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .id-checkbox label {
        position: relative;
        padding-left: 30px;
        font-family: Poppins, sans-serif;
        color: rgba(34, 34, 34, .5);
        font-weight: 400;
        cursor: pointer
    }

        .id-checkbox label:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            height: 20px;
            width: 20px;
            z-index: 10;
            border: 1px solid #ccc;
            -webkit-transition: all .4s ease;
            -moz-transition: all .4s ease;
            transition: all .4s ease;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            border-radius: 3px
        }

        .id-checkbox label:after {
            content: "";
            display: block;
            position: absolute;
            top: 4px;
            left: 7px;
            width: 6px;
            height: 10px;
            border: 2px solid #fff;
            border-top: none;
            border-left: none;
            z-index: 10;
            opacity: 0;
            -webkit-transform: rotate(0);
            -moz-transform: rotate(0);
            -ms-transform: rotate(0);
            -o-transform: rotate(0);
            transform: rotate(0);
            -webkit-transition: all .4s ease;
            -moz-transition: all .4s ease;
            transition: all .4s ease
        }

    .id-checkbox input[type=checkbox]:checked ~ label:before {
        background-color: #222;
        border-color: #222
    }

    .id-checkbox input[type=checkbox]:checked ~ label:after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 1
    }

.id-checkbox--inline {
    display: inline-block;
    margin-bottom: 1rem
}

.id-checkbox--color input {
    height: 0
}

.id-checkbox--color label {
    margin-bottom: 0;
    min-height: 30px;
    width: 30px;
    vertical-align: top
}

    .id-checkbox--color label:before {
        background-color: #8d74d9;
        border: none;
        width: 3rem;
        height: 3rem;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%
    }

    .id-checkbox--color label:after {
        top: 5px;
        left: 13px;
        width: 7px;
        height: 16px
    }

.id-checkbox--color input[type=checkbox]:checked ~ label:before {
    background-color: #8d74d9
}

.id-checkbox--color.id-checkbox--inline {
    margin-right: .5rem
}


.id-checkbox--size {
    margin-right: 1rem
}

    .id-checkbox--size > label {
        margin-bottom: 0;
        padding: 8px 20px;
        border: none;
        color: #222;
        background-color: #f6f6f6;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease
    }

    .id-checkbox--size input[type=checkbox]:checked ~ label {
        color: #fff;
        background-color: #a7a7a7
    }

.id-dropdown {
    position: relative;
    display: inline-block
}

    .id-dropdown > a {
        position: relative;
        display: block;
        padding-right: 15px
    }

    .id-dropdown ul {
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 100;
        min-width: 150px;
        max-width: 200px;
        width: 100%;
        padding: 4px 0;
        background-color: #fff;
        -webkit-box-shadow: 0 1px 1px 2px rgba(204, 204, 204, .2);
        -moz-box-shadow: 0 1px 1px 2px rgba(204, 204, 204, .2);
        -ms-box-shadow: 0 1px 1px 2px rgba(204, 204, 204, .2);
        box-shadow: 0 1px 1px 2px rgba(204, 204, 204, .2);
        visibility: hidden;
        opacity: 0;
        text-align: left
    }

        .id-dropdown ul li a {
            line-height: 2.5;
            padding: 5px;
            display: block;
            font-size: 1.3rem;
            color: #222;
            text-align: right
        }

    .id-dropdown.open ul {
        visibility: visible;
        opacity: 1
    }

.selectize-dropdown {
    z-index: 100
}

.id-pagination {
    text-align: center
}

    .id-pagination::after {
        clear: both;
        content: "";
        display: table
    }

    .id-pagination .pagination {
        margin: 0;
        display: inline-block;
        position: relative;
        vertical-align: top;
        font-size: 0
    }

        .id-pagination .pagination li {
            display: inline-block;
            text-align: center;
            margin-right: 1rem
        }

            .id-pagination .pagination li > a {
                padding: 0;
                min-width: 50px;
                position: relative;
                display: inline-block;
                z-index: 30;
                font-size: 1.3rem;
                color: #999;
                line-height: 50px;
                border: none;
                line-height: 50px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                -ms-border-radius: 4px;
                border-radius: 4px;
                font-weight: 400
            }

                .id-pagination .pagination li > a:hover {
                    color: #555;
                    font-weight: 500;
                    background-color: #f6f6f6
                }

            .id-pagination .pagination li.active {
                border: none
            }

                .id-pagination .pagination li.active a {
                    color: #fff;
                    font-weight: 500;
                    background-color: #157de6
                }

            .id-pagination .pagination li:last-child {
                margin-right: 0
            }

/*responsive*/
@media (max-width:767px) {
    .id-pagination .pagination > li > a {
        width: 40px;
        line-height: 40px;
        font-size: 1.4rem
    }
}

/*end*/

.pagination .page-link {
    position: relative;
    display: block;
    padding: 1.5rem 1.75rem;
    line-height: 1;
    border: none;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center
}

.pagination .page-item.active .page-link {
    background-color: #0048aae6;
    border-color: #0048aae6;
    color: #fff;
    z-index: 1;
    margin-left: 0px !important;
}

/* ------------ BreadCrumb -----------*/
.id-breadcrumb {
    padding: 14px 3px 16px;
    text-align: center;
    overflow: auto;
    white-space: nowrap;
    z-index: 1;
}

    .id-breadcrumb .breadcrumb {
        margin: 0;
        padding: 0;
        background-color: transparent;
    }

        .Breadcrumb-Current span, .id-breadcrumb .breadcrumb li.active {
            font-weight: 700
        }

        .id-breadcrumb .breadcrumb li {
            font-size: 1.2rem;
            color: #777
        }

            .id-breadcrumb .breadcrumb li:before {
                content: "|";
                margin: 0 5px
            }

            .id-breadcrumb .breadcrumb li:first-child {
                padding-left: 0
            }

        .id-breadcrumb .breadcrumb a {
            font-size: 16px;
            font-size: 1.2rem;
            line-height: 20px;
            color: #777
        }

.id-product .id-product__actions li a:hover i, .id-product .id-product__title:hover,
.product-page-3column-box ul li:hover a {
    color: #0048aa
}

/*responsive*/

@media (max-width:991px) {
    .id-breadcrumb {
        position: relative
    }

        .id-breadcrumb .breadcrumb li {
            font-size: 12px
        }

        .id-breadcrumb .breadcrumb a {
            font-size: 12px
        }

    .wrapper-faq {
        padding: 0;
    }
}

/*end*/

.dropdown-custom-exit:hover :last-child, .dropdown-custom-exit:hover i {
    transition: all 300ms linear !important;
    color: #DD3333 !important;
    cursor: pointer;
}

.widget-sidebar-product {
    border-radius: 4px;
    padding: 15px;
    border: 1px solid #fafafb;
    margin-bottom: 12px;
    background: #fff;
}

    .widget-sidebar-product .widget-title {
        border-bottom: 1px solid #f6f9ff;
    }

    .widget-sidebar-product p {
        font-family: iranyekanfa;
    }

.widget {
    position: relative;
    padding-bottom: 15px
}

    .widget .widget-title {
        margin-bottom: 2.5rem;
        font-weight: 700;
        padding-bottom: 12px
    }






.id-widget--menu p span {
    margin-bottom: 0;
    float: right
}

.widget_shop .widget-title {
    font-size: 1.3rem;
    color: #222;
    font-weight: 600;
    font-family: unset !important;
}

.widget_search {
    margin-bottom: 25px;
    border-bottom: none
}

.widget_tags a {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 20px;
    font-size: 14px;
    line-height: 15px;
    color: #303030;
    background-color: #f7f7f7
}

    .widget_tags a:hover {
        background-color: #222;
        color: #fff
    }

.widget_size a {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 1rem 2rem;
    font-size: 1.4rem;
    line-height: 20px;
    color: #555;
    background-color: #f6f6f6
}

    .widget_size a:hover {
        background-color: #a7a7a7;
        color: #fff
    }

.widget_filter .id-slider {
    display: block;
    margin-bottom: 30px;
    margin-left: 10px;
    height: 3px;
    background-color: #e7edf8;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none
}

.widget_filter .ui-slider-range {
    top: 0;
    left: 0;
    height: 100%;
    background-color: #277fcd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none
}

.widget_filter .ui-slider-handle {
    display: inline-block;
    top: 50%;
    height: 20px;
    width: 24px;
    outline: 0;
    cursor: pointer;
    background-color: #e7edf8;
    border: 2px solid #c4d3e3;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 45%
}

.widget_filter .id-slider__meta {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.8em;
    color: #222
}

    .widget_filter .id-slider__meta span {
        margin-left: 5px;
        margin-right: 5px
    }

.widget_filter .id-filter__btn {
    background-color: #888;
    color: #fff
}

.id-widget--menu {
    margin-bottom: 3rem
}

    .id-widget--menu h3 {
        font-family: "Playfair Display", serif;
        color: #333;
        font-size: 1.8rem;
        font-weight: 700;
        padding-bottom: 1rem;
        margin-bottom: 1.5rem
    }

        .id-widget--menu h3:before {
            content: "";
            position: absolute;
            top: 100%;
            left: 0;
            width: 40px;
            height: 2px;
            background-color: #5e6b9d
        }

    .id-widget--menu ul li a {
        padding: 5px 0;
        display: block;
        font-size: 1.4rem;
        line-height: 1.6em
    }

.widget_comment ul li i {
    margin-right: 5px
}

.widget_comment ul li a {
    display: inline-block
}

.widget_achived ul li a i {
    margin-right: 5px;
    color: #222
}

.widget_achived ul li a:hover {
    padding-left: 0
}

.widget .pro_filters-lists-ul li {
    background: #eceeff;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 20px;
    cursor: context-menu;
    margin-bottom: 5px;
    color: #0048aa;
}

    .widget .pro_filters-lists-ul li .remove-filter {
        margin-right: 4px;
        cursor: pointer;
    }

.widget .pro_filters-lists-remove-all {
    float: left;
    cursor: pointer;
    color: #0048aa !important;
}

.id-product {
    margin-bottom: 4rem;
    transition: .2s
}

li.list-sort-button:not(:last-child) {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1rem;
}

.id-product__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    z-index: 10
}

.id-product .id-product__badge {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f63a3a;
    color: #fff;
    border-radius: 8px 8px 0 8px;
    padding: 15px 20px;
}

    .id-product .id-product__badge i {
        font-style: normal;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
        font-size: 1.3rem;
    }

.id-product .id-product__shopping {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 30;
    width: calc(100% - 20px);
    padding: 1.5rem 2rem;
    font-size: 1.3rem;
    text-align: center;
    color: #777;
    line-height: 2rem;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.id-product .id-product__actions {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 30
}

    .id-product .id-product__actions li {
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease
    }

        .id-product .id-product__actions li a {
            display: inline-block;
            width: 40px;
            height: 40px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            background-color: #f5f5f5
        }

            .id-product .id-product__actions li a i {
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                color: #777
            }

        .id-product .id-product__actions li:last-child, .id-product .id-product__actions li:nth-child(2) {
            visibility: hidden;
            opacity: 0
        }

.id-product .id-product__thumbnail img {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.id-product .id-product__thumbnail .id-product__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    z-index: 10
}

.id-product__thumbnail a {
    display: contents;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.id-product .id-product__thumbnail .id-product__actions {
    z-index: 11
}

.id-product .id-product__thumbnail:hover .id-product__overlay {
    background-color: rgba(255, 255, 255, .35)
}

.id-product .id-product__thumbnail:hover .id-product__shopping {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.id-product .id-product__thumbnail:hover .id-product__actions li:last-child, .id-product .id-product__thumbnail:hover .id-product__actions li:nth-child(2) {
    visibility: visible;
    opacity: 1
}

.id-product .id-product__meta {
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center
}

    .id-product .id-product__meta > * {
        width: 100%;
        max-width: 50%
    }

    .id-product .id-product__meta > a {
        color: #777;
        text-align: right;
        font-size: 1.2rem
    }

    .id-product .id-product__meta .id-product__color {
        text-align: left
    }

.id-product .id-product__title {
    display: block;
    text-align: right;
    font-size: 14px;
}

.id-product .id-product__rating {
    font-style: italic;
    color: #777;
    font-size: 1.2rem
}

.id-product .id-product__content {
    padding: 2rem 0;
    background-color: #fff;
    padding: 1%
}

    .id-product .id-product__content span.pro-cat {
        font-size: 14px;
        color: #b7c2d9
    }

        .id-product .id-product__content span.pro-cat::before {
            content: "";
            width: 100px;
            height: 1px;
            background: #b7c2d9;
            display: inline-block;
            position: relative;
            bottom: 4px
        }

        .id-product .id-product__content span.pro-cat::after {
            content: "";
            width: 100px;
            height: 1px;
            background: #b7c2d9;
            display: inline-block;
            position: relative;
            bottom: 4px
        }

    .id-product .id-product__content h6 {
        color: #a5b3cf;
        margin-top: 3px;
        min-height: 29px
    }

    .id-product .id-product__content p {
        font-size: 1.3rem;
        color: #8d8d8d
    }

    .id-product .id-product__content .br-wrapper .br-widget a {
        font-size: 1.4rem
    }

    .id-product .id-product__content .id-product__price {
        direction: rtl;
        font-family: iranyekanfa !important;
        font-size: 1.4rem;
        font-weight: 400;
        color: #222
    }

        .id-product .id-product__content .id-product__price span {
            font-size: 17px;
            font-weight: 700
        }

        .id-product .id-product__content .id-product__price del {
            color: #9fa4ae;
            font-size: 13px;
        }

.id-product:hover .id-product__actions {
    visibility: visible;
    opacity: 1
}

.id-product--sm {
    margin-bottom: 3rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center
}

.id-filter {
    margin-bottom: 50px;
    width: 100%
}

.id-filter__trigger {
    position: relative;
    display: inline-block;
    cursor: pointer
}

    .id-filter__trigger > p, .sort-button p {
        display: inline-block;
        margin-bottom: 0;
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 40px;
        color: #222
    }

    .id-filter__trigger i {
        margin-left: 10px;
        color: #999
    }

.id-filter__icon {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    vertical-align: top
}

    .id-filter__icon span, .id-filter__icon:after, .id-filter__icon:before {
        position: absolute;
        right: 10px;
        height: 2px;
        width: 20px;
        background-color: #303030;
        z-index: 100;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease
    }

    .id-filter__icon span {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .id-filter__icon:after, .id-filter__icon:before {
        content: ""
    }

    .id-filter__icon:before {
        top: 12px
    }

    .id-filter__icon:after {
        bottom: 12px
    }

    .id-filter__icon:hover {
        cursor: pointer
    }

    .id-filter__icon.active span {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        visibility: hidden;
        opacity: 0
    }

    .id-filter__icon.active:after, .id-filter__icon.active:before {
        top: 50%;
        bottom: auto;
        width: 20px;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        background-color: #fc354c
    }

    .id-filter__icon.active:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .id-filter__icon.active:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

.id-filter__result {
    text-align: right
}

    .id-filter__result p {
        margin-bottom: 0;
        line-height: 40px
    }

.id-filter__content {
    display: none;
}

    .id-filter__content::after {
        clear: both;
        content: "";
        display: table
    }

.id-filter__column {
    float: left;
    width: 25%;
    padding: 0 15px
}

    .id-filter__column > h3 {
        position: relative;
        margin-bottom: 15px;
        padding-bottom: 10px;
        font-size: 1.8rem;
        color: #333;
        font-weight: 600;
        text-transform: none
    }

        .id-filter__column > h3:before {
            content: "";
            position: absolute;
            top: 100%;
            left: 0;
            width: 100px;
            height: 1px;
            background-color: #c3c3c3
        }

/*responsive*/
@media (max-width:1199px) {
    .id-filter__content {
        padding: 30px 15px
    }
}

@media (max-width:991px) {
    .id-filter__column {
        width: 50%;
        max-width: 300px
    }
}

@media (max-width:767px) {
    .id-filter__result {
        text-align: left
    }
}

@media (max-width:479px) {
    .id-filter__column {
        width: 100%;
        max-width: 300px
    }
}

/*end*/

.id-table thead > tr > th {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #515356;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5
}

.id-table tbody > tr > td {
    vertical-align: middle;
    padding: 30px 10px
}

.id-table--compare {
    border: 1px solid #e1e1e1
}

    .id-table--compare tbody > tr > td {
        padding: 20px 30px;
        border: 1px solid #e1e1e1;
        font-weight: 700;
        color: #000;
        text-transform: uppercase
    }

        .id-table--compare tbody > tr > td:first-child {
            background-color: #faf7f3;
            border: solid 1px #e1e1e1;
            text-transform: uppercase;
            color: #000;
            font-size: 18px;
            font-weight: 700;
            vertical-align: middle !important
        }

        .id-table--compare tbody > tr > td .price {
            font-size: 18px;
            font-weight: 500;
            color: #000
        }

        .id-table--compare tbody > tr > td .status {
            font-size: 18px;
            font-weight: 500;
            color: #989898;
            text-transform: uppercase
        }

            .id-table--compare tbody > tr > td .status.in-stock {
                color: #13aa18
            }

/*responsive*/
@media (max-width:991px) {
    .id-table--compare .id-btn {
        padding-left: 30px;
        padding-right: 30px
    }
}

/*end*/
.id-table--whishlist thead tr th {
    text-align: center;
    font-family: "Playfair Display", serif
}

    .id-table--whishlist thead tr th:first-child {
        text-align: left
    }

.id-table--whishlist tbody > tr > td {
    text-align: center;
    font-size: 18px;
    color: #8d8d8d
}

    .id-table--whishlist tbody > tr > td .id-product-link {
        text-transform: uppercase;
        color: #0048aa;
        font-weight: 500;
        font-size: 14px
    }

        .id-table--whishlist tbody > tr > td .id-product-link:hover {
            color: #333
        }

    .id-table--whishlist tbody > tr > td strong {
        color: #000
    }

    .id-table--whishlist tbody > tr > td:first-child {
        width: 30%;
        text-align: left
    }

    .id-table--whishlist tbody > tr > td:last-child {
        width: 150px
    }

.id-table--listing thead tr th {
    font-family: "Playfair Display", serif
}

.id-table--listing tbody tr td {
    font-weight: 500;
    color: #8d8d8d;
    font-size: 1.8rem
}

.id-table--listing .minus {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.id-table--listing .plus {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

/*responsive*/
@media (max-width:767px) {
    .id-table--listing tbody tr td {
        min-width: 200px;
        text-align: center
    }
}

/*end*/
.id-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-transition: all 1s cubic-bezier(.7, 0, .3, 1);
    -moz-transition: all 1s cubic-bezier(.7, 0, .3, 1);
    transition: all 1s cubic-bezier(.7, 0, .3, 1)
}

.id-loading__content {
    height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    flex-flow: row nowrap
}

    .id-loading__content > * {
        display: block;
        width: 25%;
        -webkit-transition: -webkit-transform 1s cubic-bezier(.7, 0, .3, 1);
        -moz-transition: -moz-transform 1s cubic-bezier(.7, 0, .3, 1);
        transition: transform 1s cubic-bezier(.7, 0, .3, 1);
        -webkit-transform-origin: 0 50%;
        -moz-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
        -o-transform-origin: 0 50%;
        transform-origin: 0 50%;
        background-color: #fcfaf6
    }

.id-loading.loaded {
    visibility: hidden;
    opacity: 0;
    background-color: transparent;
    -webkit-transition-delay: .7s;
    -moz-transition-delay: .7s;
    transition-delay: .7s
}

    .id-loading.loaded .id-loading__content > * {
        -webkit-transform: scale3d(0, 1, 1);
        -moz-transform: scale3d(0, 1, 1);
        -ms-transform: scale3d(0, 1, 1);
        -o-transform: scale3d(0, 1, 1);
        transform: scale3d(0, 1, 1);
        -webkit-transition-delay: .5s;
        -moz-transition-delay: .5s;
        transition-delay: .5s
    }

/* Loaded styles */

.loaded #loader-wrapper .loader-section.section-left {
    transform: translateX(-100%);
    transition: all .7s .3s cubic-bezier(.645, .045, .355, 1)
}

.loaded #loader-wrapper .loader-section.section-right {
    transform: translateX(100%);
    transition: all .7s .3s cubic-bezier(.645, .045, .355, 1)
}

.loaded #loader-wrapper {
    visibility: hidden;
    transform: translateY(-100%);
    transition: all .3s 1s ease-out
}

.id-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, .7);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.id-modal__container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 2rem 4rem;
    z-index: 10;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    max-width: 945px;
    width: 100%
}

.id-modal__close {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    display: inline-block;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #5e6b9d
}

    .id-modal__close i {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 20px;
        color: #fff
    }

.id-modal.active {
    visibility: visible;
    opacity: 1
}

/*responsive*/
@media (max-width:991px) {
    .id-modal__container {
        max-width: 90%
    }

    .id-modal__close {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        background-color: transparent;
        width: 30px;
        height: 30px
    }

        .id-modal__close i {
            color: #5e6b9d
        }
}

@media (max-width:767px) {
    .id-modal {
        overflow: auto
    }

    .id-modal__container {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        margin: 3rem auto;
        overflow: auto
    }
}

@media (max-width:479px) {
    .id-modal__container {
        max-width: 300px
    }
}

/*end*/


.id-popup {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99999;
    background-color: rgba(46, 40, 26, .86);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.id-popup__content {
    max-width: 745px;
    max-height: calc(100vh - 100px);
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: tranform .4s ease;
    -moz-transition: tranform .4s ease;
    transition: tranform .4s ease;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.id-popup__close {
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    background-color: #5e6b9d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

    .id-popup__close:after, .id-popup__close:before {
        height: 50%;
        background-color: #fff
    }

    .id-popup__close:hover {
        background-color: #222;
        -webkit-transform: translate(50%, -50%);
        -moz-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        -o-transform: translate(50%, -50%);
        transform: translate(50%, -50%)
    }

.id-popup.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    transition-delay: .5s
}

    .id-popup.active .id-popup__content {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transform-origin: 50% 0;
        -moz-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        -o-transform-origin: 50% 0;
        transform-origin: 50% 0
    }

/*responsive*/
@media (max-width:1199px) {
    .id-popup__close {
        background-color: transparent;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        border: none
    }

        .id-popup__close:after, .id-popup__close:before {
            background-color: #f44336
        }
}

@media (max-width:991px) {
    .id-popup {
        padding: 100px 30px 20px
    }

        .id-popup .id-popup__content {
            position: relative;
            top: 0;
            left: 0;
            max-width: 800px;
            margin: 0 auto
        }

        .id-popup.active .id-popup__content {
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            transform: translate(0, 0)
        }
}

@media (max-width:479px) {
    .id-popup {
        padding-top: 50px;
        padding-left: 20px;
        padding-right: 20px
    }
}

/*end*/
.id-tab.active {
    display: block
}

/*3. COMPONENTS */

.id-form--comment h3 {
    margin-bottom: 2rem;
    font-weight: 400;
    color: #222;
    font-size: 2.4rem
}

.id-form--comment p {
    margin-bottom: 3.5rem;
    color: #777
}

.id-form--comment .form-group .form-control {
    border: 1px solid #dad9d9;
    background-color: #fff;
    border: 50%;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px
}

.id-form--comment .form-group textarea.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.id-form--comment .submit button {
    padding-left: 6rem;
    padding-right: 6rem
}

.id-form--contact h3 {
    margin-bottom: 2.5rem;
    font-weight: 400;
    color: #222;
    font-size: 2.4rem
}

.id-form--contact p {
    margin-bottom: 3.5rem;
    color: #777
}

.id-form--contact .form-group .form-control {
    border: 1px solid #dad9d9;
    background-color: #fff;
    border: 50%;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px
}

.id-form--contact .form-group textarea.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.id-form--contact .submit button {
    padding-left: 6rem;
    padding-right: 6rem
}

.id-form--product-review {
    max-width: 450px
}

    .id-form--product-review h4 {
        margin-bottom: 1.5rem;
        font-weight: 500
    }

    .id-form--product-review .form-group {
        margin-bottom: 3rem
    }

        .id-form--product-review .form-group > label {
            margin-bottom: 1.5rem;
            font-weight: 600
        }

            .id-form--product-review .form-group > label sup {
                color: red
            }

    .id-form--product-review .form-control {
        border: none;
        background-color: #eee;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px
    }

    .id-form--product-review button {
        border: none;
        height: 45px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        border-radius: 50px
    }

.id-form--create-tags label {
    color: #000
}

.id-form--create-tags input {
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 20px;
    width: 100%;
    max-width: 300px;
    height: 50px;
    border: none;
    text-indent: 10px;
    background-color: #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

    .id-form--create-tags input::-webkit-input-placeholder, .id-form--create-tags input::-moz-placeholder, .id-form--create-tags input:-moz-placeholder, .id-form--create-tags input:-ms-input-placeholder {
        color: #757575
    }

    .id-form--create-tags input:focus {
        background-color: #eee
    }

.id-form--create-tags button {
    display: inline-block;
    vertical-align: top;
    padding-left: 40px;
    padding-right: 40px;
    height: 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

/*responsive*/
@media (max-width:767px) {
    .id-form--create-tags {
        max-width: 400px;
        margin: 0 auto 3rem
    }

        .id-form--create-tags input {
            max-width: 400px
        }

        .id-form--create-tags button {
            width: 100%;
            text-align: center
        }
}

/*end*/
.id-form--cart-process .form-group {
    margin-bottom: 10px
}

.id-form--cart-process .id-select {
    width: 100%
}

    .id-form--cart-process .id-select .selectize-input {
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        border-radius: 40px;
        padding-left: 20px
    }

.id-form--cart-process .form-control {
    background-color: transparent;
    border: 1px solid #e6e5e5;
    height: 38px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px
}

.id-form--cart-process figure {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border: none;
    border-bottom: 1px solid #e5e5e5
}

    .id-form--cart-process figure button {
        background-color: #555
    }

.id-form--cart-process .submit button {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px
}




/*end*/

.id-form--account {
    border: solid 1px #e5e5e5;
    max-width: 600px;
    margin: 0 auto 3rem;
    padding: 5rem 3rem
}


    .id-form--account .form-group {
        max-width: 420px;
        margin: 0 auto 20px
    }

        .id-form--account .form-group > label {
            color: #555;
            font-size: 13px
        }

    .id-form--account .form-control {
        border: 1px solid #e5e5e5;
        background-color: transparent;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        border-radius: 50px
    }

    .id-form--account .submit {
        text-align: center
    }

        .id-form--account .submit .id-btn {
            margin-bottom: 20px;
            height: 45px;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            -ms-border-radius: 50px;
            border-radius: 50px;
            padding-left: 5rem;
            padding-right: 5rem;
            min-width: 250px;
            text-align: center;
            font-weight: 600;
            text-transform: uppercase
        }

        .id-form--account .submit p {
            margin-bottom: 2.5rem;
            color: #555;
            font-size: 13px
        }

            .id-form--account .submit p a {
                color: #777
            }

            .id-form--account .submit p strong {
                font-weight: 600;
                color: #222
            }

                .id-form--account .submit p strong a:hover {
                    text-decoration: underline
                }






.back-about-index {
    background-image: url(/Content/images/about-panasonic-pic.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 65% auto
}

.text-about-index {
    padding: 6rem;
    text-align: justify;
    margin-bottom: 3rem
}

    .text-about-index > p {
        line-height: 1.9
    }

    .text-about-index > #continueabout {
        text-align: center;
        padding-top: 1rem
    }

    .text-about-index a {
        border: 1px solid #555;
        border-radius: 50px
    }

    .text-about-index h5 {
        font-size: 1.3em;
        text-align: right;
        padding: 5px;
    }

.id-line-blog {
    width: 52%;
    background-color: #0048aa;
    height: 3px;
    display: inline-block;
    position: relative;
    bottom: 4px
}

.id-archive-title {
    font-family: iranyekan;
    font-size: .9em;
    border: none !important;
    padding: 0 !important
}

.boxdetail {
    position: absolute;
    background-color: #fff;
    padding: 2rem;
    margin-top: 6rem;
    max-width: 65%
}

    .boxdetail > h3 {
        color: #0aabad;
        font-size: 1.8rem;
        font-weight: 500
    }

    .boxdetail > p {
        line-height: 1.9
    }

    .boxdetail > span {
        font-family: iranyekanfa
    }

#lineabout {
    width: 7px;
    background-color: #0048aa;
    display: inline-block;
    height: 29px;
    border-radius: 4px;
    position: relative;
    top: 9px
}

.id-our-blogs {
    padding-top: 10rem
}



.id-new-arrivals {
    padding-top: 10rem;
    padding-bottom: 7rem
}

    .id-new-arrivals.id-new-arrivals--fullwidth {
        padding-bottom: 0
    }

@media (min-width:1440px) {
    .id-new-arrivals.id-new-arrivals--fullwidth .id-section__content .col-xl-3 {
        max-width: 20%
    }
}

@media (min-width:1200px) {
    .id-new-arrivals .id-section__mobile {
        display: none
    }
}

@media (max-width:1199px) {
    .id-new-arrivals .id-section__content {
        display: none
    }
}

@media (max-width:767px) {
    .id-new-arrivals {
        padding: 5rem 0
    }

        .id-new-arrivals .col-12 {
            max-width: 50%
        }
}

.id-product-categories {
    padding-bottom: 10rem
}

    .id-product-categories.grid .id-block--category {
        margin-bottom: 3rem
    }

.id-site-features {
    padding-top: 10rem;
    padding-bottom: 10rem
}

.feature-box-size {
    width: 59%
}

@media (max-width:991px) {
    .id-site-features {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
}

.offer-property {
    width: 100%;
    text-align: right;
    direction: rtl;
    line-height: 2;
    margin-bottom: 3rem;
    margin-right: 2rem
}

    .offer-property > ul {
        width: 100%
    }

        .offer-property > ul > li {
            list-style: circle
        }


.id-organize {
    padding: 0 !important
}

    .id-organize > h5 {
        text-align: center;
        margin-bottom: 3rem;
        position: relative;
        bottom: 10px;
        color: #929bae
    }

.seprate-line::before {
    content: "";
    width: 25%;
    background-color: #d5e0ee;
    display: inline-block;
    height: 2px;
    border-radius: 1px;
    position: relative;
    top: 0
}

.seprate-line::after {
    content: "";
    width: 25%;
    background-color: #d5e0ee;
    display: inline-block;
    height: 2px;
    border-radius: 1px;
    position: relative;
    top: 0
}

.id-about-us {
    padding-top: 10rem
}

    .id-about-us .id-section__content figure p {
        margin-bottom: 7rem;
        padding-left: 7rem;
        line-height: 1.75em
    }

@media (max-width:1199px) {
    .id-about-us .col-xl-5 img {
        display: none
    }

    .id-about-us .id-section__content figure p {
        padding-left: 0
    }
}

@media (max-width:991px) {
    .id-about-us {
        padding-top: 5rem
    }
}

.id-product-hotpot .id-block--hotpot {
    position: absolute
}

    .id-product-hotpot .id-block--hotpot.first {
        top: 35%;
        left: 45%
    }

    .id-product-hotpot .id-block--hotpot.second {
        top: 20%;
        left: 65%
    }

    .id-product-hotpot .id-block--hotpot.third {
        top: 65%;
        left: 72%
    }

@media (max-width:479px) {
    .id-product-hotpot {
        display: none
    }
}


.bg-fff {
    background-color: #fff;
}

.id-comments {
    padding: 10rem 0;
    background-color: #f2f2f2
}



    .id-comments .id-section__content {
        margin-bottom: 10rem
    }

@media (max-width:767px) {
    .id-comments {
        padding: 5rem 0
    }
}


.id-contact .id-section__content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    flex-flow: row nowrap
}

    .id-contact .id-section__content > * {
        width: 100%
    }

    .id-contact .id-section__content .id-contact__map {
        padding-right: 3rem
    }

        .id-contact .id-section__content .id-contact__map #contact-map {
            height: 100%
        }

    .id-contact .id-section__content .id-contact__form {
        max-width: 45%;
        padding: 10rem 10rem 5rem;
        padding-right: calc((100% - 1140px)/ 2);
        background-color: #f2f2f2
    }

@media (max-width:1199px) {
    .id-contact .id-section__content .id-contact__map {
        padding-right: 0
    }

    .id-contact .id-section__content .id-contact__form {
        max-width: 50%;
        padding: 5rem 3rem
    }
}

@media (max-width:767px) {

    .id-contact .id-section__content {
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        flex-flow: row wrap
    }

        .id-contact .id-section__content > * {
            max-width: 100%
        }

        .id-contact .id-section__content .id-contact__map {
            min-height: 450px
        }

        .id-contact .id-section__content .id-contact__form {
            max-width: 100%
        }
}

.id-meet-a-team {
    position: relative;
    top: -10rem;
    margin-bottom: -10rem;
    padding-bottom: 3rem
}

    .id-meet-a-team > img {
        margin-bottom: 10rem
    }

@media (max-width:767px) {
    .id-meet-a-team {
        top: -5rem;
        margin-bottom: -5rem
    }
}

.id-about-signature {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    flex-flow: row nowrap
}

    .id-about-signature > * {
        width: 100%;
        max-width: 50%
    }

    .id-about-signature .id-section__right {
        padding: 10rem;
        padding-right: calc((100% - 1170px)/ 2);
        background-color: #f2f2f2
    }

        .id-about-signature .id-section__right h2 {
            margin-bottom: 3rem;
            font-size: 8rem;
            font-weight: 300;
            color: #222
        }

        .id-about-signature .id-section__right blockquote {
            margin-bottom: 3rem
        }

            .id-about-signature .id-section__right blockquote p {
                font-size: 1.6rem;
                font-weight: 500;
                font-style: italic;
                color: #222;
                line-height: 1.6em
            }

        .id-about-signature .id-section__right > p {
            margin-bottom: 3rem;
            font-size: 1.4rem;
            line-height: 1.8em;
            text-align: justify
        }

@media (max-width:1440px) {
    .id-about-signature .id-section__right {
        padding-top: 5rem;
        padding-bottom: 5rem;
        padding-left: 5rem
    }
}

@media (max-width:1199px) {
    .id-about-signature .id-section__right {
        padding: 5rem
    }

        .id-about-signature .id-section__right h2 {
            font-size: 6rem
        }
}

@media (max-width:991px) {
    .id-about-signature .id-section__left {
        max-width: 40%
    }

    .id-about-signature .id-section__right {
        max-width: 60%
    }
}

@media (max-width:767px) {
    .id-about-signature {
        -webkit-flex-flow: column wrap;
        -moz-flex-flow: column wrap;
        flex-flow: column wrap
    }

        .id-about-signature .id-section__left {
            max-width: 100%;
            height: 450px
        }

        .id-about-signature .id-section__right {
            max-width: 450px;
            margin: 0 auto;
            padding: 30px 15px
        }
}

@media (min-width:1440px) {
    .id-shopping.id-shopping--5-columns .id-shopping__content .row .col-xl-3 {
        max-width: 20%
    }
}

@media (min-width:1440px) {
    .id-shopping.id-shopping--6-columns .id-shopping__content .row .col-xl-3 {
        max-width: calc(100% / 6)
    }
}

@media (max-width:767px) {
    .id-shopping {
        padding: 0
    }
}

@media (max-width:479px) {
    .id-shopping {
        padding: 0
    }

        .id-shopping .id-shopping__content .col-12 {
            max-width: 50%
        }
}

.id-shopping--sidebar .id-filter .id-filter__content {
    margin-top: 4rem;
}

@media (max-width:991px) {
    .id-shopping--sidebar .id-filter {
        max-width: 400px
    }

        .id-shopping--sidebar .id-filter.active .id-filter__content {
            display: none
        }
}



.id-product-list .id-filter {
    margin-bottom: 3rem
}

.id-product-list .id-section__footer .id-pagination {
    text-align: left
}

.id-related-products h3 {
    margin-bottom: 3rem;
    padding-bottom: 2.5rem;
    font-size: 2.4rem;
    color: #222;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5
}

.id-shopping-cart {
    padding-bottom: 5rem
}

.id-lookbook {
    padding-bottom: 5rem
}

.id-lookbook--2 {
    padding-bottom: 0
}

    .id-lookbook--2 .id-block--lookbook-3 .col-xl-3 {
        text-align: right
    }

        .id-lookbook--2 .id-block--lookbook-3 .col-xl-3:first-child {
            text-align: left
        }

        .id-lookbook--2 .id-block--lookbook-3 .col-xl-3 .id-product--lookbook {
            display: inline-block
        }

@media (max-width:991px) {
    .id-lookbook--2 .id-block--lookbook-3 .col-xl-3 {
        text-align: center
    }

        .id-lookbook--2 .id-block--lookbook-3 .col-xl-3:first-child {
            text-align: center
        }

        .id-lookbook--2 .id-block--lookbook-3 .col-xl-3 .id-product--lookbook {
            display: inline-block;
            margin-right: 20px
        }

            .id-lookbook--2 .id-block--lookbook-3 .col-xl-3 .id-product--lookbook:last-child {
                margin-right: 0
            }

    .id-lookbook--2 .id-block--lookbook-3 .main {
        margin-bottom: 30px
    }

        .id-lookbook--2 .id-block--lookbook-3 .main img {
            width: 100%
        }
}

.id-site-partners {
    padding: 6rem 0
}




.id-account {
    padding-bottom: 8rem
}

@media (max-width:767px) {
    .id-account {
        padding-bottom: 5rem
    }
}


.id-page .id-site-partners {
    padding-top: 6rem;
    padding-bottom: 6rem;
    border-top: 1px solid #e5e5e5
}

/*responsive*/
@media (max-width:1199px) {
    .id-page {
        padding-top: 0
    }
}




/*end*/

.id-page--contact .id-site-partners {
    border-top: none
}




.id-page--about .id-about--intro {
    padding-bottom: 7rem
}

.id-page--lookbook {
    padding-top: 0
}



/*4. MODULES */

.sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    padding: 20px 10px;
    min-width: 240px;
    z-index: 1000;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    visibility: hidden;
    opacity: 0;
    background-color: #222
}

    .sub-menu:before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 0;
        width: 0;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        display: none
    }

    .sub-menu > li {
        display: block
    }

        .sub-menu > li > a {
            display: inline-block;
            padding: 10px 20px;
            width: 100%;
            font-size: 13px;
            color: #999;
            -webkit-transition: all .8s cubic-bezier(.19, 1, .22, 1);
            -moz-transition: all .8s cubic-bezier(.19, 1, .22, 1);
            transition: all .8s cubic-bezier(.19, 1, .22, 1)
        }

            .sub-menu > li > a:hover {
                color: #fff
            }

        .sub-menu > li.menu-item-has-children > .sub-menu {
            position: absolute;
            top: 0;
            left: 100%;
            visibility: hidden;
            opacity: 0;
            -webkit-transform: translateY(30px);
            -moz-transform: translateY(30px);
            -ms-transform: translateY(30px);
            -o-transform: translateY(30px);
            transform: translateY(30px)
        }

        .sub-menu > li.menu-item-has-children:hover > .sub-menu {
            visibility: visible;
            opacity: 1;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0)
        }

        .sub-menu > li:last-child {
            border-bottom: none
        }

@media (max-width:1199px) {
    .sub-menu {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-duration: 0;
        -moz-transition-duration: 0;
        transition-duration: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0
    }

        .sub-menu > li {
            border-bottom: 1px solid #e4e4e4
        }

            .sub-menu > li:first-child, .sub-menu > li:last-child {
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                -ms-border-radius: 0;
                border-radius: 0
            }

            .sub-menu > li > a {
                padding: 10px 20px;
                padding-right: 25px;
                text-align: right;
                font-size: 13px;
                line-height: 20px
            }

            .sub-menu > li.menu-item-has-children > .sub-toggle {
                display: inline-block
            }

            .sub-menu > li.menu-item-has-children > .sub-menu {
                position: relative;
                top: 0;
                left: 0;
                -webkit-transform: translateX(0);
                -moz-transform: translateX(0);
                -ms-transform: translateX(0);
                -o-transform: translateX(0);
                transform: translateX(0);
                -webkit-transition: all 0s ease;
                -moz-transition: all 0s ease;
                transition: all 0s ease
            }

                .sub-menu > li.menu-item-has-children > .sub-menu > li > a {
                    padding-left: 5rem;
                    background-color: #f9f9f9
                }
}

.menu-desktop {
    padding-bottom: 11px
}

    .menu-desktop > li:not(:first-child)::before {
        content: "";
        width: 1px;
        height: 35px;
        background: #21252926;
        display: inline-block;
        position: relative;
        top: 16px;
        left: 11px
    }

.menu > li {
    display: inline-block;
    padding-left: 21px !important;
    position: relative;
    top: -8px;
    transition: all .3s ease-in-out
}

    .menu > li > div::before {
        content: "";
        position: absolute;
        width: 100%;
        bottom: 0;
        z-index: 4;
        left: 0;
        right: -10px;
        height: 2px;
        background-color: #0048aa;
        transform: scaleX(0);
        transition: all .3s ease-in-out
    }

    .menu > li:hover div::before {
        transform: scaleX(.8)
    }

    .menu > li > a {
        display: inline-block;
        padding: 15px 0;
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        color: #516486
    }

    .menu > li .sub-menu {
        visibility: hidden;
        opacity: 0
    }

    .menu > li:first-child {
        padding-left: 0
    }

    .menu > li:last-child {
        margin-right: 0;
        padding-right: 0
    }

    .menu > li.menu-item-has-children .sub-toggle {
        margin-left: 5px;
        color: #929292
    }

    .menu > li.menu-item-has-children:hover .sub-toggle {
        color: #0048aa;
        cursor: pointer
    }

    .menu > li.menu-item-has-children:hover > .sub-menu {
        visibility: visible;
        opacity: 1
    }

    .menu > li.current-menu-item > a, .menu > li.current-menu-item .sub-toggle {
        color: #fff
    }

@media (max-width:1199px) {
    .menu > li {
        display: block;
        padding-right: 0
    }

        .menu > li > a {
            display: block;
            color: #222;
            font-size: 1.5rem;
            padding: 1rem 0;
            line-height: 20px;
            text-align: right
        }

        .menu > li.menu-item-has-children {
            position: relative
        }

            .menu > li.menu-item-has-children > .sub-menu {
                display: none;
                visibility: visible;
                opacity: 1;
                -webkit-transition: all 0s ease;
                -moz-transition: all 0s ease;
                transition: all 0s ease;
                background-color: #fff
            }

                .menu > li.menu-item-has-children > .sub-menu > a {
                    color: #777
                }

                .menu > li.menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-toggle {
                    height: 40px;
                    width: 40px
                }

            .menu > li.menu-item-has-children .sub-toggle {
                position: absolute;
                top: 0;
                left: 0;
                z-index: 10;
                height: 30px;
                width: 30px;
                margin-left: 0
            }

                .menu > li.menu-item-has-children .sub-toggle i {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    -webkit-transform: translate(-50%, -50%);
                    -moz-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    -o-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%)
                }

        .menu > li.current-menu-item {
            position: relative
        }

            .menu > li.current-menu-item > a:before {
                display: none
            }
}














/*end*/




.icon-search2::before {
    content: "\e91a"
}

.icon-user2, .top-element-menu .icon-search2 {
    position: relative;
    top: 10px;
    font-size: 28px;
    margin: 6px;
    color: #9297b0
}

.icon-menu::before {
    content: "\e975"
}



ul.top-elements li {
    float: left;
    display: inline-block;
    margin-left: 3px
}

.top-elements {
    list-style: none;
    display: contents
}

#collapse-search {
    width: 87%;
    margin: auto;
    position: relative;
    top: -5px
}


/* blog news */

.text-about-index .icon-list::before {
    float: right;
    margin-left: 0;
    font-size: 25px;
    position: relative;
    top: 12px;
    color: #a6acb7;
    background: #fff;
    z-index: 1;
}

.lineabout::after {
    width: 7px;
    background-color: #0048aa;
    display: inline-block;
    height: 29px;
    border-radius: 4px;
    position: relative;
    top: 9px;
}

.id-fullwidth {
    width: 100%
}

html .bg--parallax {
    position: relative;
    z-index: 10;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 50% 50%
}

.bg--cover, .bg--top {
    background-position: 50% 50% !important;
    background-size: cover !important
}



.ideal-offer {
    background-color: #0048aa;
    color: #fafafa;
    padding: 6px;
    border-radius: 0 0 30px 30px;
    display: inline-block;
    font-size: 1.2em;
    width: 200px
}

.real-price-in-offer {
    font-size: 1.99rem;
    font-weight: 500;
    color: #c6cbd6
}

.price-off-in-offer {
    font-size: 2rem;
    font-family: iranyekanfa;
    font-weight: 900;
    display: block;
    margin-right: 1.5rem;
    color: #0048aa
}

.pricelabel {
    margin-right: .5rem;
    font-size: .8em;
    font-weight: 500;
    margin-top: .5rem
}

#tabs-wrapper *, #tabs-wrapper:after, #tabs-wrapper:before, .section-tab h4:after, .section-tab h4:before, section p:after, section p:before {
    box-sizing: border-box
}

#tabs-wrapper {
    color: #000;
    box-sizing: border-box;
    width: 98.5%;
    font-family: arial;
    line-height: 1.8em
}

.section-tab {
    zoom: 1;
    position: relative;
    height: auto
}

    .section-tab:after, .section-tab:before {
        box-sizing: border-box;
        content: "";
        display: table
    }

    .section-tab:after {
        clear: both
    }

    .section-tab .tab-title {
        box-sizing: border-box;
        border-right: 2px solid #ccc;
        border-top: none;
        cursor: pointer;
        font-size: 1em;
        padding: 15px 20px;
        font-weight: 500
    }

    .section-tab .tab-content:after, .section-tab .tab-content:before {
        box-sizing: border-box;
        content: "";
        display: table
    }

    .section-tab .tab-content:after {
        clear: both
    }

    .section-tab .activee {
        cursor: default;
        border-right: 2px solid #0048aa
    }

    .section-tab .active + .tab-content {
        display: block
    }

@media screen and (min-width:600px) {
    .section-tab .tab-title {
        position: relative;
        text-align: right;
        direction: rtl;
        height: 20%;
        display: block
    }

    .section-tab .tab-content {
        position: absolute;
        width: 88%;
        left: 0;
        top: 0;
        padding: 1em
    }
}

.id-product--detail .id-tab-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 0 25px;
    border-bottom: 1px solid #e5e5e5
}

    .id-product--detail .id-tab-list li {
        display: inline-block;
        margin-left: 5rem
    }

        .id-product--detail .id-tab-list li a {
            position: relative;
            padding-left: 15px;
            color: #777
        }

            .id-product--detail .id-tab-list li a:before {
                content: "";
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                left: 0;
                width: 6px;
                height: 6px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                border-radius: 50%;
                background-color: #777;
                -webkit-transition: all .4s ease;
                -moz-transition: all .4s ease;
                transition: all .4s ease
            }

        .id-product--detail .id-tab-list li:last-child {
            margin-right: 0
        }

.id-product--detail .id-tab {
    padding: 3rem 0
}

.choice-list__item {
    position: relative;
    margin: 0 0 .5rem 0
}

.choice-list__checkbox {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.choice-list__label {
    display: inline-block;
    padding: 0 0 0 2.5rem;
    cursor: pointer;
    padding-right: 43px
}

    .choice-list__label:before {
        transition: transform .3s ease-in-out;
        content: "";
        position: absolute;
        right: 2rem;
        top: .1rem;
        z-index: 1;
        display: block;
        width: 1.8rem;
        height: 1.8rem;
        background: #fff;
        border-radius: 50%
    }

    .choice-list__label:after {
        transition: background .3s ease-in-out;
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        width: 4rem;
        height: 2rem;
        background: #cbd8e5;
        border-radius: 50px
    }

.choice-list__checkbox:checked + .choice-list__label:before {
    transform: translateX(1.9rem)
}

.choice-list__checkbox--blue:checked + .choice-list__label:after {
    background: #0048aa;
}

.checkbox-product input[type=checkbox] + .label {
    position: relative;
    padding-left: 1.7em;
    color: #fff;
    font-size: 3.125rem;
    cursor: pointer
}

    .checkbox-product input[type=checkbox] + .label::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: .8em;
        height: .8em;
        border: 1px solid #d2dff1;
        border-radius: .1em;
        background: #e7edf8
    }

    .checkbox-product input[type=checkbox] + .label::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 24px;
        height: 24px;
        transform: scale(0);
        background-color: #0048aa;
        border-radius: .1em;
        transition: all .2s linear;
        opacity: 0
    }

    .checkbox-product input[type=checkbox] + .label svg {
        position: absolute;
        top: -.15em;
        right: .09em;
        z-index: 1
    }

    .checkbox-product input[type=checkbox] + .label #check-icon {
        stroke: #fff;
        stroke-dasharray: 36;
        stroke-dashoffset: 36
    }

.checkbox-product input[type=checkbox]:checked + .label::after {
    transform: scale(1);
    opacity: 1
}

.checkbox-product input[type=checkbox]:checked + .label #check-icon {
    animation-name: check-animation;
    animation-duration: .2s;
    animation-delay: .4s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(1, .12, .96, .62)
}

.checkbox-product .label p {
    padding-right: 30px
}

@keyframes check-animation {
    0% {
        stroke-dashoffset: 36
    }

    100% {
        stroke-dashoffset: 0
    }
}

.c-switch {
    display: inline-flex;
    position: relative;
    padding: 3px;
    border-radius: 50px;
    margin-top: 3px;
}

.c-switch__highlight {
    width: 50%;
    position: absolute;
    top: 3px;
    left: 0;
    bottom: 3px;
    background: #157de6;
    border-radius: 50px;
    transition: .3s
}

.c-switch button {
    position: relative;
    color: #2f3943;
    border: 0;
    outline: 0;
    cursor: pointer;
    padding: 7px 9px;
    background-color: transparent;
}

    .c-switch button.is-active {
        color: #fff
    }

    .c-switch button.is-active-sort-order {
        color: #0048aa;
    }

.text-center {
    text-align: center
}

.product-bottom-desc-box {
    padding: 27px;
}

    .product-bottom-desc-box p {
        line-height: 28px;
    }

    .product-bottom-desc-box h2.title-desc-box {
        font-size: 18px;
        font-weight: 700;
    }

.img-text > h1 {
    font-size: .9rem;
    color: #fff
}

.img-text > p {
    font-size: .875rem;
    color: #7ed0e0;
    line-height: 130%;
    font-weight: 800
}

.image-in-product {
    width: 49%
}


.search-up-dl {
    background-color: #2b71fc;
    padding: 13px
}

.up-dl-box {
    background: #fff;
    margin-top: 20px;
    box-shadow: 0 1px 3px rgba(109, 109, 109, .12), 0 1px 2px rgba(109, 109, 109, .12);
    border-radius: 12px;
}

.single-up-dl-box-margin {
    margin-bottom: 2rem
}

.single-up-dl-box {
    background: #fff;
    margin-top: 20px;
    padding: 27px;
    box-shadow: 0 1px 3px rgba(109, 109, 109, .12), 0 1px 2px rgba(109, 109, 109, .12);
    border-radius: 12px;
    position: relative;
}

.idehal-news-rss-title {
    font-size: 18px;
    padding: 0;
    margin: 0;
    line-height: 1;
    color: #525662;
}

.single-up-dl-box h1 {
    color: #0048aa;
    font-size: 17px;
    margin-bottom: 25px
}

.single-up-dl-box::after {
    content: '';
    width: 80%;
    height: 5px;
    display: block;
    position: absolute;
    background-color: #d7e1f3;
    bottom: 0;
    right: 10%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.product-page-3column-box > div > div {
    min-height: 175px
}

.product-page-3column-box img {
    margin: 0 auto;
    display: block;
    position: relative;
    bottom: 25px
}

.product-page-3column-box h3 {
    color: #3a58c6;
    font-size: 1.5em;
    padding: 23px 16px 0 0
}

.product-page-3column-box ul li {
    list-style: none;
    margin-right: 13%;
    line-height: 2.3;
    transition: ease .5s
}

    .product-page-3column-box ul li:hover::before {
        background-color: #0048aa
    }

    .product-page-3column-box ul li::before {
        content: "";
        display: inline-block;
        width: 11px;
        height: 11px;
        position: relative;
        background-color: #ced4e0;
        right: -6%;
        top: 54%;
        transform: rotate(45deg);
        z-index: +9;
        transition: ease .5s
    }

    .product-page-3column-box ul li a {
        color: #697285
    }

.product-page-3column-box .lineBoxProduct {
    width: 31px;
    background-color: #f88305;
    display: inline-block;
    height: 7px;
    border-radius: 50px;
    position: relative;
    bottom: 16px;
    left: 7px
}

.product-page-3column-box .dl-catalog {
    border: 1px solid #c3cbda;
    padding: 10px 23px;
    border-radius: 50px;
    color: #546788;
    margin: 0 auto
}

    .product-page-3column-box .dl-catalog svg {
        width: 17px;
        color: #546788
    }

    .product-page-3column-box .dl-catalog .line {
        width: 43px;
        background-color: #f88305;
        display: inline-block;
        height: 6px;
        border-radius: 50px 50px 0 0;
        position: absolute;
        bottom: 0;
        left: 49px
    }

span.img-text {
    text-decoration: none;
    outline: 0;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    cursor: pointer;
    width: 100%;
    font-size: 23px;
    display: block;
    text-transform: capitalize
}

.sidebar-services img {
    float: right
}

.sidebar-services div {
    min-height: 92px;
    padding-top: 15px
}

    .sidebar-services div p {
        position: relative;
        top: 14px;
        text-align: center
    }

    .sidebar-services div::after {
        content: "...........................";
        display: inline-block;
        position: absolute;
        top: 70px;
        letter-spacing: 5px
    }

    .sidebar-services div:last-child::after {
        content: "" !important
    }

    .sidebar-services div img {
        width: 25%
    }

div.list-group .list-group-item {
    background-color: #f2f3f4 !important;
    border: 0 !important
}
/* responsive new edition */
@media (max-width: 992px) {
    .id-breadcrumb-custom {
        background: #f6f9ff;
        margin-bottom: 1rem;
    }
}

@media (min-width: 1200px) and (max-width: 1250px) {
    .new-blog img {
        width: 97px !important;
        height: 57px !important;
    }
}

@media (min-width: 1250px) and (max-width: 1299px) {
    .new-blog img {
        width: 97px !important;
        height: 67px !important;
    }
}

@media (min-width: 1300px) and (max-width: 1490px) {
    .new-blog img {
        width: 100% !important;
        height: 77px !important;
    }
}

@media (min-width: 1491px) and (max-width: 1640px) {
    .new-blog img {
        width: 100% !important;
        height: 87px !important;
    }
}


.border-radius-5 {
    border-radius: 5px;
}

.color-366dc1 {
    color: #366dc1
}

.idehal-not-found-ul {
    list-style: none
}

    .idehal-not-found-ul li:before {
        content: "\2022";
        color: #18c4e6;
        font-weight: bold;
        display: inline-block;
        width: 17px;
        margin-right: -10px;
        font-size: 25px;
        position: relative;
        top: 3px;
        line-height: 1;
    }

.standard-icons {
    display: flex;
    justify-content: flex-end;
}


.checkbox-product .label p {
    font-size: 15px;
    margin-bottom: 15px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #003b87;
}

.custom-select {
    background-color: #e8eef2 !important;
    height: auto !important;
    padding: 12px !important;
    border-radius: 0.75rem !important;
    border: none !important;
    background-position: left !important;
}

.btn-accept {
    background-color: #0048aa;
    padding: 1rem 3rem;
    border-radius: 12px;
    min-width: 100px;
    color: #fff;
    cursor: pointer;
    border: 1px solid #0048aa;
}

@media screen and (max-width:768px) {
    .swiper-button-next, .swiper-button-prev {
        display: none !important;
    }
}

.submit-contact {
    background-color: #0048aa;
    border-radius: 5px;
    padding: 1.5rem;
    border: none;
}

.repaier-box-parallax-cta-a {
    font-size: 27px;
    color: #0048aa;
}

.close-sort-list {
    margin: 0 !important;
    border: 1px solid #707070 !important;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px !important;
}

.sorting-button {
    border: none;
    margin-bottom: 1rem;
    width: 100%;
    text-align: right;
    background-color: transparent;
}

@media (min-width:768px) {
    .id-filter.active .id-filter__content {
        display: block;
    }
}

.product-bottom-desc-box h2.title-desc-box, .faq-box-product h2 {
    color: #222 !important;
    font-size: 19px;
    font-weight: 700;
    margin: 0;
}

.faq-box-product h2 {
    border: none;
}

@media only screen and (max-width: 567px) {
    .desc-box-bg {
        padding-top: 3rem;
    }
}

.swiper-slide-mp {
    background-color: #fff;
    border-radius: 0.75rem;
}

p.desc-title {
    color: #9fa4ae;
    margin-bottom: 8px;
}

li.page-item {
    margin: 0 4px;
    border-radius: 5px;
    overflow: hidden;
}

ul.pagination {
    padding: 5px;
}

.select2-container .select2-selection--single {
    border: 1px solid #ebebeb !important;
    padding: 12px;
    height: 50px !important;
    width: 100% !important;
    border-radius: 0.75rem !important;
    border: none !important;
    background: #e8eef2 !important;
    color: #121F3E !important;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
    font-size: 14px;
    color: #121F3E;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 10px !important;
    top: 14px;
}

@media screen and (min-width: 768px) {
    .id-filter__header {
        display: none;
    }
}

@media (max-width: 767px) {
    .id-filter__header {
        width: 100%;
        background: #fff;
        position: relative;
        padding: 5px;
        border-radius: 4px;
        text-align: center;
    }
}

/* ---------------- rtl.css -------------------*/
.border-radius {
    border-radius: 5px
}

.h-100 {
    height: 100%
}

.lightblueback {
    background-color: #f4f8fe
}

.countdown-margin {
    padding: 1rem
}

.section-tab {
    min-height: 449px
}

.bought_cart {
    padding: 1rem 1rem !important;
    border: 1px solid #d2dff1 !important;
    border-radius: 50px !important
}

    .bought_cart span:not(#text__cart) {
        margin-right: .5rem;
        width: 25px;
        height: 25px;
        background: #0aabad;
        border-radius: 50px;
        display: inline-block
    }

    .bought_cart span i {
        font-style: normal;
        position: relative;
        color: #fff;
        top: 2px;
        font-size: 14px;
        font-family: iranyekanfa
    }

    .bought_cart i {
        color: #0aabad;
        position: relative;
        top: 4px
    }

.id-btn.id-btn--lightgreen, button.id-btn.id-btn--lightgreen {
    background-color: #fff;
    font-family: iranyekanfa
}

#text__cart {
    display: inherit;
    color: #5c5c5c;
    font-family: iranyekanfa;
    font-size: 1.4rem
}



.w-98-5 {
    width: 98.5% !important
}

.margin-top-1 {
    margin-top: 1rem
}

.margin-padding-feature {
    margin-right: 1rem;
    padding-left: 2rem
}

.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around
}

.flex-item {
    background: #f5f9ff;
    padding: 0;
    width: 20%;
    height: 128px;
    margin-top: 10px;
    line-height: 2;
    color: #fff;
    font-weight: 700;
    font-size: 3em;
    text-align: center
}

    .flex-item:not(:last-child)::after {
        content: "";
        background-image: url(/Content/images/dot.png);
        width: 10px;
        height: 76px;
        display: inline-block;
        background-repeat: no-repeat;
        transform: rotate(180deg);
        position: relative;
        right: 10rem;
        bottom: 9rem
    }

.flex-container-product1 {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around
}

.flex-item-product1 {
    background: #fff;
    padding: 0;
    width: 20%;
    height: 91px;
    margin-top: 10px;
    line-height: 2;
    color: #fff;
    font-weight: 700;
    font-size: 3em;
    text-align: center
}

    .flex-item-product1 p {
        position: relative;
        top: 31px
    }

    .flex-item-product1:not(:last-child)::after {
        content: "";
        background-image: url(/Content/images/dot.png);
        width: 10px;
        height: 76px;
        display: inline-block;
        background-repeat: no-repeat;
        transform: rotate(180deg);
        position: relative;
        right: 10rem;
        top: -3rem
    }

.flex-container1 {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-flex-flow: row wrap;
    justify-content: space-around
}

.flex-item1 {
    padding: 0;
    width: 18%;
    margin-top: 10px;
    line-height: 2;
    font-weight: 700;
    font-size: 3em
}

    .flex-item1 i {
        font-size: 14px
    }

.flex-item img {
    max-width: 25%
}

.flex-item1-product1 i {
    font-size: 14px
}

.flex-item-product1 img {
    max-width: 25%;
    margin-top: 5px;
    margin-right: 26px;
    float: right
}

.id-tab-product-mainpage {
    max-width: 43%;
    margin: 0 auto;
    margin-bottom: 2%;
    padding-right: 0
}

.id-tab-root h4 {
    text-align: center;
    color: #9aa6bf
}

.padding-cart-1 {
    padding: 4rem
}

.blue-white {
    background: #fff
}

.blue-back {
    background: #0aabad !important
}

.blue-back-product {
    background: #fff !important;
    padding: 0 8px;
    border-radius: 5px
}

    .blue-back-product [class*=col-] {
        background-color: #fff;
        border: 1px solid #f6f9ff;
        border-radius: 2px;
        border-top: 2px solid #f6f9ff;
    }

        .blue-back-product [class*=col-]:hover {
            box-shadow: 0 6px 10px 0 #eef1f6;
            z-index: 1
        }

            .blue-back-product [class*=col-]:hover .id-product:hover {
                box-shadow: unset !important
            }

.latin-offer-text h3 {
    color: #c6cbd6 !important;
    font-size: 2rem !important;
    margin-top: .6em !important;
    padding-top: 0 !important
}

.carousel-indicators .active {
    background-color: #c3cfe6;
    border-radius: 10px;
    height: 6px;
    margin-top: 2px;
    transition: 1s
}

.carousel-indicators li:not(.active) {
    background-color: #fff !important;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    border: 1px solid #c3cfe6 !important;
    transition: 1s
}



.back-white a {
    border: 0 !important
}

.back-white h3 a {
    color: #0aabad !important;
    font-size: 1.4rem !important;
    font-weight: 500 !important
}

.padding-r-0 {
    padding-right: 0 !important
}

.padding-l-0 {
    padding-left: 0 !important
}

.box-banner {
    margin-top: 1.5%
}

.fix-blog-size {
    height: 354px
}

.new-blog {
    margin-top: 1%
}

    .new-blog a {
        border: 0 !important
    }

    .new-blog img {
        width: 97px !important;
        height: auto;
        max-height: 97px;
        height: 97px
    }

    .new-blog h5 {
        font-size: 16px;
        font-weight: 600;
        color: #596d8e;
        margin-top: 16px
    }

    .new-blog img {
        border: 5px solid #fff;
        box-shadow: -1px 1px 6px #d1e2fd;
        width: 68%
    }

    .new-blog p {
        display: inline-block;
        font-family: iranyekanfa !important;
        margin-top: 25px;
        color: #596d8e;
        padding-left: 6px;
    }



/* customize bootstrap container */
.pagination {
    align-items: center;
    justify-content: center
}

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: .7;
    background-color: #dbdbdb;
    z-index: 1000;
    text-align: center
}

.spinner-box {
    background: #fff;
    z-index: 99999999999;
    position: fixed;
    width: 354px;
    height: 200px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px
}

    .spinner-box > img {
        position: relative;
        bottom: 20px
    }

.pulse-container {
    width: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 58px;
    position: absolute
}

.pulse-bubble {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #0048aa;
    margin-top: 35px
}

.pulse-bubble-1 {
    animation: pulse .4s ease 0s infinite alternate
}

.pulse-bubble-2 {
    animation: pulse .4s ease .2s infinite alternate
}

.pulse-bubble-3 {
    animation: pulse .4s ease .4s infinite alternate
}

@keyframes pulse {
    from {
        opacity: 1;
        transform: scale(1)
    }

    to {
        opacity: .25;
        transform: scale(.75)
    }
}

.tab-pane {
    text-align: right
}

.c-content-expert__title {
    text-align: right;
    margin-right: 15px;
}

.c-content-expert__article.is-active .c-content-expert__blockquote, .c-content-expert__article.is-active .c-content-expert__img, .c-content-expert__article.is-active .c-content-expert__text {
    text-align: right
}

.mylist {
    text-align: right
}

.carousel-item a:hover li {
    color: #5c5c5c !important
}

.rtl {
    direction: rtl
}

.c-params__list {
    direction: rtl
}

.nav-tabs {
    background-color: #fff;
    min-height: 57px;
    overflow: hidden
}

    .input-group .form-control, .nav-tabs > li {
        background: unset !important
    }

#myTab {
    padding-right: 0;
}

    #myTab .nav-item {
        display: flex;
        vertical-align: middle;
        align-items: center;
        justify-content: center
    }

        #myTab .nav-item .nav-link {
            border-radius: 0;
            display: flex;
            padding: 0 40px;
            height: 100%;
            align-items: center;
        }

    #myTab .active::after {
        content: '';
        width: 10px
    }

#myTabContent {
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 3px rgba(109, 109, 109, .12), 0 1px 2px rgba(109, 109, 109, .12)
}

#btnAddToCart {
    border: 0;
    display: inline-block;
    background-color: #e0e1e1;
    font-size: 16px;
    padding: 13px;
    border-radius: 50px;
    transition: all .2s linear;
    color: #fff;
    margin-top: 19px
}

.SpecialButtonBlue {
    border: 0;
    width: 133px !important
}

.nav-tabs > li > a::after {
    content: unset !important
}

.nav-tabs .nav-link {
    border: 0
}

.c-params__list-key .block, .c-params__list-value .block {
    height: 100%
}

.Breadcrumb-Current a {
    font-weight: 700 !important
}

.NoData {
    background-color: #fff;
    padding: 5em;
    border-radius: 23px;
    text-align: center;
    font-size: 2.5rem;
    color: #ff7675;
    margin: 2em auto 2em auto
}

    .NoData i {
        font-style: normal !important;
        display: block;
        font-size: 100px
    }

.Catalog-Item a, .NewsBody a {
    font-weight: 500;
    color: #2980b9
}

    .Catalog-Item a:hover, .NewsBody a:hover {
        color: #0048aa !important
    }

.CommentHeadBox {
    direction: rtl;
    margin-bottom: 3em;
    margin-top: 1em
}

.CommentBox {
    border-radius: 5px;
    background-color: #fcfcfc;
    border: 1px solid #f3f3f3;
    padding: 30px 30px 30px;
    margin-bottom: 36px;
}

.CommentTitle {
    font-size: 17px;
    font-weight: 900;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.CommentText {
    line-height: 2.8;
    color: #505050;
    margin-right: 23px
}

.CommentReply .AdminReplyTitle {
    font-weight: 800;
    color: #34495e
}

.CommentReply .AdminReplyText {
    color: #6f6f6f;
    padding-right: 7px
}

.CommentHeadline {
    line-height: 1.571;
    letter-spacing: -.6px;
    color: #6f6f6f;
    font-size: 2.5rem;
    font-weight: 600;
    display: inline-block;
    padding-right: 10px
}

.CommentCount, .CommentProductModel {
    font-size: 2rem;
    line-height: 1.375;
    color: #6f6f6f;
    margin: 0 3px;
    font-weight: 500;
    display: inline-block
}

.CommentAvatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
}

.CommentAdminAvatar {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    top: -4px
}

.CommentDate {
    font-size: 13px;
    line-height: 1.571;
    display: block;
    color: #adadad;
    margin-top: 5px;
    font-weight: 400;
    margin-right: 55px
}

.ProductCatalogBox {
    margin-top: 2em;
    margin-bottom: 1em;
}

    .ProductCatalogBox img {
        max-width: 64px;
        max-height: 64px
    }

    .ProductCatalogBox .Catalog-Item {
        margin-bottom: 0em
    }

        .ProductCatalogBox .Catalog-Item a {
            padding-right: 16px
        }



.BrandInfo {
    margin-bottom: .3em
}

    .BrandInfo span.brand-name {
        color: #1ca2bd;
        padding: 0;
        line-height: 2;
        padding-bottom: 3px;
        border-bottom: 1px dashed #1ca2bd
    }

.iso-panel {
    margin-top: 3em
}

    .iso-panel img {
        padding: 0 10px 0 10px
    }

.border-radius-4 {
    border-radius: 4px
}

@media(max-width:800px) {
    .border-radius-4 {
        margin-bottom: 1em
    }
}


.info-page-content p {
    line-height: 2.5;
}

.info-page-content-inner {
    text-align: justify;
}

    .info-page-content-inner a {
        color: #0d778c
    }

        .info-page-content-inner a:hover {
            color: #0048aa
        }

.info-page-warning-box {
    background-color: #fffde4;
    border: 1px solid #f6e8a1;
    color: #a37731;
    line-height: 2;
    padding: 15px 20px;
    position: relative;
    border-radius: 5px;
    line-height: 22px
}



.info-tag {
    background: #f5f6fa;
    border-radius: 10%;
    padding: 9px;
    margin: 2px;
    display: inline-block;
}

.CompanyMap {
    padding: 2em 0 2em 0
}

.RequiredFields {
    color: #ef394e;
    font-size: 14px
}

.ContactBox {
    padding: 1em 1em 1em 1em
}

    .ContactBox .EmailBox h5, .ContactBox .row h5, .ContactBox h5 {
        font-size: 15px;
        font-weight: 500;
        color: #57606f
    }

    .ContactBox .EmailBox {
        border-top: 1px solid #e9ecef;
        margin: 2em 0 2em 0
    }

    .ContactBox .info-contact-header {
        color: #2f3542
    }

    .ContactBox .info-contact-content {
        color: #57606f
    }

    .ContactBox .modal-body {
        margin-top: 2em
    }

.product-bottom-desc-box p a {
    color: #57657d;
    line-height: 2
}

    .product-bottom-desc-box p a:hover {
        color: #0048aa !important
    }

.id-product:hover .compare-btn-in-box {
    opacity: 1
}

.compare-btn-in-box {
    opacity: 0;
    position: absolute;
    bottom: 7px;
    right: 6px;
    padding: 3px 10px;
    z-index: 1;
    transition: .2s all linear;
    color: #0048aa;
}

.PriceRangeBox {
    background-color: transparent !important;
    font-family: iranyekanfa !important;
    border: none !important;
    width: auto !important;
    max-width: 40% !important
}

/* new style for repaier */
.repaier-heading {
    background-color: #2a3548 !important
}

.dev-repair-centered-h1-about-us {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.color-fff {
    color: #fff
}

/*new style for slider and image banners*/
.id-organize .swiper-wrapper .swiper-slide {
    height: min-content;
    cursor: pointer
}

.dev-product-top-slider .carousel-inner {
    height: auto !important
}

@media only screen and (min-width:1200px) {
    .dev-product-top-slider .carousel-inner {
        /*height:430px!important;*/
        position: relative;
        width: 100%;
        overflow: hidden
    }
}

.border-radius-4 {
    border-radius: 4px
}

.id-organize .swiper-wrapper .swiper-slide img {
    display: block;
    width: auto !important;
    filter: gray;
    -webkit-filter: grayscale(100%);
    transition: all linear .3s;
    height: 100%;
}



.seprate-line::before {
    height: 1px;
    right: 15px
}

.seprate-line::after {
    height: 1px;
    left: 15px
}

.id-organize .swiper-wrapper .swiper-slide img:hover {
    filter: none;
    -webkit-filter: grayscale(0)
}



.PriceUnitText {
    display: inline !important
}

.RatingPanel {
    display: inline;
    direction: ltr;
}

.star {
    position: relative;
    float: left;
    top: -2px
}

.star-under {
    color: #ddd
}

.star-over {
    color: #f80;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.star-visible {
    display: inline-block
}

.MenuItem {
    cursor: pointer
}

.ratting-item .star {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAABQCAYAAAAZQFV3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABOFJREFUeNrsmEFoHFUYx9/MdHfTJRKzUhBaFiL1YghZCFQUIV6UQJuLWCgr8eKpIoiFSqsHQYrmYj14KHqxKAl6MbA5eCgKRVAMBhpCwIJQCETRQzTsNtnO7s74+17fbGc3M7OzZhUsHfjzdvd97/++973vff99Y/m+rwb5WL0Idz60h2nckTc8Nw2hncLmAnhtIB7i3VGan8VD8Dhebh+U8FOaX8Bh4EB48R8TQlai+QnkgMTxD/AYpFt9EULk0EyBD8Dn4BPT9TZ4CrwD6Wos4V+XrUdpXzQk4tUEkAFXwNUu+1fAWWO7anADLDLJTkCYpf0K3DQe3Ui5oUI6B8ShlyBstZfMMiXoX4MV8GZKQgnJcXA6nKPtGJoE/gZ8Cy6mIJPwnIJsL3ZTIB2h+U6WANZjyE6Aj8Cz3WT7TooJ7HUwneDdc+BaFFnc0SuCzQTCTWOT+iwfN6cjWJ6clo9NzOS5Bcb6IZTZj5pU+syEYNV8XzA2Y6lOCptyhGbDeDFPnJa6TlGZ5rxJ/nxkSRPCACR5EUyHf4sCNjOgENVn/ecVe+CEy8vLWgJmZ2fd1IRra2vxSbe5eYlmu1gsXo6zmZycTKcpkEn6vC61kM+FQYiUeDdvauP5Ay0ZjyIlgKVv9bVkiBwQVJRX2YwWkKLxrhxB+qYSPaxUKrESANHVrh2PlQAzqSbskAA6UkkA5B0SICvRSzb5ddrMWu4jh8umSLwckLVjSKClWJ6SwsrM76fwLpCAM4x1I9OGjhrN8+AkAyYSyGTDnhEHjCPxeYhBagmIIvtXJOBQkgSY5Z01/76umAy4lbpiG5IqzQuG6Alz9LLmf+IP5hh+AfmxnoSQdUgAg5a6JuuQgMiSFi7fJHkR9JQAbGbA/SoBi4uLWgLK5XIqCdBpkyQBZne3sTm4BGxsbLQlgM+DkYBsNjucyWQKaSXATvCuZFnWHIQqlxMVUOeMx/0RMsgBWgIgcyBVgqwwIwH0JUvAwsJChwQwuOQ4jrJtO/CsfQBc11We56lWqyXfOySALNgJdlmuWzNSB/P5vBKyyJnxMjxBs9mc2tvbEye+DN1l7uYhuaZvAXg1LaQyOOkRL3d3d8XLishHOEd1DMfHx7UEYLjCrCop2aXP2Mht4QxjoyWADi0BxGddZm80GjpWYSL5TfpkYnHAOBK/yxhoCZAl1et1PbharWrUajX9m/SJBESRJUlAr6fvW0CvZyyxOIQPN4kbnv1mlwQERGPhMbHli/Q5Yv5lSdDnSYelrlLWIQGRJS1cvjk1RdBTArCZAferBPT7IkjvcuP7t3pKADaxEpB5+r10FXv3x3kKqqUlgM+DkQB76OFhKzdycAnAo5KynTlraFTZQ4/gqH3ursd9EjLIAVoC7KGCAxFWNqSjWgLoS5aAfS+C7EzJcrLKOjSkrNwoFu0ToPz6n8pv3dFQXjPyRdA9CbDsk/ZDx5SQxWiAsg4X7vE361NedQsn/P0SELwIgmzaHiZMtpMcKK+pWlUuVF6j0v0iSMcw/+QFLQF+y13xbv/GpF4CWUt5tV+FTEsAY6MlgA4tASxlnaUo362yLGLlh2Lo1iCjj4nFAeNI/H9sDHbYxesEfcK//XvSoq9Fkf0/JCDqDWfV3I+TJGCLne19CzAvgtoS8OBF0APC6OdvAQYAj2xzC/IfXBsAAAAASUVORK5CYII=);
    background-position: left -2px;
    display: block;
    width: 20px;
    height: 16px;
    line-height: 16px;
    float: left;
    zoom: 1
}

.ratting-item .fullStar {
    background-position: left -59px
}

.ratting-item .tmp_es {
    background-position: left -21px
}

.ratting-item .tmp_fs {
    background-position: left -40px
}

.ratting-item .star, .ratting-item input {
    cursor: pointer
}



.AlertBox {
    direction: rtl !important
}

.radio {
    position: relative;
    cursor: pointer;
    line-height: 20px;
    font-size: 14px;
    margin: 15px;
    display: inline-flex
}

    .radio .label {
        position: relative;
        display: block;
        float: left;
        margin-left: 10px;
        width: 20px;
        height: 20px;
        border: 2px solid #c8ccd4;
        border-radius: 100%;
        -webkit-tap-highlight-color: transparent
    }

        .radio .label:after {
            content: '';
            position: absolute;
            top: 3px;
            left: 3px;
            width: 10px;
            height: 10px;
            border-radius: 100%;
            background: #225cff;
            transform: scale(0);
            transition: all .2s ease;
            opacity: .08;
            pointer-events: none
        }

    .radio:hover .label:after {
        transform: scale(3.6)
    }

    .radio input[type=radio] {
        display: none
    }

input[type=radio]:checked + .label {
    border-color: #225cff
}

    input[type=radio]:checked + .label:after {
        transform: scale(1);
        transition: all .2s cubic-bezier(.35, .9, .4, .9);
        opacity: 1
    }

.overlay {
    position: fixed;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 1
}

.title-header h2 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    color: #3f51b5;
    font-weight: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: end;
    font-size: 1.7rem;
    margin-top: 10px;
    border-bottom: 2px solid;
    width: auto;
    padding-bottom: 4px;
    float: right;
}

.clear-both {
    clear: both !important;
}

.id-tab-list {
    right: 0 !important;
}

.inputs-form-code {
    display: flex;
    justify-content: center;
    align-items: center;
    direction: ltr;
}

.pin-code {
    height: 50px;
    width: 70px;
    margin: 0 5px;
    text-align: center;
    outline: none;
    border: none;
    border-bottom: 2px solid #121F3E;
}

    .pin-code:focus, .pin-code:focus-visible {
        outline: none;
        border: none;
        border-bottom: 2px solid #003B87;
    }

@media screen and (max-width: 414px) {
    .pin-code {
        width: 100%;
        padding: 0;
    }
}

.brand-name a {
    color: #1ca2bd;
}


/*- ------- new custom style ---------------*/
.btn-block {
    display: block;
    width: 100%;
    margin-top: 12px;
    margin-right: 0 !important;
    margin-bottom: 12px;
    margin-left: 0 !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.btn-secondary {
    background-color: #f5f5f5;
    border-color: #e1e7ec;
}

.catalog-dl-modal-ul {
    list-style: none;
}

ul.catalog-dl-modal-ul li p {
    color: #1463c8;
    font-size: 17px;
    font-weight: 800;
}

ul.catalog-dl-modal-ul li a {
    color: #3f6a97;
    margin: 9px;
    display: block;
    margin-right: 26px;
}

.up-dl-catalog-dl .card {
    border: none !important;
}

.new-iso-panel i {
    margin-left: 14px;
    font-size: 68px;
    color: #fff;
}

.new-iso-panel i {
    display: inline-block;
}

.new-iso-panel .icon-iso27001 {
    font-size: 96px !important;
    position: relative !important;
    top: 8px !important;
}

.new-ye-br-right {
    color: #fff;
    font-size: 20px;
    margin-bottom: 22px;
    letter-spacing: -1px;
    text-shadow: 1px 2px 3px #1d2335e8;
}

    .new-ye-br-right::before {
        content: "";
        color: #FFF;
        transition: all linear .3s;
        position: relative;
        top: 15px;
        background: #f2d014;
        width: 8px;
        height: 39px;
        display: inline-block;
        border-radius: 20px;
        padding-right: 9px;
    }

#continueabout {
    color: #fdd910;
}

.id-product .id-product__content .id-product__price span {
    display: block;
    color: #212135;
    font-size: 15px;
    font-weight: 900;
    margin-top: 3px;
    text-align: right;
}

.menu > li::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 4;
    left: 0;
    right: -10px;
    height: 2px;
    background-color: #0048aa;
    transform: scaleX(0);
    transition: all .3s ease-in-out
}

.menu > li:hover::after {
    transform: scaleX(.8)
}

.c-switch__highlight {
    top: 4px;
    height: 39px
}

.price-filter-btn {
    padding: 10px 0;
    border-radius: 12px;
    background: transparent;
    color: #0048aa;
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
    border: 1px solid #0048aa;
}

    .price-filter-btn > i.icon-loop2 {
        margin-left: 8px;
    }

@media (min-width:768px) and (max-width:991px) {
    .id-filter__content {
        display: block !important
    }
}

@media (max-width:767px) {
    .content-show-filters {
        width: 204%;
    }

    .show-filters, .sort-filters {
        width: 49%;
    }

    .id-filter-title {
        display: none
    }

    .id-filter {
        margin-bottom: 9px;
    }

    .id-shopping--sidebar .id-filter {
        max-width: 100%;
        padding: 0;
        margin-bottom: 1.5rem;
    }

    .product-page-back {
        min-height: 112px !important
    }

    .id-filter__trigger > p, .sort-button p {
        color: #707070 !important;
        font-size: 13px;
    }
}

@media (min-width:768px) {
    .id-filter__trigger {
        display: none
    }
}

/* CategoryTitle-h1 */
.CategoryTitle-h1 {
    font-size: 16px;
    color: #5a7997;
    margin-top: 0px;
    font-family: unset !important;
}



/* style product box */
.PriceUnitText {
    display: inline !important;
    font-weight: 400 !important;
    font-size: 14px !important
}

.id-product .id-product__content .id-product__price {
    font-family: 'iranyekanfa';
    direction: rtl;
    font-size: 1rem;
    font-weight: 400;
    color: #222;
    bottom: 8px;
    display: block;
    width: 100%;
    text-align: right;
}

.swiper-slide-mp .id-product {
    margin-bottom: 0;
    padding: 18px
}



.id-product .id-product__content h6 {
    color: #8490aa;
    display: -webkit-box;
    max-width: 100%;
    height: 39px;
    margin: 3px auto 0;
    font-size: 14px;
    line-height: 1.3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    font-family: iranyekan !important
}

/*style of rate */
.swiper-slide .RatingPanel {
    top: -2px;
}

.RatingPanel {
    direction: ltr !important;
    font-size: 13px;
    margin-left: 5px;
    color: #596d8e;
    position: relative;
    top: 2px;
}

.star-over {
    right: 0 !important
}

.ProductRate {
    display: inline-block;
    float: left;
}

/*rate in pro details */
#boxdescpro #RatingPanel {
    display: inline-block;
    top: 1px;
    position: relative;
    direction: ltr
}

#RatingPanel {
    display: inline-block;
    top: 1px;
    position: relative;
    direction: ltr
}

/* blog news images */
.fix-blog-size .new-blog img {
    width: 97px !important;
    height: 97px !important;
    object-fit: cover
}

.compare-btn-in-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.compare-btn-in-box .custom-check {
    position: absolute;
    top: 4px;
    right: 4px;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #0048aa;
    border-radius: 5px;
    overflow: hidden
}

.compare-btn-in-box .compare-btn-in-box-lable input:checked ~ .custom-check {
    background-color: #0048aa;
}

.compare-btn-in-box .custom-check:after {
    content: "";
    position: absolute;
    display: none
}

.compare-btn-in-box .compare-btn-in-box-lable input:checked ~ .custom-check:after {
    display: block
}

.compare-btn-in-box .compare-btn-in-box-lable .custom-check:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.compare-btn-in-box label {
    display: inline-block;
    padding-right: 20px;
    cursor: pointer;
}

.idealoffer-p-n-per {
    margin-bottom: 1.5rem !important;
    font-size: 2rem !important;
    color: #525f77 !important;
    float: right !important;
    direction: rtl !important;
    font-weight: 500 !important
}

.idehal-offer-btn-red {
    border-radius: 75px !important;
    padding: 1.5rem 3rem !important;
    margin-top: 6px
}


@media (min-width:360px) and (max-width:540px) {
    .id-tab-root h4 > img {
        display: inline-block
    }

    .id-tab-product-mainpage {
        max-width: 100%
    }
}

.icon-power::before {
    content: "\e985"
}

.feature-box div:not(:last-child) {
    border-left: 1px dashed #a4b3cc
}

.feature-box a {
    display: inline-block
}


@media (min-width:541px) and (max-width:767px) {
    .feature-box-size {
        width: 74%
    }
}

@media (min-width:576px) and (max-width:1024px) {
    .feature-box {
        margin-top: -76px
    }
}




.display-inline-block {
    display: inline-block;
}




/* home feature-box */
.margin-padding-feature {
    width: 100px
}

.id-address img {
    width: 33px !important
}

.box-banner a img {
    border-radius: 4px;
    margin-bottom: 1em;
    width: 100% !important;
    max-width: 100%;
    height: auto
}

.iso-panel i {
    display: inline-block
}

.c-content-expert__text {
    text-align: justify !important
}

#fulldescription p {
    text-align: justify
}


.guaranty-span {
    color: #1ca2bd
}

b.panasonic-b {
    color: #0048aa
}

b.yealink-b {
    color: #007851
}

b.Gigaset-b {
    color: #ff5200
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
    font-weight: 700;
    font-size: .7em;
    letter-spacing: -1px
}

    .cd-words-wrapper b {
        display: inline-block;
        position: absolute;
        white-space: nowrap;
        left: 0;
        top: 0
    }

        .cd-words-wrapper b.is-visible {
            position: relative
        }

.no-js .cd-words-wrapper b {
    opacity: 0
}

    .no-js .cd-words-wrapper b.is-visible {
        opacity: 1
    }

.cd-headline.clip b {
    display: inline-block;
    padding: .2em 0
}

.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top
}

    .cd-headline.clip .cd-words-wrapper::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 2px;
        height: 100%;
        background-color: #aebcb9
    }

.cd-headline.clip b {
    opacity: 0
}

    .cd-headline.clip b.is-visible {
        opacity: 1
    }

.sb-container {
    position: relative;
    overflow: hidden;
    padding-right: 10px
}

.sb-content {
    height: 100%;
    width: 103%;
    padding-right: 2%;
    overflow-y: scroll;
    box-sizing: border-box;
    overflow-x: hidden;
    padding-left: 1%;
}

.sb-scrollbar-container {
    position: absolute;
    right: 0;
    bottom: 5px;
    top: 5px;
    width: 5px;
    background-color: #d2dbe3;
}

.sb-scrollbar {
    position: absolute;
    right: 0;
    height: 30px;
    width: 5px;
    border-radius: 10px;
    background: #0048aa
}

.container-news-box-h-w {
    height: 354px;
    max-width: 100%;
    overflow-x: hidden;
    padding-right: 0;
}

.product-bottom-desc-box .container-news-box-h-w {
    height: 220px;
}

.product-bottom-desc-box h2 {
    color: #337edd;
    font-size: 18px;
    font-weight: 900;
    margin: 14px 0;
}

/* gallery */
.gallery {
    width: 100%;
    display: flex;
    flex-direction: column
}

    .gallery .main-photo {
        padding: 0 1%
    }

.thumbnail-container {
    display: flex;
    margin-top: 10%;
    height: 100px;
    position: relative
}

    .thumbnail-container .more-photo, .thumbnail-container .thumbnail-photo {
        display: inline-block;
        height: 100%;
        padding: 1%;
        cursor: pointer
    }

        .thumbnail-container .more-photo, .thumbnail-container .thumbnail-photo img {
            border-radius: 5%;
            border: 1px solid gray
        }

.thumbnail-photo-list {
    top: 0;
    right: 0;
    bottom: 0;
    left: 20%;
    overflow: hidden;
    position: absolute;
    font-size: 0;
    height: 100px;
    text-align: right
}

.thumbnail-photo img {
    max-width: unset
}

.thumbnail-photo-list > .thumbnail-photo:first-child {
    margin-right: 0
}

.thumbnail-photo-list > .thumbnail-photo:last-child {
    margin-left: 0
}

.thumbnail-container .more-photo {
    width: 18%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 5%;
    left: 1%;
    bottom: 5%;
    padding: 0;
    height: unset;
    position: absolute
}

.more-photo svg {
    width: 60%;
    height: 60%
}

/*.modal-gallery {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    display: flex;
    overflow: hidden
}*/

.modal-main-photo {
    flex: 1;
    margin: 10px;
    overflow: hidden;
    position: relative
}

.zoom-tools {
    position: absolute;
    width: 200px;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
    background: #d3d3d3;
    display: flex;
    align-items: center;
    border-radius: 10px
}

    .zoom-tools .zoom-in, .zoom-tools .zoom-out {
        display: flex;
        font-size: 20px;
        cursor: pointer;
        align-items: center
    }

.modal-thumbnail-items {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    width: 150px;
    padding: 50px 0;
    border-left: 1px solid #e6e6e6
}

    /*.modal-gallery .next-img, .modal-gallery .prev-img {
    width: 50px;
    height: 50px;
    right: 50px;
    display: block;
    font-size: 25px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 2px 5px rgba(0, 0, 0, .4)
}

.modal-gallery .next-img {
    bottom: -25px
}

    .modal-gallery .next-img svg {
        margin-bottom: 10px
    }

.modal-gallery .prev-img {
    top: -25px;
    padding-top: 10px
}*/

    .modal-thumbnail-items > .modal-thumbnail-photo {
        flex: 1;
        margin: 10px 0;
        padding: 0 15px;
        cursor: pointer
    }

.modal-thumbnail-photo.active {
    border-left: 1px solid #008b8b
}

.modal-thumbnail-items > .modal-thumbnail-photo:first-child {
    margin-top: 0
}

.modal-thumbnail-items > .modal-thumbnail-photo:last-child {
    margin-bottom: 0
}

.container-news-box-h-w {
    overflow-y: hidden;
}

.only-numeric {
    color: red;
}

@media only screen and (max-width:768px) {
    .feature-box svg {
        width: 35px;
        height: 35px
    }

    .feature-box h4 {
        font-size: 9px !important;
        margin-top: 5px;
    }
}

@media (min-width:576px) and (max-width:768px) {
    .feature-box {
        margin-top: -97px !important
    }
}

@media (min-width:543px) and (max-width:573px) {
    .feature-box {
        margin-top: -79px !important
    }
}

.news-meta-row {
    padding: 9px 16px;
    background: #f7f7f7;
    margin-bottom: 13px;
    color: #868c91
}

#myTabContent {
    padding: 30px !important
}

.tab-pane {
    padding: 0
}

.iso-panel i {
    font-size: 90px;
    margin-left: 14px;
    color: #b5c6d6
}

.id-tab-product-mainpage i {
    font-size: 30px;
    position: relative;
    top: 7px
}

.desc-box-bg {
    background: #fff !important;
    border-radius: 5px;
    box-shadow: 0 6px 10px 0 #eef1f6;
    margin-bottom: 1em
}

@media (max-width:991px) {
    .id-address-hr {
        padding-bottom: 20px;
        padding-top: 11px;
        margin-bottom: 15px
    }
}

/*
    new style for mobile view in pro-cat
*/
@media only screen and (max-width: 575px) {
    .filter-sort-col-sm, .container-all-pro {
        width: 100%;
    }

    .new-row-view-pro-cat .id-product .id-product__thumbnail {
        position: relative !important;
        float: right !important;
        width: 33% !important;
    }

    .new-row-view-pro-cat .id-product .id-product__title {
        text-align: right;
        margin-right: 9px;
        display: block;
    }

    .new-row-view-pro-cat .id-product .id-product__content .id-product__price {
        margin-top: 6px;
        text-align: left;
        text-align-last: right;
    }

    .new-row-view-pro-cat .compare-btn-in-box {
        opacity: 1;
        position: absolute;
        /*bottom: 7px;*/
        left: 0;
        right: unset;
        color: #0048aa;
        text-align: center;
        padding: 3px 10px;
        font-size: 14px;
        z-index: 0;
        transition: .3s all linear;
        border-radius: 4px;
    }

    .compare-btn-in-box .custom-check {
        width: 18px;
        height: 18px;
    }

    .compare-btn-in-box label {
        padding-right: 16px;
    }

    .new-row-view-pro-cat .id-product .id-product__badge {
        position: absolute;
        top: -3px;
        right: -13px;
        width: 42px;
        height: 31px;
        z-index: 30;
        border-radius: 11px 11px 11px 60px;
        background-color: #EA0630;
    }

    .new-row-view-pro-cat .id-product .id-product__content .id-product__price del {
        margin-top: 5px;
        color: #4d5a6a;
        font-size: 15px;
    }

    .new-row-view-pro-cat .id-product {
        transition: .9s;
        padding: 7px 0px;
    }

    .id-shopping--sidebar .row {
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 480px) {
    p {
        font-size: 12px;
        line-height: 2;
    }
}

.modal-button {
    border-top: none;
    padding: 1rem 0 0 0;
}

.custom-control-label::before, .custom-control-label::after {
    height: 16px !important;
    width: 16px !important;
    left: -20px;
}

.register-modal-button {
    width: 85%;
    justify-content: center;
    justify-items: center;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
    justify-self: center;
    display: flex !important;
}

.show-compare {
    opacity: 1 !important;
}

.sort-button {
    border: none;
}

.swiper-slide-brand {
    border-radius: 0.75rem;
}

.price-svg-fill {
    stroke: #9fa4ae;
}

.btn-bag {
    padding: 8.8px !important;
}

    .btn-bag:hover {
        background-color: #0048aa;
    }

        .btn-bag:hover .price-svg-fill {
            stroke: #fff;
        }

.container-news-box-h-w::-webkit-scrollbar {
    display: none;
}

.item-price-box {
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
}

.list-sort-button button.is-active-sort-order {
    color: #0048aa;
}

    .list-sort-button button.is-active-sort-order::after {
        content: "";
        display: inline-block;
        transform: rotate(45deg);
        height: 14px;
        width: 7px;
        border-bottom: 2px solid #0048aa;
        border-right: 2px solid #0048aa;
        margin-right: 15px
    }

.id-product__thumbnail .label.dark {
    right: 0;
    color: rgb(230,18,61) !important;
}

.id-product__thumbnail .label {
    padding: .25rem .6rem;
    top: 0;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    font-size: 1.1em;
    font-weight: 900;
    display: block;
    text-align: right !important;
    position: relative !important;
    width: 104%;
    margin-bottom: 12px;
}

.stock-product-box {
    border-top: 2px solid rgb(230,18,61) !important;
}

.show-more-text {
    color: #9fa4ae;
    font-weight: 600;
    cursor: pointer;
}

.hide-long-text {
    max-height: 200px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    transition: max-height .45s cubic-bezier(.44, .99, .48, 1);
}

.show-long-text {
    display: block !important;
    max-height: fit-content !important;
    transition: max-height .45s cubic-bezier(.44, .99, .48, 1);
}

::-webkit-scrollbar {
    background: rgba(255, 255, 255, 1) !important;
    width: 8px;
    border-radius: 45px;
}

    ::-webkit-scrollbar:hover {
        width: 12px;
    }

::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 1) !important;
}

::-webkit-scrollbar-thumb {
    background: rgba(229, 235, 235, 1) !important;
    border-radius: 23px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: rgba(229, 235, 235, 1) !important;
    }

.product-card-badge {
    --badge-bg: transparent;
    background-color: var(--badge-bg);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 25px;
    font-size: 11px;
    position: absolute;
    left: -30px;
    top: 17px;
    padding: 15px 20px;
    border-radius: 8px 8px 0 8px;
    border-radius: 0;
    transform: rotate(-45deg);
}

.id-product {
    overflow: hidden;
}

    .id-product .compare-btn-in-box,
    .id-product .id-product__content {
        padding-left: 8px;
        padding-right: 8px;
    }

.start-auto {
    left: auto !important;
}
