﻿
/*************************
*******Typography******
**************************/

@import url('../fonts/IRANSans/css/fontiran.css');

@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/IRANSans/eot/IRANSansWeb_Black.eot');
    src: url('../fonts/IRANSans/eot/IRANSansWeb_Black.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/IRANSans/woff2/IRANSansWeb_Black.woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/IRANSans/woff/IRANSansWeb_Black.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/IRANSans/ttf/IRANSansWeb_Black.ttf') format('truetype');
}

@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/IRANSans/eot/IRANSansWeb_Bold.eot');
    src: url('../fonts/IRANSans/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/IRANSans/woff2/IRANSansWeb_Bold.woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/IRANSans/woff/IRANSansWeb_Bold.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/IRANSans/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/IRANSans/eot/IRANSansWeb_Medium.eot');
    src: url('../fonts/IRANSans/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/IRANSans/woff2/IRANSansWeb_Medium.woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/IRANSans/woff/IRANSansWeb_Medium.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/IRANSans/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/IRANSans/eot/IRANSansWeb_Light.eot');
    src: url('../fonts/IRANSans/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/IRANSans/woff2/IRANSansWeb_Light.woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/IRANSans/woff/IRANSansWeb_Light.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/IRANSans/ttf/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/IRANSans/eot/IRANSansWeb_UltraLight.eot');
    src: url('../fonts/IRANSans/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/IRANSans/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/IRANSans/woff/IRANSansWeb_UltraLight.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/IRANSans/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IRANSans/eot/IRANSansWeb.eot');
    src: url('../fonts/IRANSans/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/IRANSans/woff2/IRANSansWeb.woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/IRANSans/woff/IRANSansWeb.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/IRANSans/ttf/IRANSansWeb.ttf') format('truetype');
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
}



body {
    font-family: IRANSans !important;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    direction: rtl;
}

ul li {
  list-style: none;
}

a {
    outline: none;
    text-decoration: none;
    font-family: IRANSans;
}

    a:hover {
        text-decoration: none;
    }

a:focus {
  outline:none;
  outline-offset: 0;
}

a {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    color: #696763;
}

h1, h2, h3, h4, h5, h6, span, div {
    font-family: IRANSans;
}
.pr {
    float: right !important;
}

.pl {
    float: left !important;
}

.container-main {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.h-main-row {
    margin: 0px 0px 15px 0px;
    display: block;
    float: right;
    width: 100%;
}


ul {
    margin: 0;
    padding: 0;
}

.navbar-toggle {
  background-color: #000;
}

a#scrollUp {
  bottom: 0px;
  right: 10px;
  padding: 5px 10px;
  background: #FE980F;
  color: #FFF;
  -webkit-animation: bounce 2s ease infinite;
  animation: bounce 2s ease infinite;
}

a#scrollUp i{
  font-size: 30px;
}

/*.container {
    width: 1140px;
    margin: auto;
}*/


.clear {
    clear: both;
}

/* header------------------------- */
header.header-main {
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 999;
    position: relative;
    float: right;
}

.header-logo {
    width: auto;
    line-height: 3;
}
.header-logo img {
    max-height:58px;
}

.header-search .header-search-box {
    position: relative;
    width: 100%;
}

    .header-search .header-search-box .form-search .header-search-input {
        width: 100%;
        background: #f5fffe;
        font-size: 12px;
        height: 50px;
        line-height: 50px;
        padding: 0 15px 0 180px;
        border-radius: 10px;
        transition: .2s;
        color: #666;
        outline: none;
        display: block;
        border: 1px solid #e2e2e2;
        position: relative;
        overflow: hidden;
        margin-bottom:20px;

    }

    .header-search .header-search-box .form-search .input-bg {
        background: #f9f6f6;
    }

    .header-search .header-search-box .form-search .action-btns {
        border-radius: 10px 0 0 10px;
        position: absolute;
        top: 0;
        left: 0;
    }

        .header-search .header-search-box .form-search .action-btns .btn-search {
            width: 55px;
            height: 50px;
            line-height: 42px;
            border: none;
            display: block;
            outline: none;
            background: #00bfd6;
            z-index: 999;
            opacity: 0.8;
            border-radius: 10px 0 0 10px;
            float: left;
        }

            .header-search .header-search-box .form-search .action-btns .btn-search i {
                color: #fff !important;
                font-size: 20px;
                margin: auto;
                display: block;
                z-index: 1;
            }

        .header-search .header-search-box .form-search .action-btns .search-filter {
            float: left;
        }

            .header-search .header-search-box .form-search .action-btns .search-filter .nice-select {
                font-size: 12px;
                height: 50px;
                line-height: 45px;
                border-color: #e2e2e2;
                border-right: none;
                background: transparent;
                border-radius: 0;
                padding-right: 18px;
                padding-left: 30px;
            }

                .header-search .header-search-box .form-search .action-btns .search-filter .nice-select::after {
                    left: 12px;
                    right: auto;
                }

                .header-search .header-search-box .form-search .action-btns .search-filter .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);
                }

                    .header-search .header-search-box .form-search .action-btns .search-filter .nice-select.right .list li {
                        text-align: right;
                        padding-right: 10px;
                        padding-left: 15px;
                    }

    .header-search .header-search-box .form-search .btn-bg {
        background: #f35a7e !important;
        opacity: 0.8 !important;
    }

.header-main .account-box {
    width: auto;
    height: 50px;
    border-radius: 10px;
    background-color: #FFF;
    color: #555 !important;
    line-height: 40px;
    padding: 5px 5px 5px 5px;
    float: left;
    margin-top: 0;
    font-size: 1.03em;
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #eee;
    margin-left:10px;
}
.header-left {
margin-left:10px;
}
/*.header-main .account-box span.icon-account {
        width: 43px;
        height: 43px;
        position: absolute;
        overflow: hidden;
        border-radius: 50%;
        font-size: 28px;
        line-height: 45px;
        text-align: center;
        float: left;
    }*/
.header-main .account-box span.icon-account {
    float: right;
    text-align: center;
    margin: 0 10px;
    font-size: 25px;
}

        .header-main .account-box span.icon-account img {
            max-width: 100%;
        }

    .header-main .account-box span.title-account {
        /*float: left;*/
        font-size: 14px;
        margin-left: 20px;
        color: #8a8a8a;
        font-weight: 500;
    }

    .header-main .account-box .dropdown-menu {
        display: block;
        box-shadow: 0 10px 30px 0 rgba(31, 45, 61, .1);
        border: 1px solid #eee;
        padding: 5px;
        border-radius: 20px;
        position: absolute;
        left: auto;
        top: auto;
        text-align: right;
        background: #fff;
        text-align: center;
        transition: all 0.1s ease-in;
        opacity: 0.01;
        visibility: hidden;
    }

    .header-main .account-box .nav-account:hover .dropdown-menu {
        transition: all 0.1s ease-in;
        opacity: 1;
        visibility: visible;
    }

    .header-main.account-box .dropdown-menu ul.account-uls li.account-item {
        display: block;
        line-height: 30px;
    }

        .header-main .account-box .dropdown-menu ul.account-uls li.account-item a.account-link {
            font-size: 12px;
            color: #666666;
            width: 100%;
            border-radius: 50px;
            display: block;
            transition: .2s;
            font-weight: 400;
        }

        .header-main .account-box .dropdown-menu ul.account-uls li.account-item:hover a.account-link {
            background: #eee;
            color: #444;
            transition: .2s;
        }

/* top-bar------------------------*/
.top-bar-menu {
    width: 100%;
    height: 50px;
    float: right;
    position: relative;
    background-color: #fdfdfd;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #f5f5f5;
    padding: 10px 0;
}

    .top-bar-menu ul.top-menu-ul li.top-menu-item {
        display: inline-block;
        position: relative;
        margin-left: 10px;
    }

        .top-bar-menu ul.top-menu-ul li.top-menu-item a.top-menu-link {
            color: #666666;
            font-size: 14px;
            font-weight: 300;
            transition: .2s;
            position: relative;
            padding: 18px 0;
        }

            .top-bar-menu ul.top-menu-ul li.top-menu-item a.top-menu-link:before {
                content: '';
                display: block;
                position: absolute;
                width: 0;
                height: 2px;
                bottom: 3px;
                left: 0;
                right: 0;
                margin: 0 auto;
                background-color: #06d0e8;
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

            .top-bar-menu ul.top-menu-ul li.top-menu-item a.top-menu-link:hover::before {
                width: 100%;
            }

            .top-bar-menu ul.top-menu-ul li.top-menu-item a.top-menu-link:hover {
                color: #00bfd6;
                transition: .2s;
            }
/* top-bar------------------------*/

/* main-menu--------------------- */
.header-main-nav {
    width: 100%;
    height: 40px;
    position: relative;
    line-height: 35px;
    float: right;
    background-color: #fdfdfd;
    margin-top: 0px;
    border-bottom: 1px solid #e0e0e0;
    /*border-top: 1px solid #f5f5f5;*/
}

    .header-main-nav ul.menu-ul {
        /*width: 100%;*/
        float:right;
        padding: 0 15px;
        margin-bottom: 0;
    }

        .header-main-nav ul.menu-ul li.menu-item {
            padding: 0 6px;
            display: inline-block;
        }

            .header-main-nav ul.menu-ul li.menu-item a.current-link-menu {
                color: #616161;
                font-size: 14px;
                transition: .2s;
                position: relative;
                padding: 12px 0;
            }

            .header-main-nav ul.menu-ul li.menu-item:hover a.current-link-menu {
                color: #06d0e8;
                transition: .2s;
            }

            .header-main-nav ul.menu-ul li.menu-item a.current-link-menu::before {
                content: '';
                display: block;
                position: absolute;
                width: 0;
                height: 2px;
                bottom: 3px;
                left: 0;
                right: 0;
                margin: 0 auto;
                background-color: #06d0e8;
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

            .header-main-nav ul.menu-ul li.menu-item a.category-link::before {
                content: '';
                display: block;
                position: absolute;
                width: 0;
                height: 2px;
                bottom: 3px;
                left: 0;
                right: 0;
                margin: 0 auto;
                background-color: #ff828b;
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

            .header-main-nav ul.menu-ul li.menu-item:hover a.category-link {
                color: #ff828b;
                transition: .2s;
            }

.nav-categories-overlay {
    position: fixed;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    content: "";
    background: rgba(250, 250, 250, 0.4);
    opacity: 0;
    z-index: 100;
    -webkit-transition: opacity .2s cubic-bezier(.215, .61, .355, 1) .1s;
    transition: opacity .2s cubic-bezier(.215, .61, .355, 1) .1s;
    pointer-events: none;
}

    .nav-categories-overlay.active {
        opacity: 1;
        pointer-events: all !important;
    }

.header-main-nav ul.menu-ul:hover .nav-categories-overlay {
    opacity: 1;
}

.header-main-nav ul.menu-ul li.menu-item:hover > a.current-link-menu::before {
    width: 100%;
}

.header-main-nav ul.menu-ul li.menu-item > ul.is-mega-menu {
    width: 1318px !important;
    margin: 0;
    list-style: none;
    float: right;
    position: absolute;
    right: 15px;
    z-index: 9999;
    background: #fff;
    border-radius: 20px;
    padding: 10px;
    transition: all .2s,width 0s;
    box-shadow: rgba(0,0,0,.1) 0 2px 5px;
    border: 1px solid #ececec;
    height: auto;
    overflow: hidden;
    transition: all .2s ease-out;
    opacity: 0;
    visibility: hidden;
    display: none;
    margin-top: 5px;
}

.header-main-nav ul.menu-ul li.menu-item:hover > ul.is-mega-menu {
    transition: all .2s ease-out;
    opacity: 1;
    visibility: visible;
    display: block;
}

.header-main-nav ul.menu-ul li[data-id] {
    position: static;
}

.header-main-nav ul.menu-ul li.menu-item ul.is-mega-menu li.menu-mega-item {
    width: 20%;
    float: right;
    position: relative;
    text-align: right;
}

    .header-main-nav ul.menu-ul li.menu-item ul.is-mega-menu li.menu-mega-item a.mega-menu-link {
        color: #666;
        font-weight: 500;
        font-size: 14px;
        margin-right: 15px;
        transition: all .2s ease-out;
        padding: 5px 0;
    }

        .header-main-nav ul.menu-ul li.menu-item ul.is-mega-menu li.menu-mega-item a.mega-menu-link:hover {
            color: #06d0e8;
            border-bottom: 1px dashed #06d0e8;
            transition: all .2s ease-out;
        }

    .header-main-nav ul.menu-ul li.menu-item ul.is-mega-menu li.menu-mega-item > ul {
        width: 100%;
        display: block;
        position: static;
        opacity: 1;
        visibility: visible;
        margin: 0 !important;
        box-shadow: none;
        background: transparent;
    }

        .header-main-nav ul.menu-ul li.menu-item ul.is-mega-menu li.menu-mega-item > ul li.menu-mega-item-three {
            position: relative;
            text-align: right;
            width: 100%;
            display: block;
            line-height: 32px;
        }

            .header-main-nav ul.menu-ul li.menu-item ul.is-mega-menu li.menu-mega-item > ul li.menu-mega-item-three a {
                color: #666666;
                font-size: 14px;
                padding: 0 30px;
                transition: all .4s ease-out;
                font-weight: 300;
                display: inline-block;
            }

            .header-main-nav ul.menu-ul li.menu-item ul.is-mega-menu li.menu-mega-item > ul li.menu-mega-item-three:hover a {
                color: #06d0e8;
                padding: 0 40px;
                transition: all .4s ease-out;
                font-weight: 600;
            }

.bg-image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 250px;
}

    .bg-image img {
        max-width: 100%;
        box-shadow: none !important;
    }

.header-main-nav ul.menu-ul li.menu-item > ul.is-mega-menu-small {
    width: 250px !important;
    margin: 0;
    list-style: none;
    float: right;
    position: absolute;
    z-index: 9999;
    background: #fff;
    border-radius: 20px;
    padding: 10px 0;
    transition: all .2s,width 0s;
    box-shadow: rgba(0,0,0,.1) 0 2px 5px;
    border: 1px solid #ececec;
    height: auto;
    transition: all .2s ease-out;
    opacity: 0;
    visibility: hidden;
    margin-top: 5px;
}

.header-main-nav ul.menu-ul li:hover ul.is-mega-menu-small {
    transition: all .2s ease-out;
    opacity: 1;
    visibility: visible;
}

.header-main-nav ul.menu-ul li.menu-item > ul.is-mega-menu-small li {
    position: relative;
    text-align: right;
    width: 100%;
    display: block;
    line-height: 35px;
}

    .header-main-nav ul.menu-ul li.menu-item > ul.is-mega-menu-small li a {
        color: #666666;
        font-size: 14px;
        padding: 0 25px;
        transition: all .3s ease-out;
        font-weight: 300;
        display: block;
    }

    .header-main-nav ul.menu-ul li.menu-item > ul.is-mega-menu-small li:hover > a {
        color: #06d0e8;
        padding-right: 35px;
        transition: all .3s ease-out;
        font-weight: 600;
    }

    .header-main-nav ul.menu-ul li.menu-item > ul.is-mega-menu-small li > ul.is-mega-menu-small-three {
        width: 220px !important;
        margin: 0;
        list-style: none;
        float: right;
        position: absolute;
        right: 219px;
        top: 0;
        z-index: 9999;
        background: #fff;
        border-radius: 20px;
        padding: 10px 0;
        transition: all .2s,width 0s;
        box-shadow: rgba(0,0,0,.1) 0 2px 5px;
        border: 1px solid #ececec;
        height: auto;
        overflow: hidden;
        transition: all 300ms ease-in;
        opacity: 0;
        visibility: hidden;
        display: none;
    }

    .header-main-nav ul.menu-ul li.menu-item > ul.is-mega-menu-small li:hover ul.is-mega-menu-small-three {
        transition: all 300ms ease-out;
        opacity: 1;
        visibility: visible;
        display: block;
    }

    .header-main-nav ul.menu-ul li.menu-item > ul.is-mega-menu-small li a i {
        float: left;
        line-height: 40px;
        transition: all .3s ease;
    }

    .header-main-nav ul.menu-ul li.menu-item > ul.is-mega-menu-small li:hover i {
        color: #06d0e8;
        transform: rotate(-45deg);
        transition: all .3s ease-out;
    }

 .divider-space-card {
    width: 180px;
    height: 50px;
    float: left;
}

     .divider-space-card .header-cart-basket {
        width: 100%;
        position: relative;
    }

         .divider-space-card .header-cart-basket .cart-basket-box {
            height: 50px;
            background: #00bfd6;
            color: #fff;
            padding: 0;
            border-radius: 20px;
            width: 100%;
            display: block;
            margin-top: 4px;
            line-height: 50px;
            overflow: hidden;
        }

         .divider-space-card .header-cart-basket .cart-basket-box-bg {
            background-color: #f35a7e;
        }

         .divider-space-card .header-cart-basket .cart-basket-box span.icon-cart {
            float: right;
            text-align: center;
            margin: 0 10px;
            font-size: 25px;
        }

         .divider-space-card .header-cart-basket .cart-basket-box span.title-cart {
            font-size: 14px;
            display: block;
            z-index: 1;
            position: relative;
            text-align: right;
            line-height: 25px;
        }

         .divider-space-card .header-cart-basket .cart-basket-box span.price-cart {
            display: block;
            z-index: 1;
            position: relative;
            text-align: right;
            line-height: 2;
            font-size: 12px;
            opacity: 0.8;
        }

         .divider-space-card .header-cart-basket .cart-basket-box span.count-cart {
            width: 20px;
            height: 20px;
            background: #fff;
            color: #00bfd6;
            position: absolute;
            left: 10px;
            line-height: 20px;
            text-align: center;
            top: 10px;
            border-radius: 50px;
            font-size: 12px;
        }

         .divider-space-card .header-cart-basket .cart-basket-box span.count-bg {
            color: #f35a7e;
        }

         .divider-space-card .header-cart-basket .widget-shopping-cart {
            width: 250px !important;
            margin: 0;
            list-style: none;
            float: right;
            position: absolute;
            z-index: 9999;
            background: #fff;
            border-radius: 20px;
            padding: 10px 0;
            transition: all .2s,width 0s;
            box-shadow: rgba(0,0,0,.1) 0 2px 5px;
            border: 1px solid #ececec;
            height: auto;
            left: 0;
            top: 52px;
            overflow: hidden;
            transition: all .2s ease-out;
            opacity: 0;
            visibility: hidden;
            margin-top: 5px;
        }

         .divider-space-card .header-cart-basket:hover .widget-shopping-cart {
            transition: all .2s ease-out;
            opacity: 1;
            visibility: visible;
        }

         .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content ul.product-list-widget li.mini-cart-item {
            padding: 10px 70px 20px 10px;
            min-height: 70px;
            position: relative;
            border-bottom: 1px solid #eaeaea;
        }

             .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content ul.product-list-widget li.mini-cart-item .mini-cart-item-content {
                cursor: pointer;
                line-height: 1;
                display: block;
            }

             .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content ul.product-list-widget li.mini-cart-item a.mini-cart-item-image {
                width: 45px;
                height: 45px;
                float: right;
                border-radius: 50px;
                position: absolute;
                right: 15px;
                top: auto;
                line-height: 80px;
                text-align: center;
                overflow: hidden;
                height: 100%;
            }

             .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content ul.product-list-widget li.mini-cart-item a.mini-cart-item-close {
                width: 55px;
                height: 55px;
                float: right;
                border-radius: 20px;
                position: absolute;
                right: 10px;
                top: 25px;
                line-height: 55px;
                text-align: center;
                overflow: hidden;
                background: #eee;
                z-index: 99;
                color: #666;
                font-size: 25px;
                display: none;
                transition: all 300ms ease;
            }

             .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content ul.product-list-widget li.mini-cart-item:hover a.mini-cart-item-close {
                display: block;
                background: #ffe7e7;
                color: #ff7e7e;
                transition: all 300ms ease;
            }

             .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content ul.product-list-widget li.mini-cart-item a.mini-cart-item-image img {
                max-width: 100%;
            }

             .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content ul.product-list-widget li.mini-cart-item .mini-cart-item-content .product-name-card {
                line-height: 0;
                font-size: 12px;
                text-overflow: ellipsis;
                width: 100%;
                color: #9c9c9c;
                font-weight: 600;
            }

             .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content ul.product-list-widget li.mini-cart-item .mini-cart-item-content .variation {
                color: #999;
                font-weight: 400;
                font-size: 12px;
                line-height: 4;
            }

                .header-main-nav .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content ul.product-list-widget li.mini-cart-item .mini-cart-item-content .variation span {
                    float: right;
                    padding-left: 3px;
                }

             .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content ul.product-list-widget li.mini-cart-item .mini-cart-item-content .quantity {
                color: #999;
                font-weight: 400;
                font-size: 12px;
                line-height: 0;
            }

         .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content .mini-card-total {
            color: #00bfd6;
            background-color: rgba(119, 251, 123, 0.28);
            width: 100%;
            font-size: 14px;
            line-height: 3;
            text-align: center;
        }

         .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content .mini-card-button {
            width: 100%;
            padding: 10px;
            text-align: center;
            height: 50px;
            line-height: 40px;
        }

             .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content .mini-card-button a.view-card {
                font-size: 13px;
                color: #666;
            }

                 .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content .mini-card-button a.view-card:hover {
                    color: #00bfd6;
                }

             .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content .mini-card-button a.card-checkout {
                padding: 7px 20px;
                border-radius: 50px;
                background: #eee;
                color: #666;
                font-size: 12px;
                transition: all 300ms ease;
            }

                 .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content .mini-card-button a.card-checkout:hover {
                    background: #00bfd6;
                    transition: all 300ms ease;
                    color: #fff;
                }

/* main-menu--------------------- */

/* responsive-menu-------------- */

.overlay {
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(125, 125, 125, 0.5);
    z-index: 1001;
}

.nav-btn {
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    position: relative;;
    /*top: 100px;
    right: 10px;*/
    z-index:1000;
}

    .nav-btn.nav-slider {
        float: right;
    }

        .nav-btn.nav-slider span.linee1 {
            background: #666666;
            height: 3px;
            width: 25px;
            position: absolute;
            right: 13px;
            top: 10px;
            border-radius: 25%;
        }

        .nav-btn.nav-slider span.linee2 {
            background: #666666;
            height: 3px;
            width: 25px;
            position: absolute;
            right: 13px;
            top: 18px;
            border-radius: 25%;
        }

        .nav-btn.nav-slider span.linee3 {
            background: #666666;
            height: 3px;
            width: 25px;
            position: absolute;
            right: 13px;
            top: 26px;
            border-radius: 25%;
        }

    .nav-btn i {
        vertical-align: middle;
    }

.header-menu {
    float: left;
}

    .header-menu ul {
        height: 64px;
    }

        .header-menu ul li {
            display: block;
            position: relative;
            float: right;
            margin: 0;
            padding: 0 12px 0 0;
            line-height: 64px;
        }

            .header-menu ul li a {
                color: #333;
                padding: 4px;
                position: relative;
                padding-left: 24px;
                font: 14px iranyekan;
                text-decoration: none;
                -webkit-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s;
            }

                .header-menu ul li a i {
                    margin-right: 5px;
                    font-size: 24px;
                    position: absolute;
                    left: 0;
                    top: -16px;
                }

@media only screen and (max-width: 1024px) {
    header .header-categories {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    header .header-inner {
        padding: 0 12px;
        text-align: center;
    }

    header .header-logo {
        float: right;
        padding-right: 0;
        padding-left: 0px;
    }
}

.sidebar {
    overflow-y: auto;
    position: fixed;
    top: 0px;
    right: -250px;
    width: 250px;
    height: 100%;
    color: #fff;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.9;
    z-index: 1002;
}

    .sidebar .nav-header {
        display: block;
        height: 90px;
    }

        .sidebar .nav-header img.pic-header {
            position: absolute;
            z-index: -1;
        }

        .sidebar .nav-header .header-cover {
            position: absolute;
            width: 100%;
            top: 0;
            height: 65px;
            background-color: #fff;
            z-index: -1;
        }

        .sidebar .nav-header .logo-wrap {
            padding: 1.2em 0;
            text-align: center;
            border-bottom: 1px solid #e4e4e4;
            width: 200px;
            margin-right: 25px;
        }

            .sidebar .nav-header .logo-wrap .logo-icon {
                display: inline-block;
                text-decoration: none;
            }

                .sidebar .nav-header .logo-wrap .logo-icon img {
                    display: block;
                    width: 130px;
                }

            .sidebar .nav-header .logo-wrap .logo-text {
                display: inline-block;
                color: #fff;
                font-size: 15px;
                vertical-align: 12px;
                margin-right: 8px;
                text-decoration: none;
                position: absolute;
                top: 55px;
                right: 15px;
            }

    .sidebar .nav-categories {
        margin-top: 5px;
    }

        .sidebar .nav-categories li {
            display: block;
            position: relative;
            text-align: right;
        }

            .sidebar .nav-categories li::before {
                position: absolute;
                left: 7px;
                top: 11px;
                color: #333;
                font-size: 24px;
            }

            .sidebar .nav-categories li a {
                display: block;
                width: 85%;
                color: #666666;
                padding: 7px 0;
                text-decoration: none;
                font-size: 12px;
                margin-right: 25px;
                -webkit-transition: all 400ms ease;
                -o-transition: all 400ms ease;
                transition: all 400ms ease;
                background: none;
            }

                .sidebar .nav-categories li a:hover {
                    color: #333;
                    font-weight: 700;
                    -webkit-transition: all 400ms ease;
                    -o-transition: all 400ms ease;
                    transition: all 400ms ease;
                }

    .sidebar.open {
        right: 0px;
        -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.275);
        box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.275);
        opacity: 1;
    }

    .sidebar > ul > li > a {
        font-size: 16px;
        display: block;
        padding: 7px 20px;
        background: #ffffff;
        color: #757575;
        font-weight: bold;
    }

    .sidebar > ul > li > ul > li > a {
        font-size: 16px;
        display: block;
        padding: 7px 40px;
        background: #f5f5f5;
        color: #757575;
    }

    .sidebar a {
        cursor: pointer;
    }

    .sidebar > ul > li {
        position: relative;
    }

    .sidebar ul li a.category-level-2 {
        margin-right: 45px;
        width: 70%;
    }

    .sidebar ul li ul li a.category-level-3 {
        margin-right: 60px;
        width: 68%;
        font-weight: 300;
    }

    .sidebar > ul > li.has-sub > a::before {
        position: absolute;
        content: '';
        width: 10px;
        height: 2px;
        background: #757575;
        right: 30px;
        top: 15px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .sidebar > ul > li ul > li.has-sub > a::after {
        position: absolute;
        content: '';
        width: 2px;
        height: 10px;
        background: #757575;
        right: 29px;
        top: 11px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .sidebar > ul > li ul > li.has-sub > a::before {
        position: absolute;
        content: '';
        width: 10px;
        height: 2px;
        background: #757575;
        right: 25px;
        top: 15px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .sidebar > ul > li.has-sub > a::after {
        position: absolute;
        content: '';
        width: 2px;
        height: 10px;
        background: #757575;
        right: 29px;
        top: 11px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .sidebar > ul > li.has-sub.open > a::before {
        transform: rotate(45deg);
    }

    .sidebar > ul > li.has-sub.open > a::after {
        transform: rotate(45deg);
    }

    .sidebar > ul li ul > li.has-sub.open > a::before {
        transform: rotate(45deg);
    }

    .sidebar > ul li ul > li.has-sub.open > a::after {
        transform: rotate(45deg);
    }

    .sidebar ul ul {
        background: #fff;
        width: 100%;
    }

        .sidebar ul ul ul {
            display: none;
            background: #fff;
            width: 100%;
        }

    .sidebar > ul li i {
        float: left;
        transition: all 300ms ease;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        text-align: center;
        line-height: 25px;
        background: #f1f1f1;
        color: #666666;
        font-size: 20px;
        margin-left: 10px;
    }

    .sidebar > ul li a[aria-expanded="true"] i {
        transform: rotate(180deg);
        transition: all 300ms ease;
        color: #666666;
    }

.main {
    width: 1300px;
    height: auto;
    background: aliceblue;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.content {
    width: 900px;
    height: 400px;
    background: deepskyblue;
    float: left;
}

/*responsive-menu-------------*/

/* sidebar---------------------*/
.sidebar-inner {
    width: 100%;
    height: auto;
    float: right;
}

.sidebar-main {
    border-radius: 8px;
    padding: 0;
    box-shadow: none;
    background: #fff;
    border: none;
    margin-bottom: 15px;
    text-align: right !important;
}

.megamenu-widget {
    width: 100%;
    border-radius: 20px;
    background: #fff;
    display: block;
    margin-top: 20px;
    border: 1px solid #ececec;
    position: relative;
}

    .megamenu-widget .header-main-menu ul.main-menu-ul {
        padding: 10px;
        width: 100%;
        margin-bottom: 0;
    }

        .megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item {
            margin-bottom: 5px;
            display: block;
        }

            .megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item a.main-menu-link-category {
                display: block;
                color: #656565;
                font-size: 13px;
                padding: 5px 10px;
                font-weight: 500;
                position: relative;
                border-radius: 20px;
                transition: .2s;
            }

            .megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item:hover a.main-menu-link-category {
                background-color: #f5f5f5;
                transition: .2s;
                color: #ff828b;
            }

            .megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item a.main-menu-link-category img {
                width: 22px;
                vertical-align: bottom;
                margin-left: 10px;
                box-shadow: none;
                border-radius: 0;
            }

        .megamenu-widget .header-main-menu ul.main-menu-ul > li.main-menu-item > ul.mega-menu-category {
            width: 720px;
            height: auto;
            background: #fff;
            border-radius: 20px;
            padding: 10px;
            box-shadow: rgba(0,0,0,.1) 0 2px 5px;
            border: 1px solid #eee;
            z-index: 99;
            position: absolute;
            right: 298px;
            top: 0;
            visibility: hidden;
            opacity: 0;
            transition: all .2s ease-out;
        }

        .megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item:hover ul.mega-menu-category {
            visibility: visible;
            opacity: 1;
            transition: all .2s ease-out;
        }

        .megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item ul.mega-menu-category li.menu-category-item {
            position: relative;
            text-align: right;
            width: 25%;
            display: block;
            float: right;
        }

            .megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item ul.mega-menu-category li.menu-category-item a.menu-category-link-title {
                color: #666;
                font-weight: 500;
                font-size: 14px;
                margin-right: 15px;
                transition: all .2s ease-out;
                padding: 5px 3px;
            }

                .megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item ul.mega-menu-category li.menu-category-item a.menu-category-link-title:hover {
                    color: #ff828b;
                    transition: all .2s ease-out;
                    border-bottom: 1px dashed #ff828b;
                }

            .megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item ul.mega-menu-category li.menu-category-item ul.sub-menu-category {
                width: 100%;
                display: block;
                padding: 10px 15px;
            }

                .megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item ul.mega-menu-category li.menu-category-item ul.sub-menu-category li.menu-category-item-there {
                    text-align: right;
                    position: relative;
                    display: block;
                }

                    .megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item ul.mega-menu-category li.menu-category-item ul.sub-menu-category li.menu-category-item-there a {
                        display: block;
                        padding: 5px 20px 5px 10px;
                        font-size: 14px;
                        transition: .2s;
                        font-weight: 300;
                        color: #666;
                        transition: all .2s ease-out;
                    }

                        .megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item ul.mega-menu-category li.menu-category-item ul.sub-menu-category li.menu-category-item-there a:hover {
                            color: #ff828b;
                            transition: all .2s ease-out;
                            padding-right: 25px;
                        }
/* category-menu-------------------*/

/* header------------------------ */


















/*************************
*******Header CSS******
**************************/

.header_top {
  /*background: none repeat scroll 0 0 #F0F0E9;*/
}

.contactinfo {
    float: right;
}

.social-icons  {
    float: left;
}

.contactinfo ul li {
    display: inline-block;
}

.contactinfo ul li a{
  display: block;
  padding: 10px;
  font-size: 12px;
  color: #696763;
  font-family: IRANSans;
}


.contactinfo ul li a:hover{
	background:inherit;
}


.social-icons ul li a {
  border: 0 none;
  border-radius: 0;
  color: #696763;
  padding:0px;
}


.social-icons ul li{
	display:inline-block;
}

.social-icons ul li a i {
  padding: 11px 15px;
   transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.social-icons ul li a i:hover{
  color: #fff;
   transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}


.fa-facebook:hover {
  background: #0083C9;
}

.fa-twitter:hover  {
	background:#5BBCEC;
}

.fa-linkedin:hover  {
	background:#FF4518;
}

.fa-dribbble:hover  {
	background:#90C9DC;
}

.fa-google-plus:hover  {
	background:#CE3C2D;
}

.header-middle .container {
  /*border-bottom: 1px solid #f5f5f5;*/
  /*padding-bottom: 20px;
  padding-top: 20px;*/
}

.logo {
    float: right;
    font-size: 20px;
    line-height: 1;
}

.logo img{
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}


.shop-menu {
    float: left;
}


    .shop-menu ul li {
        display: inline-block;
        padding: 3px 5px 0px 5px;
    }

.shop-menu ul {
    margin-bottom:0px;
}
/*.shop-menu ul li a {
  background: #FFFFFF;
  color: #696763;
  font-family: IRANSans;
  font-size: 14px;
  font-weight: 300;
  padding:0;
  margin-top: 10px;
}*/
.shop-menu ul li a i {
    margin-left: 3px;
}


/*.shop-menu ul li a:hover {
	color:#fe980f;
	background:#fff;
}*/

.header-bottom {
  padding-bottom: 30px;
  padding-top: 30px;
}

.mainmenu {
    float: left;
}

    .mainmenu > ul > li {
        display: inline-block;
        border-left: 1px solid #eee;
    }

    .mainmenu > ul  {
        margin-left:10px
    }


.mainmenu > ul > li > a {
	color: #696763;
	font-family: IRANSans;
	font-weight: 300;
	padding: 10px;
    display: inline-block;
}

    .mainmenu ul li a:hover, .mainmenu ul li a.active, .shop-menu ul li a.active {
        color: #ff0200;
    }

.search_box  {
    float: left;
}

.search_box {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 3px 6px 0px 35px;
  
    margin-left: 10px;
}
    .search_box:hover {
        border-bottom: 1px solid #ff0100;
    }

.search_box input {
    position: relative;
    background-color: transparent;
    border: medium none;
    color: #B2B2B2;
    font-family: IRANSans;
    font-size: 12px;
    font-weight: 300;
    outline: medium none;
    width: 100%;
    padding: 0;
}

.search_box .fa-search {
    position: absolute;
    left: 10px;
    top: 12px;
}

/*  Dropdown menu*/
.mainmenu ul > li {
    position: relative;
}

.mainmenu > ul ul {
    position: absolute;
    top: 43px;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    list-style: none;
    padding: 0;
    margin: 0;
    width: 220px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 999;
}

.mainmenu ul > li:hover > ul {
    display: block;
}

.mainmenu > ul ul li a {
    display: block;
    color: #fff;
    padding: 10px 20px 0;
}

.mainmenu > ul ul li:last-child a {
    padding-bottom: 10px;
}

.mainmenu > ul ul li a:hover {
    color: #FDB45E;
}

.fa-angle-down{
  padding-right: 5px; 
}

  
/*************************
*******Footer CSS******
**************************/

#footer {
  background: #F0F0E9;
}



.footer-widget {
  margin-bottom: 68px;
}

.footer-widget .container {
  padding-top: 15px;
}

.single-widget {
    float: right;
    width: 20%;
}

.single-widget h2 {
  color: #666663;
  font-family: IRANSans;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 22px;
  
}

.single-widget h2 i{
	margin-right:15px;
}

.single-widget ul li a{
	color: #8C8C88;
	font-family: IRANSans;
	font-size: 14px;
	font-weight: 300;
	padding: 5px 0;
}

.single-widget ul li a i {
  margin-right: 18px;
}

.single-widget ul li a:hover{
	background:none;
	color:#FE980F;
}


.searchform input {
  border: 1px solid #eeeDDD;
  color: #CCCCC6;
  font-family: IRANSans;
  font-size: 14px;
  margin-top: 0;
  outline: medium none;
  padding: 5px;
  width: 212px;
}


.searchform button {
  background: #FE980F;
  border: medium none;
  border-radius: 0;
  margin-left: -5px;
  margin-top: -3px;
  padding: 7px 17px;
}

.searchform button i {
  color: #FFFFFF;
  font-size: 20px;
}

.searchform  button:hover, 
.searchform  button:focus{
	background-color:#FE980F;
}

.searchform p {
  
  font-family: IRANSans;
  font-size: 14px;
  font-weight: 300;
  margin-top: 25px;
}

.footer-bottom {
    background: #024b7d;
    padding: 5px;
}

.footer-bottom p {
  color: #fff;
  font-family: IRANSans;
  font-weight: 300;
  font-size: 12px;
}


/*************************
******* Home ******
**************************/


.carousel {
    position: relative;
    /*padding: 0 45px 45px;*/
}

.carousel-indicators {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 10;
    text-align: center;
    margin: 0;
    padding: 0;
}

.carousel-indicators li {
    background: #C4C4BE;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
}

.carousel-indicators li.active {
	  background: #FE980F;
}

.carousel-inner .carousel-text,
.carousel-inner .carousel-image {
    float: right;
    width: 50%;
}

.carousel-image  img {
    max-width: 100%;
}

.carousel-inner .item {
    display: none;
}

.carousel-inner .item.active {
    display: block;
}

.carousel-inner .carousel-image {
    text-align: center;
}

.carousel-inner .item h1 {
    color: #B4B1AB;
    font-family: IRANSans;
    font-size: 38px;
    margin-top: 90px;
}

    .carousel-inner .item h1 span {
        color: #FE980F;
    }

.carousel-inner .item h2 {
    color: #363432;
    font-family: IRANSans;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 22px;
    margin-top: 10px;
}

.carousel-inner .item p {
    color: #363432;
    font-size: 16px;
    font-weight: 300;
    font-family: IRANSans;
}


.control-carousel {
  position: absolute;
  top: 40%;
  right: 0;
  font-size: 60px;
  color: #C2C2C1;
}

.control-carousel.left {
    right: auto;
    left: 0;
}

.control-carousel:hover{
  color: #FE980F ;
}



.category-products {
    border: 1px solid #eee;
    margin-bottom: 35px;
    padding: 10px;
}


/*.sidebar {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.03);
    border: 1px solid #e4e4e4;
    line-height: 22px;
    position: relative;
    margin-top: 30px;
}*/

.content {
    float: right;
    width: 840px;
    margin-right: 20px;
}

.subject {
    background-color: #FE980F;
    color: white;
    font-family: IRANSans;
    font-size: 18px;
    font-weight: 700;
    padding: 10px;
    line-height: 1.5;
}


.category-products a {
    display: block;
    padding: 5px 10px;
    color: #696763;
    font-family: IRANSans;
    font-size: 14px;
    text-decoration: none;
}

.category-products a:hover {
    color: #000;
}

.search_box input {
    /*background: #F0F0E9;*/
    border: medium none;
    color: #B2B2B2;
    font-family: IRANSans;
    font-size: 12px;
    font-weight: 300;
    height: 35px;
    outline: medium none;
    padding-left: 10px;
    width: 155px;
    /*background-image: url(../images/home/searchicon.png);*/
    background-repeat: no-repeat;
    background-position: 130px;
}
/*.tooltip-inner {
    background-color: #6f6f6f;
    border-radius: 4px;
    color: #FFFFFF;
    max-width: 200px;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #6f6f6f;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}*/


.padding-right {
  padding-right: 0;
}

.features_items{
	overflow:hidden;
}


/*h2.title {
  color: #FE980F;
  font-family: IRANSans;
  font-size: 18px;
  font-weight: 700;
  margin: 0 15px;
  
  margin-bottom: 30px;
  position: relative;
}*/

.product-image-wrapper {
    border: 1px solid #eee;
    overflow: hidden;
    float: right;
    width: 267px;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 19px;
}

.features_items .product-image-wrapper:nth-child(3),
.features_items .product-image-wrapper:nth-child(6),
.features_items .product-image-wrapper:nth-child(9),
.features_items .product-image-wrapper:nth-child(12) {
    margin-left: 0;
}

.tab-content .product-image-wrapper {
    width: 195px;
}

.tab-content .product-image-wrapper:nth-child(4),
.tab-content .product-image-wrapper:nth-child(8),
.tab-content .product-image-wrapper:nth-child(12) {
    margin-left: 0;
}

.single-products {
  position: relative;
}


.productinfo h2{
	color: #FE980F;
	font-family: IRANSans;
	font-size: 24px;
	font-weight: 700;
}


.productinfo p{
  font-family: IRANSans;
  font-size: 14px;
  font-weight: 400;
  color: #696763;
}

.productinfo img{
  width: 100%;
}

.productinfo{
 position:relative;
}


.add-to-cart {
  background:#F5F5ED;
  border: 0 none;
  border-radius: 0;
  color: #696763;
  font-family: IRANSans;
  font-size: 15px;
  margin-bottom: 25px;
}

.add-to-cart:hover {
  background: #FE980F;
  border: 0 none;
  border-radius: 0;
  color: #FFFFFF;
}

.add-to{
  margin-bottom: 10px;
}

.add-to-cart i{
	margin-left:5px;
}

.add-to-cart:hover {
  background: #FE980F;
  color: #FFFFFF;
}

.choose {
  border-top: 1px solid #eee;
}

.choose ul li {
    float: right;
    width: 50%;
    text-align: center;
}

    .choose ul li a {
        display: block;
        color: #B3AFA8;
        font-family: IRANSans;
        font-size: 13px;
        padding: 10px;
    }

.choose ul li a i{
	margin-left:5px;
}

.choose ul li a:hover{
	color:#FE980F;
}

/*.category-tab {
  overflow: hidden;
}

.category-tab ul {
  background: #40403E;
  border-bottom: 1px solid #FE980F;
  list-style: none outside none;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
}

.category-tab ul li {
    display: inline-block;
}

.category-tab ul li a {
    display: inline-block;
  border: 0 none;
  border-radius: 0;
  color: #B3AFA8;
  display: block;
  font-family: IRANSans;
  font-size: 14px;
  padding: 10px 15px;
}

    .category-tab ul li a:hover,
    .category-tab ul li a.active {
        background: #FE980F;
        color: #fff;
    }

.nav-tabs  li.active  a, .nav-tabs  li.active  a:hover, .nav-tabs  li.active  a:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #FE980F;
  border:0px;
  color: #FFFFFF;
  cursor: default;
  margin-right:0;
  margin-left:0;
}

.nav-tabs  li  a {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px 4px 0 0;
  line-height: 1.42857;
  margin-right:0;
}*/

.recommended_items {
  overflow: hidden;
}

#recommended-item-carousel .carousel-inner .item {
  padding-left: 0;
}

.recommended-item-control {
  position: absolute;
  top: 41%;
}

.recommended-item-control i {
  background: none repeat scroll 0 0 #FE980F;
  color: #FFFFFF;
  font-size: 20px;
  padding: 4px 10px;
}

.recommended-item-control i:hover {
  background: #ccccc6;
}

.recommended_items  h2 {
}

.our_partners{
  overflow:hidden;
}

.our_partners ul {
  background: #ccc;
  margin-bottom: 50px;
}


.our_partners ul li a:hover{
	background:none;
}

/*************************
*******Shop CSS******
**************************/

.pagination {
  margin-bottom: 25px;
}


.pagination  .active  a, .pagination  .active  span, .pagination  .active  a:hover, .pagination  .active  span:hover, .pagination  .active  a:focus, .pagination  .active  span:focus {
  background-color: #FE980F;
  color: #FFFFFF;
  cursor: default;
  z-index: 2;
}

.pagination li {
    display: inline-block;
}

.pagination li a, .pagination li span {
    background-color: #f0f0e9;
    display: inline-block;
    line-height: 1.42857;
    padding: 6px 12px;
    color: #000;
    min-width: 30px;
    text-align: center;
}

.pagination  li  a:hover{
	background: #FE980F;
	color:#fff;
}


/*************************
*******Cart CSS******
**************************/

.table {
    width: 100%;
    border-collapse: collapse;
}

#cart_items .cart_info {
  border: 1px solid #E6E4DF;
  margin-bottom: 50px
}


#cart_items .cart_info .cart_menu {
  background: #FE980F;
  color: #fff;
  font-size: 16px;
  font-family: IRANSans;
  font-weight: normal;
  text-align: center;
}

#cart_items .cart_info .table thead tr {
  height: 51px;
}


#cart_items .cart_info .table tr {
  border-bottom: 1px solid#ccc
}

#cart_items .cart_info .table tr:last-child {
  border-bottom: 0
}

.cart_info table tr td {
  border-top: 0 none;
  vertical-align: middle;
  text-align: center;
}


#cart_items .cart_info .image {
  padding-left: 30px;
}


#cart_items .cart_info .cart_description h4 {
  margin-bottom: 0
}

#cart_items .cart_info .cart_description h4 a {
  color: #363432;
  font-family: IRANSans;
  font-size: 20px;
  font-weight: normal;

}

#cart_items .cart_info .cart_description p {
  color:#696763
}


#cart_items .cart_info .cart_price p {
  color:#696763;
  font-size: 18px
}


#cart_items .cart_info .cart_total_price {
  color: #FE980F;
  font-size: 24px;
}


.cart_quantity_button a {
  background:#F0F0E9;
  color: #696763;
  display: inline-block;
  font-size: 16px;
  height: 28px;
  overflow: hidden;
  text-align: center;
  width: 35px;
  float: left;
}


.cart_quantity_input {
  color: #696763;
  float: left;
  font-size: 16px;
  text-align: center;
  font-family: IRANSans;
  padding: 0;
  
}



.cart_delete a {
  background:#F0F0E9;
  color: #333;
  padding: 5px 12px;
  font-size: 16px;
  border-radius: 4px;
}

.cart_delete a:hover {
  background:#FE980F;
  color: white;
}


.bg h2.title {
  margin-right:0;
  margin-left:0;
  margin-top: 0;
}

.heading h3 {
  color: #363432;
  font-size: 20px;
  font-family: IRANSans;
}

.heading p {
  color: #434343;
  font-size: 16px;
  font-weight: 300;
}

.total_area span {
  float: right;
}

.total_area ul li {
  background:#E6E4DF;
  color: #696763;
  margin-top: 10px;
  padding: 7px 20px;
}



.menu {
    direction: rtl
}

    .menu li {
        display: inline-block;
    }

        .menu li ul {
            position: absolute;
            padding: 0;
            visibility: hidden
        }

            .menu li ul li {
                display: block
            }

        .menu li:hover > ul {
            visibility: visible
        }


/*----------Menu --------------*/


.nav-column {
    background-color: #f6f6f6;
}

.header {
    margin-top: -6px;
    border-top: 6px solid #000000;
    background: #fcfcfc;
    height: 90px;
    min-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background: #fff;
}

#header {
    background: #fff;
}

.sub-header {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

header::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    content: "";
    /*background: url("../images/site/shape_horizontal.svg") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;*/
    background-size: cover;
    background-position: center center;
    background-color: #ec1c24;
}


.productinfo h4 {
    color: #FE980F;
    font-family: IRANSans;
    font-size: 20px;
    font-weight: 700;
}

.iranSansFont {
    font-family: 'IranSans';
}

.product-list {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.03);
    border: 1px solid #e4e4e4;
    line-height: 22px;
    position: relative;
   }

.product-list-header {
    border-bottom: 1px solid #ebe9e9;
    position: relative;
    padding: 0 44px 0 44px;
    z-index: 2;
    overflow: hidden;
    line-height: 45px;
}
.article-list {

    box-shadow: 0 2px 4px 0 rgba(0,0,0,.03);
    line-height: 22px;
    position: relative;
}

.article-list-header {
    position: relative;
    padding: 0 44px 0 44px;
    z-index: 2;
    overflow: hidden;
    line-height: 45px;
}

.product-detail {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.03);
    border: 1px solid #e4e4e4;
    line-height: 22px;
    position: relative;
    margin-bottom: 20px;
}

.product-detail-header {
    border-bottom: 1px solid #ebe9e9;
    position: relative;
    padding: 0 10px 0 10px;
    z-index: 2;
    overflow: hidden;
    line-height: 45px;
}

.article-detail {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.03);
    line-height: 22px;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    margin-top: 20px;
}

.article-detail-header {
    border-bottom: 1px solid #ebe9e9;
    position: relative;
    padding: 0 10px 0 10px;
    z-index: 2;
    overflow: hidden;
    line-height: 45px;
}

.doc-content {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.03);
    border: 1px solid #e4e4e4;
    line-height: 22px;
    position: relative;
    padding: 20px 10px;
    min-height: 350px;
}

.Ibreadcrumb {
    line-height: 2.2;
    max-width: 100%;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    list-style: none;
}

    .Ibreadcrumb a:hover {
        font-weight: 700;
        text-decoration: none;
        color: #6a6a6a;
    }

.product-list .product-box {
    position: relative;
    margin-left: -1px;
    margin-top: -1px;
    margin-bottom: -1px;
    border: 1px solid #ebebeb;
    border-top-color: rgb(235, 235, 235);
    border-top-style: solid;
    border-top-width: 1px;
    border-top: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height:370px;
    padding-bottom:10px;
    
}
.product-list .product-box:hover {
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    cursor:pointer;
}

.product-box-title {
    display: block;
    overflow: hidden;
    font-size: 13px;
    line-height: 30px;
    line-height: 22px;
    margin-top: 13px;
    height: 43px;
}

.product-box-title a {
    color: #535353;
    text-decoration: none;
}
.product-box-title a:hover {
    color: #fb3449;
    text-decoration: none;
}

.product-price {
    width: 100%;
    color: #000;
    letter-spacing: 0;
    font-size: 20px;
    line-height: 1.1;
    text-align: left;
}
.product-price-detail {
    width: 100%;
    color: #000;
    letter-spacing: 0;
    font-size: 25px;
    text-align: right;
    padding:20px 0px;
}
.product-befor-price {
    width: 100%;
    color: #ababab;
    letter-spacing: 0;
    font-size: 15px;
    line-height: 1.1;
    text-align: left;
    text-decoration: line-through;
}

    .product-price .price-currency {
        font-weight: 400;
        font-size: 14px;
    }

.product-box img {
    padding-top: 10px;
    margin: 0px auto;
    width: 100%;
    max-width: 350px;
    height: auto;
}

.product-list-header-title {
    font-size: 20px;
    border-bottom: 2px solid #ce0000;
    padding-bottom: 8px;
    z-index: 999;
}
.modal-header-title {
    font-size: 20px;
    border-bottom: 2px solid #ce0000;
    padding-bottom: 14px;
    z-index: 999;
}

.p-on-screen-edit {
    left: 0px;
    top: 0px;
    display: flex;
    position: absolute;
    padding: 5px;
    color: #337ab7;
    text-decoration: none;
}

.p-on-screen-edit:hover {
    color: #fff;
    text-decoration: none;
    background: #337ab7;
}
.productinfo h4 {
    color: #FE980F;
    font-family: IRANSans;
    font-size: 20px;
    font-weight: 700;
}

.iranSansFont {
    font-family: 'IranSans';
}

.content_section {
    background-image: url("../images/site/supergraphic-gray-light.svg");
    background-size: cover;
    background-position: center center;
    padding: 60px 0;
    border: 0;
    min-height: 300px;
}

.h-box {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    min-height: 568px;
    border: 1px solid #e4e4e4;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}

.g-head img {
    width: 100%;
    max-width: 350px;
    height: auto;
}

.g-title {
    display: flex;
    top: 155px;
    position: absolute;
    z-index: 999;
    color: #fff;
    background-color: #ca0101;
    padding: 2px 10px;
    font-size: 15px;
    /*right: 32px;*/
}

.g-list {
    padding: 20px;
}

    .g-list li a {
        color: #820000;
        padding: 5px;
        display: block;
        border-bottom: 1px solid #eee;
        text-decoration: none;
    }

        .g-list li a:hover {
            background: #eeeeee85;
        }

.shoping-cart-item-box {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.03);
    border: 1px solid #e4e4e4;
    line-height: 22px;
    position: relative;
    margin-bottom: 5px;
    padding: 10px;
}

.shoping-cart-total-box {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.03);
    border: 1px solid #e4e4e4;
    line-height: 22px;
    position: relative;
    margin-bottom: 5px;
    padding: 10px;
}

.CI1 {
    order: 1;
}

.CI2 {
    order: 2;
}

.CI3 {
    order: 3;
}

.CI4 {
    order: 4;
}

.CI5 {
    order: 5;
}

.CI {
    float: right;
    padding: 0px 9px;
    color: #6a6a6a;
}

    .CI span i {
        padding-left: 3px;
    }

.add-to-favorite-button {
    font-size: 18px;
    font-size: 2.286rem;
    line-height: 2.222;
    width: 50px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*border-radius: 4px;*/
    /*background-color: #E91E63;
        border: 1px solid #F06292;*/
    background-color: #ffffff4f;
    margin-bottom: 2px;
    color: #313131;
    border-radius: 5px 0px 0px 5px;
}

    .add-to-favorite-button:hover {
        background-color: #00000025;
        color: #E91E63;
    }

.sahare-this-item {
    font-size: 18px;
    font-size: 2.286rem;
    line-height: 2.222;
    width: 50px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*border-radius: 4px;*/
    /*background-color: #E91E63;
        border: 1px solid #F06292;*/
    background-color: #ffffff4f;
    margin-bottom: 2px;
    color: #313131;
    border-radius: 5px 0px 0px 5px;
}

    .sahare-this-item:hover {
        background-color: #00000025;
        color: #E91E63;
    }

.fast-add-to-cart-button {
    font-size: 18px;
    font-size: 2.286rem;
    line-height: 2.222;
    height: 40px;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*border-radius: 4px;*/
    /*background-color: #4CAF50;
        border: 1px solid #81C784;*/
    background-color: #ffffff4f;
    margin-bottom: 2px;
    color: #313131;
    border-radius: 5px 0px 0px 5px;
    border: transparent;
}

    .fast-add-to-cart-button:hover {
        background-color: #00000025;
        color: #E91E63;
    }

.fast-detail-button {
    font-size: 18px;
    font-size: 2.286rem;
    line-height: 2.222;
    width: 50px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*border-radius: 4px;*/
    /*background-color: #2196F3;
        border: 1px solid #64B5F6;*/
    background-color: #ffffff4f;
    margin-bottom: 2px;
    color: #313131;
    border-radius: 5px 0px 0px 5px;
}

    .fast-detail-button:hover {
        background-color: #00000025;
        color: #E91E63;
    }

.p-btn-group {
    top: 0px;
    right: 0px;
    position: absolute;
    display: none;
    /*min-width: 200px*/
    width:inherit;
}
.p-btn-group-internal {
    top: 0px;
    /*right: 0px;*/
    position: absolute;
    /*display: none;*/
    /*min-width: 200px*/
    width: inherit;
}

.off-percent {
    top: 5px;
    left: 5px;
    width: 50px;
    height: 50px;
    position: absolute;
    background-color: #E91E63;
    color: #fff;
    padding: 14px 0px;
    border-radius: 25px;
    text-align: center;
    opacity: 80%;
}
.count-boble {
    background-color: #d60000;
    color: #fff;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    padding: 1px;
    float: right;
    text-align: center;
    margin: 0px 3px;
}

.box.box-info {
    border-top-color: #00c0ef;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    border-top-color: rgb(210, 214, 222);
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}