@font-face {
    font-family: 'fontawesome';
    src: url('/Fonts/Fontawesome/fontawesome.eot?#') format('eot'), url('/Fonts/Fontawesome/fontawesome.woff') format('woff'), url('/Fonts/Fontawesome/fontawesome.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'WooCommerce';
    src: url('/Fonts/WooCommerce/WooCommerce.eot?#') format('eot'), url('/Fonts/WooCommerce/WooCommerce.woff') format('woff'), url('/Fonts/WooCommerce/WooCommerce.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: IRANSansWeb_FaNum;
    font-style: normal;
    font-weight: normal;
    src: url('/Fonts/IRANSansWeb_FaNum/IRANSansWeb_FaNum.eot');
    src: url('/Fonts/IRANSansWeb_FaNum/IRANSansWeb_FaNum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('/Fonts/IRANSansWeb_FaNum/IRANSansWeb_FaNum.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('/Fonts/IRANSansWeb_FaNum/IRANSansWeb_FaNum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('/Fonts/IRANSansWeb_FaNum/IRANSansWeb_FaNum.ttf') format('truetype');
}

/*********** CSS RESET **********/


* {
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
}

    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    margin: 0;
    -webkit-text-size-adjust: none;
}

ol, ul {
    list-style: none;
}

a img {
    border: none;
}

a:active {
    outline: none;
}

input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    margin: 0;
    border: 0;
    padding: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="password"],
textarea {
    border-radius: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

script {
    display: none !important;
}


/*********** GLOBAL STYLES **********/



body {
    max-width: 100%;
    overflow-x: hidden;
    background-color: #f5f5f5;
    font: normal 14px IRANSansWeb_FaNum, Helvetica, sans-serif;
    color: #777;
}

h1, h2, h3, h4, h5, h6 {
    color: #444;
}

a {
    color: inherit;
    cursor: pointer;
    text-decoration:none;
}

    a img {
        opacity: 0.99; /*firefox scale bug fix*/
    }

table {
    width: 100%;
    border-collapse: collapse;
}

input[type="text"],
input[type="password"],
textarea, select {
    border: 1px solid #ddd;
    padding: 3px;
}

    input[type="text"]:focus,
    input[type="password"]:focus,
    textarea:focus, select:focus {
        border: 1px solid grey;
    }

input, textarea, select {
    font-size: 14px;
    color: #777;
}

textarea {
    min-height: 150px;
}

select {
    /*height: 32px;*/ /*safari padding fix*/
    padding: 6px;
}


input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
    vertical-align: middle;
}

input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
    cursor: pointer;
}

label, label + * {
    vertical-align: middle;
}

.clear {
    clear: both;
}

.page {
    min-height: 500px;
}

.background-red {
    background-color: #ff500a;
    color: white;
    padding: 30px 0;
}

.message-success {
    color: green;
}

.remove-discount-button {
    border: none;
}

    .remove-discount-button .fa-window-close {
        color: red;
    }
/*** HEADER ***/
.admin-header-links {
    background-color: #333;
    text-align: center;
    color: #eee;
}

    .admin-header-links * {
        display: inline-block;
        margin: 0 10px;
        line-height: 35px;
        font-size: 12px;
        font-weight: bold;
    }

    .admin-header-links .impersonate {
        display: inline-block;
    }

        .admin-header-links .impersonate a {
            background-color: #555;
            padding: 0 15px;
        }

            .admin-header-links .impersonate a:hover {
                background-color: #666;
            }

.header .top-row {
    background-color: #ff500a;
    color: white;
    padding: 5px 0;
}

.header .middle-row {
    padding: 20px 0;
}

    
.header .bottom-row {
    background-color: #ff500a;
    color: white;
}

/* SOCIAL NETWORK */
ul.networks {
    font-size: 1.3em;
    margin: 0;
}

    ul.networks li {
        display: inline-block;
        margin: 0 5px;
    }
/* HEADER LINKS */
.header-links {
    text-align: left;
}

    .header-links ul {
        margin: 0;
    }

        .header-links ul li {
            display: inline-block;
            margin: 5px;
        }

#topcartlink {
    color: #ff500a;
    position: relative;
    text-align: left;
}

    #topcartlink a {
        text-decoration: none;
    }

    #topcartlink .cart-qty {
        position: absolute;
        color: white;
        background-color: black;
        border-radius: 50%;
        top: -10px;
        left: 10px;
        padding: 3px 6px;
    }

    #topcartlink i {
        font-size: 3em;
    }
/* SEARCHBOX */
#search .btn {
    background-color: #ff500a;
    color: white;
}

.searchbox-wrapper, .cart-link {
    margin-top: 20px;
}

#search .searchbox-propertyValues {
    display: table-cell;
    position: relative;
    float: right;
    padding: 4px;
    margin: 0;
    width: 31%;
    background-color: #a98e67;
    color: #fff;
}

#search .search-box-text {
    width: 69%;
}

    #search .search-box-text:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.advanced-search {
    text-align: left;
}
/* LOGO */
.logo-wrapper {
    text-align: right;
}

/* MENU */
.categories-wrapper {
    display: inline-block;
    position: relative;
}

    .categories-wrapper .category-bars {
        cursor: pointer;
        color: white;
    }

        .categories-wrapper .category-bars:before {
            font-family: fontawesome;
            content: "\f0c9";
        }

        .categories-wrapper .category-bars:hover {
            color: white;
        }

    .categories-wrapper .sublist {
        display: none;
    }

.categories {
    background-color: white;
    color: black;
    padding: 20px;
    position: absolute;
    width: 800px;
    border: 1px solid #ddd;
    top: 42px;
    z-index: 9999;
}

    .categories-wrapper .categories ul.sublist.first-level > li, .categories > li {
        display: block;
        width: 25%;
        float: right;
    }

    /*.categories-wrapper .sublist-toggle {
        font-family: fontawesome;
    }

        .categories-wrapper .sublist-toggle.plus:after {
            content: "\f067";
        }

        .categories-wrapper .sublist-toggle.minus:after {
            content: "\f068";
        }*/
    .categories > li {
        padding: 10px;
    }

        .categories > li.has-sublist {
            font-size: 1.1em;
            font-weight: 500;
            color: dimgrey;
        }

            .categories > li.has-sublist .sublist {
                display: block;
            }

.mobile-menu {
    display: none;
}

ul.top-menu {
    display: inline-block;
    margin: 6px;
}

    ul.top-menu li {
        display: inline-block;
        margin: 0 10px;
    }

        ul.top-menu li a {
            text-decoration: none;
        }
/* HOME PAGE CATEGORY*/
.category-item .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* HOME PAGE */
.home-page-news {
}

.home-page-categories {
    background-color: #f5f5f5;
}

/* PRODUCTS */
.thumbnail {
    min-height: 460px;
    display:flex;
    flex-direction:column;
}

    .thumbnail .image {
        padding: 10px 20px;
        display: block;
        flex:30 0 auto;
    }

        .thumbnail .image img {
            max-height: 248px;
        }

    .thumbnail .caption {
        text-align: right;
        overflow: hidden;
        direction: rtl;
    }

        .thumbnail .caption > div {
            margin: 10px 0;
        }

        .thumbnail .caption .title {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            display: block;
        }

        .thumbnail .caption .description {
            display: none;
        }

        .thumbnail .caption .ratings {
        }

        .thumbnail .caption .price {
            text-align: right;
            direction: rtl;
        }

            .thumbnail .caption .price .new-price {
            }

            .thumbnail .caption .price .old-price {
            }

        .thumbnail .caption .buttons {
            font-size: 1.5em;
            color: gray;
        }

            .thumbnail .caption .buttons span.amount-text {
                font-size: .5em;
                white-space: nowrap;
                display: block;
                padding: 7px 0;
                margin: 0 0 5px 0;
            }

            .thumbnail .caption .buttons button {
                border: none;
                background: transparent;
            }

                .thumbnail .caption .buttons button:hover {
                    color: #ff500a;
                }

/* OWLCAROUSEL */
.owl-carousel-wrapper .title {
    border-bottom: 1px solid #ddd;
    margin: 20px 0;
    padding: 10px 0;
    font-size: 1.2em;
}

    .owl-carousel-wrapper .title .view-all {
        float: left;
    }

        .owl-carousel-wrapper .title .view-all a:before {
            font-family: fontawesome;
            content: "\f00a";
            margin: 5px;
        }

        .owl-carousel-wrapper .title .view-all a {
            text-decoration: none;
        }

            .owl-carousel-wrapper .title .view-all a:hover {
                color: #444;
            }

.owl-carousel {
    position: relative;
}

    .owl-carousel .owl-controls {
        position: absolute;
        bottom: 60px;
        opacity: 0;
        width: 100%;
        font-size: 2.5em;
        transition: opacity 1s;
    }

    .owl-carousel:hover .owl-controls {
        opacity: 1;
    }

    .owl-carousel .owl-controls .owl-nav > div {
    }

    .owl-carousel .owl-controls .owl-prev {
        position: absolute;
        right: -40px;
        display: block;
    }

    .owl-carousel .owl-controls .owl-next {
        position: absolute;
        left: -40px;
        display: block;
    }
/* HOME PAGE NEWS */
.news-list-homepage {
    color: white;
    padding: 30px 0;
}

    .news-list-homepage .title {
        border-bottom: 1px solid white;
    }

    .news-list-homepage .view-all {
        float: left;
    }

        .news-list-homepage .view-all:before {
            font-family: fontawesome;
            content: "\f00a";
        }

    .news-list-homepage .news-item img {
        width: 100%;
    }

.news-list-page .news-item {
    background-color: white;
    padding: 10px;
    margin: 20px 0;
    border: 1px solid #eee;
}

    .news-list-page .news-item img {
        width: 100%;
    }
/* FOOTER */
.footer {
    padding: 30px 0;
    direction: rtl;
    line-height: 2.5em;
    font-size: 1em;
}
/*********** NOTIFICATIONS & POPUPS  ***********/



.bar-notification {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    padding: 15px 10px 15px 25px;
    line-height: 16px;
    color: #fff;
    opacity: 0.95;
}

    .bar-notification.success {
        background-color: #4bb07a;
    }

    .bar-notification.error {
        background-color: #e4444c;
    }

    .bar-notification .content {
        margin: 0 0 0 10px;
    }

        .bar-notification .content a {
            color: #fff;
            text-decoration: underline;
        }

    .bar-notification .close {
        position: absolute;
        top: 0;
        left: 0;
        width: 32px;
        height: 32px;
        margin: 7px;
        background: #fff url('../images/close.png') center no-repeat;
        cursor: pointer;
    }

.ajax-loading-block-window {
    position: fixed;
    top: 50%;
    right: 50%;
    z-index: 999;
    width: 32px;
    height: 32px;
    margin: -16px -16px 0 0;
    background: url('../images/loading.gif') center no-repeat;
}

.instagram-feed {
    min-height: 200px;
    padding: 50px 0 0 0;
}

/* MOBILE MENU */
.mobile-menu ul li {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
}

    .mobile-menu ul li:last-child {
        border-bottom: none;
    }

.mobile-menu ul.sublist li:last-child {
    border-bottom: none;
}

.mobile-menu .has-sublist .sublist-toggle {
    display: inline-block;
    font-size: 1.5em;
    line-height: 0;
    vertical-align: middle;
}

    .mobile-menu .has-sublist .sublist-toggle.plus:after {
        font-family: fontawesome;
        content: "\f0fe";
    }

    .mobile-menu .has-sublist .sublist-toggle.minus:after {
        font-family: fontawesome;
        content: "\f146";
    }

.mobile-menu .has-sublist .sublist {
    display: none;
}

.mobile-menu .menu-toggle {
    display: block;
    margin: 15px 0;
}

    .mobile-menu .menu-toggle:after {
        font-family: fontawesome;
        content: "\f0c9";
        font-size: 2em;
        border: 1px solid #fff;
        padding: 5px;
        margin: 5px;
    }

.top-menu.mobile {
    display: none;
}

.header-links-mobil {
    display: none;
}

.shopping-cart-mobile {
    display: none;
}
/* TOP MENU RESPONSIVE */
@media only screen and (max-width: 768px) {
    .categories {
        width: 500px;
    }

        .categories-wrapper .categories ul.sublist.first-level > li, .categories > li {
            width: 30%;
        }

    .owl-carousel .owl-controls {
        display: none;
    }
}

@media only screen and (max-width: 576px) {
    .categories {
        width: 300px;
    }

        .categories-wrapper .categories ul.sublist.first-level > li, .categories > li {
            width: 50%;
        }

    .owl-carousel .owl-controls {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .header .middle-row .container {
        display: block;
        align-items: center;
    }
    .cart-link {
        display: none;
    }

    .shopping-cart-mobile {
        display: inline-block;
        float: left;
    }

        .shopping-cart-mobile .cart-label {
            display: inline-block;
            color: white;
        }

        .shopping-cart-mobile .cart-qty {
            top: 0 !important;
            left: 0 !important;
            display: inline-block !important;
            position: relative !important;
        }

        .shopping-cart-mobile .fa-shopping-basket {
            display: none;
        }

    .header-links-mobil {
        display: inline-block;
        position: relative;
    }

        .header-links-mobil > ul {
            display: none;
            position: absolute;
            z-index: 9999;
            background: black;
            padding: 10px;
            top: 27px;
            right: 0;
        }

        .header-links-mobil.active > ul {
            display: block;
        }

        .header-links-mobil > ul li a {
            white-space: nowrap;
        }

    .header .networks, .header-links {
        display: none;
    }

    .categories-container, .top-menu-container {
        display: none;
    }

    .mobile-menu {
        display: block;
    }
}
/* PAGER */
.pager li > a, .pager li > span {
    border-radius: 0;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #ff500a;
    border-color: #ff500a;
}
/* BREADCRUMBS */
.breadcrumb ul li {
    display: inline-block;
}
/* PRODUCT DETAILS */
.product-detail {
    background-color: #fff;
    box-shadow: 1px 1px 1px #ddd;
    margin: 0 0 20px 0;
    display: block;
    padding: 20px 0;
}

    .product-detail .title {
    }

    .product-detail .description ul li {
        margin: 10px 0;
        display: flex;
    }

    .product-detail .description .buttons {
        margin: 10px 0;
    }

    .product-detail .image-wrapper img {
        width: 100%;
    }

.product-review {
    background-color: #fff;
    box-shadow: 1px 1px 1px #ddd;
    margin: 0 0 20px 0;
    display: block;
}

.related-products-grid {
    margin: 20px 0;
}

    .related-products-grid .title {
        padding: 10px 0;
        margin: 10px 0 20px 0;
        font-size: 1.5em;
        border-bottom: 1px solid #ddd;
    }
/* product review */
.product-review {
    padding: 20px 10px;
}

    .product-review p.stars {
        margin: 10px 30px 10px 0;
    }

.woocommerce p.stars a {
    position: relative;
    height: 2em;
    width: 1.5em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none
}

    .woocommerce p.stars a::before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 2em;
        height: 2em;
        line-height: 1;
        font-family: WooCommerce;
        font-size: 1.7em;
        content: '\e021';
        text-indent: 0
    }

    .woocommerce p.stars a:hover ~ a::before {
        content: '\e021'
    }

.woocommerce p.stars:hover a::before {
    content: '\e020'
}

.woocommerce p.stars.selected a.active::before {
    content: '\e020'
}

.woocommerce p.stars.selected a.active ~ a::before {
    content: '\e021'
}

.woocommerce p.stars.selected a:not(.active)::before {
    content: '\e020'
}

#review_form_wrapper .comment-form .stars a {
    border: none;
    color: #fed700;
    line-height: 14px
}

    #review_form_wrapper .comment-form .stars a:after {
        color: #afafaf;
        font-family: FontAwesome;
        font-weight: 400
    }

    #review_form_wrapper .comment-form .stars a.star-1:after {
        content: '\f006'
    }

    #review_form_wrapper .comment-form .stars a.star-2:after {
        content: '\f006\f006'
    }

    #review_form_wrapper .comment-form .stars a.star-3:after {
        content: '\f006\f006\f006'
    }

    #review_form_wrapper .comment-form .stars a.star-4:after {
        content: '\f006\f006\f006\f006'
    }

    #review_form_wrapper .comment-form .stars a.star-5:after {
        content: '\f006\f006\f006\f006\f006'
    }

    #review_form_wrapper .comment-form .stars a.active:after,
    #review_form_wrapper .comment-form .stars a:hover:after {
        color: #fed700
    }
/* GROUP NAVIGATION */
.block-category-navigation .cat-item {
    margin: 7px 0;
}

.block-category-navigation ul {
    margin: 0 15px 0 0;
}

    .block-category-navigation ul li {
        border-bottom: 1px dashed #ddd;
        padding: 0 0 5px 0;
    }

        .block-category-navigation ul li:last-child {
            border-bottom: none;
        }

        .block-category-navigation ul li.nosublist {
            margin-right: 29px;
        }

        .block-category-navigation ul li.level-0 {
            margin-right: 0;
        }
        .block-category-navigation ul li a.active {
            color: #ff500a;
            font-weight:bold;
        }

            .block-category-navigation .close {
                display: inline-flex;
                float: right;
                margin: 0 0 0 10px;
            }

    .block-category-navigation .close:after {
        font-family: fontawesome;
        content: "\f0fe";
    }

    .block-category-navigation .close.expanded:after {
        font-family: fontawesome;
        content: "\f146";
    }
/* HOMEPAGE CATEGORY */
.category-grid {
    text-align: center;
}

    .category-grid .category-item {
        transition: transform .3s;
    }

        .category-grid .category-item:hover {
            transform: scale(0.9);
            opacity: .5;
        }

    .category-grid .item-grid {
        margin: 0 auto;
    }

        .category-grid .item-grid .item-box {
            max-width: 100px;
            display: inline-block;
            margin: 0 10px;
        }

            .category-grid .item-grid .item-box .picture img {
                width: 100%;
            }
/* special-offer */
.special-offer {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 12px;
    color: #000;
}

    .special-offer .image img {
        width: 100%;
    }
/* wishlist */
.wishlist-content .product-picture img {
    width: 150px;
}
/* instagram links */
.instagram-feed a.link {
    position: relative;
    display: block;
}

.instagram-feed a:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .3s ease;
    background: rgba(0,0,0,.6);
    opacity: 0;
}

.instagram-feed .insta-link:hover .link:after {
    opacity: .7;
}
/* checkout */

.checkout #newaddress-container {
    display: none;
}

.checkout .accordion-button::after {
    margin-left: 0;
}
/* nivoslider */
.theme-custom{
    margin: 0 auto 60px !important;
}
/* publication */
.publication .data-list{
    max-height:500px;
}
.publication ul li{
    list-style:arabic-indic;
}