﻿/* IRANYekan Font */

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/IRANYekan/eot/iranyekanwebbold(fanum).eot');
    src: url('../fonts/IRANYekan/eot/iranyekanwebbold(fanum).eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/IRANYekan/woff2/iranyekanwebbold(fanum).woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/IRANYekan/woff/iranyekanwebbold(fanum).woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/IRANYekan/ttf/iranyekanwebbold(fanum).ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/IRANYekan/eot/iranyekanweblight(fanum).eot');
    src: url('../fonts/IRANYekan/eot/iranyekanweblight(fanum).eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/IRANYekan/woff2/iranyekanweblight(fanum).woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/IRANYekan/woff/iranyekanweblight(fanum).woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/IRANYekan/ttf/iranyekanweblight(fanum).ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IRANYekan/eot/iranyekanwebregular(fanum).eot');
    src: url('../fonts/IRANYekan/eot/iranyekanwebregular(fanum).eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/IRANYekan/woff2/iranyekanwebregular(fanum).woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/IRANYekan/woff/iranyekanwebregular(fanum).woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/IRANYekan/ttf/iranyekanwebregular(fanum).ttf') format('truetype');
}

/* IRANYekan Font */

.btn-warning {
    box-shadow: 0 2px 6px #ffc473;
    background-color: #ffa426;
    border-color: #ffa426;
    color: #fff;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning:active,
    .btn-warning.disabled:hover,
    .btn-warning.disabled:focus,
    .btn-warning.disabled:active {
        background-color: #ff990d !important;
        color: #fff !important;
    }

.custom-control-label {
    padding-right: 30px;
    padding-top: 2px;
    cursor: pointer;
}

    .custom-control-label::before {
        right: 0;
        left: auto;
    }

    .custom-control-label::after {
        right: 0;
        left: auto;
    }

.custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary-cm {
    padding: 10px;
    font-size: 12px;
    font-weight: normal;
    position: relative;
    border-radius: 10px;
    color: #fff;
    border: 0;
    outline: 0;
    background-color: #98175d;
    overflow: hidden;
}

    .btn-primary-cm:hover {
        color: #fff;
    }

    .btn-primary-cm.btn-with-icon {
        padding-right: 50px;
    }

        .btn-primary-cm.btn-with-icon.w-100 {
            padding-right: 0;
        }

        .btn-primary-cm.btn-with-icon::before {
            content: '';
            width: 44px;
            height: 140%;
            position: absolute;
            right: 0;
            top: -10px;
            background-color: rgba(255,255,255,0.2);
            border-radius: 60px 0 0 60px;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

        .btn-primary-cm.btn-with-icon:hover::before {
            width: 110%;
        }

        .btn-primary-cm.btn-with-icon img {
            width: 24px;
            position: absolute;
            right: 10px;
        }

        .btn-primary-cm.btn-with-icon i {
            position: absolute;
            right: 10px;
            font-size: 23px;
            top: 7px;
        }

.dir-rtl {
    direction: rtl;
}

.dir-ltr {
    direction: ltr;
}

.ps-relative {
    position: relative;
}

.shadow-unset {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.wrapper {
    direction: rtl;
    overflow-x: hidden !important;
}

/* header */

header.main-header {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    position: relative;
}

header.fixed {
    position: fixed;
    z-index: 1000;
    -webkit-box-shadow: rgba(0,0,0,.04) 0 7px 8px 0;
    box-shadow: 0 7px 8px 0 rgba(0,0,0,.04);
}

header.fixed-topbar .bottom-header {
    display: none !important;
}

header.main-header .ads-header {
    margin: 0;
    height: 100px;
    border-radius: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 100%;
    display: block;
}

header.fixed .ads-header {
    display: none;
}

header.main-header .topbar {
    padding-top: .75rem;
    padding-bottom: .75rem;
}

    header.main-header .topbar .topbar-right a {
        display: block;
    }

header.main-header .logo-area {
    margin: 8px 0;
}

    header.main-header .logo-area a {
        display: block;
    }

header.main-header .search-area {
    margin: 5px;
}

    header.main-header .search-area form.search {
        position: relative;
    }

        header.main-header .search-area form.search input {
            width: 100%;
            height: 100%;
            padding: 10px 10px 9px;
            line-height: 1.833;
            font-family: iranyekan;
            font-weight: 300;
            font-size: 14px;
            border-radius: 7px;
            background-color: #fafdfb;
            border: 1px solid #f3f3f3;
            color: #474747;
            outline: none;
        }

        header.main-header .search-area form.search button {
            width: 50px;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            border-radius: 7px 0 0 7px;
            background: #98175d;
            border: 0;
            cursor: pointer;
            outline: none;
        }

            header.main-header .search-area form.search button img {
                width: 26px;
            }

        header.main-header .search-area form.search .close-search-result {
            width: 25px;
            height: 25px;
            background-color: rgba(0, 0, 0, 0.7);
            color: #fff;
            left: 60px;
            top: 50%;
            border-radius: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            display: none;
        }

            header.main-header .search-area form.search .close-search-result.show {
                display: block;
            }

        header.main-header .search-area form.search .search-result {
            position: absolute;
            right: 0;
            left: 0;
            background-color: #fff;
            z-index: 100001;
            border-radius: 0 0 10px 10px;
            -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            padding: 15px;
            display: none;
        }

            header.main-header .search-area form.search .search-result.open {
                display: block;
            }

            header.main-header .search-area form.search .search-result ul {
                list-style: none;
                margin-bottom: 0;
            }

                header.main-header .search-area form.search .search-result ul li {
                    line-height: 30px;
                }

                    header.main-header .search-area form.search .search-result ul li a {
                        color: #212121;
                    }

header.main-header .topbar .topbar-left {
    margin-top: 0.5rem;
}

header.main-header .nav-item {
    position: relative;
}

    header.main-header .nav-item.account {
        border: 1px solid #98175d;
        border-radius: 7px;
        padding: 0 12px;
    }

header.main-header .nav-link {
    padding: 6px;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0;
    color: #607d8b;
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}

    header.main-header .nav-link span.label-dropdown {
        float: right;
        margin: 1px 0 0 10px;
    }

    header.main-header .nav-link span.count {
        background-color: #98175d;
        color: #fff;
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        position: absolute;
        top: -3px;
        left: 15px;
        text-align: center;
        line-height: 20px;
        font-size: 11px;
    }

    header.main-header .nav-link i {
        font-size: 18px;
    }

header.header-transparent .nav-link {
    color: hsla(0, 0%, 100%, .85);
}

header.main-header .dropdown-menu {
    top: 50px;
    direction: rtl;
    min-width: 12rem;
    padding: .35rem 0;
    margin: .125rem 0 0;
    color: #8492a6;
    text-align: right;
    background-color: #fff;
    border: 0;
    border-radius: 25px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(31, 45, 61, .1);
    box-shadow: 0 10px 30px 0 rgba(31, 45, 61, .1);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    display: block !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    header.main-header .dropdown-menu.cart {
        width: 300px;
    }

        header.main-header .dropdown-menu.cart .dropdown-list-icons {
            max-height: 250px;
            overflow-y: auto;
        }

        header.main-header .dropdown-menu.cart a.dropdown-item {
            position: relative;
        }

        header.main-header .dropdown-menu.cart .dropdown-footer,
        header.main-header .topbar .dropdown-menu.cart .dropdown-header {
            letter-spacing: .5px;
            font-weight: 600;
            padding: 15px;
        }

        header.main-header .dropdown-menu.cart .dropdown-list-icons .dropdown-item {
            display: flex;
        }

            header.main-header .dropdown-menu.cart .dropdown-list-icons .dropdown-item .dropdown-item-icon {
                flex-shrink: 0;
                border-radius: 50%;
                width: 40px;
                height: 40px;
                line-height: 42px;
                text-align: center;
            }

        header.main-header .dropdown-menu.cart .dropdown-item-icon img {
            max-width: 100%;
        }

        header.main-header .dropdown-menu.cart button.remove {
            display: inline-block;
            position: absolute;
            left: 10px;
            top: 20px;
            width: 20px;
            height: 20px;
            padding: 0;
            line-height: 0;
            text-align: center;
            -webkit-transition: all .2s;
            transition: all .2s;
            border-radius: 50%;
            background-color: rgba(64, 64, 64, 0.1);
            color: #404040;
            cursor: pointer;
            outline: none;
            border: 0;
        }

            header.main-header .dropdown-menu.cart button.remove i {
                float: none;
                margin-left: unset;
            }

header.main-header .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 32px;
}

    header.main-header .nav-item:hover .dropdown-menu.show {
        transform: translate3d(0px, 34px, 0px) !important;
    }

header.main-header .dropdown-menu .dropdown-item {
    color: #8492a6;
    padding: 10px 15px;
    font-size: 13px;
}

    header.main-header .dropdown-menu .dropdown-item i {
        float: right;
        margin-left: 2px;
        font-size: 16px;
    }

header.main-header .dropdown-menu.cart .btn-success,
header.main-header .dropdown-menu.cart .btn-success.disabled {
    box-shadow: 0 2px 6px #a8f5b4;
    background-color: #63ed7a;
    border-color: #63ed7a;
    color: #fff;
    font-size: 13px;
}

header.main-header .dropdown-menu.cart .btn-primary,
header.main-header .dropdown-menu.cart .btn-primary.disabled {
    box-shadow: 0 2px 6px #acb5f6;
    background-color: #6777ef;
    border-color: #6777ef;
    color: #fff;
    font-size: 13px;
}

header.main-header .dropdown-menu .dropdown-item:hover,
header.main-header .dropdown-menu .dropdown-item:focus,
header.main-header .dropdown-menu .dropdown-item:active {
    color: #98175d;
    background-color: #f4f4f4;
}

header.main-header .search-box form {
    position: relative;
}

header.main-header .search-box input {
    display: inline-block;
    max-width: 242px;
    width: 242px;
    height: 36px;
    line-height: 36px;
    padding-right: 20px;
    font-size: 14px;
    background: #edf0f5;
    color: #708198;
    border: none;
    border-radius: 10px;
    outline: none;
}

header.main-header .search-box form i {
    position: absolute;
    top: 3px;
    left: 10px;
    font-size: 20px;
}

header.main-header .search-box input::placeholder {
    font-size: 13px;
}

/* ----------------- Start Main-Menu */

header.main-header .bottom-header {
    margin-bottom: 4px;
}

header.main-header .main-menu {
    width: 100%;
    float: right;
    position: relative;
}

    header.main-header .main-menu .list {
        margin-bottom: 0;
        padding-right: 0;
        position: relative;
        list-style: none;
    }

        header.main-header .main-menu .list .list-item {
            display: inline-block;
        }

            header.main-header .main-menu .list .list-item:not(:last-child) {
                margin-right: .5rem;
            }

            header.main-header .main-menu .list .list-item:first-child {
                margin-right: 0;
            }

        header.main-header .main-menu .list > .list-item {
            margin-right: 0;
            position: relative;
        }

            header.main-header .main-menu .list > .list-item > a::before {
                content: '';
                display: block;
                position: absolute;
                width: 0;
                height: 2px;
                bottom: -4px;
                left: 0;
                right: 0;
                margin: 0 auto;
                background-color: #98175d;
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

            header.main-header .main-menu .list > .list-item:hover > a {
                color: #98175d;
            }

                header.main-header .main-menu .list > .list-item:hover > a::before {
                    width: 100%;
                }

            header.main-header .main-menu .list > .list-item > a,
            header.main-header .main-menu .list > .list-item > span {
                color: #212121;
                padding: 10px;
                border-top: 2px solid transparent;
                border-bottom: 2px solid transparent;
                position: relative;
                top: 2px;
                font-size: 13px;
            }

header.header-transparent .main-menu .list > .list-item > a {
    color: rgba(255, 255, 255, 0.9);
}

    header.header-transparent .main-menu .list > .list-item > a:hover {
        color: rgba(255, 255, 255, 1);
    }

header.main-header .main-menu .list .list-item-has-children {
    position: relative;
}

header.main-header .main-menu .list > .list-item-has-children > a::after {
    content: '\F140';
    position: absolute;
    top: 5px;
    left: -8px;
    font-family: "Material Design Icons";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
}

header.main-header .main-menu .list .list-item-has-children .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 52px;
    right: 0;
    min-width: 220px;
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 999;
    overflow: hidden;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

header.main-header .main-menu .list > .list-item-has-children > .sub-menu {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(31, 45, 61, .1);
    box-shadow: 0 10px 30px 0 rgba(31, 45, 61, .1);
}

header.main-header .main-menu .list > .list-item-has-children.menu-col-1 .sub-menu {
    -webkit-box-shadow: 0 0.5rem 1.25rem -0.25rem rgba(64, 64, 64, 0.2);
    box-shadow: 0 0.5rem 1.25rem -0.25rem rgba(64, 64, 64, 0.2);
}

header.main-header .main-menu .list > .list-item-has-children.menu-col-1 .list-item-has-children::before {
    content: '\F141';
    font: normal normal normal 20px "Material Design Icons";
    position: absolute;
    left: 5px;
    top: 9px;
}

header.main-header .main-menu .list .list-item-has-children .sub-menu li {
    display: block;
    width: 100%;
    margin-right: 0;
}

header.main-header .main-menu .list .list-item-has-children .sub-menu a {
    display: block;
    padding: 4px 15px;
    color: #6a6a6a;
    font-size: 12px;
    line-height: 2.27;
    font-weight: 300;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    header.main-header .main-menu .list .list-item-has-children .sub-menu a:hover {
        font-weight: bold;
        color: #98175d;
    }

    header.main-header .main-menu .list .list-item-has-children .sub-menu a i {
        float: right;
        margin: 2px 0 2px 6px;
        font-size: 18px;
    }

header.main-header .main-menu .list .list-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 47px;
}

header.main-header .main-menu .list .list-item-has-children:hover::before {
    color: #98175d;
}

header.main-header .main-menu .list .list-item.mega-menu {
    position: static;
}

    header.main-header .main-menu .list .list-item.mega-menu .sub-menu {
        position: absolute;
        width: 100%;
        min-width: 100%;
        font-size: 12px;
    }

    header.main-header .main-menu .list .list-item.mega-menu > .sub-menu {
        padding-top: 15px;
        padding-bottom: 15px;
        z-index: 100000;
    }

        header.main-header .main-menu .list .list-item.mega-menu > .sub-menu.nav {
            display: unset;
            border-radius: 0 0 10px 10px;
        }

        header.main-header .main-menu .list .list-item.mega-menu > .sub-menu > li {
            float: right;
            width: 100%;
            padding-right: 15px;
        }

header.main-header .main-menu .list .list-item.menu-col-1 .sub-menu {
    border-radius: 0 0 10px 10px;
}

    header.main-header .main-menu .list .list-item.menu-col-1 .sub-menu .sub-menu {
        border-radius: 10px;
    }

    header.main-header .main-menu .list .list-item.menu-col-1 .sub-menu li:first-child > a {
        border-radius: 10px 10px 0 0;
    }

    header.main-header .main-menu .list .list-item.menu-col-1 .sub-menu li:last-child > a {
        border-radius: 0 0 10px 10px;
    }

    header.main-header .main-menu .list .list-item.menu-col-1 .sub-menu li > a > li:last-child > a {
        border-radius: 0 0 10px 10px;
    }

header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-2 > .sub-menu {
    min-width: 360px;
    width: 360px;
}

header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-2 li {
    width: 50%;
}

header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu {
    min-width: 540px;
    width: 540px;
}

header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 33.3%;
}

header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu {
    min-width: 720px;
    width: 720px;
}

header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 li {
    width: 25%;
}

header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-5 > .sub-menu {
    min-width: 900px;
    width: 900px;
}

header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-5 li {
    width: 20%;
}

header.main-header .main-menu .list .list-item.mega-menu img {
    position: absolute;
    left: 0px;
    z-index: -1;
    max-width: 200px;
    bottom: 0;
}

header.main-header .main-menu .list .list-item.mega-menu .sub-menu a {
    line-height: 26px;
}

header.main-header .main-menu .list .list-item.mega-menu > .sub-menu > li > a {
    color: #000;
    display: block;
    font-weight: bold;
    padding-right: 10px;
    padding-left: 10px;
}

    header.main-header .main-menu .list .list-item.mega-menu > .sub-menu > li > a:hover {
        color: #98175d;
    }

header.main-header .main-menu .list .list-item.mega-menu .sub-menu .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: static;
    width: 100%;
    box-shadow: none;
    background: 0 0 !important;
}

header.main-header .main-menu .list .list-item-has-children .sub-menu .sub-menu {
    right: 100%;
    top: 0;
}

header.main-header .main-menu .list .list-item.mega-menu .sub-menu .sub-menu li {
    width: 100%;
}

    header.main-header .main-menu .list .list-item.mega-menu .sub-menu .sub-menu li a {
        color: #4a5f73;
    }

        header.main-header .main-menu .list .list-item.mega-menu .sub-menu .sub-menu li a:hover {
            font-weight: bold;
            color: #98175d;
        }

header.main-header .main-menu .list .list-item.mega-menu:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}

/* End Main-Menu----------------- */

/* ----------------- Start Side-Menu */

header.main-header .side-menu {
    display: none;
    position: fixed;
    top: 0;
    right: -260px;
    width: 260px;
    height: 100%;
    background-color: #fff;
    z-index: 10000;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-shadow: -2px 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 0 4px rgba(0, 0, 0, 0.1);
    -webkit-transition: right 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: right 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

button.btn-menu {
    position: absolute;
    top: 10px;
    right: 6px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    outline: none;
    display: none;
}

    button.btn-menu .align {
        display: inline-block;
        margin-right: 35px;
        cursor: pointer;
    }

    button.btn-menu .align__justify {
        margin-right: 0;
    }

    button.btn-menu .align span {
        background: #000;
        display: block;
        margin-bottom: 6px;
        width: 27px;
        height: 2px;
    }

        button.btn-menu .align span:last-child {
            margin-bottom: 0;
        }

header.main-header .side-menu.open {
    right: 0;
}

header.main-header .side-menu .search-box-side-menu form {
    position: relative;
}

header.main-header .side-menu .search-box-side-menu input {
    display: inline-block;
    max-width: 242px;
    width: 242px;
    height: 36px;
    line-height: 36px;
    padding-right: 20px;
    font-size: 14px;
    background: #edf0f5;
    color: #708198;
    border: none;
    border-radius: 10px;
    outline: none;
}

header.main-header .side-menu .search-box-side-menu form i {
    position: absolute;
    top: 4px;
    left: 15px;
    font-size: 20px;
}

header.main-header .side-menu .logo-nav-res {
    margin: 20px 0;
}

    header.main-header .side-menu .logo-nav-res img {
        max-width: 100%;
    }

header.main-header .side-menu > ul {
    position: relative;
    padding: 0;
}

    header.main-header .side-menu > ul li {
        float: right;
        width: 100%;
    }

header.main-header .side-menu ul ul {
    display: none;
    padding: 0;
    direction: ltr;
    float: right;
    background-color: #f6f6f6;
    -webkit-box-shadow: inset 2px 1px 5px rgba(0, 0, 0, 0.08);
    box-shadow: inset 2px 1px 5px rgba(0, 0, 0, 0.08);
}

    header.main-header .side-menu ul ul li a {
        background-color: transparent;
    }

header.main-header .side-menu > ul > li > a {
    font-size: 16px;
    display: block;
    padding: 7px 22px;
    background: #fff;
    color: #000;
}

header.main-header .side-menu a {
    cursor: pointer;
    background-color: #fff;
    display: block;
}

header.main-header .side-menu ul > li > ul > li {
    position: relative;
}

    header.main-header .side-menu ul > li > ul > li::before {
        position: absolute;
        right: 20px;
        top: 10px;
        color: #3633e6;
        font-size: 18px;
    }

    header.main-header .side-menu ul > li > ul > li > a:hover {
        color: #3633e6;
    }

    header.main-header .side-menu ul > li > ul > li > a {
        font-size: 14px;
        display: block;
        padding: 0 35px;
        line-height: 44px;
        color: #283971;
    }

header.main-header .side-menu ul ul ul {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 20px;
}

header.main-header .side-menu ul > li.sub-menu {
    position: relative;
}

    header.main-header .side-menu ul > li.sub-menu > a::after {
        content: '\F140';
        position: absolute;
        top: 5px;
        left: 10px;
        font-family: "Material Design Icons";
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        -webkit-transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    header.main-header .side-menu ul > li.sub-menu.open > a::after {
        transform: rotate(180deg);
    }

header.main-header .side-menu ul a {
    padding: 10px;
}

header.main-header .overlay-side-menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
}

/* End Side-Menu----------------- */

/* ------------ Start Mini-Header */

header.mini-header {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
}

/* End Mini-Header------------ */

/* header */

/* main-content */

main.main-content {
    position: relative;
}

/* ----------------- Start Sidebar */

.sidebar-banner {
    padding: 0;
    text-align: center;
    box-shadow: none;
    background: 0 0;
    margin: 2px 0 15px 0;
}

    .sidebar-banner img {
        border-radius: 10px;
        -webkit-box-shadow: 0 0.5rem 1.25rem -0.25rem rgba(64, 64, 64, 0.2);
        box-shadow: 0 0.5rem 1.25rem -0.25rem rgba(64, 64, 64, 0.2);
    }

/* End Sidebar----------------- */

/* ----------------- Start Main-Slider */
.main-slider {
    /* border-radius: 8px; */
    border-radius: 0;
    /* margin-bottom: 2px; */
    height: 329px;
    border: 0;
    /* border-radius: 10px; */
    -webkit-box-shadow: 0 0.5rem 1.25rem -0.25rem rgba(64, 64, 64, 0.2);
    box-shadow: 0 0.5rem 1.25rem -0.25rem rgba(64, 64, 64, 0.2);
}

.main-slider-cs {
    height: auto;
    overflow: hidden;
}

#main-slider-res {
    height: auto;
}

.main-slider .carousel-indicators li {
    width: 8px;
    height: 8px;
    margin-right: 6px;
    margin-left: 6px;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    background: rgba(255, 255, 255, .75);
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
}

    .main-slider .carousel-indicators li.active {
        background: #fff;
        width: 40px;
        /* border-radius: 25px; */
    }

.main-slider .carousel-control-next {
    left: 0;
    right: auto;
    font-size: 45px;
}

.main-slider .carousel-control-prev {
    right: 0;
    left: auto;
    font-size: 45px;
}

.main-slider .carousel-inner {
    height: 100%;
}

    .main-slider .carousel-inner .carousel-item {
        height: 100%;
    }

.main-slider-slide {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 400px;
    transition: all .3s ease-in-out;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    /* border-radius: 10px; */
    cursor: pointer;
}

#main-slider-res .main-slider-slide img {
    /* border-radius: 10px; */
    width: 100%;
}

.main-slider img {
    height: 400px;
    width: 100%;
}

/* End Main-Slider------------ */

/* ----------------- Start Category-Section */

.category-section {
    background-color: #fff;
}

.category-section-title {
    color: #656565;
    margin: 10px auto 24px;
    line-height: 30px;
    opacity: .7;
    width: 100%;
    text-align: center;
}

    .category-section-title h3 {
        font-size: 19px;
    }

.category-section-slider .category-slider .item {
    text-align: center;
}

    .category-section-slider .category-slider .item img {
        display: block;
        width: 48px;
        margin: auto;
    }

    .category-section-slider .category-slider .item h4 {
        font-size: 12px;
        line-height: 30px;
        color: #2a2a2a;
        margin-top: 8px;
        text-align: center;
    }

    .category-section-slider .category-slider .item h6 {
        color: #00bfd6;
        font-size: 12px;
        line-height: 10px;
    }

        .category-section-slider .category-slider .item h6::before {
            content: "+";
            margin-left: 2px;
        }

.category-section-slider .owl-carousel .owl-nav .owl-prev,
.category-section-slider .owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    background-image: unset;
    font-size: 40px;
    color: #6a6a6a;
    line-height: 40px;
    outline: none;
    border-radius: 50%;
    -webkit-box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
}

.category-section-slider .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    right: -20px;
}

.category-section-slider .owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: -20px;
}

.category-section-slider .owl-carousel .owl-nav .disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: all;
}

/* End Category-Section------------ */

/* ------------ Start Brand-Slider */

.brand-slider .item img {
    max-height: 70%;
    max-width: 70%;
}

.brand-slider .owl-nav {
    margin-top: 0;
}

    .brand-slider .owl-nav button {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        position: absolute;
        top: 50%;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        line-height: 37px !important;
        text-align: center;
        outline: none;
        -webkit-box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
        box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

        .brand-slider .owl-nav button.owl-next,
        .brand-slider .owl-nav button.owl-prev {
            background-color: #fff;
            border-radius: 50%;
            font-size: 40px;
            color: #6a6a6a;
        }

        .brand-slider .owl-nav button.owl-next {
            left: -15px;
            cursor: pointer;
        }

        .brand-slider .owl-nav button.owl-prev {
            right: -15px;
            cursor: pointer;
        }

            .brand-slider .owl-nav button.owl-next:hover,
            .brand-slider .owl-nav button.owl-prev:hover {
                background-color: #fff;
                color: #000;
            }

        .brand-slider .owl-nav button.disabled {
            opacity: 0 !important;
        }

/* End Brand-Slider------------ */

/* ------------ Start Section-Title */

.section-title {
    position: relative;
    margin-bottom: 20px;
    z-index: 0;
}

.title-wide::after {
    content: '';
    background-color: #d9e1eb;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 16px;
}

.no-after-title-wide::after {
    display: none;
}

.title-wide a,
.title-wide h2 {
    color: #6f7479;
    line-height: 33px;
}

.title-wide h2 {
    font-size: 20px;
    height: 33px;
    position: relative;
    z-index: 10;
    display: inline-block;
    padding-right: 40px;
    padding-left: 10px;
}

.text-sm-title h2 {
    font-size: 16px;
}

.title-wide h2:after,
.title-wide h2:before {
    content: '';
}

.title-wide h2:before {
    background: url(../img/theme/title-circles.png) left no-repeat;
    display: block;
    position: absolute;
    right: -20px;
    top: 11px;
    height: 14px;
    width: 32px;
    margin-right: 13px;
    height: 14px;
    width: 32px;
}

.no-title-wide-before h2 {
    padding-right: 10px;
}

    .no-title-wide-before h2::before {
        background: none;
    }

.title-wide a {
    display: block;
    position: relative;
    float: left;
    padding: 0 10px;
    margin: 4px;
    height: 33px;
    background-color: #edf0f5;
    color: #98175d;
    font-weight: bold;
    border-radius: 3px;
    z-index: 100;
}

    .title-wide a::before {
        content: '';
        position: absolute;
        top: 16px;
        left: -28px;
        width: 28px;
        height: 2px;
        background-color: #edf0f5;
    }

.section-title p {
    margin: -10px 40px 0;
    color: #000;
    font-weight: bold;
    font-size: 18px;
}

/* End Section-Title------------ */

/* ------------ Start Product-Carousel */

section.slider-section {
    padding: 1rem 1.5rem 0;
    background-color: #fff;
    border-radius: 30px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.1);
    box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.1);
}

.amazing-section {
    border-radius: 0 !important;
}

.amazing-product a {
    display: block;
}

.amazing-product img {
    width: 54% !important;
    max-height: calc(100% - 41px);
    -o-object-fit: contain;
    object-fit: contain;
    margin: auto;
}

.amazing-product a.view-all-amazing-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 9px 16px;
    border: 1px solid #fff;
    border-radius: 5px;
}

.amazing-section .product-card {
    border-radius: 10px !important;
}

.amazing-section .product-carousel .item {
    margin-bottom: 20px !important;
}

.product-carousel .item {
    margin-bottom: 40px;
}

.product-carousel {
    position: relative;
}

    .product-carousel .owl-dots {
        margin-top: 0 !important;
        text-align: center;
    }

    .product-carousel .owl-dot {
        outline: none;
    }

        .product-carousel .owl-dot span {
            width: 8px;
            height: 8px;
            margin: 5px 7px;
            background: #ddd;
            display: block;
            transition: opacity 200ms ease;
            border-radius: 30px;
            -webkit-transition: all 0.2s ease-in-out !important;
            transition: all 0.2s ease-in-out !important;
        }

        .product-carousel .owl-dot.active span,
        .product-carousel .owl-dot:hover span {
            background: #98175d;
        }

        .product-carousel .owl-dot.active span {
            width: 38px;
        }

    .product-carousel .owl-nav {
        margin-top: 0;
    }

        .product-carousel .owl-nav button {
            opacity: 1;
            -ms-filter: none;
            filter: none;
            position: absolute;
            top: 50%;
            width: 40px;
            height: 40px;
            margin-top: -20px;
            line-height: 37px !important;
            text-align: center;
            outline: none;
            -webkit-box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
            box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

            .product-carousel .owl-nav button.owl-next,
            .product-carousel .owl-nav button.owl-prev {
                background-color: #fff;
                border-radius: 50%;
                font-size: 40px;
                color: #6a6a6a;
            }

            .product-carousel .owl-nav button.owl-next {
                left: -15px;
                cursor: pointer;
            }

            .product-carousel .owl-nav button.owl-prev {
                right: -15px;
                cursor: pointer;
            }

                .product-carousel .owl-nav button.owl-next:hover,
                .product-carousel .owl-nav button.owl-prev:hover {
                    background-color: #fff;
                    color: #000;
                }

            .product-carousel .owl-nav button.disabled {
                opacity: 0 !important;
            }


/* ------------ Start Product-Card */

.product-card {
    position: relative;
    background-color: #fff;
    padding-top: .75rem;
    padding-bottom: 1.625rem;
    margin: 10px;
    border-radius: 30px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.1);
    box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.1);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

    .product-card:hover {
        -webkit-box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.15);
        box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.15);
    }

    .product-card .product-head {
        padding: 0 .9375rem .5rem;
    }

.rating-stars {
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
}

    .rating-stars i {
        display: inline-block;
        margin-left: -7px;
        color: #bfbfbf;
        font-size: .875rem;
    }

        .rating-stars i.active {
            color: #ffd800;
        }

.discount {
    position: absolute;
    top: 10px;
    left: 10px;
}

    .discount span {
        display: inline-block;
        padding: 2px 8px;
        font-size: 12px;
        color: #fff;
        background: #98175d;
        border-radius: 15px 15px 0 15px;
    }

.product-card .product-thumb {
    display: block;
    position: relative;
    overflow: hidden;
}

    .product-card .product-thumb::before {
        background-color: #fff;
        opacity: 0.5;
        top: 0;
        bottom: 0;
        content: '';
        left: -130%;
        position: absolute;
        width: 200px;
        box-shadow: 0 0 100px #fff;
        -webkit-transform: skew(-20deg);
        transform: skew(-20deg);
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }

.product-card:hover .product-thumb::before {
    left: 200%;
}

.product-card .product-thumb > img {
    display: block;
    max-width: 80%;
    margin: 0 auto;
}

.product-card .product-card-body {
    padding: 0 1.25rem;
}

.product-card .product-meta {
    display: block;
    margin-bottom: .5rem;
    color: rgba(140, 140, 140, 0.75);
    font-size: .75rem;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: color .25s;
    transition: color .25s;
}

    .product-card .product-meta:hover {
        color: #404040;
    }

.product-card .product-title {
    margin: .75rem 0 .125rem;
    font-size: 1rem;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

    .product-card .product-title::before {
        content: '';
        position: absolute;
        width: 20%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 81%);
        display: block;
    }

    .product-card .product-title > a {
        -webkit-transition: color .3s;
        transition: color .3s;
        color: #98175d;
        text-decoration: none;
        display: block;
        font-weight: bold;
    }

        .product-card .product-title > a:hover {
            color: #f44336;
        }

.product-card .product-price {
    display: block;
    color: #404040;
    font-weight: bold;
}

.hover-effect-img {
    display: block;
    position: relative;
    overflow: hidden;
}

    .hover-effect-img::before {
        background-color: white;
        opacity: 0.5;
        top: 0;
        bottom: 0;
        content: '';
        left: -100%;
        position: absolute;
        width: 200px;
        box-shadow: 0 0 100px white;
        -webkit-transform: skew(-20deg);
        transform: skew(-20deg);
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }

.card-row:hover .hover-effect-img::before {
    left: 200%;
}

.search-amazing-tab .product-card {
    padding-top: 40px;
}

.promotion-badge {
    width: 100%;
    height: 29px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 17px;
    color: #98175d;
    border-bottom: 1px solid #98175d;
    position: absolute;
    top: 10px;
}

    .promotion-badge.not-available {
        color: #6c757d;
        border-color: #6c757d;
    }

.product-card .promotion-badge {
    font-size: 16px;
}

.search-amazing-tab .discount {
    top: 42px;
}

/* End Product-Card------------ */

/* End Product-Carousel------------ */

/* ------------ Start Suggestion-Slider */

.product-carousel.carousel-md .item {
    margin-bottom: 20px;
}

.widget-suggestion .widget-suggestion-title {
    margin-bottom: 10px;
}

    .widget-suggestion .widget-suggestion-title img {
        max-width: 100%;
    }

.widget-suggestion #progressBar {
    height: 1px;
    background: #e0e1e2;
    position: relative;
    margin-bottom: 15px;
}

.widget-suggestion .slide-progress {
    box-shadow: 0 0 8px 0 rgba(255, 138, 138, .5);
    border-top-style: solid;
    border-width: 0;
    border-top-width: 1px;
    border-color: #98175d;
    position: absolute;
    width: 0;
    right: 0;
    top: 0;
    max-width: 100%;
    display: inline-block;
    animation: progressbar 10s ease-in-out;
    animation-iteration-count: infinite;
}

.widget-suggestion .owl-dots {
    margin-top: 0 !important;
    text-align: center;
}

.widget-suggestion .owl-dot {
    outline: none;
}

    .widget-suggestion .owl-dot span {
        width: 8px;
        height: 8px;
        margin: 5px 4px;
        background: #ddd;
        display: block;
        transition: opacity 200ms ease;
        border-radius: 30px;
        -webkit-transition: all 0.2s ease-in-out !important;
        transition: all 0.2s ease-in-out !important;
    }

    .widget-suggestion .owl-dot.active span,
    .widget-suggestion .owl-dot:hover span {
        background: #98175d;
    }

    .widget-suggestion .owl-dot.active span {
        width: 30px;
    }

/* End Suggestion-Slider------------ */

/* ------------ Start Widget */

.widget-banner a {
    display: block;
}

.widget-banner img {
    max-width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0 0.5rem 1.25rem -0.25rem rgba(64, 64, 64, 0.1);
    box-shadow: 0 0.5rem 1.25rem -0.25rem rgba(64, 64, 64, 0.1);
}

.widget-search {
    position: relative;
}

    .widget-search input {
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding-right: 7px;
        font-size: 13px;
        background-color: #fafdfb;
        border: 1px solid #f3f3f3;
        border-radius: 7px;
        outline: none;
    }

        .widget-search input::placeholder {
            font-size: 12px;
        }

    .widget-search button.btn-search-widget {
        position: absolute;
        left: 0;
        width: 35px;
        height: 40px;
        background-color: #98175d;
        border: 0;
        border-radius: 7px 0 0 7px;
        outline: none;
    }

        .widget-search button.btn-search-widget img {
            max-width: 100%;
        }

.filter-product .card {
    border-radius: 10px;
    border: 1px solid #f3f3f3;
    box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    -webkit-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
}

    .filter-product .card .card-header {
        background-color: #fff;
    }

        .filter-product .card .card-header button {
            font-size: 14px;
        }

            .filter-product .card .card-header button i {
                position: absolute;
                left: 0;
                top: 5px;
                display: inline-block;
                width: 36px;
                height: 36px;
                background-color: #edf0f5;
                border-radius: 50%;
                font-size: 25px;
                text-align: center;
                color: #98175d;
                -webkit-transition: 0.2s ease-in-out;
                transition: 0.2s ease-in-out;
            }

            .filter-product .card .card-header button[aria-expanded="true"] i {
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
            }

    .filter-product .card .card-body .custom-control {
        padding-left: 0;
    }

    .filter-product .card .card-body .filter-color {
        width: 10px;
        height: 10px;
        display: inline-block;
        border-radius: 50%;
        vertical-align: top;
        margin-top: 7px;
        margin-left: 6px;
        border: 1px solid #f2f2f2;
        position: absolute;
        left: 0;
    }

.parent-switcher {
    position: relative;
}

    .parent-switcher .ui-statusswitcher {
        position: absolute;
        right: 0;
        top: 0;
    }

        .parent-switcher .ui-statusswitcher input[type=checkbox] {
            visibility: hidden;
            position: absolute;
        }

    .parent-switcher .ui-statusswitcher-slider {
        display: inline-block;
        position: relative;
        cursor: pointer;
        width: 40px;
        height: 21px;
        border-radius: 29px;
        border: 1px solid #8c8c8c;
        background: #e5e5e5;
        transition: .15s ease-in;
    }

    .parent-switcher input[type=checkbox]:checked + .ui-statusswitcher-slider {
        background-color: #98175d;
        border-color: #98175d;
    }

    .parent-switcher .ui-statusswitcher-slider-toggle {
        display: block;
        width: 15px;
        height: 15px;
        background-color: #fff;
        border: 1px solid #959595;
        transition: all .4s ease;
        border-radius: 50%;
        position: absolute;
        top: 2px;
        right: 2px;
    }

    .parent-switcher input[type=checkbox]:checked + .ui-statusswitcher-slider span {
        right: 21px;
    }

    .parent-switcher .label-switcher {
        margin-right: 50px;
        margin-bottom: 5px;
        cursor: pointer;
    }

.noUi-target {
    border: 0;
    border-radius: 0;
    background-color: #e7e7e7;
    box-shadow: none
}

.noUi-horizontal {
    height: .1875rem
}

    .noUi-horizontal .noUi-handle {
        top: -6px;
        left: -.375rem;
        width: 15px;
        height: 15px;
        border: 0;
        border-radius: 50%;
        box-shadow: none
    }

.noUi-handle:after,
.noUi-handle:before {
    display: none;
}

.noUi-horizontal .noUi-handle::before {
    display: none
}

.noUi-horizontal .noUi-handle.noUi-handle-lower {
    background-color: #98175d
}

.noUi-horizontal .noUi-handle.noUi-handle-upper {
    background-color: #98175d
}

.noUi-horizontal .noUi-handle:focus {
    outline: none
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -.375rem;
    left: auto
}

.ui-range-slider-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.875rem
}

    .ui-range-slider-footer > .column:last-child {
        padding-right: .9375rem;
        text-align: right
    }

.ui-range-values {
    display: inline-block
}

    .ui-range-values .ui-range-value-min,
    .ui-range-values .ui-range-value-max {
        display: inline-block;
        font-size: .875rem;
        font-weight: bold
    }

    .ui-range-values .ui-range-label {
        display: inline-block;
        margin-right: .125rem;
        color: #8c8c8c;
        font-size: .75rem;
        font-weight: 600
    }

.noUi-connect {
    background: #98175d !important;
}

/* End Widget------------ */

/* ------------ Start Search Page */

.header-cover {
    content: "";
    background-color: #98175d;
    background-image: url(../img/svg/701f8a6b.svg);
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    height: 275px;
    z-index: -1;
}

.promotion-header-img {
    width: 100%;
    background: url(../img/theme/amazing.svg) 50% no-repeat;
    background-size: contain;
    height: 120px;
}

.new-header-img {
    background: url(../img/theme/suggestion-title.png) 50% no-repeat;
    height: 120px;
}

.search-amazing-tab .ah-tab-item {
    padding: 5px 8px;
    border-radius: 10px;
    border-bottom: 0;
    margin: 0 10px;
    font-size: 13px;
}

    .search-amazing-tab .ah-tab-item:first-child {
        margin-right: 40px;
    }

    .search-amazing-tab .ah-tab-item:hover {
        border: 0;
    }

.search-amazing-tab .ah-tab > .ah-tab-item[data-ah-tab-active="true"] {
    background-color: #98175d;
    color: #fff;
    padding: 5px 8px;
    border-radius: 10px;
    border-bottom: 0;
}

/* End Search Page------------ */

/* ------------ Start Pagination */

.pagination {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

    .pagination a,
    .pagination li {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 33px;
        border-radius: 10px;
        font-size: 20px;
        color: #212121;
    }

        .pagination a.next,
        .pagination li.next a {
            display: inline-block;
            width: auto;
            height: auto;
            padding: 0 5px;
            color: #333;
        }

        .pagination a.prev,
        .pagination li.prev a {
            display: inline-block;
            width: auto;
            height: auto;
            padding: 0 5px;
            color: #333;
        }

        .pagination a.active-page,
        .pagination li.active-page {
            background-color: #98175d;
            border-color: #98175d;
            color: #fff;
        }

/* End Pagination------------ */

/* ------------ Start Single-Product */

ul.gallery-options {
    position: absolute;
    top: -3px;
    right: 20px;
    z-index: 1000;
}

    ul.gallery-options li {
        margin-bottom: 5px;
        z-index: 980;
        position: relative;
        list-style: none;
    }

    ul.gallery-options button {
        width: 40px;
        height: 35px;
        border-radius: 8px;
        background-color: #fff;
        border: 0;
        color: #565656;
        cursor: pointer;
        outline: none;
        font-size: 24px;
    }

    ul.gallery-options .tooltip-option {
        opacity: 0;
        visibility: hidden;
        padding: 5px 0;
        background-color: #6f6f6f;
        color: #fff;
        z-index: 4;
        font-size: 13px;
        line-height: 1.692;
        position: absolute;
        top: 2px;
        right: 60px;
        width: 130px;
        text-align: center;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

        ul.gallery-options .tooltip-option::before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            position: absolute;
            right: -10px;
            border-width: 10px 0 10px 10px;
            border-color: transparent transparent transparent #6f6f6f;
        }

    ul.gallery-options li:hover .tooltip-option {
        opacity: 1;
        visibility: visible;
    }

.favorites {
    color: #f44336 !important;
}

.product-timeout .countdown-timer {
    direction: ltr;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
}

    .product-timeout .countdown-timer span {
        display: inline-block;
        width: 50px;
        height: 35px;
        position: relative;
    }

        .product-timeout .countdown-timer span[data-days]::before,
        .product-timeout .countdown-timer span[data-hours]::before,
        .product-timeout .countdown-timer span[data-minutes]::before,
        .product-timeout .countdown-timer span[data-seconds]::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: -14px;
            font-size: 11px;
            color: #aba1a1;
        }

        .product-timeout .countdown-timer span[data-days]::before {
            content: "روز";
        }

        .product-timeout .countdown-timer span[data-hours]::before {
            content: "ساعت";
        }

        .product-timeout .countdown-timer span[data-minutes]::before {
            content: "دقیقه";
        }

        .product-timeout .countdown-timer span[data-seconds]::before {
            content: "ثانیه";
        }

.product-gallery {
    position: relative;
    padding: 2.75rem 1rem 0;
}

    .product-gallery .badge {
        position: absolute;
        top: 1rem;
        left: 1rem;
        margin-left: 0;
        color: #fff;
        background-color: #98175d;
        padding: 5px;
        border-radius: 0;
        z-index: 5;
    }

.gallery-item {
    display: block;
    position: relative;
    width: 100%;
    transition: box-shadow .35s .12s;
    color: #fff;
    text-decoration: none;
}

    .gallery-item::before, .gallery-item::after {
        display: block;
        position: absolute;
    }

    .gallery-item::after {
        top: 50%;
        left: 50%;
        width: 44px;
        height: 44px;
        margin-top: -22px;
        margin-left: -22px;
        border-radius: 50%;
        background-color: #fff;
        content: '';
        z-index: 5;
    }

    .gallery-item:not(.type-video)::after {
        transform: scale(0.2);
        transition: all .3s .12s;
        color: #404040;
        font-family: "Material Design Icons";
        font-size: 1.3125rem;
        font-weight: normal;
        line-height: 44px;
        text-align: center;
        content: "\F6EC";
        opacity: 0;
    }

.product-gallery .gallery-item::after {
    box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.26);
}

.gallery-item:hover:not(.type-video)::after {
    transform: scale(1);
    opacity: 1;
}

.product-gallery .product-thumbnails {
    display: block;
    margin: 0 -1rem;
    padding: .75rem;
    border-top: 1px solid #e7e7e7;
    list-style: none;
    text-align: center;
}

    .product-gallery .product-thumbnails > li {
        display: inline-block;
        margin: .625rem .1875rem;
        vertical-align: middle;
    }

        .product-gallery .product-thumbnails > li > a {
            display: block;
            width: 50px;
            height: 50px;
            transition: all .25s;
            border: 1px solid transparent;
            background-color: #fff;
            opacity: .75;
        }

        .product-gallery .product-thumbnails > li.active > a {
            border-color: #98175d;
            cursor: default;
            opacity: 1;
        }

        .product-gallery .product-thumbnails > li > a > img {
            display: block;
            max-width: 100%;
            margin: 10px 0;
        }

        .product-gallery .product-thumbnails > li > a > i {
            font-size: 25px;
            line-height: 50px;
            color: #98175d;
        }

.product-gallery .product-carousel .owl-nav button.owl-next, .product-gallery .product-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px !important;
}

.product-info .product-title {
    border-bottom: 1px solid #f2f2f2;
}

    .product-info .product-title h1 {
        font-size: 18px;
        color: #666;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
    }

        .product-info .product-title h1::before {
            content: '';
            position: absolute;
            width: 20%;
            height: 100%;
            top: 0;
            left: 0;
            background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 81%);
            display: block;
        }

    .product-info .product-title h3 {
        font-size: 14px;
        color: #000;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
        font-family: sans-serif, iranyekan;
    }

        .product-info .product-title h3::before {
            content: '';
            position: absolute;
            width: 20%;
            height: 100%;
            top: 0;
            left: 0;
            background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 81%);
            display: block;
        }

.product-variant {
    margin: 20px 0 10px;
    color: #6f6f6f;
    vertical-align: top;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
}

    .product-variant > span {
        font-size: inherit;
        color: inherit;
        padding-left: 15px;
        margin-top: 3px;
        float: right;
    }

.product-variants {
    margin-right: -8px;
    list-style: none;
    padding: 0;
    display: inline-block;
    margin-bottom: 0;
}

.ui-variant {
    display: inline-block;
    position: relative;
}

.product-variants li {
    margin: 0 8px 8px 0;
    display: inline-block;
}

.ui-variant {
    display: inline-block;
    position: relative;
}

.ui-variant--color .ui-variant-shape {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 8px;
    top: 8px;
    border-radius: 50%;
    background: #ccc;
    border: 1px solid #000;
    content: "";
    cursor: pointer;
}

.ui-variant input[type=radio] {
    visibility: hidden;
    position: absolute;
}

.ui-variant--check {
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 10px;
    color: #6f6f6f;
    padding: 3px 10px;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    display: block;
    -webkit-box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.1);
    box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.1);
}

.ui-variant--color .ui-variant--check {
    padding-right: 37px;
}

input[type=radio]:checked + .ui-variant--check {
    border-color: #98175d;
}

.product-params {
    height: 160px;
    overflow: hidden;
    padding-bottom: 30px;
    position: relative;
}

    .product-params.active {
        height: auto;
    }

    .product-params ul {
        list-style: none;
        padding: 0;
        color: #55565a;
        margin: 20px 0;
        font-size: 12px;
        font-size: .857rem;
        line-height: 1.833;
    }

        .product-params ul:before {
            content: attr(data-title);
            font-size: 13px;
            font-size: .929rem;
            line-height: 1.692;
            display: list-item;
            font-weight: 700;
        }

        .product-params ul li {
            margin: 5px 15px;
            width: 100%;
            font-size: 13px;
            position: relative;
        }

            .product-params ul li:before {
                content: "";
                width: 5px;
                height: 5px;
                background: #ccc;
                vertical-align: middle;
                margin-left: 5px;
                border-radius: 50%;
                position: absolute;
                top: 10px;
                right: -14px;
            }

            .product-params ul li span {
                margin-left: 5px;
                white-space: normal;
            }

                .product-params ul li span:first-child {
                    font-weight: 700;
                }

    .product-params .sum-more {
        width: 100%;
        position: absolute;
        height: 50px;
        text-align: right;
        background: #FFF;
        bottom: 0;
        right: 0;
        line-height: 47px;
        font-size: 13px;
        box-shadow: 0 0 10px #fff;
        cursor: pointer;
    }

.btn-link-border {
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    color: #1ca2bd;
    padding: 0;
    line-height: 2;
    font-size: 12px;
}

    .btn-link-border:after {
        left: 0;
        right: 0;
        top: 50%;
        margin-top: .85em;
        content: "";
        position: absolute;
        border-bottom: 1px dashed #1ca2bd;
    }

.product-params .show-less {
    display: none;
}

.product-info .price {
    font-weight: bold;
    color: #000;
    font-size: 30px;
}

.tabs-product-info .ah-tab .ah-tab-item i {
    margin-left: 5px;
}

.description-product {
    line-height: 30px;
    color: #666;
    text-align: justify;
}

.accordion-product .card {
    border: 0;
    padding-bottom: 20px;
}

    .accordion-product .card .card-header {
        background-color: #fff;
        padding: 0;
        border-bottom: 0;
    }

.accordion-product h5 button {
    font-size: 20px;
    color: #000;
    padding-right: 50px;
    position: relative;
}

    .accordion-product h5 button:hover, .accordion-product h5 button:active {
        color: #000;
        text-decoration: none;
    }

    .accordion-product h5 button::before {
        content: '-';
        width: 38px;
        height: 32px;
        line-height: 32px;
        background-color: #98175d;
        position: absolute;
        right: 0;
        top: 10px;
        border: none;
        color: #fff;
        border-radius: 0 15px 15px 15px;
        outline: none;
    }

    .accordion-product h5 button.collapsed::before {
        content: '+';
    }

.accordion-product .card-body img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.accordion-product .card-body p {
    font-size: 15px;
    line-height: 2.53;
    color: #404040;
    margin: 20px 0;
}

.params section {
    width: 100%;
    float: right;
    margin-bottom: 20px;
}

.params .params-title {
    color: #4d4d4d;
    margin-bottom: 25px;
    position: relative;
    padding-right: 19px;
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: -.3px;
}

    .params .params-title:before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 7px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 0 0 7px;
        border-color: transparent transparent transparent #00bfd6;
        transform: rotate(45deg);
    }

.params .params-list {
    list-style: none;
    padding: 0;
    margin-bottom: 70px;
    float: right;
    width: 100%;
}

    .params .params-list li {
        margin: 8px -8px;
        width: 100%;
        float: right;
        padding-right: 19px;
    }

        .params .params-list li .params-list-key {
            float: right;
            width: 19%;
            margin-left: 20px;
            background: #f6f6f6;
            border-radius: 10px;
            padding: 14px 18px 12px;
            margin-bottom: 10px;
        }

        .params .params-list li .params-list-value {
            float: left;
            width: 79%;
            font-size: 13px;
            background: #f6f6f6;
            border-radius: 10px;
            padding: 14px 18px 14px;
            margin-bottom: 5px;
        }

.content-expert-rating {
    list-style: none;
    padding: 5px 13px 33px 60px;
    background: #fcfcfc;
    border-radius: 5px;
}

    .content-expert-rating > li {
        display: flex;
        flex-wrap: wrap;
        margin-right: -7px;
        margin-left: -7px;
        align-items: center;
        margin-top: 15px;
    }

        .content-expert-rating > li:first-child {
            margin-top: 0;
        }

        .content-expert-rating > li .cell {
            position: relative;
            width: 100%;
            min-height: 1px;
            padding-right: 7px;
            padding-left: 7px;
        }

            .content-expert-rating > li .cell:first-child {
                flex: 0 0 45%;
                max-width: 45%;
            }

            .content-expert-rating > li .cell:last-child {
                flex: 0 0 55%;
                max-width: 55%;
            }

.rating {
    position: relative;
    height: 4px;
    border-radius: 3px;
    background: #eaeaea;
}

.rating--general {
    background-color: #d5d5d5;
}

.rating[data-rate-digit]:before {
    position: absolute;
    right: 100%;
    top: 50%;
    content: attr(data-rate-digit);
    margin-right: 11px;
    color: #6f6f6f;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.rating-rate {
    width: 0;
    height: 100%;
    background: silver;
    border-radius: 3px;
}

.rating--general .rating-rate {
    background-color: #98175d;
}

.comments-summary-box, .comments-summary-note {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px;
}

    .comments-summary-note > span {
        font-size: 19px;
        font-size: 1.357rem;
        line-height: 1.158;
        color: #5a5a5a;
        letter-spacing: -.4px;
        margin-bottom: 20px;
        display: block;
    }

    .comments-summary-note p {
        font-size: 15px;
        font-size: 1.071rem;
        line-height: 2.27;
        margin-bottom: 35px;
        color: #676767;
    }

.comments-tab .card-body p {
    font-size: 15px;
    line-height: 2.53;
    color: #404040;
    margin: 20px 0;
}

.comments-area ol.comment-list {
    list-style: none;
    float: right;
    padding: 0;
    width: 100%;
}

    .comments-area ol.comment-list li .comment-body {
        font-size: 14px;
        margin-top: 50px;
        padding: 20px 40px 20px 20px;
        line-height: 30px;
        position: relative;
        border-radius: 10px;
        border: 1px solid #f7f1f1;
        background-color: #fff;
        box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.2);
        -webkit-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.2);
    }

.message-light {
    font-size: 14px;
    padding: 15px 20px;
    position: relative;
    border-radius: 10px;
    line-height: 22px;
    margin: 15px 25px 10px;
    background-color: #f9f7d8;
    border: 1px solid #f6e8a1;
    color: #a37731;
    text-align: justify;
}

.message-light--purchased {
    font-size: 13px;
    line-height: 2.23;
    border-radius: 10px;
    color: rgba(36, 90, 29, .98);
    padding: 7px 40px 7px 12px;
    background-color: #fff;
    border: 0;
}

.comment-body .message-light {
    margin: 15px 0;
}

.message-light--purchased:before {
    content: "\F111";
    font-family: "Material Design Icons";
    font-size: 28px;
    position: absolute;
    right: -20px;
    top: -4px;
    width: 50px;
    height: 50px;
    background-color: #c1ff26;
    border: 1px solid #e2f0d5;
    text-align: center;
    line-height: 50px;
    -webkit-border-radius: 100% 50% 50% 100% / 75% 69% 69% 75%;
    border-radius: 100% 50% 50% 100% / 75% 69% 69% 75%;
}

.comments-user-shopping {
    list-style: none;
    padding: 5px 0 0;
}

    .comments-user-shopping > li {
        margin: 20px 0;
    }

        .comments-user-shopping > li .cell {
            font-size: 13px;
            font-size: .929rem;
            line-height: 1.692;
            color: #777;
            margin: 5px 0;
        }

        .comments-user-shopping > li > .cell {
            color: #000;
            font-weight: bold;
        }

        .comments-user-shopping > li .color-cell {
            display: flex;
            flex-wrap: wrap;
            margin-right: -10px;
            margin-left: -10px;
        }

            .comments-user-shopping > li .color-cell .shopping-color-value {
                width: 17px;
                height: 17px;
                border-radius: 5px;
                margin-left: 10px;
                margin-right: 10px;
                margin-top: 5px;
            }

        .comments-user-shopping > li .seller-cell:before {
            content: "\F00EC";
            font-family: "Material Design Icons";
            font-size: 18px;
            position: relative;
            top: 2px;
            margin-left: 7px;
        }

.o-text-blue {
    color: #1ca2bd;
}

.message-light--opinion-positive {
    font-size: 13px;
    line-height: 2.23;
    background-color: #fff;
    border: 0;
    border-radius: 10px;
    color: rgba(36, 90, 29, .98);
    padding: 7px 40px 7px 12px;
}

    .message-light--opinion-positive:before {
        content: "\F514";
        font-family: "Material Design Icons";
        font-size: 28px;
        position: absolute;
        right: -20px;
        top: -4px;
        width: 50px;
        height: 50px;
        background-color: #4ae3f3;
        border: 1px solid #4ae3f3;
        color: #fff;
        text-align: center;
        line-height: 50px;
        -webkit-border-radius: 100% 50% 50% 100% / 75% 69% 69% 75%;
        border-radius: 100% 50% 50% 100% / 75% 69% 69% 75%;
    }

.rate-product {
    font-family: iranyekan;
    margin: 0 10px;
    color: #394eea;
    font-size: 18px;
}

.comments-area .comment-content {
    padding-bottom: 35px;
}

.comments-area ol li {
    list-style: none;
}

.comments-area ol.comment-list .comment-title {
    font-size: 19px;
    line-height: 1.158;
    color: #5f5f5f;
    font-weight: bold;
}

.comments-area ol.comment-list .comment-author {
    font-size: 14px;
    line-height: 1.571;
    display: block;
    color: #adadad;
    margin-top: 5px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.comments-area ol.comment-list li .comment-body p {
    text-align: justify;
}

.comments-area ol.comment-list li .fn {
    font-size: 15px;
    margin-left: 0;
    float: right;
    font-weight: bold;
    font-style: normal;
    color: #000;
}

.comments-area ol.comment-list li .says {
    margin-left: 15px;
    margin-right: 5px;
}

.comments-area ol.comment-list li .commentmetadata {
    float: left;
}

    .comments-area ol.comment-list li .commentmetadata a {
        color: #03A9F4;
        font-size: 13px;
    }

.comments-area ol.comment-list li .comment-body .reply a.comment-reply-link {
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    color: #1ca2bd;
    padding: 0;
    line-height: 2;
    font-size: 14px;
}

    .comments-area ol.comment-list li .comment-body .reply a.comment-reply-link::before {
        left: 0;
        right: 0;
        top: 50%;
        margin-top: .85em;
        content: "";
        position: absolute;
        border-bottom: 1px dashed #1ca2bd;
    }

.comments-area ol.comment-list li .comment-body .icon-comment {
    font-size: 28px;
    position: absolute;
    right: -20px;
    top: -27px;
    width: 50px;
    height: 50px;
    background-color: #4ae3f3;
    border: 1px solid #4ae3f3;
    color: #fff;
    text-align: center;
    line-height: 50px;
    -webkit-border-radius: 100% 50% 50% 100% / 75% 69% 69% 75%;
    border-radius: 100% 50% 50% 100% / 75% 69% 69% 75%;
}

    .comments-area ol.comment-list li .comment-body .icon-comment.mdi {
        background-color: #c1ff26;
        border: 1px solid #e2f0d5;
        color: rgba(36, 90, 29, .98);
    }

.content-expert-evaluation-negative, .content-expert-evaluation-positive {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

    .content-expert-evaluation-positive span {
        color: #00bfd6;
        font-size: 16px;
        line-height: 1.375;
        font-weight: 400;
    }

    .content-expert-evaluation-negative span {
        color: #f44336;
        font-size: 16px;
        line-height: 1.375;
        font-weight: 400;
    }

    .content-expert-evaluation-negative ul, .content-expert-evaluation-positive ul {
        list-style: none;
        padding: 0;
    }

        .content-expert-evaluation-negative ul li, .content-expert-evaluation-positive ul li {
            margin: 6px 0;
            padding-right: 17px;
            color: #5f5f5f;
            position: relative;
        }

            .content-expert-evaluation-negative ul li:before, .content-expert-evaluation-positive ul li:before {
                width: 6px;
                height: 6px;
                background: #ccc;
                border-radius: 50%;
                content: "";
                position: absolute;
                top: 13px;
                right: 0;
            }

            .content-expert-evaluation-positive ul li:before {
                background-color: #00bfd6;
            }

.comments-area ol.comment-list .footer {
    position: absolute;
    bottom: 0;
    left: 30px;
}

.comments-likes {
    text-align: left;
    color: #777;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
}

.comments-area ol.comment-list li img.avatar {
    position: absolute;
    top: 4px;
    right: -40px;
    left: auto;
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    padding: 0;
    z-index: 999;
    background: #fff;
    -webkit-box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.1);
    box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.1);
}

.btn-like {
    border-radius: 8px;
    border: 1px solid #ededed;
    background: #fff;
    padding: 2px 13px;
    color: #8c8c8c;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    outline: none !important;
    cursor: pointer;
}

.comments-likes .btn-like {
    margin-right: 17px;
}

.btn-like[data-counter]:before {
    margin-left: 7px;
    color: #7a7a7a;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: inherit;
    content: attr(data-counter);
}

.form-question-answer textarea {
    border-radius: 10px;
    padding: 10px;
}

/* Single-Product------------ */

/* ------------ Start Single-Product-Comment */

.comments-product-attributes-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.692;
    margin-bottom: 10px;
    margin-top: 15px;
    margin-right: -10px;
}

.comments-product-attributes .slider.slider-horizontal {
    width: 70%;
}

    .comments-product-attributes .slider.slider-horizontal.slider-rtl .slider-track {
        background: #d5d5d5;
        height: 5px;
    }

.comments-product-attributes .slider-selection.tick-slider-selection {
    background: #35ccde;
}

.comments-product-attributes .slider-tick {
    width: 12px;
    height: 12px;
    background: silver;
    border: 2px solid #fcfcfc;
    top: 2px;
}

    .comments-product-attributes .slider-tick.in-selection {
        width: 12px;
        height: 12px;
        border: 2px solid #fcfcfc;
        background-color: #35ccde;
        top: 2px;
    }

.comments-product-attributes .slider-handle {
    width: 19px;
    height: 19px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
    background: #35ccde;
    top: -3px;
}

.comments-add-col--content .form-ui form {
    max-width: 100%;
}

.comments-add-col--content input::placeholder,
.comments-add-col--content textarea::placeholder {
    padding-right: 7px;
}

.comments-add-col--content h3 {
    margin-bottom: 25px;
    letter-spacing: -.5px;
    font-size: 22px;
    line-height: 1.5;
    color: #555;
}

.comments-add-col--content .desc-comment {
    color: #54696b;
}

.comments-add-col--content .cl-circle-title {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    float: right;
    margin: 8px 0 0 10px;
}

    .comments-add-col--content .cl-circle-title.cl-primary {
        background: #00bfd6;
    }

    .comments-add-col--content .cl-circle-title.cl-red {
        background: #fb3449;
    }

.product-offer-question-option {
    padding-right: 40px;
}

    .product-offer-question-option label {
        color: #6777ef;
        padding-top: 0;
    }

.comments-add-col--content p {
    font-size: 14px;
    line-height: 1.36;
    text-align: justify;
    margin: 10px;
}

.comments-add-col--content .add-points {
    width: 30px;
    height: 28px;
    background: none;
    position: absolute;
    left: 6px;
    top: 8px;
    padding: 0;
    cursor: pointer;
    border: 2px solid #878787;
    border-radius: 4px;
    color: #878787;
    font-size: 24px;
    line-height: 23px;
    outline: none;
    display: none;
}

.form-comment-title {
    margin-bottom: 12px;
    color: #565656;
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 1.375;
    position: relative;
}

.form-comment-title--positive {
    padding-right: 25px;
}

.form-comment-title--negative {
    padding-right: 25px;
}

.form-comment-title--positive:before {
    width: 8px;
    height: 8px;
    position: absolute;
    right: 16px;
    top: 6px;
    border-radius: 4px;
    background: #00bfd6;
    content: "";
}

.form-comment-title--negative:before {
    width: 8px;
    height: 8px;
    position: absolute;
    right: 16px;
    top: 6px;
    border-radius: 4px;
    background: #fb3449;
    content: "";
}

.ui-input--add-point {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 22px;
}

    .ui-input--add-point .ui-input-field {
        padding-left: 44px;
    }

    .ui-input--add-point .ui-input-point {
        width: 48px;
        height: 100%;
        background: none;
        border: none;
        position: absolute;
        left: 0;
        top: 0;
        padding: 0;
        cursor: pointer;
    }

        .ui-input--add-point .ui-input-point:before {
            content: "+";
            font-size: 22px;
            position: absolute;
            top: 7px;
            left: 7px;
            color: #878787;
            border: 2px solid #878787;
            border-radius: 5px;
            padding: 0 7px;
        }

.form-comment-dynamic-labels {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 10px;
}

.ui-dynamic-label {
    position: relative;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    border-radius: 8px;
    padding: 8px 14px 8px 38px;
    background: #ccc;
}

.ui-dynamic-label--positive {
    background-color: #edf6f7;
    color: #3a8c96;
}

.ui-dynamic-label--negative {
    background-color: #fff3f4;
    color: #fb3449;
}

.form-comment-dynamic-labels .ui-dynamic-label {
    margin-top: 12px;
}

.ui-dynamic-label-remove {
    width: 38px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
}

    .ui-dynamic-label-remove:before {
        position: absolute;
        content: "×";
        font-size: 25px;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

/* End Single-Product-Comment------------ */

.form-ui form {
    padding: 20px;
    max-width: 380px;
    margin: 0 auto;
}

.blog-comment form {
    max-width: unset;
    margin: 0;
}

.form-ui .form-row-title {
    margin-top: 20px;
}

    .form-ui .form-row-title:first-child {
        margin-top: 0;
    }

    .form-ui .form-row-title h3 {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: bold;
        color: #000;
    }

    .form-ui .form-row-title h4 {
        margin-bottom: 10px;
        font-size: 13px;
        font-weight: bold;
        color: #000;
    }

.form-ui .form-row.with-icon {
    position: relative;
}

.form-ui .form-row .input-ui {
    width: 100%;
    height: 40px;
    margin: auto;
    border: 1px solid #e0e0e2;
    border-radius: 10px;
    outline: none;
}

    .form-ui .form-row .input-ui.placeholder-right::placeholder {
        text-align: right;
        padding-right: .5rem !important;
    }

.form-ui .form-row.with-icon i {
    position: absolute;
    left: 10px;
    top: 8px;
    font-size: 16px;
}

.form-ui .form-row textarea {
    height: 120px !important;
    padding-top: 10px;
}

.form-ui .custom-select-ui {
    width: 100%;
}

    .form-ui .custom-select-ui .nice-select {
        width: 100%;
        padding-right: 18px;
        padding-left: 30px;
        border-radius: 10px;
        clear: none;
    }

        .form-ui .custom-select-ui .nice-select .current {
            float: right;
        }

        .form-ui .custom-select-ui .nice-select:after {
            left: 12px;
            right: auto;
        }

        .form-ui .custom-select-ui .nice-select:active,
        .form-ui .custom-select-ui .nice-select.open,
        .form-ui .custom-select-ui .nice-select:focus {
            border-color: #dbdbdb;
        }

        .form-ui .custom-select-ui .nice-select.right .list {
            width: 100%;
            height: 160px;
            overflow-y: auto;
            border-radius: 10px;
            background-color: #fff;
            -webkit-box-shadow: 0 10px 30px 0 rgba(31, 45, 61, .1);
            box-shadow: 0 10px 30px 0 rgba(31, 45, 61, .1);
        }

        .form-ui .custom-select-ui .nice-select .option {
            padding-right: 18px;
            padding-left: 29px;
            text-align: right;
        }

.form-ui .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 26px;
    color: #495057;
    background-color: #fff;
    border: 1px solid #e0e0e2;
    border-radius: 10px;
}

    .form-ui .custom-file-label::after {
        position: absolute;
        top: 0;
        left: 0;
        right: auto;
        bottom: 0;
        z-index: 3;
        display: block;
        height: 38px;
        padding: .375rem .75rem;
        line-height: 26px;
        color: #495057;
        content: "بارگذاری";
        background-color: #e9ecef;
        border-right: inherit;
        border-left: 0;
        border-radius: 10px 0 0 10px;
    }

.form-ui .custom-file-input:focus ~ .custom-file-label {
    border-color: #e0e0e2;
    box-shadow: unset;
}

.form-ui .form-footer a {
    color: #98175d;
    font-weight: bold;
    border-bottom: 1px dashed #98175d;
}

.circle-box-icon {
    width: 100px;
    height: 100px;
    margin: 20px auto;
    line-height: 100px;
    font-size: 50px;
    background-color: #edf0f5;
    border-radius: 50%;
    color: #ABABAB;
    text-align: center;
}

.numbers-verify {
    width: 100%;
}

    .numbers-verify .lines-number-input {
        border-radius: 5px;
        background: #fff;
        color: #717171;
        font-size: 14px;
        line-height: 1.571;
        padding: 11px 12px;
        width: 100%;
        text-align: center;
        direction: ltr;
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2) inset;
        box-shadow: 0 0 5px rgba(0,0,0,0.2) inset;
    }

        .numbers-verify .lines-number-input .line-number {
            display: inline-block;
            width: 40px;
            height: 30px;
            border: 0;
            border-bottom: 4px solid #c8c8c8;
            margin: 0 7px;
            outline: none;
            text-align: center;
            font-weight: bold;
            font-size: 18px;
        }

#countdown-verify-end {
    display: inline-block;
    margin-bottom: -7px;
}

    #countdown-verify-end span {
        float: left;
    }

        #countdown-verify-end span.day {
            display: none;
        }

        #countdown-verify-end span.hour {
            display: none;
        }

    #countdown-verify-end a.btn-link-border {
        float: right;
        margin-top: -1px;
        color: #98175d;
        font-weight: bold;
    }

        #countdown-verify-end a.btn-link-border:after {
            border-color: #98175d;
        }


.modal {
    z-index: 1000001;
}

.modal-content {
    border-radius: 0;
    border: none;
    box-shadow: none;
    border-radius: 25px;
}

.modal-header {
    border: 0;
    position: relative;
}

    .modal-header .modal-title, .send-info-title {
        font-size: 18px;
    }

        .modal-header .modal-title i, .send-info-title i {
            float: right;
            margin: 4px 0 4px 4px;
            color: #dbc7c7;
        }

.modal .modal-header .close {
    color: #666;
    text-shadow: none;
    background-color: #f5f5f5;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 10px;
    padding: 0;
    opacity: 1;
    position: absolute;
    left: 15px;
    top: 30px;
}

.modal-footer {
    border: 0;
}

.modal-backdrop.show {
    opacity: .2;
    z-index: 1000000;
}

.tooltip {
    opacity: 1 !important;
}

.tooltip-inner {
    background-color: #fff;
    font-family: iranyekan;
}
