﻿.msTitleH1 {
    font-size: 18px;
    font-weight: bold;
    color: #585758;
    background: url(/App_Themes/Template/images/ic.png) right no-repeat;
    padding-top: 19px;
    padding-right: 24px;
    background-size: 73px 67px;
    line-height: 33px;
    min-height: 66px;
    direction: rtl;
}

.mstgl {
    padding: 11px 16px 10px 15px;
    font-size: 21px;
    color: #000;
    position: absolute;
    top: 0px;
}

.tbl-Detail {
    margin: 10px auto;
    direction: rtl;
    text-align: right;
    float: right;
    max-width: 100%;
}

    .tbl-Detail img {
        height: 14px;
    }

    .tbl-Detail tr td {
        text-align: right;
        color: #000000;
        height: 30px;
        border-bottom: 6px solid #ffffff;
        padding: 6px 2px 6px 35px;
        font-weight: bold;
        font-size: 14px;
    }

    .tbl-Detail tr th {
        background: #ebebeb;
        padding-top: 4px;
        text-align: center;
        color: rgb(16, 47, 6);
        height: 40px;
        border-bottom: 1px solid #CECECE;
        /* text-shadow: 1px 1px 1px #B5B5B5; */
    }


    .tbl-Detail tr {
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

        .tbl-Detail tr td:nth-child(2) {
            font-weight: normal;
        }





.dheader {
    text-align: right;
    width: 150px;
    height: 30px;
    border-bottom: 1px solid #E2E2E2;
    border-bottom: 0px;
    position: relative;
    top: 0px;
    background: white;
    padding-top: 1px;
    float: right;
    padding-right: 9px;
    font-weight: bold;
    font-size: 16px;
}





.tblUser {
    background: #E3E3E3;
    direction: rtl;
    margin: 0px auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    /*border-collapse: initial;
    border-spacing: 1px;*/
}

    .tblUser tr td {
        padding: 7px;
        direction: rtl;
        background-color: #FFFFFF !important;
        text-align: right;
    }

    .tblUser tr th {
        padding: 7px;
        direction: rtl;
        text-align: center;
        background: #ebebeb;
        font-size: 13px;
        background: #ebdbc1;
        padding-top: 4px;
        text-align: center;
        color: rgb(53, 53, 53);
        height: 40px;
        border-bottom: 1px solid rgb(87, 79, 67);
        color: rgb(87, 79, 67);
    }



.tblUserCenrer tr td {
    text-align: center !important;
}

.nazar {
    padding: 10px 5px 10px 5px;
    direction: rtl;
    color: rgb(8, 48, 63);
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -moz-border-radius: 7px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: block;
    margin: 0px auto;
    clear: both;

    float: none;
}

    .nazar h5 {
        width: 100%;
        text-align: right;
        font-size: 18px;
        margin: 5px 10px;
    }

    .nazar div table tr td {
        text-align: right;
        direction: rtl;
    }


.answer {
    width: 540px;
    margin: 6px 12px 6px 0px;
    padding: 10px 5px 10px 5px;
    font: 8pt tahoma;
    border: 2px solid #d55f08;
    background: #efeee8;
    color: #042d61;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.infoUser {
    font: bold 8pt tahoma;
}



.nazarBox {
padding: 10px 2px 0px 5px;
    direction: rtl;
    color: rgb(8, 48, 63);
    display: block;
    margin: 0px auto;
    float: right;
    clear: both;
    width: 100%;
   
    direction: rtl;
    margin-top: 32px;
    border-top: 1px solid #eee;
}


.tsc_clear {
    clear: both;
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 0px;
    line-height: 0px;
}

.tsc_clean_comment {
    margin-bottom: 6px;
    width: 100%;
}

    .tsc_clean_comment .avatar_box {
        float: right;
        width: 80px;
    }

    .tsc_clean_comment .avatar {
        background: #fff;
        padding: 4px;
        border: 1px solid #d8d8d8;
        margin-top: 10px;
        position: relative;
        width: 52px;
        height: 52px;
    }

    .tsc_clean_comment .username {
        color: #383838;
        font-weight: bold;
        clear: left;
        font-size: 12px;
    }

    .tsc_clean_comment .comment_box {
        float: right;
        padding-bottom: 8px;
        width: 85%;
        height: auto;
        background: #fff;
        border: 1px solid #d8d8d8;
        position: relative;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
        font-size: 13px;
    }

        .tsc_clean_comment .comment_box:before {
            content: '';
            width: 13px;
            height: 13px;
            background: #fff;
            border-right: 1px solid #d8d8d8;
            border-top: 1px solid #d8d8d8;
            position: absolute;
            top: 24px;
            right: -8px;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
        }

    .tsc_clean_comment .comment_paragraph {
        color: #454545;
        line-height: 20px;
        margin: 4px 10px 0 15px;
        padding-top: 10px;
    }

        .tsc_clean_comment .comment_paragraph:focus {
            outline: none;
        }

    .tsc_clean_comment .reply {
        font-size: 0.85em;
        color: #b7b7b7;
        margin-left: 23px;
        text-decoration: none;
        margin-top: 8px;
        position: relative;
        padding-bottom: 10px;
    }

        .tsc_clean_comment .reply:before {
            content: url(../images/bubble.png);
            width: 13px;
            height: 11px;
            position: relative;
            left: -7px;
            top: 2px;
        }

    .tsc_clean_comment .date {
        float: right;
        font-size: 0.85em;
        color: #454545;
        margin-top: 0;
        margin-right: 15px;
    }

.comment_replyAdmin {
    width: 93%;
    min-height: 15px;
    background: #E9E9E9;
    margin: 10px;
    padding: 10px;
    border: 1px solid rgb(170, 170, 170);
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin: 18px !important;
    height: auto;
    overflow: auto;
}

    .comment_replyAdmin img {
        width: 35px;
        height: 35px;
        float: right;
        cursor: pointer;
    }

#searchContent {
}

.price-fs {
    text-decoration: line-through;
}

.searchDiv {
      width: 100%;
    height: 197px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(232, 234, 229);
    position: absolute;
    top: 31px;
    padding: 5px;
    direction: rtl;
    display: none;
    z-index: 99999999999;
    border-radius: 2px;
    max-width: 432px;
    border-top: 0;
    right: 3px;
}

tblRightTd tr td {
    text-align: right !important;
}

.content_Search {
    height: 180px;
    overflow: auto;
    width: 100%;
}

.ulSearch {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .ulSearch li {
        width: 99%;
        height: auto;
        overflow: auto;
        clear: both;
        padding: 5px 4px;
        border-bottom: 1px solid #EBE9E9;
        -webkit-transition: all 0.2s ease-in 0s;
        -moz-transition: all 0.2s ease-in 0s;
        -o-transition: all 0.2s ease-in 0s;
        transition: all 0.2s ease-in 0s;
    }

        .ulSearch li a img {
            border: 0px;
            float: right;
            width: 40px;
            height: 40px;
            margin-left: 4px;
        }

        .ulSearch li:hover {
            background-color: #EFEDED;
        }

        .ulSearch li a dl, .ulSearch li a dd {
            font-size: 12px !important;
            float: right !important;
            color: #050505;
            width: 75%;
            float: right;
            margin: 0;
            margin-right: 4px;
        }

.tab {
    background: #ccc;
    padding: 7px;
    margin: 3px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgb(238,238,238);
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(238,238,238,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(238,238,238,1)));
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%);
    background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%);
    background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%);
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 );
}

.phbox {
    width: 100%;
    margin: 0px auto;
    border: 1px solid #ddd;
    text-align: right;
    padding: 15px;
    background: white;
    border: 1px solid #ddd;
    height: auto;
    overflow: auto;
}

.htitle {
    font: bold 12pt tahoma;
    margin: 10px;
    border-bottom: 1px solid #d3d0d0;
    padding-bottom: 10px;
    text-shadow: 1px 1px 1px #BFBFBF;
}

.loginDiv {
    background: white;
    -webkit-box-shadow: 1px 1px 1px 1px #D1D1D1;
    box-shadow: 1px 1px 1px 1px #D1D1D1;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.hTitleR {
    width: 100%;
    padding: 6px;
    border: 1px solid #ddd;
    display: block;
    background: #B4B4B4;
}


/**************************Compair style******************************/
.cart-content {
    border: solid 1px #e6e6e6;
    padding: 0 30px;
    margin-bottom: 50px;
}

.shopping-cart-content {
    width: 100%;
    text-align: center;
    padding: 0 30px;
    direction: rtl;
}

.cmpUp {
    position: fixed;
    right: 118px;
    bottom: 0px;
    width: 100px;
    height: 31px;
    background: #3fb5ac;
    border: 1px solid #0fb9ac;
    border-bottom: 0px;
    text-align: center;
    padding: 6px 0px 8px 0px;
    -webkit-box-shadow: 1px 1px 1px 1px #B8B8B8;
    box-shadow: 1px 1px 1px 1px #f9f9f9;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    color: #ffffff;
    cursor: pointer;
    z-index: 99999;
}

.compareContainer {
    height: 250px;
    bottom: 0px;
    background: #EEE;
    border: 1px solid #DDDCDC;
    right: 0px;
    position: fixed;
    padding: 10px;
    direction: rtl;
    display: none;
    z-index: 999999999999;
}

.ulCompare {
    list-style: none;
    margin: 0px;
    padding: 0px;
    clear: both;
    display: block;
    width: 100%;
    float: right;
}

    .ulCompare li {
        width: 110px;
        height: 149px;
        float: right;
        margin: 3px;
        text-align: center;
        -webkit-box-shadow: 1px 1px 1px 1px #E6E6E6;
        box-shadow: 1px 1px 1px 1px #E6E6E6;
        padding: 6px;
        background: white;
        border: 1px solid #ddd;
        margin-top: 5px;
        font-size: 12px;
    }

.cimg {
    width: 70px;
    height: 70px;
    border: 0px;
}

.ulCompare li span {
    font: normal 8pt tahoma;
    height: 41px;
    display: block;
}

.imgDelCompare {
    width: 15px;
    height: 15px;
}

.tbl-DetailCompare .imgDelCompare {
    width: 33px;
    height: 33px;
    position: absolute;
    left: 8px;
    background: #e9e9e9;
    padding: 6px;
    border-radius: 50%;
    top: 6px;
}

.tbl-DetailCompare td {
    border-left: solid 1px #e6e6e6;
}

.compareContainer {
    height: 250px;
    bottom: 0px;
    background: #EEE;
    border: 1px solid #DDDCDC;
    right: 0px;
    position: fixed;
    padding: 10px;
    direction: rtl;
    display: none;
    z-index: 999999999999;
}

.shopping-cart-content td {
    padding: 15px 0;
    text-align: center;
    position: relative;
}

.shopping-cart-content tr {
    position: relative;
    border-bottom: solid 1px #e6e6e6;
}

.shopping-cart-content td:last-child {
    border-left: none;
}

.shopping-cart-content tr:last-child {
    border-bottom: none;
}

.msfrsrow {
    max-width: 150px !important;
    padding: 10px !important;
}

    .msfrsrow:before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px;
        border-color: transparent transparent #39ad00;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -5px;
        content: "";
    }

.tbl-DetailCompare > tbody > tr:first-child {
    position: relative;
    border-bottom: solid 2px #39ad00;
}

.msmaintitle {
    color: #4d4d4d;
    font-size: 14px;
    line-height: 1.158;
    margin-bottom: 25px;
    letter-spacing: -.3px;
    position: relative;
    padding-right: 19px !important;
    text-align: right !important;
    font-weight: bold;
    background: #fff;
}

.msmaintitlepr {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 13px;
    text-align: right !important;
    line-height: 1.692;
    padding: 9px 26px !important;
    background-color: #eaeaea;
    font-weight: 700;
}

.msmaintitle:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 7px 0;
    border-color: transparent #35b035 transparent transparent;
}

.mshrefcompare {
    font-size: 13px;
    line-height: 14px;
    border-radius: 4px;
    background-color: #35b035;
    border: 1px solid #25ab25;
    padding: 11px 1px;
    color: #fff;
    display: block;
    max-width: 160px;
    font-weight: normal;
    margin: 10px auto;
}

.compareContainer h1 {
    width: 300px;
    height: 20px;
    float: right;
    font-size: 18px;
    margin: 0px;
    font-weight: normal;
}

.btnContaier {
    float: left;
    width: 150px;
    height: 20px;
}

.hbutton {
    border-radius: 19px;
    border: 5px dashed #d2d2d2;
    background: none;
    max-width: 270px;
    margin: auto;
    display: block;
    padding: 14px;
    font-size: 12px;
    line-height: 21px;
    color: #b3b3b3;
    cursor: pointer;
}

    .hbutton:before {
        content: "\f0ec";
        font-size: 44px;
        display: block;
        margin-bottom: 8px;
        font-family: FontAwesome;
        text-align: center;
    }

.msgroup .hbuttongr {
    border-radius: 17px;
    border: 3px dashed #d2d2d2;
    background: none;
    max-width: 66px;
    margin: auto;
    display: block;
    padding: 13px 6px;
    font-size: 12px;
    line-height: 10px;
    color: #b3b3b3;
    cursor: pointer;
}

    .msgroup .hbuttongr:before {
        content: "\f0ec";
        font-size: 23px;
        display: block;
        margin-bottom: 1px;
        font-family: FontAwesome;
        text-align: center;
    }

.msfrsrow span {
    font-size: 12px;
    font-weight: bold;
}

.cmpDown {
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 2px;
}

.selectCompareDivContainer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 110;
}

.selectCompareDiv {
    max-width: 917px;
    height: 400px;
    display: none;
    position: absolute;
    bottom: 0px;
    background: rgb(233, 233, 233);
    padding: 10px;
    direction: rtl;
    -webkit-box-shadow: 1px 1px 1px 1px rgb(218, 218, 218);
    box-shadow: 1px 1px 1px 1px rgb(218, 218, 218);
    z-index: 110;
    border: 1px solid #e9e9e9;
    margin-left: 10px;
    width: 100%;
}

.topCompare {
    width: 100px;
    float: right;
    cursor: pointer;
    font: 13px web_Yekan;
}

.compareSerach {
    width: 220px;
    float: left;
    margin: 0px 10px 0px 0px;
}

.productCmpContent {
    width: 100%;
    clear: both;
}

.msprice {
    color: red;
}

.content-form .input-info {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: solid 1px #e6e6e6;
    background-color: #f8f8f8;
    margin-bottom: 25px;
    padding: 0 20px;
    outline: 0;
    text-align: right;
}
/**************************Compair style******************************/


.textbox {
    width: 180px;
    height: 34px;
    padding: 3px 10px;
    font: normal 13px/1.4 Tahoma,Geneva,sans-serif;
    color: #404040;
    background-color: #f2f2f2;
    background-image: none;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}



ul.tsc_pagination {
    margin: 4px 0;
    padding: 0px;
    overflow: hidden;
    font: 12px 'Tahoma';
    list-style-type: none;
    direction: ltr;
    width: 100%;
}


    ul.tsc_pagination li {
        float: left;
        margin: 0px;
        padding: 0px;
        margin-left: 5px;
        width: 40px !important;
        height: 40px;
        clear: none;
    }

        ul.tsc_pagination li:first-child {
            margin-left: 0px;
        }

        ul.tsc_pagination li a {
            color: black;
            display: block;
            text-decoration: none;
            padding: 3px 4px 3px 4px;
        }

            ul.tsc_pagination li a img {
                border: none;
            }
/*A */


/* B */
ul.tsc_paginationB li a {
    border: solid 1px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 3px 4px 3px 3px;
    direction: ltr;
    text-align: center;
}

ul.tsc_paginationB li {
    padding-bottom: 1px;
    border: none;
    min-height: 30px;
}

    ul.tsc_paginationB li a:hover,
    ul.tsc_paginationB li a.current {
        color: #4c4c4c;
        box-shadow: 0px 1px #EDEDED;
        -moz-box-shadow: 0px 1px #EDEDED;
        -webkit-box-shadow: 0px 1px #EDEDED;
        text-align: center;
    }
/* 01 */
ul.tsc_paginationB01 li a {
    color: #A74E0D;
    border-color: #F3D795;
    background: #FFFDF2;
}

    ul.tsc_paginationB01 li a:hover,
    ul.tsc_paginationB01 li a.current {
        color: #893A00;
        text-shadow: 0px 1px #FFEF42;
        border-color: #FFA200;
        background: #FFC800;
        background: -moz-linear-gradient(top, #FFFFFF 1px, #FFEA01 1px, #FFC800);
        background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #FFFFFF), color-stop(0.02, #FFEA01), color-stop(1, #FFC800));
    }
/* 02 */
ul.tsc_paginationB02 li a {
    color: #0A7EC5;
    border-color: #8DC5E6;
    background: #F8FCFF;
}

    ul.tsc_paginationB02 li a:hover,
    ul.tsc_paginationB02 li a.current {
        text-shadow: 0px 1px #388DBE;
        border-color: #3390CA;
        background: #58B0E7;
        background: -moz-linear-gradient(top, #B4F6FF 1px, #63D0FE 1px, #58B0E7);
        background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #B4F6FF), color-stop(0.02, #63D0FE), color-stop(1, #58B0E7));
    }
/* 03 */
ul.tsc_paginationB03 li a {
    color: #4A76C6;
    border-color: #8AAEEF;
    background: #F7F9FE;
}

    ul.tsc_paginationB03 li a:hover,
    ul.tsc_paginationB03 li a.current {
        text-shadow: 0px 1px #4876C9;
        border-color: #3D6DC3;
        background: #5A8CE7;
        background: -moz-linear-gradient(top, #C2E0FF 1px, #84AFFE 1px, #5A8CE7);
        background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #C2E0FF), color-stop(0.02, #84AFFE), color-stop(1, #5A8CE7));
    }
/* 04 */
ul.tsc_paginationB04 li a {
    color: #8D62C8;
    border-color: #BAA2DA;
    background: #F9F7FC;
}

    ul.tsc_paginationB04 li a:hover,
    ul.tsc_paginationB04 li a.current {
        text-shadow: 0px 1px #7955AB;
        border-color: #6F4DA0;
        background: #9168C9;
        background: -moz-linear-gradient(top, #DFBEFA 1px, #B088E7 1px, #9168C9);
        background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #DFBEFA), color-stop(0.02, #B088E7), color-stop(1, #9168C9));
    }
/* 05 */
ul.tsc_paginationB05 li a {
    color: #EF6420;
    border-color: #FFBD85;
    background: #FFFAF7;
}

    ul.tsc_paginationB05 li a:hover,
    ul.tsc_paginationB05 li a.current {
        text-shadow: 0px 1px #CA470E;
        border-color: #D13F11;
        background: #E95B2B;
        background: -moz-linear-gradient(top, #FFBE01 1px, #FE7C02 1px, #E95B2B);
        background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #FFBE01), color-stop(0.02, #FE7C02), color-stop(1, #E95B2B));
    }
/* 06 */
ul.tsc_paginationB06 li a {
    color: #E92F2F;
    border-color: #FFA5A5;
    background: #FFF8F8;
}

    ul.tsc_paginationB06 li a:hover,
    ul.tsc_paginationB06 li a.current {
        text-shadow: 0px 1px #B72E2E;
        border-color: #AD2D2D;
        background: #E43838;
        background: -moz-linear-gradient(top, #FF9B9B 1px, #FE5555 1px, #E43838);
        background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #FF9B9B), color-stop(0.02, #FE5555), color-stop(1, #E43838));
    }
/* 07 */
ul.tsc_paginationB07 li a {
    color: #916C59;
    border-color: #D6BFB4;
    background: #FBF9F8;
}

    ul.tsc_paginationB07 li a:hover,
    ul.tsc_paginationB07 li a.current {
        text-shadow: 0px 1px #866454;
        border-color: #886756;
        background: #A37A66;
        background: -moz-linear-gradient(top, #E9C4B2 1px, #C59882 1px, #A37A66);
        background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #E9C4B2), color-stop(0.02, #C59882), color-stop(1, #A37A66));
    }
/* 08 */
ul.tsc_paginationB08 li a {
    color: #478223;
    border-color: #B2D397;
    background: #F7FAF4;
}

    ul.tsc_paginationB08 li a:hover,
    ul.tsc_paginationB08 li a.current {
        text-shadow: 0px 1px #4E802C;
        border-color: #478223;
        background: #599F2F;
        background: -moz-linear-gradient(top, #9FE355 1px, #79BF4A 1px, #599F2F);
        background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #9FE355), color-stop(0.02, #79BF4A), color-stop(1, #599F2F));
    }
/* 09 */
ul.tsc_paginationB09 li a {
    color: #707070;
    border-color: #CFCFCF;
    background: #FAFAFA;
}

    ul.tsc_paginationB09 li a:hover,
    ul.tsc_paginationB09 li a.current {
        text-shadow: 0px 1px #636363;
        border-color: #5D5D5D;
        background: #777777;
        background: -moz-linear-gradient(top, #C0C0C0 1px, #929292 1px, #777777);
        background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #C0C0C0), color-stop(0.02, #929292), color-stop(1, #777777));
    }
/* 10 */
ul.tsc_paginationB10 li a {
    background: #ffffff;
    color: #666666;
    padding: 0;
    display: inline-block;
    border: 2px solid #22362a;
    height: 25px;
    width: 25px;
    line-height: 23px;
    text-align: center;
    -webkit-box-shadow: inset 0 0 6px 2px #B3B3B3;
    box-shadow: inset 0 0 6px 2px #B3B3B3;
    border-radius: 1px;
}

    ul.tsc_paginationB10 li a:hover,
    ul.tsc_paginationB10 li a.current {
        background: #ffffff;
        color: #666666;
        padding: 0;
        display: inline-block;
        border-bottom: 2px solid #3fb5ac;
        height: 32px;
        width: 32px;
        line-height: 27px;
        text-align: center;
        -webkit-box-shadow: inset 0 0 6px 2px #ffffff;
        box-shadow: inset 0 0 6px 2px #ffffff;
        border-radius: 50%;
    }

/* C */
ul.tsc_paginationC li a {
    color: #707070;
    background: #FFFFFF;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: solid 1px #DCDCDC;
    padding: 6px 9px 6px 9px;
    height: 32px;
    width: 32px;
    line-height: 27px;
    border-radius: 50%;
}

ul.tsc_paginationC li {
    padding-bottom: 1px;
}

    ul.tsc_paginationC li a:hover,
    ul.tsc_paginationC li a.current {
        color: #FFFFFF;
        box-shadow: 0px 1px #EDEDED;
        -moz-box-shadow: 0px 1px #EDEDED;
        -webkit-box-shadow: 0px 1px #EDEDED;
    }
/* 01 */
ul.tsc_paginationC01 li a:hover,
ul.tsc_paginationC01 li a.current {
    color: #893A00;
    text-shadow: 0px 1px #FFEF42;
    border-color: #FFA200;
    background: #FFC800;
    background: -moz-linear-gradient(top, #FFFFFF 1px, #FFEA01 1px, #FFC800);
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #FFFFFF), color-stop(0.02, #FFEA01), color-stop(1, #FFC800));
}
/* 02 */
ul.tsc_paginationC02 li a:hover,
ul.tsc_paginationC02 li a.current {
    text-shadow: 0px 1px #388DBE;
    border-color: #3390CA;
    background: #58B0E7;
    background: -moz-linear-gradient(top, #B4F6FF 1px, #63D0FE 1px, #58B0E7);
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #B4F6FF), color-stop(0.02, #63D0FE), color-stop(1, #58B0E7));
}
/* 03 */
ul.tsc_paginationC03 li a:hover,
ul.tsc_paginationC03 li a.current {
    text-shadow: 0px 1px #4876C9;
    border-color: #3D6DC3;
    background: #5A8CE7;
    background: -moz-linear-gradient(top, #C2E0FF 1px, #84AFFE 1px, #5A8CE7);
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #C2E0FF), color-stop(0.02, #84AFFE), color-stop(1, #5A8CE7));
}
/* 04 */
ul.tsc_paginationC04 li a:hover,
ul.tsc_paginationC04 li a.current {
    text-shadow: 0px 1px #7955AB;
    border-color: #6F4DA0;
    background: #9168C9;
    background: -moz-linear-gradient(top, #DFBEFA 1px, #B088E7 1px, #9168C9);
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #DFBEFA), color-stop(0.02, #B088E7), color-stop(1, #9168C9));
}
/* 05 */
ul.tsc_paginationC05 li a:hover,
ul.tsc_paginationC05 li a.current {
    text-shadow: 0px 1px #CA470E;
    border-color: #D13F11;
    background: #E95B2B;
    background: -moz-linear-gradient(top, #FFBE01 1px, #FE7C02 1px, #E95B2B);
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #FFBE01), color-stop(0.02, #FE7C02), color-stop(1, #E95B2B));
}
/* 06 */
ul.tsc_paginationC06 li a:hover,
ul.tsc_paginationC06 li a.current {
    text-shadow: 0px 1px #B72E2E;
    border-color: #AD2D2D;
    background: #E43838;
    background: -moz-linear-gradient(top, #FF9B9B 1px, #FE5555 1px, #E43838);
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #FF9B9B), color-stop(0.02, #FE5555), color-stop(1, #E43838));
}
/* 07 */
ul.tsc_paginationC07 li a:hover,
ul.tsc_paginationC07 li a.current {
    text-shadow: 0px 1px #866454;
    border-color: #886756;
    background: #A37A66;
    background: -moz-linear-gradient(top, #E9C4B2 1px, #C59882 1px, #A37A66);
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #E9C4B2), color-stop(0.02, #C59882), color-stop(1, #A37A66));
}
/* 08 */
ul.tsc_paginationC08 li a:hover,
ul.tsc_paginationC08 li a.current {
    text-shadow: 0px 1px #4E802C;
    border-color: #478223;
    background: #599F2F;
    background: -moz-linear-gradient(top, #9FE355 1px, #79BF4A 1px, #599F2F);
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #9FE355), color-stop(0.02, #79BF4A), color-stop(1, #599F2F));
}
/* 09 */
ul.tsc_paginationC09 li a:hover,
ul.tsc_paginationC09 li a.current {
    text-shadow: 0px 1px #636363;
    border-color: #5D5D5D;
    background: #777777;
    background: -moz-linear-gradient(top, #C0C0C0 1px, #929292 1px, #777777);
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #C0C0C0), color-stop(0.02, #929292), color-stop(1, #777777));
}
/* 10 */
ul.tsc_paginationC10 li a:hover,
ul.tsc_paginationC10 li a.current {
    text-shadow: 0px 1px #3C3C3C;
    border-color: #202020;
    background: #525252;
    background: -moz-linear-gradient(top, #9F9F9F 1px, #6C6C6C 1px, #525252);
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #9F9F9F), color-stop(0.02, #6C6C6C), color-stop(1, #525252));
}

.ulGen {
    list-style: none;
    margin: 0px;
    padding: 0px;
    height: auto;
    overflow: auto;
}

    .ulGen li {
        float: right;
        text-align: right;
        margin: 1px;
        padding: 5px;
        height: auto;
    }

        .ulGen li span {
            padding-top: 10px;
            display: block;
        }

.grouparea ul {
    float: right;
    margin: 4px 0 0;
    width: 100%;
    padding-bottom: 40px;
    list-style: none;
}

.newssidebar .searcharea, .newssidebar .tagsarea {
    margin-bottom: 40px;
    direction: rtl;
}

    .newssidebar .searcharea label {
        margin-right: 5px;
    }

    .newssidebar .searcharea input[type="submit"] {
        background: #3c3c3c;
        border: 0;
        color: #fff;
        float: left;
        height: 24px;
        margin-right: -1px;
        width: 80px;
    }

    .newssidebar .searcharea input[type="text"] {
        height: 13px;
        width: 150px;
        padding-right: 4px;
        color: #3c3c3c;
    }

.boldtext {
    font-weight: bold;
    text-align: right;
    direction: rtl;
   
}

.newssidebar .searcharea input[type="submit"]:hover {
    background: #067E77;
}

.searcharea {
    direction: rtl;
}

.grouparea ul {
    float: right;
    margin: 4px 0 0;
    width: 100%;
    padding-bottom: 40px;
    list-style: none;
}

.grouparea li {
    border-bottom: 1px solid #e4e4e4;
    float: right;
    width: 98%;
    text-align: right;
    direction: rtl;
    margin: 1px;
}

    .grouparea li a {
        background: url("/mages/newsgrouparrow.gif") no-repeat 98% 16px;
        color: #585858;
        display: block;
        margin: 0;
        padding: 6px 18px 6px 10px;
        background: whitesmoke;
    }

.newssidebar .grouparea ul li a:hover, .newssidebar .grouparea ul li a.current {
    background: url("Images/newsgrouparrow.gif") no-repeat 98% -118px;
    color: #067E77;
    text-decoration: underline;
}

.newssidebar .tagsarea label {
    margin-right: 5px;
}

.newssidebar .tagsarea a {
    background: #f0f0f0;
    color: #242424;
    display: block;
    float: right;
    margin: 8px 4px 0;
    padding: 1px 10px 0;
}

    .newssidebar .tagsarea a:hover, .newssidebar .tagsarea a.current {
        background: #067E77;
        color: #fff;
    }

#newsRegion {
    direction: rtl;
    padding: 0px;
    overflow: visible;
    background: #fff;
}

    #newsRegion h2 {
        font-size: 17px;
        font-weight: bold;
        padding: 4px 0 0;
        margin-bottom: 4px;
    }

    #newsRegion .date {
        color: #828282;
        font-size: 11px;
        margin-bottom: 20px;
        /*border-bottom: 1px solid #ccc;*/
        margin: 0px 10px 0 0;
        float: right;
    }

    #newsRegion .summary {
        padding: 6px;
        background-color: #f0f0f0;
        margin: 8px auto 8px;
        width: 100%;
        text-align: justify;
        float: right;
    }

    #newsRegion #newsDetail {
        font-size: 12px;
        text-align: justify;
        padding: 0px 21px;
    }

        #newsRegion #newsDetail div {
        }

        #newsRegion #newsDetail img {
            padding: 2px;
            border: 1px solid #ccc;
            margin-bottom: 10px;
            max-width: 500px;
            width: 100%;
            display: block;
            float: left;
            margin-right: 17px;
        }

    #newsRegion .date span {
        bottom: 0;
        color: #3c2458;
        display: inline-block;
        font-size: 13px;
        margin: 0 3px;
        position: relative;
    }

    #newsRegion .meta {
        font-size: 12px;
        line-height: 24px;
        margin: 25px 0 0;
    }

        #newsRegion .meta .tagdetail {
            background: url("../Images/newstags.png") no-repeat 98% 17px;
            border: 1px solid #e4e4e4;
            margin-top: 12px;
            padding: 16px 44px 16px 0;
            border-radius: 3px;
        }

            #newsRegion .meta .tagdetail h6 {
                padding-bottom: 6px;
                font-size: 14px;
                font-weight: bold;
                padding-bottom: 7px;
            }

        #newsRegion .meta .spans {
            margin-bottom: 5px;
        }

            #newsRegion .meta .spans:after {
                clear: both;
            }

            #newsRegion .meta .spans:before, #newsRegion .meta .spans:after {
                content: "";
                display: table;
            }

            #newsRegion .meta .spans span {
                background: #0f91af;
                border-radius: 0 3px 3px 0;
                color: #fff;
            }

            #newsRegion .meta .spans span, #newsRegion .meta .spans a {
                border-left: 1px solid #fff;
                display: block;
                float: right;
                height: 23px;
                padding: 0 7px;
            }

                #newsRegion .meta .spans a:last-child {
                    border-left: 0 none;
                    border-radius: 3px 0 0 3px;
                }

            #newsRegion .meta .spans a {
                background: none repeat scroll 0 0 #e6e6e6;
                color: #404040;
                text-decoration: none;
                text-shadow: 0 1px 0 #fff;
            }

                #newsRegion .meta .spans span i, #newsRegion .meta .spans a i {
                    vertical-align: middle;
                }

            #newsRegion .meta .spans .iconwhite {
                background-image: url("../Images/glyphicons-halflings-white.png");
                background-repeat: no-repeat;
                display: inline-block;
                height: 14px;
                vertical-align: middle;
                width: 14px;
                margin-left: 3px;
            }

            #newsRegion .meta .spans .iconbook {
                background-position: -48px -49px;
            }

            #newsRegion .meta .spans .iconplus {
                background-position: 1px -48px;
            }

.nGroupTitle {
    margin: 10px 10px;
}

.newsList {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .newsList li {
        height: auto;
        overflow: auto;
        direction: rtl;
        text-align: right;
        border-bottom: 1px dashed rgb(221, 220, 220);
        padding-top: 10px;
    }

.imgNews {
    float: right;
    margin: 5px;
    text-align: center;
}

    .imgNews img {
        margin: 0px auto;
        width: 198px;
        height: 164px;
        border-radius: 2px;
    }

.row {
    width: 100%;
}

.HNewsTitle {
    float: right;
    font-size: 15px;
    color: #00887a;
    margin-top: 5px;
    width: 100%;
    min-height: 33px;
    font-weight: bold;
}

.hNewsDate {
    float: right;
    color: rgba(72, 72, 72, 0.78);
    margin: 0px;
    font-size: 10px;
    margin-bottom: 7px;
    font-weight: bold;
    line-height: 18px;
    background: #eee;
    padding: 2px 0px;
}

.hNewsShort {
    float: right;
    color: #000;
    width: 100%;
    margin: 0px;
    font-size: 12px;
    line-height: 26px;
    text-align: justify;
    direction: rtl;
    font-weight: 600;
}

.HNewsContinu {
    float: left;
    color: rgb(219, 86, 3);
    text-align: left;
    font-size: 12px;
}



.newssidebar {
    float: right;
    width: 245px;
    margin-right: 10px;
}

.newsRow {
    width: 230px;
    border: 1px dotted rgb(173, 173, 173);
    float: right;
    padding: 5px;
    text-align: center;
    direction: rtl;
    margin: 2px;
    min-height: 351px;
}

.newsImgRight {
    width: 205px;
    margin: 2px auto;
}

.newsRightC {
    width: 100%;
    float: right;
}

.Circlenav {
    list-style: none;
    text-align: center;
    direction: rtl;
}

    .Circlenav li {
        position: relative;
        display: inline-block;
        margin-right: -4px;
        margin: 13px 0;
    }

        .Circlenav li:before {
            content: "";
            display: block;
            border-top: 1px solid #ddd;
            border-bottom: 1px solid #fff;
            width: 100%;
            height: 1px;
            position: absolute;
            top: 50%;
            z-index: -1;
        }

    .Circlenav a {
        display: block;
        background-color: #f7f7f7;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e7e7e7));
        background-image: -webkit-linear-gradient(top, #f7f7f7, #e7e7e7);
        background-image: -moz-linear-gradient(top, #f7f7f7, #e7e7e7);
        background-image: -ms-linear-gradient(top, #f7f7f7, #e7e7e7);
        background-image: -o-linear-gradient(top, #f7f7f7, #e7e7e7);
        color: #a7a7a7;
        margin: 6px;
        width: 144px;
        height: 144px;
        position: relative;
        text-align: center;
        line-height: 144px;
        border-radius: 50%;
        box-shadow: 0px 3px 8px #aaa, inset 0px 2px 3px #fff;
        font-size: 14px;
    }

        .Circlenav a:before {
            content: "";
            display: block;
            background: #fff;
            border-top: 2px solid #ddd;
            position: absolute;
            top: -18px;
            left: -18px;
            bottom: -18px;
            right: -18px;
            z-index: -1;
            border-radius: 50%;
            box-shadow: inset 0px 8px 48px #ddd;
        }

        .Circlenav a:hover {
            text-decoration: none;
            color: #555;
            background: #f5f5f5;
        }

.errorNet {
    color: red;
    font-weight: bold;
}

.infoBox, .successBox, .warningBox, .errorBox, .validationBox, .success {
    border: 1px solid;
    margin: 10px 0px;
    background-repeat: no-repeat;
    font-size: 18px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    direction: rtl;
    padding: 15px 45px 15px 50px;
    background-position: right center;
   text-align: left;
    direction: ltr;
    padding: 10px;
    width: 95%;
    font-size: 13px;
    padding-right: 50px;
    margin: 2px auto;
    overflow: hidden;
}

.infoBox {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('images/Information.png');
}

.successBox, .success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('images/Tick.png');
}

.warningBox {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('images/warning.png');
}

.errorBox {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('images/Error.png');
}

.cart-items {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .cart-items li {
        width: 100%;
        border-bottom: 1px solid rgb(58, 55, 55);
        padding-top: 4px;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease;
    }

        .cart-items li:hover {
            background: #1D1C1C;
        }

        .cart-items li div button {
            float: left;
        }

.entry-thumbnail img {
    width: 30px;
    height: 30px;
    float: right;
    margin: 3px;
}

.entry-title {
    width: 200px;
    float: right;
    text-align: right;
    padding-top: 10px;
}

    .entry-title a {
        color: whitesmoke;
    }

.entry-price {
    width: 100px;
    direction: ltr;
    margin-left: 10px;
}

.btn-default {
    background-color: #5fa50c;
    border: solid 1px #5fa50c;
    padding: 3px 40px;
    color: #ffffff;
}

.inputs {
    font: 13px web_Yekan;
    background: rgb(233, 255, 238);
    padding: 0px;
    direction: rtl;
    margin: 2px;
}

.cart-total {
    font: 13px web_yekan;
}

.colorSelective {
    margin: 0px 5px !important;
}

#pscroe {
    width: 100px;
    height: 40px;
    margin: 0px auto;
    direction: rtl;
    float: right;
    text-align: center;
    font: 12px web_Yekan;
}

.starContainer {
    width: 100px;
    height: 35px;
    margin: 0px auto;
    direction: ltr;
    text-align: center;
    float: right;
    margin-left: 6px;
}

#yourScore {
    float: left;
    width: 100px;
}

.starContainer div {
    direction: ltr !important;
    text-align: left !important;
}

.starContainer span {
    font-size: 9px;
    margin-top: 6px;
    font-family: tahoma;
}

.starImg {
    position: absolute;
    top: 165px;
    left: 49px;
}

.mojoodi {
}

.form-control {
    font: 14px web_yekan;
}

.rtlInput {
    text-align: right;
    direction: rtl;
}

.col {
    font: 13px web_yekan;
}

.tabBody {
    width: 100%;
    clear: both;
}

#innerlogin {
    width: 400px;
    background: white;
    padding: 10px;
    font: 13px web_yekan;
    min-height: 240px;
    margin: 10px;
}

.enamad {
    width: 169px;
    /* height: 150px; */
    border: 1px solid rgb(242, 242, 242);
    background: white;
    float: right;
    margin: 7px 0 0 0;
    -webkit-box-shadow: 1px 1px 1px 1px #E3E3E3;
    box-shadow: 1px 1px 1px 1px #E3E3E3;
    text-align: center;
    font-size: 11px;
}

.container {
}

.tblForm {
    direction: rtl;
}

    .tblForm div {
        padding: 5px;
    }

.userTextbox {
    float: right;
    width: 99%;
    background: white;
    border: 1px double #DDD;
    border-radius: 3px;
    color: #666;
    padding: 1px 5px;
    outline: none;
    text-align: right;
    margin-left: 3px;
    height: 34px;
    margin-bottom: 10px;
}

.btn-new26 {
    float: right;
    background-image: url(/App_Themes/Template/images/lb3.png);
    background-size: 100% 100%;
    padding: 11px 11px;
    text-align: center;
    color: #fff;
    left: 0;
    bottom: 46px;
    position: absolute;
}

.userButton {
}

.leftAligned {
    text-align: left;
    direction: ltr;
}

.breadcrumb {
    clear: both;
    height: auto;
    margin-right: 1px;
}

    .breadcrumb li {
        float: right;
    }

        .breadcrumb li:after {
            content: '\f100';
            font-family: FontAwesome;
            color: #171717;
            margin: 1px 7px 0px 9px;
            float: left;
            font-size: 11px;
            line-height: 38px;
        }

        .breadcrumb li:last-child:after {
            content: ' ';
            float: left;
        }



input.valid {
    background: #e3ffe5;
    color: #002f00;
    border-color: #96b796 !important;
}

input.error {
    background: #ffebef;
    color: #480000;
}

.form-suggest-element {
    padding: 4px;
}

form.validating-server-side .server-validation {
    background: url(images/ajax-loader.gif?v=2) no-repeat center right #FFF;
    opacity: 0.5;
}

.max-chars {
    background: #EEE;
    color: #999;
}

.form-help {
    padding-left: 6px;
    font-size: 90%;
    color: #888;
}

/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container {
    width: auto;
    margin-left: 0px;
    overflow: hidden;
}

    .mCSB_container.mCS_no_scrollbar {
        margin-right: 0;
    }

.mCS_disabled > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar {
    margin-right: 30px;
}

.mCustomScrollBox > .mCSB_scrollTools {
    width: 16px;
    height: 100%;
    top: 0;
    left: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
}

    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 4px;
        height: 100%;
        margin: 0 auto;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        text-align: center;
    }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: relative;
    height: 20px;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
    top: 100%;
    margin-top: -40px;
}
/* horizontal scrollbar */
.mCSB_horizontal > .mCSB_container {
    height: auto;
    margin-right: 0;
    margin-bottom: 30px;
    overflow: hidden;
}

    .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
        margin-bottom: 0;
    }

.mCS_disabled > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
    margin-right: 0;
    margin-bottom: 30px;
}

.mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
    width: 100%;
    height: 16px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.mCSB_horizontal > .mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 0 20px;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger {
    width: 30px;
    height: 100%;
}

    .mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 100%;
        height: 4px;
        margin: 6px auto;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
    display: block;
    position: relative;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
    float: left;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
    margin-left: -40px;
    float: right;
}

.mCustomScrollBox {
    -ms-touch-action: none; /*MSPointer events - direct all pointer events to js*/
}

    /* default scrollbar colors and backgrounds (default theme) */
    .mCustomScrollBox > .mCSB_scrollTools {
        opacity: 0.75;
        filter: "alpha(opacity=75)";
        -ms-filter: "alpha(opacity=75)"; /* old ie */
    }

    .mCustomScrollBox:hover > .mCSB_scrollTools {
        opacity: 1;
        filter: "alpha(opacity=100)";
        -ms-filter: "alpha(opacity=100)"; /* old ie */
    }

.mCSB_scrollTools .mCSB_draggerRail {
    background: #ccc; /* rgba fallback */
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"; /* old ie */
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #828282; /* rgba fallback */
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"; /* old ie */
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(255,255,255,0.85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"; /* old ie */
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(255,255,255,0.9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"; /* old ie */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    background-image: url(images/mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: 0.4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"; /* old ie */
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0; /* 
    sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark) 
    */
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px; /* 
    sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark) 
    */
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px; /* 
    sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark) 
    */
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px; /* 
    sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark) 
    */
}

    .mCSB_scrollTools .mCSB_buttonUp:hover,
    .mCSB_scrollTools .mCSB_buttonDown:hover,
    .mCSB_scrollTools .mCSB_buttonLeft:hover,
    .mCSB_scrollTools .mCSB_buttonRight:hover {
        opacity: 0.75;
        filter: "alpha(opacity=75)";
        -ms-filter: "alpha(opacity=75)"; /* old ie */
    }

    .mCSB_scrollTools .mCSB_buttonUp:active,
    .mCSB_scrollTools .mCSB_buttonDown:active,
    .mCSB_scrollTools .mCSB_buttonLeft:active,
    .mCSB_scrollTools .mCSB_buttonRight:active {
        opacity: 0.9;
        filter: "alpha(opacity=90)";
        -ms-filter: "alpha(opacity=90)"; /* old ie */
    }

/*scrollbar themes*/
/*dark (dark colored scrollbar)*/
.mCS-dark > .mCSB_scrollTools .mCSB_draggerRail {
    background: #000; /* rgba fallback */
    background: rgba(0,0,0,0.15);
}

.mCS-dark > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #000; /* rgba fallback */
    background: rgba(0,0,0,0.75);
}

.mCS-dark > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0,0,0,0.85);
}

.mCS-dark > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(0,0,0,0.9);
}

.mCS-dark > .mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}

.mCS-dark > .mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}

.mCS-dark > .mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}

.mCS-dark > .mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}
/*light-2*/
.mCS-light-2 > .mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #fff; /* rgba fallback */
    background: rgba(255,255,255,0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background: #fff; /* rgba fallback */
    background: rgba(255,255,255,0.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0;
}

.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(255,255,255,0.85);
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(255,255,255,0.9);
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px;
}
/*dark-2*/
.mCS-dark-2 > .mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #000; /* rgba fallback */
    background: rgba(0,0,0,0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background: #000; /* rgba fallback */
    background: rgba(0,0,0,0.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0;
}

.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0,0,0,0.85);
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(0,0,0,0.9);
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px;
}
/*light-thick*/
.mCS-light-thick > .mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #fff; /* rgba fallback */
    background: rgba(255,255,255,0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background: #fff; /* rgba fallback */
    background: rgba(255,255,255,0.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0;
}

.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(255,255,255,0.85);
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(255,255,255,0.9);
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px;
}
/*dark-thick*/
.mCS-dark-thick > .mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #000; /* rgba fallback */
    background: rgba(0,0,0,0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background: #000; /* rgba fallback */
    background: rgba(0,0,0,0.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0;
}

.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0,0,0,0.85);
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(0,0,0,0.9);
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px;
}
/*light-thin*/
.mCS-light-thin > .mCSB_scrollTools .mCSB_draggerRail {
    background: #fff; /* rgba fallback */
    background: rgba(255,255,255,0.1);
}

.mCS-light-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}

.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
}

.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto;
}
/*dark-thin*/
.mCS-dark-thin > .mCSB_scrollTools .mCSB_draggerRail {
    background: #000; /* rgba fallback */
    background: rgba(0,0,0,0.15);
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    background: #000; /* rgba fallback */
    background: rgba(0,0,0,0.75);
}

.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
}

.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0,0,0,0.85);
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(0,0,0,0.9);
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}

.pboxh {
    margin: 3px auto;
}

.brand {
    list-style: none;
}

    .brand li { /* font: 13px web_yekan; */
        text-align: right;
        direction: rtl;
        font-size: 12px;
        padding: 5px;
    }

.itemValue {
    color: #1b1b1b;
}

    .itemValue input {
        float: right;
        margin: 2px 2px 0 3px;
    }

.priceContainer {
    width: 199px;
    height: 103px;
    margin: 0px auto;
}

.rangdiv {
    clear: both;
}

#l-change {
    width: 100%;
    height: 30px;
}

#input-number, #input-numbermax {
    padding: 0px;
    width: 91px;
    margin: 11px 2px 5px 2px;
    font-size: 11px;
}

#input-number {
    float: left;
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 5px;
}

#input-numbermax {
    float: right;
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 5px;
}

#rang1left, #range1Right {
    padding: 0px;
    width: 70px;
    margin: 10px 2px 5px 2px;
    direction: rtl;
    background-color: transparent;
    border: 0px;
    margin: 0px;
    font-size: 11px;
}

#rang1left {
    float: left;
}

#range1Right {
    float: right;
}

.loading {
    width: 300px;
    height: auto;
    padding: 15px;
    background: white;
    margin: 20px auto;
    border-radius: 5px;
    border-bottom: 1px solid #b1b1b1;
    line-height: 34px;
}

.llogo {
    max-height: 74px;
    clear: both;
    display: block;
    width: 75px;
}

.loaderDiv {
    position: fixed;
    top: 50%;
    left: 20px;
    width: 200px;
    padding: 10px;
    background: white;
    font: 13px web_yekan;
    z-index: 9999;
    text-align: center;
    font-family: HYekan,HYekanNumbers,HNassim;
}

.newCollectionUl {
    float: right !important;
}

.mCSB_container table {
    direction: rtl;
    font: 12px web_yekan;
}

.fltright {
    float: right;
    text-align: right;
    direction: rtl;
}

.category-top {
    direction: rtl;
    text-align: right;
}

.orderDiv {
    width: 450px;
}

.addtoDiv {
    float: left;
    margin-right: 5px;
}

    .addtoDiv input {
        width: 40px;
        margin-right: 5px;
        text-align: center;
        float: right;
        height: 43px;
    }

    .addtoDiv span {
        float: left;
        margin: 8px 10px 0 0;
    }

.descriptionProduct {
    background: #F4F4F4;
    direction: rtl;
    text-align: justify;
    position: relative;
    padding: 15px;
    margin-top: 40px;
    -webkit-box-shadow: 1px 1px 1px 1px #D4D4D4;
    box-shadow: 1px 1px 1px 1px #D4D4D4;
    margin-top: 60px;
}

    .descriptionProduct .titleDP {
        position: absolute;
        top: -40px;
        right: 0px;
        width: 250px;
        height: 40px;
        border-color: #ddd;
        border-top: 4px solid #4EC67F;
        background-color: #F4F4F4;
        text-align: center;
        padding: 7px;
        -webkit-box-shadow: 2px 0px 0px 0px #D4D4D4;
        box-shadow: 2px 0px 0px 0px #D4D4D4;
    }

.pageRow {
    direction: rtl;
    text-align: right;
    padding: 20px;
    padding-top: 0px;
}

    .pageRow .PTitle {
        font: 20px web_yekan;
        width: 100%;
        padding-bottom: 7px;
        border-bottom: 4px solid #4EC67F;
        margin-bottom: 10px;
    }

.registered-users {
    width: 400px;
    margin: 10px auto;
    border: 1 solid #ddd;
    border-radius: 0;
    height: auto;
    overflow: auto;
    padding-bottom: 10px;
}


    .registered-users h2 {
        background: #4EC67F;
        text-align: center;
        padding: 7px;
        color: white;
    }

.form-list li {
    padding: 10px;
}

.f-left {
    float: left;
    clear: both;
    width: 40%;
    margin: 5px;
}


.pnav {
    width: 100%;
    position: fixed;
    bottom: 0px;
    height: 25px;
    background: #2d3e50;
    z-index: 99999999;
    border-top: 1px solid rgb(5, 38, 76);
}

.pnavmenu {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .pnavmenu li {
        float: right;
    }

        .pnavmenu li a {
            color: white;
            font: 11px web_yekan;
            margin: 0px 5px 0 5px;
            padding: 3px;
            display: block;
        }

            .pnavmenu li a:hover {
                background: #051323;
            }

.hfltLeft {
    float: left;
}

.hltr {
    direction: ltr !important;
}

.error {
    color: Red !important;
    float: right;
    clear: both;
    padding: 5px;
    padding-right: 34px;
    min-width: 192px;
}

input.valid {
    background: #e3ffe5;
    color: #002f00;
    border-color: #96b796 !important;
}

input.error {
    background: #ffebef;
    color: #480000;
}

.form-suggest-element {
    padding: 4px;
}

form.validating-server-side .server-validation {
    background: url(images/ajax-loader.gif?v=2) no-repeat center right #FFF;
    opacity: 0.5;
}

.max-chars {
    background: #EEE;
    color: #999;
}

.form-help {
    padding-left: 6px;
    font-size: 90%;
    color: #888;
}

.ldbtn {
    background: url('images/ajax.gif') no-repeat 142px 10px;
    padding-right: 30px;
}

/* =The style for the lab
-------------------------------------------------------------- */
#faq-list {
    height: auto;
    overflow: auto;
    padding: 10px;
    /*-webkit-box-shadow: 1px 1px 1px 1px #D9D9D9;
    box-shadow: 1px 1px 1px 1px #D9D9D9;
    border: 1px solid rgb(234, 234, 234);*/ direction: rtl;
}

.hrFAQ {
    height: 1px;
    border: none;
    background-color: rgb(220,220,220);
}

.answerFAQ {
    display: none;
    background: rgb(255, 254, 254);
    border: 1px solid #EDEBEB;
    padding: 10px;
    border-top: 0;
    margin-bottom: 10px;
    position: relative;
    margin-top: -4px;
    margin: -4px 3px 0px 3px;
    font-size: 14px;
    text-align: justify;
    direction: rtl;
}


.h2FAQ {
    line-height: 24px;
    font-size: 18px;
    color: rgb(146, 146, 146);
    /* padding-right: 44px; */
    cursor: pointer;
    background-image: url('images/open.png');
    background-position: right;
    background-repeat: no-repeat;
    font-size: 15px;
    z-index: 5;
    background-color: white;
    padding: 10px 26px 10px 10px;
    margin: 3px;
    border: 1px solid rgb(231, 229, 229);
    font-weight: normal;
}

.closeFAQ {
    background-image: url('images/close.png');
}

.titlefaq {
    border-bottom: 1px dashed rgb(211, 205, 205);
    background: rgba(200, 28, 35, 0.15);
    padding: 10px;
    -webkit-box-shadow: 1px 1px 1px 1px #D9D9D9;
    box-shadow: 1px 1px 1px 1px #D9D9D9;
    font-size: 17px;
}

    .titlefaq i {
        float: right;
        margin: -2px 2px 0px 9px;
        font-size: 26px;
    }

#slider3_container .countDownContent {
    margin: 11px;
    margin-bottom: 0px;
    position: absolute;
    top: 15px;
    z-index: 99999;
    left: 45%;
    width: 150px;
    right: auto;
}

.countDownContent {
    margin: 11px;
    margin-bottom: 0px;
    position: absolute;
    z-index: 99999;
    right: 0px;
    top: 0px;
}

.countDownContentInner {
    left: 0;
    right: auto;
    top: -22px;
    z-index: 9;
}

.phcount {
    text-align: center;
    padding: 6px;
}

.hcountContent {
    margin: 5px;
    width: 95%;
    text-align: center;
}

    .hcountContent a {
        color: black;
    }

        .hcountContent a h4 {
            padding: 0px;
            margin: 3px;
        }

    .hcountContent del {
        color: red;
        font-size: 10px;
    }
/*.btn-offs2 {
    background-image: url(/App_Themes/Template/images/off2.png);
}*/
/*.ms_txt_ribbon{
            line-height: 49px;
  
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(33deg);
    -ms-transform: rotate(33deg);
    -o-transform: rotate(33deg);
    transform: rotate(33deg);
    padding-left: 32px;
    }*/
.ribbon {
    background-color: #F06305;
    overflow: hidden;
    white-space: nowrap;
    /* top left corner */
    position: absolute;
    left: -50px;
    top: 40px;
    /* 45 deg ccw rotation */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    /* shadow */
    -webkit-box-shadow: 0 0 10px #888;
    -moz-box-shadow: 0 0 10px #888;
    box-shadow: 0 0 10px #888;
}

    .ribbon a {
        border: 1px solid #B30D2D;
        color: #fff;
        display: block;
        font: 15px HYekan,HYekanNumbers,HNassim;
        margin: 1px 0;
        padding: 1px 32px;
        text-align: center;
        text-decoration: none;
        text-shadow: 0 0 5px #444;
        width: 134px;
    }

.scrollup {
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    opacity: 0.3;
    position: fixed;
    bottom: 50px;
    right: 100px;
    display: none;
    background: url('images/icon_top.png') no-repeat;
}

.btn {
    /*display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
      background-color: #00a388;
    border: 1px solid #05c1bf;
    border-bottom-width: 3px;
    white-space: nowrap;
    padding: 5px 15px;
    color: white;
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}

    .btn:hover {
        /*background-color: #d0be9e;
    border-bottom-color: #211D1B;
    color: white;*/
    }

.ctitle img {
    height: 20px;
}

.matnContent {
    width: 100%;
    text-align: justify;
    direction: rtl;
    padding: 10px 0px;
    margin: 0px auto;
    overflow: hidden;
    line-height: 32px;
    padding-top: 0px;
}

.rightAdver {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .rightAdver li {
        text-align: center;
        margin: 7px auto 0px auto;
    }

        .rightAdver li a img {
            max-width: 100%;
        }

.matn {
    padding: 2px 10px;
    direction: rtl;
    text-align: justify;
    padding-top: 6%;
    font-weight: normal;
    color: rgb(50, 50, 50);
    line-height: 26px;
    font-size: 14px;
    height: auto;
    padding-bottom: 7%;
    margin-top: 0px;
}

.groupText {
    font-size: 11px;
    color: gray;
    top: 36px;
    width: 97%;
    clear: both;
    padding: 5px 10px;
}

.dlabel a {
    float: right;
    padding: 3px 7px;
}

    .dlabel a:hover {
        color: gray;
    }

.divMap {
    width: 100%;
    height: 232px;
    border: 1px solid rgb(229, 229, 229);
    border-radius: 22px;
}

.RDFContiner {
    display: none;
}

.imgSpecial {
    height: 240px;
}

.delPrice {
    text-decoration: line-through;
    color: #b61b1b;
}

.moreGroup {
    height: 156px;
    overflow: hidden;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.moreGroupafter {
    width: 100%;
    height: 30px;
    /*background: whitesmoke;
    border-top: 1px solid #F06305;*/
    margin-top: 0px;
    margin-bottom: 0;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

    .moreGroupafter a {
        float: right;
        margin: 5px;
        font-size: 11px;
        direction: rtl;
        color: #de0000;
        margin-right: 5%;
        margin-top: 0px;
    }


    .moreGroupafter i {
        float: right;
        font-size: 10px;
        margin: 5px;
        margin-top: 3px;
    }

.colorDiv {
    width: 10px;
    height: 10px;
    float: right;
    margin: 3px 2px 2px 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
}

#ulVideo {
    list-style: none;
    margin: 0px;
    padding: 0px;
    height: auto;
}

    #ulVideo li {
        float: right;
        width: 305px;
        height: 127px;
        border: 1px solid #E4E3E3;
        margin: 2px;
        background-color: white;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease;
        position: relative;
    }

        #ulVideo li:hover {
            background-color: whitesmoke;
            -webkit-border-radius: 8px;
            border-radius: 8px;
            -webkit-box-shadow: 0 1px 0 0 #FF9873;
            box-shadow: 0 1px 0 0 #FF9873;
        }

        #ulVideo li .imgVideo {
            float: right;
            width: 120px;
            height: 120px;
            margin: 3px;
        }

            #ulVideo li .imgVideo img {
                width: 100%;
                height: 100%;
                -webkit-border-radius: 3px;
                border-radius: 3px;
            }

        #ulVideo li .videoTitle h4 {
            float: right;
            margin: 3px;
            color: #231D1D;
            font-size: 13px;
            font-weight: normal;
            width: 56%;
            height: 20px;
            padding-top: 4px;
            padding-bottom: 10px;
            -webkit-transition: all 250ms ease;
            -moz-transition: all 250ms ease;
            -ms-transition: all 250ms ease;
            -o-transition: all 250ms ease;
            transition: all 250ms ease;
        }

            #ulVideo li .videoTitle h4:hover {
                color: red;
            }

        #ulVideo li .videoDownload {
            position: absolute;
            bottom: 5px;
            left: 10px;
            color: black;
        }

        #ulVideo li span {
            float: right;
            margin: 2px;
            clear: left;
            display: block;
            width: 50%;
            font-size: 12px;
            color: gray;
        }

ul#tabnav { /* general settings */
    text-align: left;
    margin: .3em 0 0 0;
    border-bottom: 1px solid #e1e1e1;
    list-style-type: none;
    padding: 3px 0px 0px 10px;
    float: right;
    width: 100%;
}

    ul#tabnav li { /* do not change */
        display: inline;
        float: right;
        position: relative;
    }

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
    border-bottom: 1px solid #fff; /* set border color to page background color */
    background-color: #fff; /* set background color to match above border color */
}

    body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */
        background-color: #fff; /* set selected tab background color as desired */
        color: #000; /* set selected tab link color as desired */
        position: relative;
        top: 1px;
        padding-top: 4px; /* must change with respect to padding (X) above and below */
    }

ul#tabnav li a { /* settings for all tab links */
    padding: 10px 9px;
    border: 1px solid #e1e1e1;
    background: #e2e2e2;
    color: #000;
    margin-right: 0px;
    text-decoration: none;
    border-bottom: none;
    font-weight: normal;
    -webkit-border-radius: 4px 4px;
    border-radius: 4px 4px;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

ul#tabnav a:hover { /* settings for hover effect */
    background: #fff; /* set desired hover color */
}

.tabSelected {
    background: gray;
}

.tabSelected {
    position: relative;
    background: #ef3f5c !important;
    border: 1px solid #ef3f5c !important;
    color: white !important;
}

    .tabSelected:after, .tabSelected:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .tabSelected:after {
        border-color: rgba(136, 183, 213, 0);
        border-top-color: #ef3f5c;
        border-width: 5px;
        margin-left: -11px;
    }

    .tabSelected:before {
        border-color: rgba(194, 225, 245, 0);
        border-top-color: #ef3f5c;
        border-width: 11px;
        margin-left: -12px;
    }

.ulv {
    list-style: none;
    margin: 0px;
    padding: 0px;
}


    .ulv li {
        text-align: center;
    }

        .ulv li img {
            max-width: 160px;
            clear: both;
            margin: 8px auto;
        }


        .ulv li span {
            width: 100%;
            clear: both;
            display: block;
            color: black;
            font-size: 12px;
        }





.tagdetail {
    clear: both;
}


/* Login Container (default to float:right) */
#loginContainer {
    position: relative;
    float: right;
    font-size: 12px;
    width: 119px;
}

/* Login Button */
#loginButton {
    /*display: block;
    float: right;*/
    /*position: relative;*/
    cursor: pointer;
    z-index: 99999;
    line-height: 16px;
    color: #fff;
    direction: rtl;
}

/* Login Button Text */
.order-count {
    /*position: absolute;
    color: #989898;
    top: -5px;
    right: -19px;*/
}

#loginButton:hover {
    background-color: #8dc63f00;
    color: #101010 !important;
}

/* Login Box */
#loginBox {
    position: absolute;
    top: 40px;
    display: none;
    z-index: 99999999999999;
    width: auto !important;
    left: 12px;
}

/* If the Login Button has been clicked */
#loginButton.active {
    border-radius: 3px 3px 0 0;
}

    #loginButton.active span {
        background-position: 53px -76px;
    }

#loginButton div {
    /*position: absolute;
    top: 0px;
    left: 0px;*/
    /*width: 44px;
    height: 31px;*/
    /*background: rgb(76, 176, 80) url(/App_Themes/Template/images/sb-nd.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 10px;*/
}

    #loginButton div i {
        /*float: right;
    margin: 5px 11px 0px 1px;
    color: white;
    font-size: 25px;*/
    }

#loginButton i {
    /*float: left;
    color: #F06305;
    margin: 4px 0px 0px 5px;*/
}
/* A Line added to overlap the border */
#loginButton.active em {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #d2e0ea;
    bottom: -1px;
}

/* Login Form */
#loginForm {
    width: 310px;
    border: 1px solid #ededed;
    border-radius: 0px 0 3px 3px;
    -moz-border-radius: 3px 0 3px 3px;
    margin-top: -1px;
    background: #fff;
    padding: 6px;
    direction: rtl;
    font-size: 12px;
}

    #loginForm fieldset {
        margin: 0 0 12px 0;
        display: block;
        border: 0;
        padding: 0;
    }

.select-tp {
    color: #848484;
    background-color: #ffffff;
    border: 1px solid #c0c3c4;
    border-radius: 0px 2px 2px 0;
    /*width: 81px;*/
    text-align: center;
    cursor: pointer;
    background-image: none;
    direction: ltr;
    padding-left: 3px;
    white-space: nowrap;
    height: 36px;
    font-size: 12px;
    float: right;
    direction: rtl;
    border-left: none;
}

fieldset#body {
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 10px 13px;
    margin: 0;
}

#loginForm #checkbox {
    width: auto;
    margin: 1px 9px 0 0;
    float: left;
    padding: 0;
    border: 0;
    *margin: -3px 9px 0 0; /* IE7 Fix */
}

#body label {
    color: #3a454d;
    margin: 9px 0 0 0;
    display: block;
    float: left;
}

#loginForm #body fieldset label {
    display: block;
    float: none;
    margin: 0 0 6px 0;
}

/* Default Input */
#loginForm input {
    width: 92%;
    border: 1px solid #899caa;
    border-radius: 3px;
    -moz-border-radius: 3px;
    color: #3a454d;
    font-weight: bold;
    padding: 8px 8px;
    box-shadow: inset 0px 1px 3px #bbb;
    -webkit-box-shadow: inset 0px 1px 3px #bbb;
    -moz-box-shadow: inset 0px 1px 3px #bbb;
    font-size: 12px;
}

/* Sign In Button */
#loginForm #login {
    width: auto;
    float: left;
    background: #339cdf url(../images/loginbuttonbg.png) repeat-x;
    color: #fff;
    padding: 7px 10px 8px 10px;
    text-shadow: 0px -1px #278db8;
    border: 1px solid #339cdf;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 12px 0 0;
    cursor: pointer;
    *padding: 7px 2px 8px 2px; /* IE7 Fix */
}

/* Forgot your password */




.ulBasketList {
    /*height: auto;*/
    overflow: auto;
}

    .ulBasketList li {
        float: right;
        border-bottom: 2px solid #ffffff;
        width: 296px;
        background: rgb(244, 244, 244);
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease;
        min-height: 77px;
        display: block;
        padding: 0px;
    }

        .ulBasketList li:hover {
            background: #e2e0e0;
        }

    .ulBasketList .bskImg {
        width: 53px;
        height: 60px;
        float: right;
        display: block;
        margin-top: 7px;
        margin-right: 3px;
    }

    .ulBasketList li span {
        float: right;
        font-size: 13px;
    }

    .ulBasketList .bskDel {
        cursor: pointer;
        float: right;
        margin-top: 3px;
        color: #e62e04;
        font-size: 15px;
    }

    .ulBasketList .bskTitle {
        float: right;
        margin: 1px 5px 3px 1px;
        color: #000000;
        min-height: 31px;
        width: 174px;
        font-size: 12px;
        line-height: 24px;
        background: none;
    }

    .ulBasketList .bskCount {
        float: right;
        width: 220px;
    }

    .ulBasketList .bskPrice {
        width: 175px;
        text-align: right;
        font-size: 13px;
    }


    .ulBasketList .bskTKadr {
        width: 219px;
        float: right;
        text-align: right;
    }

.bskDown {
    width: 298px;
    height: 41px;
    border-top: 1px solid #e0dddd;
    margin-top: 10px;
    padding-top: 4px;
    direction: rtl;
    font-size: 13px;
    background: #ececec;
}

.orangeBtn {
    background-color: #91e83c;
    border: 1px solid #6ddc00;
    display: inline-block;
    cursor: pointer;
    color: #000000 !important;
    font-size: 11px;
    padding: 3px 7px !important;
    text-decoration: none;
    border-radius: 3px;
}

    .orangeBtn a {
        font-size: 12px;
    }

    .orangeBtn:hover {
        background-color: #919394;
        border: 1px solid #574f43;
    }

    .orangeBtn:active {
        position: relative;
        top: 1px;
    }








.bskDown a {
    float: right;
    margin: 3px;
    font-size: 12px;
}

.bskDown span {
    float: left !important;
    margin: 3px !important;
    margin-top: 0px !important;
    line-height: 19px !important;
    font-size: 12px !important;
}

.bskDown .totalBsk {
    padding-top: 0px !important;
}

.index-titlebar {
    min-height: 47px;
    margin-bottom: 0px;
}

    /*.index-titlebar:before {
    content: "\f111";
    display: block;
    font-family: FontAwesome;
    float: right;
    margin: 0px 5px 0px 3px;
    color: #e2d4b8;
}*/
    .index-titlebar .title {
        color: #515151;
        min-height: 48px;
        padding: 18px 11px 5px;
        margin: 12px 0px;
        font-size: 19px;
        text-align: center;
        width: 100%;
        float: right;
        display: block;
        clear: both;
        font-weight: bold;
        letter-spacing: -0.8px;
    }

/*.index-titlebar:after {
    content: " ";
    clear: both;
    height: 2px;
   
    clear: both;
    display: block;
    width: 100%;
    font-family: FontAwesome;
}*/
.innerMain {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0px 0px 20px;
    background-image: url(/App_Themes/Template/images/pattern.png);
    background-size: 100% 100%;
}

td {
    padding: 4px;
}

.spanwelcome {
    font-size: 12px;
    height: 28px;
    display: block;
    padding-top: 43px;
}

.center-nd {
    height: auto;
    overflow: auto;
}

.form-group {
    display: block;
    height: auto;
    overflow: auto;
    clear: both;
    border-bottom: 1px solid #F5F3F3;
    padding-bottom: 11px;
}

.viewCartDiv {
    width: 100%;
    text-align: center;
}

.view-cart {
    float: none;
    margin: 10px auto;
    direction: ltr;
}

/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 99999;
}

    .fancybox-opened .fancybox-skin {
        padding: 0px !important;
    }

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('images/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url('images/fancybox_loading.gif') center center no-repeat;
    }

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('images/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 9999;
    background: url('images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
    z-index: 999999;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent; /* Fallback for web browsers that doesn't support RGBa */
        background: rgba(0, 0, 0, 0.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #FFF;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap;
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

.mimg {
    max-width: 500px;
}

.tipsy {
    font-size: 10px;
    position: absolute;
    padding: 5px;
    z-index: 100000;
}

.tipsy-inner {
    background-color: #000;
    color: #FFF;
    max-width: 200px;
    padding: 5px 8px 4px 8px;
    text-align: center;
}

/* Rounded corners */
.tipsy-inner {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/

.tipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed #000;
}

/* Rules to colour arrows */
.tipsy-arrow-n {
    border-bottom-color: #000;
}

.tipsy-arrow-s {
    border-top-color: #000;
}

.tipsy-arrow-e {
    border-left-color: #000;
}

.tipsy-arrow-w {
    border-right-color: #000;
}

.tipsy-n .tipsy-arrow {
    top: 0px;
    left: 50%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}


.alert-box {
    color: #555;
    border-radius: 10px;
    padding: 11px 51px 8px 11px;
    margin: 10px;
    width: 496px;
    bottom: 40%;
    right: 40%;
    position: fixed;
    z-index: 9;
    display: none;
    font-size: 13px
}

    .alert-box span {
        font-weight: bold;
        text-transform: uppercase;
    }

.error {
    background: #ffecec url(images/error.png) no-repeat right;
    border: 1px solid #f5aca6;
    background-size: 21px;
}

.success {
    background: #e9ffd9 url('images/tick.png') no-repeat 100% 31%;
    border: 1px solid #a6ca8a;
}

.warning {
    background: #fff8c4 url('images/warning.png') no-repeat 10px 50%;
    border: 1px solid #f2c779;
}

.notice {
    background: #e3f7fc url('images/notice.png') no-repeat 10px 50%;
    border: 1px solid #8ed9f6;
}

.levicon {
    width: 20px;
    float: right;
    /* display: inline; */
    margin: 11px 0px 0px 0px;
}

.img-menu {
    position: absolute;
    left: 21px;
    bottom: 0px;
    max-width: 250px;
    max-height: 300px;
}

.alertLogo {
    float: left;
    margin-top: -6px;
}

    .alertLogo img {
        width: 40px;
    }

.trtl {
    direction: rtl !important;
}

.tltr {
    direction: ltr !important;
}

.feRowTitle {
    width: 100%;
    min-height: 45px;
    border-bottom: 2px solid #f1f1f1;
    margin-bottom: 30px;
    color: #232323;
    direction: rtl;
    background: #e2e2e2;
    padding-top: 9px;
}

.feRow .feTitle {
    margin: 5px;
}

.feRow {
    width: 100%;
    height: auto;
    overflow: auto;
    min-height: 40px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 10px;
}

    .feRow > div {
        float: right;
        direction: rtl;
        margin-bottom: 4px;
        padding: 2px 7px 0px 0px;
    }

    .feRow .feTitle {
        margin: 5px;
    }

.feRowTitle span:before {
    content: "\f069";
    display: block;
    font-family: FontAwesome;
    float: right;
    margin: -1px 5px 0px 8px;
    color: #fb922c;
    font-size: 17px;
}





.treeview, .treeview ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 12px;
}

    .treeview ul {
        background-color: white;
        margin-top: 4px;
    }

    .treeview .hitarea {
        background: url(images/rtl-treeview-default-c.gif) 0 2px no-repeat;
        height: 16px;
        width: 16px;
        margin-right: -16px;
        float: right;
        cursor: pointer;
    }
/* fix for IE6 */
* html .hitarea {
    display: inline;
    float: none;
}

.treeview li {
    margin: 0;
    padding: 3px 16px 9px 0px;
    text-align: right;
    height: auto;
}

.treeview a {
    color: #000;
    padding: 1px;
}

    .treeview a.selected {
        background-color: #eee;
    }

#treecontrol {
    margin: 1em 0;
    display: none;
}

.treeview .hover {
    color: red;
    cursor: pointer;
}

.treeview li {
    background: url(images/rtl-treeview-default-line.gif) 100% -2px no-repeat;
}

    .treeview li.collapsable, .treeview li.expandable {
        background-position: 100% -177px;
    }

.treeview .expandable-hitarea {
    background: url(images/rtl-treeview-default-e.gif) 0 2px no-repeat;
}

.treeview li.last {
    background-position: 100% -1768px
}

.treeview li.lastCollapsable, .treeview li.lastExpandable {
    background: url();
}

.treeview div.lastCollapsable-hitarea {
    background: url(images/rtl-treeview-default-lc.gif) 0 0 no-repeat;
}

.treeview div.lastExpandable-hitarea {
    background: url(images/rtl-treeview-default-le.gif) 0 0 no-repeat;
}

.treeview-red li {
    background-image: url(images/rtl-treeview-red-line.gif);
}

.treeview-red .hitarea {
    background-image: url(images/rtl-treeview-red-c.gif);
}

.treeview-red .expandable-hitarea {
    background-image: url(images/rtl-treeview-red-e.gif);
}

.treeview-red div.lastCollapsable-hitarea {
    background-image: url(images/rtl-treeview-red-lc.gif);
}

.treeview-red div.lastExpandable-hitarea {
    background-image: url(images/rtl-treeview-red-le.gif);
}

.treeview-black li {
    background-image: url(images/rtl-treeview-black-line.gif);
}

.treeview-black .hitarea {
    background-image: url(images/rtl-treeview-black-c.gif);
}

.treeview-black .expandable-hitarea {
    background-image: url(images/rtl-treeview-black-e.gif);
}

.treeview-black div.lastCollapsable-hitarea {
    background-image: url(images/rtl-treeview-black-lc.gif);
}

.treeview-black div.lastExpandable-hitarea {
    background-image: url(images/rtl-treeview-black-le.gif);
}

.treeview-gray li {
    background-image: url(images/rtl-treeview-gray-line.gif);
}

.treeview-gray .hitarea {
    background-image: url(images/rtl-treeview-gray-c.gif);
}

.treeview-gray .expandable-hitarea {
    background-image: url(images/rtl-treeview-gray-e.gif);
}

.treeview-gray div.lastCollapsable-hitarea {
    background-image: url(images/rtl-treeview-gray-lc.gif);
}

.treeview-gray div.lastExpandable-hitarea {
    background-image: url(images/rtl-treeview-gray-le.gif);
}

.filetree li {
    padding: 0px 16px 2px 0;
}

.filetree span.folder, .filetree span.file {
    padding: 0px 16px 2px 0;
    display: block;
}

.filetree span.folder {
    background: url(images/rtl-folder.gif) 100% 0 no-repeat;
}

.filetree li.expandable span.folder {
    background: url(images/rtl-folder-closed.gif) 100% 0 no-repeat;
}

.filetree span.file {
    background: url(images/rtl-file.gif) 100% 0 no-repeat;
}





/*************************************/
/*
 * jQuery FlexSlider v2.6.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
    font-family: 'flexslider-icon';
    src: url('fonts/flexslider-icon.eot');
    src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
    outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-pauseplay span {
    text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
    margin: 0;
    padding: 0;
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
    }

    .flexslider .slides img {
        width: 100%;
        display: block;
    }

    .flexslider .slides:after {
        content: "\0020";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides > li:first-child {
    display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
    margin: 0 0 10px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

    .flexslider .slides {
        zoom: 1;
    }

        .flexslider .slides img {
            height: auto;
            -moz-user-select: none;
        }

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav {
    *height: 0;
}

    .flex-direction-nav a {
        text-decoration: none;
        display: block;
        width: 40px;
        height: 45px;
        margin: -20px 0 0;
        position: absolute;
        top: 50%;
        z-index: 10;
        overflow: hidden;
        opacity: 0;
        cursor: pointer;
        color: rgba(0, 0, 0, 0.8);
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .flex-direction-nav a:before {
            font-family: "flexslider-icon";
            font-size: 37px;
            display: inline-block;
            content: '\f001';
            color: #fff;
            text-shadow: 1px 1px 0 #fff;
        }

        .flex-direction-nav a.flex-next:before {
            content: '\f002';
        }

    .flex-direction-nav .flex-prev {
        left: -50px;
    }

    .flex-direction-nav .flex-next {
        right: -50px;
        text-align: right;
    }

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}

    .flexslider:hover .flex-direction-nav .flex-prev:hover {
        opacity: 1;
    }

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}

    .flexslider:hover .flex-direction-nav .flex-next:hover {
        opacity: 1;
    }

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1;
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

    .flex-pauseplay a:before {
        font-family: "flexslider-icon";
        font-size: 20px;
        display: inline-block;
        content: '\f004';
    }

    .flex-pauseplay a:hover {
        opacity: 1;
    }

    .flex-pauseplay a.flex-play:before {
        content: '\f003';
    }

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.flex-control-paging li a {
    width: 9px;
    height: 9px;
    display: block;
    background: #666;
    background: rgba(251, 251, 251, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #a4a4a4;
}

    .flex-control-paging li a:hover {
        background: #333;
        background: rgba(0, 0, 0, 0.7);
    }

    .flex-control-paging li a.flex-active {
        background: #000;
        background: rgba(0, 0, 0, 0.9);
        cursor: default;
    }

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0;
    }

    .flex-control-thumbs img {
        width: 100%;
        height: auto;
        display: block;
        opacity: .7;
        cursor: pointer;
        -moz-user-select: none;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

        .flex-control-thumbs img:hover {
            opacity: 1;
        }

    .flex-control-thumbs .flex-active {
        opacity: 1;
        cursor: default;
    }
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }

    .spanwelcome {
        padding-top: 13px !important;
    }
}

.p99 {
    text-align: right;
    font-size: 17px;
    font-weight: bold;
}

.grey .accordionGroups {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    direction: rtl;
    text-align: right;
    margin-right: 0px
}

.accordionGroups ul {
    margin-right: 10px;
}

.grey .accordionGroups, .grey .accordionGroups li {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
}

    .grey .accordionGroups a {
        padding: 10px 25px 10px 10px;
        text-decoration: none;
        display: block;
        color: #000000;
        position: relative;
        text-shadow: 1px 1px 1px #fff;
    }

        .grey .accordionGroups a.dcjq-parent, .grey .accordionGroups a.dcjq-parent:hover {
            /*background: #fff;*/
        }

            .grey .accordionGroups a.dcjq-parent.active {
                color: red;
            }

        .grey .accordionGroups a .dcjq-icon {
            position: absolute;
            top: 50%;
            right: 0px;
            width: 34px;
            margin-top: -17px;
            height: 34px;
            background: url(images/arrow_grey_right.png) no-repeat 0 center;
        }

        .grey .accordionGroups a.dcjq-parent.active .dcjq-icon {
            background: url(images/arrow_grey_down.png) no-repeat 0 center;
        }

        .grey .accordionGroups a:hover {
            background: #fff;
            color: #990000;
        }

        .grey .accordionGroups a:active {
        }



.corner-ribbon.red {
    color: #ffffff;
    line-height: 23px;
}

.corner-ribbon.top-left {
    /*bottom: 4px;
    right: 46px;*/
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    font-size: 14px;
    z-index: 9;
    height: 23px;
    background: url(/App_Themes/baseTheme/images/lbl.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.corner-ribbon.shadow {
}

.corner-ribbon.sticky {
    position: absolute;
}

.corner-ribbon {
    width: 119px;
    background: #e43;
    position: absolute;
    text-align: center;
}

.ms_posr {
    position: relative;
}

.bxslider2 figcaption {
    padding-top: 1px;
}

.head-right {
    color: #4a4a4a;
    background: #f3f2f1;
    background: -moz-linear-gradient(top, #f3f2f1 0%, #e7e5e0 47%, #d7d4ce 100%);
    background: -webkit-linear-gradient(top, #f3f2f1 0%,#e7e5e0 47%,#d7d4ce 100%);
    background: linear-gradient(to bottom, #f3f2f1 0%,#e7e5e0 47%,#d7d4ce 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f2f1', endColorstr='#d7d4ce',GradientType=0 );
    border-radius: 3px;
    border-bottom: 1px solid #b0b7b9;
    padding: 15px 0px;
}

    .head-right h4 {
        font-size: 13px;
    }

.img-sb-p2 {
    width: 30px;
}

.close-ribbon {
    position: absolute;
    top: 6px;
    right: 21px;
    z-index: 1;
    color: #ffffff;
    font-size: 15px;
    cursor: pointer;
    width: 30px;
    line-height: 0.9em;
    padding: 14px 6px 0 0;
    text-align: right;
    width: 54px;
    height: 32px;
    direction: rtl;
    background: #65a213;
    font-family: arial;
    font-weight: bold;
}

.picZoomer .close-ribbon {
    top: 0px;
    right: 1px;
    padding-right: 13px;
    padding-top: 10px;
    font-size: 14px;
}

#yourScore {
    float: right;
    min-width: 72px;
    font-size: 13px;
    padding-top: 2px;
}

.price-itemp {
    float: right;
    margin-left: 18px;
    margin-right: 1px;
}

.rw {
    clear: both;
    padding: 7px 0px;
    float: right;
    width: 100%;
    line-height: 32px;
}

.sale-pricep {
    float: right;
    background: #EE4141;
    line-height: 14px;
    padding: 0px;
    width: 114px;
    margin-top: 8px;
    color: #fff;
}

.tf-nd {
    float: right;
    background: #EC6C6C;
    margin-left: 19px;
    padding: 1px 7px;
    font-size: 11px;
    color: #fff;
    line-height: 17px;
}

.price-num {
    direction: rtl;
    padding: 0px 0px 0px 21px;
    text-align: left;
    color: #e41e26;
    line-height: 19px;
    font-size: 16px;
    font-weight: bold;
    margin-right: 12px;
}

.ti-productp {
    padding: 5px 0 13px 0;
    color: #000;
    font-size: 14px;
    display: block;
}

.priceTitle {
    float: right;
    margin-top: 1px;
    font-size: 13px;
}

.priceBox .priceAmmount {
    color: #323031;
    margin-top: 0px;
    padding: 0;
    /* display: inline-block; */
    min-width: 90px;
    font-size: 12px;
    margin-left: 10px;
}

.head-slid {
    background: #d7d7d7;
    height: 40px;
    border-bottom: 1px solid #eeeeee;
    font: normal 13px/40px yekan;
    text-align: right;
    padding: 0 12px;
    color: #666666;
    margin-top: 9px;
}

.slid-pg .close-ribbon {
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 1;
    color: #ffffff;
    font-size: 15px;
    cursor: pointer;
    width: 30px;
    line-height: 0.9em;
    padding: 10px 6px 0 0;
    text-align: right;
    width: 52px;
    height: 32px;
    direction: rtl;
    background: #1709b2;
    font-family: arial;
    font-weight: bold;
}

.rw .countDownContentInner {
    right: auto;
    left: -10px;
    top: -3px;
    z-index: 9;
}

.priceAmmount2 {
    position: absolute;
    left: 0px;
    top: 13px;
}
/*******************************************************/

.priceBox {
    margin: 6px 0px 9px;
}

.toolbox {
    width: 256px;
    height: 40px;
    float: right;
    margin: 0px 2px;
}

    .toolbox .count {
        float: right;
    }

    .toolbox .unit {
        float: right;
        margin: 8px 5px;
    }

    .toolbox .addtoCart {
        float: right;
        height: 40px;
        margin: 1px 5px 10px 0;
    }

        .toolbox .addtoCart a {
            display: block;
            padding: 0px 10px;
            color: white;
            /*position: relative;*/
            border: none;
            background-color: #65a213;
            -webkit-transition: all 250ms ease;
            -moz-transition: all 250ms ease;
            -ms-transition: all 250ms ease;
            -o-transition: all 250ms ease;
            transition: all 250ms ease;
            border-radius: 3px;
            font-size: 12px;
        }

.rw-min-fl span {
    font-size: 13px !important;
    color: gray;
}

.rw-min-fl .fa-heart {
    color: #ed1c24;
    padding-left: 3px;
}

.content-center-p {
    /*position: relative;*/
}

.tab-nd {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding: 15px;
    line-height: 30px;
    text-align: justify;
    border: 1px solid #f2f2f2;
}

.ms_titleshortdes {
    font-size: 20px;
    color: #777;
    font-weight: bold;
}

.ms_titleshotname {
    padding: 15px 0px 8px;
    color: #949494;
    font-size: 13px;
}

.dr-bx {
    direction: rtl;
}

.panel-news {
    width: 100%;
    margin: 0 auto;
    /* background-color: #fff; */
    padding-top: 20px;
    max-width: 1090px;
}

.cbp-vm-options {
    width: 78px;
    float: right;
    text-align: right;
    direction: rtl;
}

.ms_txtcbp-vm-options {
    float: right;
    line-height: 35px;
    font-size: 11px;
    font-weight: bold;
}

.cbp-vm-options a {
    display: inline-block;
    width: 40px;
    overflow: hidden;
    white-space: nowrap;
    color: #d0d0d0;
    margin: 2px 0;
}

    .cbp-vm-options a:before {
        width: 29px;
        height: 32px;
        line-height: 30px;
        font-size: 18px;
        text-align: center;
        display: inline-block;
    }

.cbp-vm-grid:before {
    content: "\f00a";
}

.cbp-vm-icon:before {
    font-family: 'fontawesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.cbp-vm-options a:hover, .cbp-vm-options a.cbp-vm-selected {
    color: #1709B2;
}


.cbp-vm-options a:hover, .cbp-vm-options a.cbp-vm-selected {
    color: #574f43;
}

.cbp-vm-options a {
    display: inline-block;
    width: 34px;
    overflow: hidden;
    white-space: nowrap;
    color: #3fb5ac;
    margin: 2px 0;
    border: 2px solid #ffffff;
    padding: 1px;
    border-radius: 50%;
    height: 34px;
}

.tx-tp-nd {
    color: #656464;
    font-size: 12px;
    margin: 0px;
    position: relative;
    top: 3px;
    border-radius: 16px;
    font-weight: normal;
    background: none;
    border: 2px solid #fff;
    padding: 4px 3px;
}

.cbp-vm-switcher ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: right;
    clear: both;
    background: #ffffff;
    text-align: center;
}

.col-right {
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

.bx-tp-max {
    float: right;
    width: 100%;
    position: relative;
}

.tp-line {
    width: 100%;
    color: #7c7d7d;
    clear: both;
    list-style: none;
    direction: rtl;
    overflow: hidden;
    background: #ffffff;
    margin: 7px auto;
    padding: 5px 13px;
    text-align: right;
}

.fa-mr {
    font-size: 0.3em;
    color: #636262;
    margin-left: 7px;
    position: relative;
    top: 11px;
    right: 0px;
    float: right;
}

.breadcrumb li a {
    font-size: 11px;
    color: #ffffff;
}

.breadcrumb li:first-child a {
    font-size: 12px;
    color: #171717;
}

.left-ms-min {
    float: right;
    text-align: right;
    direction: rtl;
    line-height: 22px;
    font-size: 12px;
    font-weight: bold;
}



.cbp-vm-view-grid .cbp-vm-image {
    width: 100%;
    float: right;
    /*border-bottom: 1px solid #ebeaeb;*/
}

.cbp-vm-view-grid .title-shop-item {
text-align: right;
    direction: rtl;
    clear: both;
    display: block;
    padding-top: 0px;
    font-size: .82em;
    line-height: 21px;
    letter-spacing: -0.3px;
    color: #484b62;
    font-weight: 400;
}

.title-shop-item:hover {
    font-weight: bold;
    color: #d2ab67;
}

.cbp-vm-view-grid .price-nd {
    display: block;
    color: #ef0006;
    font-size: 13px;
    direction: rtl;
    width: 100%;
    max-width: 123px;
    text-decoration: line-through;
    float: right;
    clear: both;
    text-align: right;
    padding: 0px;
    background: none;
    padding-right: 15px;
}

.cbp-vm-view-grid .price-nd-off {
    color: #574f43;
    text-decoration: none;
    background-image: none;
    margin-top: 2px;
    font-size: 15px;
}

.cbp-vm-view-grid .ms_posr {
    position: initial;
    float: left;
    margin-top: -6%;
    margin-left: 4%;
    margin-bottom: 0%;
}

.ms_border {
 border: 1px solid #efefef;
    background: #fff;
    padding-bottom: 6px;
}

   

.cbp-vm-view-grid .ms_tag_group {
    padding: 6px 1px;
    background: #f92f2f;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    /* font-weight: bold; */
    min-width: 52px;
    display: block;
    padding-left: 7px;
    padding-bottom: 8px;
}

.cbp-vm-view-grid .fa-gh {
    font-size: 2.0em;
    position: relative;
    right: -6px;
    float: right;
    margin-top: 6px;
}

.cbp-vm-view-list .ms_posr {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.cbp-vm-view-list .ms_tag_group {
    padding: 7px 14px;
    background: #ff5252;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    min-width: 48px;
    display: block;
}

.cbp-vm-view-list .fa-gh {
    font-size: 2em;
    position: relative;
    right: -6px;
    color: #ff5252;
    float: right;
    top: 1px;
}

#fulProduct li:hover .hide-right {
    right: 6px;
}

.ms_txtprolist {
    display: none;
}

.cbp-vm-view-grid .ms_pro {
width: 250px;
    display: block;
    margin: 1px 1px;
    margin-bottom: 0px;
    float: right;
}

.cbp-vm-view-grid .ms-all-pr .ms_pro {
    width: 27%;
}


.cbp-vm-view-grid .ti-product {
    padding: 2px 11px;
    min-height: 54px;
}

.ms-shop-image {
     width: 100%;
    height: 150px;
    overflow: hidden;
    margin-bottom: 7px;
    background: rgb(248, 248, 248);
    padding: 0px !important;
    display: block;
}

    .ms-shop-image img {
           height: 100%;
    max-height: 100%;
    max-width: 100%;
    display: block;
    padding: 0px 0px !important;
    margin: 0px auto;
    }

.ms_bs_785 {
    width: 20px !important;
    height: 25px !important;
    padding: 0px !important;
    margin-top: -10px;
}

.cbp-vm-view-grid ul li {
    padding: 1px 1px;
}

    .cbp-vm-view-grid ul li .item-nd {
        margin-bottom: 0px;
    }

    .cbp-vm-view-grid ul li .num-nd {
        padding: 7px 6px;
    }




.cbp-vm-view-list .ms_pro .corner-ribbon.top-left {
    bottom: -17px;
    left: -32px;
}

.cbp-vm-view-list .ms_pro .cbp-vm-image img {
    margin-top: 13px;
    margin-right: 18px;
}

.cbp-vm-view-list .ms_pro .price-nd {
    float: left;
    width: 190px;
    background: #e0e0e0;
    margin-top: 10px;
    border-left: 1px solid #fff;
    text-decoration: line-through;
    color: #ec4848;
}

.cbp-vm-view-list .ms_pro .price-nd-off {
    color: rgb(64, 135, 134);
    text-decoration: none;
}

.cbp-vm-view-list .ms_pro .ms_txtprolist {
    display: block;
}

.hd-ms {
    padding-right: 8px;
    padding-top: 11px;
    float: right;
    padding-bottom: 11px;
}

.cbp-vm-list:before {
    content: "\f00b";
}

.cbp-vm-image img {
    /*width: 87%;
    margin: 18px auto;*/ max-height: 153px;
}

.cbp-vm-view-list .ms_al {
    text-align: center;
    font-size: 11px;
    background: #efefef;
    direction: rtl;
    line-height: 18px;
    padding: 7px 3px;
    float: right;
    width: 228px;
}


.zoom-nd {
    width: 100%;
    margin: 0 auto;
}

.col-12-zoom {
    width: 100%;
    margin: 10px auto 30px auto;
}

.title_pro {
    border-bottom: 3px solid #46BCFF;
    color: #000;
    font-size: 16px;
    width: 100%;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
}

.bc-zoom {
    background-color: #ffd88b;
    padding: 40px 0 20px 0;
}


.picZoomer {
    position: relative;
}

.picZoomer-pic-wp {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    float: left;
}

    .picZoomer-pic-wp:hover .picZoomer-cursor {
        display: block;
    }

.picZoomer-zoom-pic {
    position: absolute;
    top: 0;
    left: 0;
}

.picZoomer-pic {
    width: 100%;
    height: 100%;
}

.picZoomer-zoom-wp {
    display: none;
    position: absolute;
    z-index: 999;
    overflow: hidden;
}

.picZoomer-cursor {
    display: none;
    cursor: crosshair;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #eee;
    background-color: rgba(0,0,0,.1);
}

.picZoomCursor-ico {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 40px;
    left: 40px;
    background: url(images/zoom-ico.png) left top no-repeat;
}


.piclist {
    text-align: center;
}

    .piclist li {
        width: 89px;
        display: inline-block;
        margin: 0px 0 4px 0;
        padding: 5px 0;
    }

        .piclist li:hover {
            -webkit-box-shadow: 1px 1px 1px 1px #A1A1A1;
            box-shadow: 1px 1px 1px 1px #A1A1A1;
        }

.picZoomer img {
    display: block;
    margin: 0 auto;
}


.piclist li img {
    width: 100%;
}

/* custom style */
.picZoomer-pic-wp,
.picZoomer-zoom-wp {
}







.col-title-zoom {
    padding: 0px 15px;
    min-height: 320px;
    direction: rtl;
    position: relative;
}

    .col-title-zoom h3 {
        background: #f2f2f2;
        font-size: 18px;
        color: #363636;
        font-weight: bold;
        text-align: right;
        line-height: 18px;
        padding: 12px 8px;
    }

.rw-min-fl {
    float: right;
    margin-left: 13px;
}

.cbp-vm-view-list ul li {
    direction: rtl;
    padding-right: 5px;
}

.cbp-vm-view-list ul li {
    width: 100%;
}

.cbp-vm-switcher ul li .ads-nd {
    width: auto;
    border-bottom: none;
}

.cbp-vm-switcher ul li .item-bx {
    position: relative;
    /* float: right; */
    text-align: center;
    display: inline-block;
    direction: rtl;
    margin-bottom: 0px;
}

.cbp-vm-view-list .cbp-vm-image {
    width: 200px;
    float: right;
}

.cbp-vm-view-list .divTools {
    width: 40px;
    height: 100%;
    float: right;
    margin: 0px 10px;
    text-align: center;
}

    .cbp-vm-view-list .divTools a {
        float: none;
        display: block;
    }

.cbp-vm-view-list .cbp-vm-title {
    padding: 0 1px;
    width: 62%;
    color: #504f4f;
    font-size: 11px;
    font-weight: bold;
    line-height: 24px;
    /*font-family: Tahoma !important;*/
    text-align: justify;
    padding-top: 17px;
    float: right;
}

.cbp-vm-view-list .item-bx {
    float: right;
    margin-left: 10px;
    width: 98%;
}

.cbp-vm-view-list .ti-product {
    max-width: 100%;
}

.cbp-vm-view-list .dv-btm {
    max-width: 100%;
    display: block;
    float: right;
    position: absolute;
    bottom: 22px;
    right: 200px;
}

.cbp-vm-view-list .num-nd {
    float: none;
    padding: 10px 2px;
    display: inline-block;
}

.cbp-vm-view-list .cbp-vm-price {
    padding-bottom: 0 !important;
    width: 17%;
    float: right;
    padding-top: 15px;
}

.cbp-vm-view-list .ms_pro a {
    float: right;
}

.cbp-vm-view-list .ms_border .lined {
    float: right;
    width: auto;
}

.col-news {
    width: 100%;
    float: right;
    clear: both;
    background: #fff;
}

.sumContainer {
    text-align: center;
    width: 250px;
    margin: 0px auto;
}

.sumTitle {
    float: right;
    text-align: center;
}

.sumdiv {
    text-align: center;
    display: block;
    line-height: 33px;
    color: #000;
}

.ms_center {
    margin: 4px auto;
    float: none;
    padding: 3px 15px;
    padding-bottom: 5%;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
}

.btm-hd_Gr896 {
    margin: 10px auto;
    width: 100%;
    height: 12px;
    background: url(/App_Themes/Template/images/heading.png);
    margin-bottom: 0px;
}

.col-newsG {
    width: 100%;
    float: right;
    clear: both;
    margin-bottom: 4px;
    background: rgb(255, 255, 255);
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    border-bottom: 1px solid #eee;
    padding-bottom: 13px;
}

.col-productG {
    margin-top: 0px;
}

.LeftPRow a {
    display: block;
    width: 20px;
    height: 17px;
    float: right;
    border: 2px solid #c1bbbb;
    border-radius: 3px;
    margin-top: 13px;
    margin-left: 4px;
}

div.checkRadioContainer > label > input {
    visibility: hidden;
    margin: 0px;
    width: 0px;
}

div.checkRadioContainer {
    float: right;
    display: block;
}

    div.checkRadioContainer > label {
        display: block;
        border: 1px solid #dadada;
        /* margin-bottom: -2px; */
        cursor: pointer;
        float: right;
        text-align: center;
    }

        div.checkRadioContainer > label > span {
            display: inline-block;
            vertical-align: top;
            line-height: 2em;
            padding-left: 8px;
        }

        div.checkRadioContainer > label > input + i {
            visibility: hidden;
            color: green;
            margin-left: -0.5em;
            margin-right: 0.2em;
        }

        div.checkRadioContainer > label > input:checked + i {
            visibility: visible;
        }

.ms_libor {
    margin: 1px;
    position: relative;
    border: 1px solid #ddd;
    min-height: 354px;
    background: #fff;
    text-align: center;
}

@media (min-width:450px) and (max-width:770px) {
    .zoom-nd {
        width: 61%;
    }

    .picZoomer-zoom-pic {
        display: none;
    }

    .picZoomer-cursor {
        display: none !important;
    }

    .col-ms-zoom {
        border-bottom-right-radius: 0;
    }
}

#ContentPlaceHolder1_HyperLink2 {
    float: left;
}

@media (min-width:0px) and (max-width:770px) {
    .cbp-vm-view-list .cbp-vm-title {
        padding: 0 10px;
        width: 100%;
        padding-top: 10px;
        float: right;
    }
}



































































.ti-bc h1, h2 {
    font-size: 16px;
    line-height: 25px;
}

.ti-bc2 {
    float: right;
    clear: both;
    width: 100%;
}

    .ti-bc2 h2 {
        font-size: 16px;
        line-height: 25px;
        text-align: right;
        /*font-weight: bold;*/
        line-height: 28px;
        direction: rtl;
    }


.tp-line {
    width: 100%;
    color: #252525;
    clear: both;
    list-style: none;
    direction: rtl;
    overflow: hidden;
    height: 38px;
    border-radius: 0;
    margin: 0px auto !important;
    padding: 0px;
    line-height: 21px;
    padding-right: 10px;
}

.title-ms .breadcrumb > li + li:before {
    padding: 0px;
    color: #eee;
    content: " ";
}

.p-shop {
    direction: rtl;
    float: right;
    width: 100%;
    line-height: 26px;
}

.panel-news-mn {
    width: 100%;
    max-width: 1269px;
    margin: 0 auto;
}

.breadcrumb li a {
    font-size: 12px;
    color: #171717;
    line-height: 36px;
}

.breadcrumb li:after {
    content: '\f104';
    margin: 0px 14px 0px 14px;
}

.breadcrumb > li:first-child::after {
    display: none;
}

.fa-mr {
    font-size: 0.5em;
    color: #171717;
    margin-left: 11px;
    position: relative;
    top: 10px;
}

.img-vz {
    display: block;
    margin-top: 9px;
}

.bx-price-nd {
    background-color: #ff5253;
    border-radius: 3px;
    /*width: 184px;*/
    display: block;
    padding: 0px 10px 0px 0;
    color: #fff;
    font-size: 14px;
    text-align: right;
    direction: rtl;
    margin: 3px auto;
}

}

.pri-nd {
    float: right;
    width: 120px;
    display: block;
}

    .pri-nd span {
        display: inline-block;
    }

.img-st {
    /*max-width:142px;*/ float: left;
    width: 147px;
    margin-top: 10%;
    display: block;
}

.bx-ms {
    margin: 0 auto 10px auto;
    padding: 0px 17px;
}

.img-zoom {
    max-width: 250px;
    margin: 0 auto;
    position: relative
}

.col-ms-zoom {
    position: relative;
    float: right;
}

.trapezoid-nd {
    border-bottom: 28px solid #ff5253;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    height: 0;
    width: 130px;
    position: absolute;
    top: 28px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    /*right:18px;*/ right: -23px;
    color: #fff;
    text-align: center;
}

    .trapezoid-nd span {
        padding-top: 3px;
        display: block;
    }

.trapezoid-nd2 {
    border-bottom: 29px solid #5d892a;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    height: 0;
    width: 130px;
    position: absolute;
    top: 23px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    /*left:18px;*/ left: -9px;
    color: #fff;
    text-align: center;
    padding-top: 3px;
}

#image2 {
    /*max-width: 438px;*/
    display: block;
    margin: 0px auto;
    max-height: 437px;
}

.trapezoid-nd2 span {
    padding-top: 3px;
    display: block;
}

#ContentPlaceHolder1_spe.hd-mn {
    /*background-color: #fff5f4;*/
    display: block;
    direction: rtl;
    font-size: 16px;
    color: #4c4e4d;
    line-height: 23px;
    padding: 7px 15px;
}

.info-product {
    font-size: 11px;
    color: #989898;
    font-weight: bold;
    font-family: tahoma;
    clear: both;
    display: block;
}

.ms3ng7 {
    color: #000000;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: normal;
    white-space: nowrap;
}

.ms1if6 {
    font-weight: bold;
    font-size: 14px;
    color: #000;
}

.ti-bc {
    display: inline-block;
}

.star-ti {
    font-size: 12px;
    display: inline-block;
}

.sp-br {
    display: block;
    padding-bottom: 5px;
    color: #777777;
}

.rw {
    direction: rtl;
    padding: 5px 0;
}

.fr-bx {
    background-color: #fafbfd;
    border-radius: 4px;
    width: 100%;
    padding: 7px 42px;
    margin-top: 5px;
    border: 1px solid #dfe4e8;
    background-image: url(../images/sd-bc.jpg);
    background-repeat: no-repeat;
    background-position: right center;
}

.price-item {
    color: #525252;
    font-size: 13px;
    float: right;
    margin-top: 5px;
    font-weight: bold;
}

.sale-price {
    padding: 7px 0;
    font-size: 13px;
}

.priceBox .priceAmmount {
    color: #000000;
    padding: 0 20px;
    font-size: 2.875rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
}

.priceUnit {
    color: #121312;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
}
/*.tooltiph{
          background-color: #62b965;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    position: relative;
    top: 15px;
}*/
.ic-nd2 {
    width: 35px;
    height: 36px;
    background-color: #8ea74b;
    text-align: center;
    padding-top: 3px;
    font-size: 1.1em;
    float: right;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
    margin-right: 0px;
}

.ms-nd {
    background-color: #6e862e;
    padding: 0px 0 1px 3px;
    display: inline-block;
    text-align: center;
    width: 97px;
    height: 36px;
    color: #fff;
    border-radius: 3px;
    margin: 0 8px 0px 0px;
    line-height: 32px;
    float: right
}

    .ms-nd a {
        color: #fff;
        font-size: 12px;
    }

    .ms-nd soan {
        font-size: 11px;
    }

.toolbox {
    display: inline-block;
    position: relative;
    top: 15px;
}

.h-bx {
    direction: rtl;
    color: #000;
    padding: 7px;
    font-size: 16px;
}

.hd3 {
    color: #9b9b9b;
    font-size: 14px;
    text-align: right;
    padding-top: 5px
}

.p-nd {
    padding-top: 48px;
    color: #4d4d4d;
    font-size: 13px;
    line-height: 28px;
    direction: rtl;
    text-align: justify;
    padding-right: 19px;
    background: #ffffff;
}

.tab-nd {
    padding: 0 0;
}

.shop-item-nd {
    border: 1px solid #ccc;
    padding: 19px 13px 3px 13px;
}

.sl-pro {
    font-size: 11px;
    line-height: 25px;
    font-weight: bold;
    min-height: 50px;
    padding-top: 20px;
}

.btn-info-nd {
    color: #4caf50;
    direction: rtl;
    display: block;
    font-weight: bold;
}

    .btn-info-nd span {
        margin-right: 8px;
        font-weight: normal !important;
        font-size: 11px;
    }

.img-center {
    max-width: 126px;
}

.table-nd {
    width: 100%;
    direction: rtl;
}

.title-table {
    width: 20%;
    border-left: 1px solid #E8E8E8;
    color: #646567
}

.table-nd td {
    padding: 10px 15px;
}

.title-table {
    border-radius: 3px;
}

.pages .content-wrap {
    border-top: 6px solid #dcd4df;
}

.tabed {
    border-radius: 4px;
    margin: 0 auto 0px auto;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.table-nd tr {
    background-color: #fff;
    border: 1px solid #E8E8E8;
}

    .table-nd tr:nth-child(even) {
        background-color: #f5f5f5;
    }

    .table-nd tr:hover {
        background-color: #CDFFE8;
    }

.tabed li a {
    color: #666 !important;
}

.tf-nd {
    padding: 8px 10px;
    background-color: #e44849;
    float: left;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    font-size: 16px;
}

.price-num {
    padding-top: 0px;
}

.listed-zoom li:first-child a {
    /*background-image: url(../images/icon-ft.png);
    background-position: 57px 111px;*/
}

    .listed-zoom li:first-child a:hover {
        -webkit-transform-origin: top center;
        -moz-transform-origin: top center;
        -o-transform-origin: top center;
        transform-origin: top center;
        -webkit-animation: swing 1s linear;
        -moz-animation: swing 1s linear;
        -o-animation: swing 1s linear;
        animation: swing 1s linear;
    }






.listed-zoom li:nth-child(2) a {
    background-image: url(../images/icon-ft.png);
    background-position: -4px 69px;
}

.listed-zoom li:last-child a {
    background-image: url(../images/icon-ft.png);
    background-position: 55px 142px;
}

.listed-zoom li a {
    display: block;
    /*width: 30px;
    height: 30px;*/
    color: #9a9a9a;
}

.listed-zoom li {
    display: block;
    /*width: 20px;*/
}

.listed-zoom {
    /*padding-top: 0;
    direction: rtl;
    position: absolute;
    right: 0px;
    top: 41%;

    z-index: 9;*/
}

.products-listed {
    text-align: justify;
    direction: rtl;
    line-height: 29px;
    padding-top: 12px;
    min-height: 105px;
    font-size: 12px;
    font-weight: bold;
}

    .products-listed i {
        color: #545454;
        font-size: 15px;
        float: right;
        line-height: 23px;
    }

    .products-listed span {
        line-height: 26px;
        float: right;
        padding-right: 5px;
    }

._hrpr {
    position: relative;
    width: 100%;
    border-top: 1px solid #ffffff;
    margin-top: 0px;
    bottom: 0px;
    margin-bottom: 0px;
    float: right;
    background-color: #fff;
}

.products-listedpr57 {
    text-align: justify;
    direction: rtl;
    line-height: 28px;
    padding-top: 6px;
    position: relative;
    font-size: 12px;
    color: #0a0a0a;
    overflow: hidden;
}

    .products-listedpr57 p {
        padding-right: 17px;
    }

.ms96hb {
    direction: rtl;
    color: #5a5a5a;
    text-align: right;
    float: right;
    font-size: 12px;
    font-weight: 600;
    display: block;
    width: 100%;
    border-bottom: 5px solid #fff;
    padding: 7px;
}

.msimg579 {
    width: 49px;
    height: 46px;
    margin-left: 2px;
    float: right;
}

.ms96hb span {
    line-height: 41px;
}

.list-unstyled-pr {
    padding-left: 0;
    list-style: none;
    display: inline-block;
}

    .list-unstyled-pr li {
        width: 87px;
        display: inline-block;
        margin-top: 5px;
        border-radius: 3px;
    }

        .list-unstyled-pr li img {
            width: 84px !important;
            height: 89px !important;
            border-radius: 3px;
            border: 1px solid #ddd;
        }

.price-nd-off-pr {
    text-decoration: line-through;
    color: red;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    display: block;
    width: 100%;
}

.price-nd-pr {
    font-weight: bold;
    color: #09980f;
}

.fa-ce {
    margin-left: 10px;
    font-size: 0.3em;
    color: #878684;
}

.products-title {
    font-size: 12px;
    color: #7d7d7f;
}

.products-value {
    color: #bbbcb7;
    font-size: 12px;
}

.gift-head-nd {
    /*border-bottom:1px solid #c76d6d;*/
    padding-bottom: 5px;
    direction: rtl;
}

    .gift-head-nd h4 {
        display: inline-block;
        color: #636363;
        font-size: 12px;
        font-weight: bold;
    }

.gift-ic {
    color: #636363;
    font-size: 1.1em;
    margin-left: 2px;
    position: relative;
    top: 2px;
}

.gift-img {
    border: 1px solid #dddddd;
    width: 70px;
    height: 67px;
    padding: 7px;
    float: right;
}

.list-gift {
    padding-top: 20px;
}

.msf7560 {
    font-size: 11px;
    font-weight: bold;
}

.sp-ft {
    display: inline-block;
    width: 63%;
    font-size: 11px;
    line-height: 18px;
    color: #808590;
    text-align: justify;
    direction: rtl;
}

.ic-nd {
    width: 34px;
    height: 33px;
    background-color: rgb(109, 25, 20);
    text-align: center;
    padding-top: 3px;
    font-size: 1.3em;
    float: right;
    color: #009688;
    margin-right: 3px;
    top: 7px;
    border-radius: 41%;
    position: absolute;
    z-index: 16;
    right: 27px;
    border: 1px solid #c21005;
}

.tx-btn {
    width: 97%;
    float: right;
    background-color: #54b04d;
    color: #ffffff;
    text-align: right;
    height: 33px;
    padding-top: 3px;
    line-height: 26px;
    font-size: 11px;
    margin-right: 1px;
    padding-right: 42px;
    margin-top: 4px;
    border: 1px solid #329c2a;
    border-radius: 2px;
}

.msbuy {
    float: right;
    width: 60%;
    background: #0cc;
    border: 0px solid #009597;
    border-radius: 2px;
    height: 50px;
    color: #fff;
    font-size: 17px;
    position: relative;
    padding: 0 109px 0 0;
    line-height: 49px;
    text-align: right;
    cursor: pointer;
}

    .msbuy a {
        color: #fff;
        display: block;
        width: 100%;
    }

    .msbuy:after, .msbuy:before {
        content: '';
        position: absolute;
    }

.ms-pr-compare {
    display: block;
    width: 38%;
    border: 1px solid #eeeeee;
    height: 50px;
    font-size: 15px;
    position: relative;
    padding: 10px;
    cursor: pointer;
    float: right;
    text-align: center;
    margin-right: 1%;
}

    .ms-pr-compare a {
        text-decoration: none;
        color: #000;
    }

.products-listedpr57:before {
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #c2c2c2;
    content: "";
    right: 4px;
    top: 28px;
    z-index: 1;
}

.ms-pr-short {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    width: 100%;
    margin-bottom: 10px;
}

    .ms-pr-short::before {
        content: "";
        display: inline-block;
        width: 9px;
        height: 9px;
        margin-left: 10px;
        background-color: #000;
        border-radius: 50%;
    }
/*.msbuy:before{
       background: #0cc;
    width: 65px;
    height: 46px;
    right: 0;
    top: 0;
    border-left: 2px solid #009597;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
}*/
.msbuy::after {
    width: 50px;
    height: 44px;
    right: 54px;
    top: 3px;
    background: url(/App_Themes/Template/images/pix5.jpg) left -220px top -100px no-repeat;
}

.ms_bx_lew {
    position: relative;
    display: inline-block;
    width: 150px;
}

.msbtl {
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 18px;
    border-left: 2px solid #fff;
}

.unit {
    width: 34px;
    height: 33px;
    background-color: rgb(109, 25, 20);
    text-align: center;
    padding-top: 0px;
    font-size: 1em;
    float: right;
    color: #ffffff;
    margin-right: 3px;
    top: 9px;
    border-radius: 50%;
    position: absolute;
    z-index: 16;
    right: 9px;
    border: 1px solid #c30b00;
}

.count {
    width: 97%;
    float: right;
    background-color: #ffffff;
    color: #545454;
    text-align: right;
    height: 42px;
    padding-top: 3px;
    line-height: 23px;
    font-size: 12px;
    margin-right: 3px;
    padding-right: 0;
    font-weight: bold;
    margin-top: 0px;
}

.product-warranty {
    text-align: center;
    display: inline-block;
}

    .product-warranty li {
        text-align: center;
        display: inline-block;
        margin: 6px 0px;
        position: relative;
        width: 48%;
        border-radius: 23px;
    }

        .product-warranty li i {
            font-size: 19px;
            color: #ffffff;
            background: rgb(109, 25, 20);
            padding: 6px 7px;
            border-radius: 50%;
            position: absolute;
            right: 5px;
            top: 5px;
            border: 1px solid #ddd;
        }

        .product-warranty li span {
            font-size: 12px;
            color: #4c4c4c;
            float: right;
            margin-top: 0px;
            font-weight: bold;
            background: #ffffff;
            padding: 12px 8px;
            width: 100%;
            border-radius: 23px;
            border: 1px solid #ddd;
            text-align: right;
            padding-right: 47px;
            cursor: help;
        }

.hd-mnT {
    display: block;
    direction: rtl;
    font-size: 16px;
    color: #000000;
    padding: 0px;
}

.nm-nd {
    color: #8c8c8c;
    position: relative;
    top: 5px;
    display: block;
}
/*.tooltiph:hover{
    color:#fff;
}*/
.ms-nd:hover {
    color: #fff;
    background-color: #8c8c8c;
}

.dynamic-height-wrap {
    overflow: hidden;
    position: relative;
    -webkit-transition: max-height 0.25s ease-in-out;
    -moz-transition: max-height 0.25s ease-in-out;
    -o-transition: max-height 0.25s ease-in-out;
    transition: max-height 0.25s ease-in-out;
    width: 100%;
}

.dynamic-height-active .dynamic-height-wrap:before {
    background: -moz-linear-gradient(top, rgba(240,249,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,249,255,0)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(240,249,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(240,249,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(240,249,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(240,249,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f9ff', endColorstr='#ffffff',GradientType=0 );
    bottom: 0;
    content: '';
    height: 30px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}

.dynamic-height-active .dynamic-show-more {
    display: inline-block;
}

.dynamic-show-more {
    display: none;
}




.section {
    margin-bottom: 30px;
}

pre {
    background: #ecf0f1;
    border-radius: 4px;
    margin: 10px 0;
    padding: 5px 10px;
}

.btm-mr-less {
    display: block !important;
    margin: 0 auto;
    background: none;
    border: none;
    font-size: 14px;
    padding-top: 10px;
    width: 85px;
}

.ti-product-nd {
    color: #555555;
    font-size: 19px;
    padding: 10px 0;
    font-weight: bold;
}

.bx-ce {
    padding: 0px 20px;
    direction: rtl;
}

.servBodL {
    width: 98%;
    float: left;
    font-size: 12px;
}

.tb-ul {
    direction: rtl;
}

    .tb-ul li {
        border-left: 1px solid #e3e3e3 !important;
        float: right;
        width: 166px !important;
    }

        .tb-ul li a {
            font-size: 14px;
        }

    .tb-ul ul {
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.0);
        -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.0);
        -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.0);
        -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.0);
        border-bottom: none;
    }

.pages {
    padding: 0 0;
    border-top: none;
}

.fa-bn {
    padding-left: 5px;
    font-size: 1.4em
}

.hrms {
    margin-top: 3px;
    margin-bottom: 17px;
    border: 0;
    border-top: 2px solid #6d1914;
}

.ms_fixed_so {
    position: fixed;
    right: 8%;
    z-index: 99999;
    top: 7px;
    width: 256px;
}

.tab-current .fa-bn {
    color: #000;
}

.slid-item .bx-wrapper .bx-next {
    right: -45px;
}

.btn-off {
    display: inline-block;
    margin-right: 10px;
    padding-right: 0px;
    text-align: center;
    background-color: #ff5151;
}


.title-shop-item a {
    font-size: 14px;
    color: #000;
}

.sli .bx-wrapper img {
    width: 100%;
    display: block;
    margin: 0px auto;
}

@media screen and (max-width:850px) {
    .tp-line {
        display: none;
    }

    .ms-nd {
        margin: 0 30px;
    }
}

@media screen and (max-width:1200px) {
    .slid-item .bx-wrapper .bx-next {
        right: 0;
    }

    .slid-item .bx-wrapper .bx-prev {
        left: 0;
    }
}

.btm-pro {
    padding-top: 40px;
}

.img-barkod {
    width: 100%;
    max-width: 80px;
    margin: 10px auto 10px auto;
    display: block;
}

.barkod2 {
    margin-top: 39px;
}

.trigger {
    display: inline-block;
    font-size: 12px;
    color: #65a213;
    margin-right: 6px;
    cursor: pointer;
}

#row1 {
}

.tp-num {
    padding-top: 59px;
    display: block;
}

.p-em {
    display: inline-block;
    padding-right: 20px;
}




























.fa-ic {
    padding-left: 10px;
}

.activ-nav {
    background-color: #f2f2f2;
    border-right: 2px solid #108530;
    color: #108530;
}

.head-ps {
    padding: 30px 0 20px 0;
    border-bottom: 1px solid #108530;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
}

.bx-ps {
    background-color: #fff;
    min-height: 516px;
}

.btm-form {
    padding: 20px 0;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.fr1 {
    direction: rtl;
    margin: 8px 0;
}

.tx-ps {
    border: 1px solid #e8e2e2;
    padding: 5px 30px;
    margin-right: 10px;
}

.fr1 span {
    direction: rtl;
    display: inline-block;
    font-weight: bold;
    font-size: 17px;
    width: 120px;
    color: #767676;
}

.btn-ti {
    background-color: #108530;
    padding: 6px 0px;
    width: 130px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin: 30px 10px;
    font-size: 15px;
}

.btn-in {
    background-color: #ed1c24;
}

.fr-tx {
    direction: rtl;
    padding: 13px 0;
}

.btm-form-mx {
    padding: 20px;
}

.fr-tx span {
    font-weight: bold;
}

.bx-v {
    min-height: 270px;
    margin-bottom: 10px;
}

.tx-fr {
    padding: 2px 30px;
    height: 35px;
    width: 100%;
    margin: 0px 0 5px 0;
    border: 1px solid #ccc;
    direction: rtl;
    border-radius: 3px;
    color: #959595;
    font-size: 12px;
}

.tx-wh {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
}

@media screen and (max-width:760px) {
    .bx-ps {
        min-height: 200px;
    }
}

#tx1 {
    background-image: url()
}

.bc-tx {
    display: block;
}

.tx-ps2 {
    border: 1px solid #e8e2e2;
    padding: 5px 30px;
    /* margin-right: 10px; */
    width: 85%;
    margin: 8px 0;
}

.img-mn {
    width: 9px;
    display: inline-block;
    height: 17px;
}

.ch-pn {
    position: relative;
    top: 3px;
}

.tx-in {
    display: inline-block;
    margin: 0 20px;
}

.tn-pn {
    padding-top: 10px;
}

.sli {
    /*border: 6px solid #d7d7d7;*/
}

.ms_paa {
    padding: 5px 2px;
}

.ms_tool {
    /*position: relative;
    display: inline-block;
    color: #9a9a9a;
    font-size: 17px;
    font-weight: 100;*/position: relative;
}


    .ms_tool .tooltiptext {
        visibility: hidden;
        width: 303px;
        background-color: #f5f6f8;
        color: #6b6b6b;
        text-align: right;
        border-radius: 6px;
        padding: 5px 7px;
        position: absolute;
        z-index: 1;
        top: 120%;
        left: auto;
        margin-left: 0;
        opacity: 0;
        transition: opacity 1s;
        border: 1px solid #e4e4e4;
        font-size: 12px;    right: 0;
    }

        .ms_tool .tooltiptext::after {
            content: "";
            position: absolute;
            bottom: 100%;
            right: 2%;
            margin-left: -5px;
            border-width: 8px;
            border-style: solid;
            border-color: rgba(85, 85, 85, 0) rgba(0, 0, 0, 0) rgb(204, 204, 204) rgba(0, 0, 0, 0);
        }

    .ms_tool:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.btn-off {
    display: inline-block;
    margin-right: 10px;
    padding-right: 0px;
    text-align: center;
    background-color: #ffffff;
    position: relative;
    top: 7px;
    margin-bottom: 0px;
}

    .btn-off .tf-nd {
        font-size: 12px;
        float: right;
        background: #e41e26;
        color: #fff;
        padding: 2px 7px;
        margin-left: 0px;
    }

.price-num {
    float: right;
}

.fa-gh {
    font-size: 2.4em;
    position: absolute;
    right: 42px;
    color: #e41e26;
    float: right;
    top: -5px;
}

.hideCol {
    display: none;
}

.ms_resize {
    display: none;
    overflow: hidden;
}

.cbp-vm-view-grid .ms_color {
    margin: 2px auto;
    width: 100%;
    text-align: center;
    height: 22px;
}

.cbp-vm-view-list .ms_color {
    position: absolute;
    left: 5px;
    top: 52%;
    width: 15px;
}

.LeftPRow_a {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-left: 4px;
    padding: 0px !important;
}

.preloader {
    background: #fff url(/App_Themes/Template/images/ajax.GIF) no-repeat center;
    width: 100%;
    min-height: 100px;
}

    .preloader img {
        display: none;
    }

.col1 .preloader {
    background: #fff url(/App_Themes/Template/images/ajax.GIF) no-repeat center;
    width: 100%;
    min-height: 207px;
}

/*.preloader bxslider li{
     display: none;
}*/

/*.bxslider li {
    min-height:317px !important;
}*/
.cbp-vm-view-list .ms_border {
    height: 324px;
}

#fulProduct li:hover .hide-right {
    right: 0px;
    width: 100%;
    background: rgb(245, 242, 237);
    min-height: 295px;
    z-index: 999999;
    top: 0px;
}

.product-controls-list {
    position: absolute;
    top: -9px;
    left: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.ms_box_like {
    width: 98%;
    margin: 2px auto;
    position: absolute;
    bottom: -1px;
}

.product-controls-list.hide-right {
    right: -33em;
}


.hh-hover-bg {
    /*border-bottom: 1px solid rgba(221, 221, 221, 0.72);*/
    padding-bottom: 4px;
}


.hh-main-demo-img {
    width: 145px;
    margin-top: 8px;
}

.hh-other-img-color-item {
    width: 63px;
    margin-right: 2px;
    margin-top: 12px;
    border: 1px solid #ddd;
    cursor: pointer;
    height: 59px;
}

.hh-other-img-color {
    text-align: center;
    display: inline-block;
    margin-left: 0px;
    padding-bottom: 12px;
    width: 100%;
}

.cbp-vm-view-list .product-controls-list {
    display: none;
}

#DataPager1 {
    position: absolute;
    top: -31px;
    left: -6px;
}

    #DataPager1 a {
        border: 1px solid rgb(199, 199, 199);
        padding-top: 1px;
        color: #111213;
        font-size: 12px;
        background: #ffffff;
        float: right;
        width: 25px;
        height: 26px;
        display: block;
        text-align: center;
        line-height: 21px;
        direction: rtl;
        border-radius: 4px;
        border-bottom: 2px solid #1c79ca;
        margin: 0 2px;
    }

    #DataPager1 span {
        border: 1px solid rgb(199, 199, 199);
        color: #565656;
        font-size: 17px;
        background: #ddd;
        float: right;
        width: 25px;
        height: 26px;
        display: block;
        text-align: center;
        font-weight: bolder;
        padding-top: 0px;
        line-height: 21px;
        border-radius: 4px;
        border-bottom: 3px solid #989898;
    }

.ms_boder_brand {
    border: 1px solid #ddd;
    width: 100%;
    height: 100%;
    float: right;
    min-height: 200px;
    position: relative;
}

    .ms_boder_brand a {
        color: #000;
    }

.ms_po_L {
    padding: 0px 2px;
    margin-bottom: 5px;
}

.ms_pic_brand {
    margin: 5px auto;
    width: 95%;
    display: block;
}

.ms_brand {
    padding: 10px 0px;
    font-size: 16px;
    position: absolute;
    bottom: 7px;
    width: 100%;
}

.innerPage .grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

    /* Common style */
    .innerPage .grid .effect-duke {
        position: relative;
        float: left;
        overflow: hidden;
        margin: 10px 1%;
        min-width: 320px;
        max-width: 480px;
        max-height: 360px;
        width: 48%;
        height: auto;
        background: #3085a3;
        text-align: center;
        cursor: pointer;
    }

        .innerPage .grid .effect-duke img {
            position: relative;
        }

        .innerPage .grid .effect-duke figcaption {
            padding: 2em;
            color: #fff;
            text-transform: uppercase;
            font-size: 1.25em;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

            .innerPage .grid .effect-duke figcaption::before,
            .innerPage .grid .effect-duke figcaption::after {
                pointer-events: none;
            }

            .innerPage .grid .effect-duke figcaption,
            .innerPage .grid .effect-duke figcaption > a {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

                /* Anchor will cover the whole item by default */
                /* For some effects it will show as a button */
                .innerPage .grid .effect-duke figcaption > a {
                    z-index: 1000;
                    text-indent: 200%;
                    white-space: nowrap;
                    font-size: 0;
                    opacity: 0;
                }


        .innerPage .grid .effect-duke p {
            letter-spacing: 1px;
            font-size: 68.5%;
        }

/*---------------*/
/***** Duke *****/
/*---------------*/

.effect-duke.effect-duke {
    /*background: -webkit-linear-gradient(-45deg, #34495e 0%,#cc6055 100%);
            background: linear-gradient(-45deg, #34495e 0%,#a5ad98 100%);*/
    background: #fff;
}

    .effect-duke.effect-duke img,
    .effect-duke.effect-duke p {
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
    }

    .effect-duke.effect-duke:hover img {
        opacity: 0;
        -webkit-transform: scale3d(2,2,1);
        transform: scale3d(2,2,1);
    }



    .effect-duke.effect-duke p {
        position: absolute;
        bottom: 29%;
        left: 0%;
        margin: 0px;
        padding: 5px;
        /* border: 2px solid #fff; */
        text-transform: none;
        font-size: 15px;
        opacity: 0;
        -webkit-transform: scale3d(0.8,0.8,1);
        transform: scale3d(0.8,0.8,1);
        -webkit-transform-origin: 50% -100%;
        transform-origin: 50% -100%;
        width: 100%;
    }

    .effect-duke.effect-duke:hover h6 {
        opacity: 0;
    }

    .effect-duke.effect-duke:hover p {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

        .effect-duke.effect-duke:hover p img {
            opacity: 1;
            margin: 0px auto;
            display: block;
            width: 26px;
        }

        .effect-duke.effect-duke:hover p span {
            text-align: center;
            direction: rtl;
            float: right;
            width: 100%;
            padding: 11px 0px;
        }

    .effect-duke.effect-duke:hover {
        -webkit-box-shadow: 0 0 1px 2px #D6D6D6;
        box-shadow: 0 0 1px 2px #D6D6D6;
        min-height: 196px;
        margin-top: -4px;
        margin-bottom: -12px;
    }

@media (min-width:1042px ) and (max-width:1200px) {

    .product-controls-list .circle-nd {
        width: 80px !important;
        border-radius: 3px !important;
        font-size: 10px !important;
        line-height: 11px !important;
        margin: 1px !important;
    }

        .product-controls-list .circle-nd i {
            margin-left: 5px !important;
            margin-top: -3px !important;
            font-size: 15px !important;
        }

    .hh-other-img-color {
        overflow: hidden;
        max-height: 84px;
    }
}

@media screen and (max-width:1042px) {
    .hh-other-img-color {
        overflow: hidden;
        max-height: 84px;
    }

    .cbp-vm-view-list .ms_pro .price-nd {
        float: right;
        width: 190px;
    }

    .product-controls-list .circle-nd {
        display: block;
        width: 78px !important;
        height: 1.9em;
        text-align: right;
        color: #fff;
        border-radius: 3px;
        font-size: 12px !important;
        margin: 1px !important;
        padding: 0px 2px 0px 0px !important;
    }

    #fulProduct li:hover .hide-right {
        right: 0px;
        width: 100%;
        background: #fff;
        min-height: 312px !important;
        z-index: 999999;
        top: 0px;
    }

    .cbp-vm-view-grid figure {
        margin: 0;
        position: relative;
        width: 100%;
        float: right;
        border-radius: 0;
        padding: 0px 0px;
    }

    .btn-off {
        display: inline-block;
        margin-right: 0px;
        padding-right: 5px;
        text-align: center;
        background-color: #ffffff;
        position: relative;
        top: 7px;
    }

    .product-controls-list .circle-nd i {
        margin-left: 6px !important;
        margin-top: 3px !important;
        font-size: 14px !important;
    }

    .ms_box_like {
        width: 98%;
        margin-right: 2px !important;
    }
}

.tp-bx2 {
    min-height: 118px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.head-rg-min {
    padding: 17px 0px;
    color: #2b2a2a;
    padding-bottom: 0px;
    line-height: 31px;
    text-align: right;
    position: relative;
    padding-right: 23px;
}

.btm-rg-min {
    border-top: 1px solid #fff;
    margin-top: 14px;
}

.btn-new22 {
    text-align: center;
    padding: 4px 9px 4px !important;
    color: #000000 !important;
    font-weight: bolder;
    display: block;
    background: rgba(236, 236, 236, 0.41);
    border-radius: 3px;
}

.corner-ribbon.red {
    background: #ebdbc1;
    color: #321f1e;
}

.corner-ribbon.top-left {
    top: 16px;
    left: -31px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    font-size: 14px;
}

.corner-ribbon.shadow {
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}

.corner-ribbon.sticky {
    position: absolute;
}

/*.tabs-left,.tabs-right{border-bottom:none;padding-top:2px}
.tabs-left{border-right:1px solid #ddd}
.tabs-right{border-left:1px solid #ddd}
.tabs-left>li,.tabs-right>li{margin-bottom:2px}
.tabs-left>li{margin-right:-1px}
.tabs-right>li{margin-left:-1px}
.tabs-left>li.active>a,.tabs-left>li.active>a:focus,.tabs-left>li.active>a:hover{border-bottom-color:#ddd;border-right-color:transparent}
.tabs-right>li.active>a,.tabs-right>li.active>a:focus,.tabs-right>li.active>a:hover{border-bottom:1px solid #ddd;border-left-color:transparent}
.tabs-left>li>a{margin-right:0;display:block}
.tabs-right>li>a{margin-right:0}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {

    border:none;
   
}
.tabs nav {
    text-align: right;
    background-color: #d7d7d7;

}
.tabs nav ul {
    position: relative;
    direction: rtl;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  
}

.tabs nav ul li {
        position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0px 0;
    text-align: center;
    width: 136px;
 
}
    .tabs nav ul li:first-child {
        border-right: none;
    }
     .tabs nav ul li:last-child{
         border-left:none;
     }




.tabs nav a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
        padding: 9px;
}



.tabs nav li.tab-current a {
    color: #74777b;
}

.tabs nav a:focus {
    outline: none;
}*/



/* Content */
/*.content-wrap {
    position: relative;
    border: 10px solid #b7b7b7;
    border-top: none;
    float: right;
    width: 100%;
    clear: both;
    background: #fff;    padding-bottom: 10px;
}

.content-wrap section {
        display: none;
    margin: 0 auto;
    padding: 14px 0px 15px 0;
    max-width: 1200px;
    text-align: right;
}

.content-wrap section.content-current {
    display: block;    min-height: 296px;
}*/
/*.tabs-style-bar nav ul li.tab-current a {
  background-image:url(images/hv-9.png);
  background-size:100% 100%;
display:block;
         color: #000;
         background-color:#fff;
    padding:2px;
        position: relative;
    right: -2px;    padding: 9px;
    border-bottom:2px solid #13832d;
}
.tab-product{
       padding: 0 0px;
    float: right;
    width: 100%;
    clear: both;
    margin: 0px 0px 0px 0px;
    background: #f2f2f2;
}
.tabs-product-nd{
    background-color: #fff;
    margin-top: 15px;
    width: 100%;
    float: right;
    clear: both;
}
.tabs  .bx-viewport li{
    height:260px !important;
    width:200px !important;
    overflow:hidden;
}*/
.sli .bx-viewport li {
    overflow: hidden;
}

.sli .price-nd {
    color: #F44336;
    font-size: 13px;
    font-weight: bold;
    padding-top: 0px;
    direction: rtl;
    text-align: center;
    text-decoration: line-through;
    padding-bottom: 0px;
    line-height: 25px;
}

.sli .price-nd-off {
    color: rgb(64, 135, 134);
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding-top: 0px;
    direction: rtl;
    text-align: center;
    text-decoration: none;
}

.breadcrumb > li + li:before {
    padding: 0px;
    color: #ccc;
    content: " ";
}

#registerError {
    display: none;
}
/* Media queries */
@media screen and (max-width: 50em) {
    .content {
        padding: 0 10px;
        text-align: center;
    }

    .grid .effect-duke {
        display: inline-block;
        float: none;
        margin: 10px auto;
        width: 100%;
    }
}

.ms_bg .ms_center {
    margin: 0px auto;
    float: none;
    background-color: #fff;
    padding-bottom: 20px;
    padding: 0px;
    max-width: 1146px;
}

.ms_bg .title {
    text-align: left;
    width: auto;
    background: #ffffff;
    /* min-height: 48px; */
    line-height: 31px;
    position: relative;
    z-index: 10006;
    float: right;
    padding: 0px 25px 15px 8px;
    color: #015f83;
    font-size: 19px;
    border-radius: 2px;
    font-weight: bold;
    vertical-align: middle;
}

.ms_bg .icon {
    background: url(/App_Themes/Template/images/slices.png) no-repeat;
    display: block;
    position: relative;
    margin: 0px auto;
    clear: both;
    margin-top: 9px;
}

.ms_bg .icon-user-signup {
    background-position: -871px -90px;
    width: 63px;
    height: 51px;
}

.ms_bg .icon-user-login {
    background-position: -795px -22px;
    width: 43px;
    height: 54px;
}

.ms_bg .bt-nd {
    margin-top: 5px !important;
}

.ms_bg {
    /*background: rgba(239, 239, 239, 0.38);*/
    padding: 0px;
    border-bottom: 19px solid #eee;
}

.ms_bg2 {
    background: rgb(255, 255, 255);
    padding: 0px;
    margin-top: 0px;
    max-width: 1200px;
    margin: 0px auto;
    float: none;
}

.hover-icon {
    display: none;
}

.icon-menu-tp {
    position: absolute;
    left: -5px;
    top: 21px;
    font-size: 0.75em;
}

.menu ul.nav1 > li:hover .hover-icon {
    display: block;
}

.menu ul.nav1 > li:hover .icon-down {
    display: none;
}

.newsLatterBox {
    display: block;
    color: #fff;
    /* line-height: 81px; */
}

.title-ms {
    border-bottom: 1px solid #fff;
}

.hd-mn hr {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    border: 0;
    border-top: 1px solid rgb(216, 216, 216);
    max-width: 1281px;
    margin: -13px auto 2px auto;
    opacity: 1;
    width: 100%;
    z-index: 1;
}

.img-off {
    /*background-image: url(/App_Themes/Template/images/hv.png);
    background-size: 100% 100%;
    position: absolute;
    top: 11px;
    left: -1px;
    padding-top: 3px;
    font-size: 14px;
    font-family: Tahoma;
    color: #fff;
    text-align: center;
    z-index: 9999;
    width: 64px!important;
    height: 30px;*/
}

.off-min {
    display: inline-block;
    position: relative;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 16px;
    color: white;
    background-color: #5d892a;
    transition: background-color .5s;
    float: right;
    margin-left: 15px;
}

    .off-min::after {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 0;
        height: 0;
        color: transparent;
        content: "";
        border-top: .4em solid transparent;
        border-left: .3em solid #efefef;
        border-bottom: .4em solid transparent;
        margin-top: -.4em;
    }

.off-nd {
    background-color: rgb(254, 114, 11);
    width: 76px;
    top: 0;
    border-bottom-right-radius: 14px;
    height: 31px;
    text-align: center;
    padding: 7px 0px;
    position: absolute;
    direction: rtl;
    color: #fff;
    z-index: 99;
    left: 0px;
    line-height: 20px;
}

.ads-nd {
    float: right;
    padding: 12px 10px;
    color: #4a4848;
    font-size: 12px;
    direction: rtl;
}

.cbp-vm-switcher ul li .ads-nd {
    width: auto;
    border-bottom: none;
}

.num-nd {
    float: left;
    padding: 10px 20px;
}

.cbp-vm-view-grid ul li .num-nd {
    padding: 9px 0px 0px;
    float: none;
    display: none;
    padding-top: 0px;
}

.ms_border:hover .num-nd {
    display: block;
}

.num-nd img {
    width: 20px;
}

.ms_nd_img {
    background: rgba(236, 236, 236, 0.41);
    border-radius: 3px;
    padding: 7px 7px 5px !important;
}

.hd-mn .h-bx {
    direction: rtl;
    padding: 10px 16px;
    width: 100%;
    text-align: right;
    display: block;
    margin: 0px auto;
    z-index: 99;
    position: relative;
    font-size: 17px;
    color: #ffffff;
    clear: both;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 1px 1px #C9C9C9;
    box-shadow: 0px 5px 5px -1px #c1c0c0;
    background: #0cc;
}

.hd-mn {
    background-color: #ffffff;
    display: block;
    font-size: 16px;
    color: #000000;
    line-height: 23px;
    padding: 2px 0px;
}

.ms_bkp {
    background: #ffffff;
    background-color: #ffffff !important;
}

.itemValue {
    border-radius: 50% !important;
    width: 41px;
    height: 31px;
    /* border: 1px solid #000 !important; */
    margin: 0px auto;
    float: none !important;
}

.btn > input[type="radio"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.btn .fa-check {
    opacity: 0;
}

.btn.active .fa-check {
    opacity: 1;
}

.ms_bk_gR {
    background: #fff;
}

.imgIndex {
    position: absolute;
    left: 15px;
    width: 100%;
    max-width: 386px;
    margin-top: 6%;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.68);
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 24px 11px 8px 18px;
    direction: rtl;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    -moz-transition: all 450ms ease-out 0s;
    -o-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5,0.5);
    -moz-transform: rotateY(180deg) scale(0.5,0.5);
    -ms-transform: rotateY(180deg) scale(0.5,0.5);
    -o-transform: rotateY(180deg) scale(0.5,0.5);
    transform: rotateY(180deg) scale(0.5,0.5);
    border-bottom: 4px solid #9e0b0f;
}


.item-bx:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1,1);
    -moz-transform: rotateY(0deg) scale(1,1);
    -ms-transform: rotateY(0deg) scale(1,1);
    -o-transform: rotateY(0deg) scale(1,1);
    transform: rotateY(0deg) scale(1,1);
}

.ms_border .lined {
    background-color: rgb(255, 255, 255);
    margin: 5px 0;
    padding: 2px 0;
    font-size: 13px;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    height: 31px;
    min-height: 0px;
    color: #009688;
    font-weight: bold;
    text-align: right;
    padding-right: 16px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

    .ms_border .lined .msOff {
        color: red;
        text-decoration: line-through;
        padding-left: 5px;
    }

.item-bx .overlay h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 25px 0 8px;
}

.item-bx .overlay p {
    font-size: 14px;
    line-height: 24px;
}

.tilte-slid {
    /*height: 97px;*/
    background-color: rgba(255, 255, 255, 0.89);
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 10px 20px;
}

.ms_ti_gr {
    font-size: 18px;
    text-align: center;
    color: #4c3f17;
    padding-right: 5px;
    padding-bottom: 14px;
    font-weight: normal;
}

.img-user {
    padding: 4px;
    margin-top: 7px;
}

.ms_bk1 {
    clear: both;
    float: right;
    width: 100%;
    margin-bottom: 10px;
    background: #ededed;
}

.breadcrumb li:after {
    content: '\f100';
    font-family: FontAwesome;
    color: #989797;
    margin: 0px 7px 0px 9px;
    float: left;
    font-size: 9px;
    line-height: 24px;
}

.col-productG .breadcrumb li:after {
    margin: 8px 7px 0px 9px;
}

.ms_nopad .breadcrumb li:after {
    content: '\f100';
    font-family: FontAwesome;
    color: #989797;
    margin: 1px 7px 0px 9px;
    float: left;
    font-size: 9px;
    line-height: 35px;
}

.ms_nopad .breadcrumb li:last-child:after {
    content: ' ';
    float: left;
}

.breadcrumb li:first-child a:after {
    content: '\f100';
    font-family: FontAwesome;
    color: #989797;
    margin: 1px 7px 0px 9px;
    float: left;
    font-size: 9px;
    line-height: 24px;
}

.col-productG .breadcrumb li:first-child a:after {
    margin: 8px 7px 0px 9px;
}

.ms_nopad .breadcrumb li:first-child a:after {
    content: '\f100';
    font-family: FontAwesome;
    color: #989797;
    margin: 1px 7px 0px 9px;
    float: left;
    font-size: 9px;
    line-height: 35px;
}

.ti-ms {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}



.pages .content-wrap {
    border-top: 6px solid #dcd4df;
}

.tabed {
    border-radius: 4px;
    margin: 0 auto 0px auto;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.bx-ms .content-wrap {
    position: relative;
}

.content-wrap section {
    display: none;
    margin: 0 auto;
    text-align: right;
    line-height: 28px;
    direction: rtl;
}

    .content-wrap section.content-current {
        display: block;
    }

.bx-ms .tabs nav ul {
    border-bottom: 1px solid #eee;
    direction: rtl;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
}

.tb-ul li {
    border-left: 1px solid #ffffff !important;
    float: right;
    width: 153px !important;
}

.bx-ms .tabs nav ul li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0px 0;
    text-align: right;
    float: right;
}

.bx-ms .tabs nav .tab-current:before {
    position: absolute;
    height: 3px;
    width: 121px;
    background-color: #00cccc;
    content: "";
    right: 0px;
    z-index: 1;
    bottom: -1px;
}

.tabs-product-nd nav ul li {
    float: none;
    border: none;
}

.bx-ms .tabs nav ul li:first-child {
    border-right: none;
}

.bx-ms .content-wrap {
    float: right;
    width: 100%;
    clear: both;
}

    .bx-ms .content-wrap section.content-current {
        display: block;
    }

.bx-ms .tabs-style-bar nav ul li a span {
    display: block;
    font-size: 16px;
    color: #666;
    position: relative;
    font-weight: normal;
    padding: 6px 14px;
    padding-right: 14px;
    padding-bottom: 15px;
}

.bx-ms .tabs nav li.tab-current a span {
    color: #000 !important;
    font-weight: bold;
    text-decoration: none;
}

.title-d {
    background: #f7f8fa;
    padding: 13px;
    width: 100%;
    border-bottom: 5px solid #fff;
}

.ms_ti_in {
    text-align: center;
    padding: 20px;
    font-size: 19px;
    font-weight: bold;
    border-top: 10px solid #94e0f7;
}

.dv-tx {
    color: #232f3e;
    text-align: justify;
    padding-top: 0px;
    line-height: 40px;
    direction: rtl;
    font-size: 13px;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.bx-ms2 {
    margin: 0px auto;
    padding: 15px 5px;
    width: 100%;
    padding-bottom: 25px;
    float: none;
    background: #fff;
}

.tilte-slid-prd {
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 0px 20px;
    background: rgba(255, 255, 255, 0.84);
}


.off-bd-prd {
    height: 28px;
    width: 136px;
    position: absolute;
    top: 10px;
    right: 1px;
    z-index: 99999999;
    font-size: 12px;
    color: #fff;
    padding-right: 4px;
    padding-top: 4px;
    line-height: 20px;
    direction: rtl;
    background: #00a99d;
    border-radius: 5px 0px 0px 5px;
    -webkit-box-shadow: 0 1px 1px 1px #B3B3B3;
    box-shadow: 0 1px 1px 1px #9a9999;
}

.ms_al {
    color: #da0d01;
    font-size: 11px;
    text-align: center;
}

.img-shop {
    max-width: 200px;
}

.title-nd-inner {
    padding: 2px 0;
    display: block;
    text-align: center;
}

    .title-nd-inner hr {
        height: 2px;
        width: 100px;
        background-color: #fff;
        margin: 15px auto;
        margin-bottom: 2px;
    }

    .title-nd-inner h3 {
        font-size: 17px;
        margin-top: 10px;
    }

/* The container */
.itemValue {
    display: block;
    position: relative;
    padding-left: 0px;
    margin-bottom: 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    padding-right: 44px;
    font-size: 14px;
    color: #000000;
    height: auto;
}

    /* Hide the browser's default checkbox */
    .itemValue input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        top: 0px;
        right: 0px;
        height: 30px;
        width: 30px;
        margin: 0px;
        z-index: 99999999;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0px;
    right: 11px;
    height: 23px;
    width: 23px;
    background-color: #fff;
    border: 1px solid #afafaf;
    border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.itemValue:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.itemValue input:checked ~ .checkmark {
    background-color: #e41e26;
    border: 1px solid #d40046;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.itemValue input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.itemValue .checkmark:after {
    right: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.brandcolor {
    text-align: center;
}

    .brandcolor li {
        text-align: right;
        direction: rtl;
        font-size: 12px;
        display: inline-block;
        width: 23px;
        text-align: center;
        margin: 2px;
        height: 23px;
        padding: 0px;
    }

.propDiv {
    background: #fbf0ec;
    clear: both;
    padding: 7px;
    float: right;
    width: 100%;
    line-height: 32px;
}

.ms_drop {
    font-size: 13px;
    border-radius: 0;
    width: 60%;
    border: 1px solid #eeeeee;
    padding: 10px 20px 10px 45px;
}

.ms-pr-color {
    border: 1px solid #eeeeee;
    padding: 5px 5px 5px 7px;
    display: block;
    float: right;
    width: 60%;
}

    .ms-pr-color .itemValue {
        border-radius: 0% !important;
        width: 31px;
        height: 31px;
        margin: 0px auto;
        float: none !important;
    }

.ms_left_74hf {
    padding-top: 7px;
    color: #F44336;
    font-size: 16px;
    padding-right: 25px;
}

.msp57h {
    padding: 10px;
    line-height: 34px;
    font-size: 14px;
    text-align: justify;
    direction: rtl;
}

.msh39g {
    font-size: 16px;
    padding-bottom: 15px;
    color: #000;
    position: relative;
    border-bottom: 1px solid #eee;
    font-weight: 700;
    padding-right: 14px;
    direction: rtl;
}

    .msh39g::before {
        position: absolute;
        height: 2px;
        width: 131px;
        background-color: #00cccc;
        content: "";
        right: 0px;
        z-index: 1;
        bottom: -2px;
    }

.ti-contact h1 {
    text-align: center;
    font-size: 16px;
    padding-top: 15px;
    font-weight: bold;
    direction: rtl;
}

.title-nd h3, .title-nd h1, .title-nd h2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.slid-nd-reg {
    position: relative;
    padding: 6% 0px 0px;
    float: right;
    width: 100%;
    background: url(/App_Themes/Template/images/slid.jpg) no-repeat center;
    background-size: 100% 100%;
    height: 80vh;
    background-attachment: fixed;
}

.msOffTag {
    background: url(/App_Themes/Template/images/tagOff2.png) no-repeat;
    width: 51px;
    height: 62px;
    background-size: 100% 100%;
    position: absolute;
    left: 0px;
    bottom: 40%;
    z-index: 99999999;
    text-align: left;
    padding-top: 9px;
    font-size: 14px;
    padding-left: 6px;
    color: #fff;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.hv {
    border-top: 1px solid #333;
    margin-top: 0px;
}

.ms-max-center {
    max-width: 1069px;
    margin: 0px auto;
}

.ms-pr-breadcrumb {
    margin-top: 12px;
    float: right;
    width: 100%;
    margin-bottom: 12px;
}

    .ms-pr-breadcrumb .breadcrumb li a {
        font-size: 13px;
        color: #666;
        line-height: 23px;
    }

    .ms-pr-breadcrumb .breadcrumb li:first-child a {
        font-size: 13px;
        color: #000000;
        padding-right: 9px;
    }

    .ms-pr-breadcrumb .breadcrumb li:after {
        color: #868686;
    }

.ms-pr-title {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    margin-top: 21px;
    margin-bottom: 22px;
}

.dialog,
.dialog__overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
}

.dialog {
    position: fixed;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    pointer-events: none;
}

.dialog__overlay {
    position: absolute;
    z-index: 9999999;
    background: rgba(55, 58, 71, 0.9);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-backface-visibility: hidden;
}

.dialog--open .dialog__overlay {
    opacity: .5;
    pointer-events: auto;
}

.dialog__content {
    width: 54%;
    max-width: 741px;
    min-width: 290px;
    background: #fff;
    padding: 1em;
    text-align: center;
    position: relative;
    z-index: 9999999;
    opacity: 0;
}

.dialog--open .dialog__content {
    pointer-events: auto;
}

/* Content */
.dialog h2 {
    margin: 0;
    font-weight: 400;
    font-size: 2em;
    padding: 0 0 2em;
    margin: 0;
}

.dialog__overlay {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.dialog.dialog--open .dialog__content,
.dialog.dialog--close .dialog__content {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.dialog.dialog--open .dialog__content {
    -webkit-animation-name: anim-open;
    animation-name: anim-open;
    -webkit-animation-timing-function: cubic-bezier(0.6,0,0.4,1);
    animation-timing-function: cubic-bezier(0.6,0,0.4,1);
}

.dialog.dialog--close .dialog__content {
    -webkit-animation-name: anim-close;
    animation-name: anim-close;
}

@-webkit-keyframes anim-open {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0, 0, 1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
    }
}

@keyframes anim-open {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0, 0, 1);
        transform: scale3d(0, 0, 1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes anim-close {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.5, 0.5, 1);
    }
}

@keyframes anim-close {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.5, 0.5, 1);
        transform: scale3d(0.5, 0.5, 1);
    }
}

.trigger {
    float: right;
    font-size: 12px;
    color: #65a213;
    margin-right: 6px;
}

.action {
    background: url(/App_Themes/baseTheme/images/del.png);
    background-repeat: no-repeat;
    border: 0px;
    width: 16px;
    position: absolute;
    top: 25px;
    left: 23px;
    background-size: 14px;
    background: none;
}

.ms_icon {
    background: url(/image/slices.png) no-repeat -418px -271px;
    width: 21px;
    height: 22px;
}

.ms_colora {
    transition: background-color 0.2s, color 0.2s;
    font-size: 25px;
    font-weight: bold;
    background-image: url(images/hv-9.png);
    background-size: 100% 100%;
    display: block;
    color: #000;
    background-color: #fff;
    padding: 3px;
}

.tabs-product-ndp {
    background-color: #fff;
    margin-top: 1px;
    width: 100%;
    float: right;
    clear: both;
}

.tabs-style-barp nav ul li a span {
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    padding: 12px 0;
    background: #fff;
    color: #000;
}

.content-wrapp {
    position: relative;
    border: 1px solid rgba(215, 215, 215, 0.45);
    border-top: none;
    float: right;
    width: 100%;
    clear: both;
    background: #fff;
    padding-bottom: 0;
    padding: 13px;
    border-top: 0px;
    border-bottom: 0px;
    margin-top: 11px;
}

.ms_overtab1 {
    line-height: 9px;
}

.tabs-product-nd .ms_overtab1 li {
    border-bottom: 1px solid;
    float: right;
    position: relative;
    padding-left: 20px;
}

.tabs .ms_overtab1 .tab-current:before {
    position: absolute;
    height: 3px;
    width: 87px;
    background-color: #00cccc;
    content: "";
    right: 0px;
    z-index: 1;
    bottom: -1px;
}

.title-shop-itemtrtl {
    direction: rtl;
    padding: 9px 0px 12px;
    font-weight: bold;
}

    .title-shop-itemtrtl a {
        color: #000
    }

.title-shop-itemtltr {
    direction: ltr;
    padding: 7px 0px;
    font-weight: bold;
}

    .title-shop-itemtltr a {
        color: #000;
    }



.ms_max_size {
    max-width: 60%;
    margin: 0px auto;
}











.dropdown-menu[data-toggle="offcanvas-dropdown"] {
    overflow: hidden;
}

    .dropdown-menu[data-toggle="offcanvas-dropdown"] > li > a {
        -webkit-transition: -webkit-transform ease 0.2s;
        text-align: right;
        font-size: 12px;
        padding: 5px;
        float: right;
        width: 100%;
    }

    .dropdown-menu[data-toggle="offcanvas-dropdown"].open .offcanvas-content {
        right: 0;
        left: 15px;
        box-shadow: 0 0 100px rgba(0, 0, 0, 0.75);
    }

    .dropdown-menu[data-toggle="offcanvas-dropdown"].open > li > a {
        -webkit-transform: translateX(-50%);
    }

.offcanvas-content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100%;
    left: 100%;
    background-color: #fff;
    overflow-y: auto;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
}

.offcanvas-toggle {
    font-weight: bold;
    cursor: pointer;
}

.dropdown-menu {
    text-align: left;
    box-shadow: none;
}

.offcanvas-content {
    padding: 5px 10px;
}


.btn-mb {
    background-color: #fff;
}

.btn-prf {
    display: block !important;
    position: relative;
    right: 0;
    top: 0px;
    float: none;
    border-left: 1px solid #e1e1e1;
    padding: 28px 25px;
}

    .btn-prf .btn {
        float: none;
    }

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0);
}

.icon-img {
    width: 20px;
}

.list-nd li a {
    color: #333;
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 0 0px;
}

.list-nd .dropdown-menu {
    min-width: 190px;
}

    .list-nd .dropdown-menu > li > a {
        display: block;
        padding: 5px 20px;
    }

.list-nd .btn {
    padding: 6px 4px;
}

.profile-ic {
    width: 30px;
    margin-right: 17px;
    float: right;
}

.nm-profile {
    float: right;
    padding-top: 5px;
    padding-right: 7px;
}

.btn1 ul li:first-child {
    border-bottom: 1px solid #ccc;
    padding: 5px 0
}

.p-98 {
    display: inline-block;
}

.dropdown-menu {
    border-radius: 0px;
    top: 99%;
    min-width: 186px;
}

.ms-toprow{
  position: relative;
    width: 99%;
    height: 126px;
    overflow: hidden;
    background: url(/App_Themes/Template/images/baner.png);
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    align-content: normal;
    justify-content: flex-start;
    direction: rtl;
    margin-left: 0.5%;margin-bottom: 4px;
}
.ms-overlay-toprow{
        position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(6, 5, 5, 0.62);
}
.ms-toprow-icon{
           display: inline-flex;
    padding: 1em;
    border: 1px solid #fff;
    border-radius: 50px;
    box-shadow: 1px 2px 5px 0 rgba(0,0,0,.4);
    background-color: #fff;
    z-index: 9;
    margin: 13px;
    width: 53px;
    height: 53px;
    background-image: url(/App_Themes/Template/images/btn-shop-7.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 19px;
}
.ms-toprow-icon img{
        
   display: block;
    width: 22px;
    height: 22px;
    margin: 0px auto;
}
.ms-toprow-title{
        font-size: 1.6em;
    font-weight: 300;
    color: #fff;
    margin: 0 0.5em 0;
    text-shadow: rgba(0,0,0,.5) 1px 1px 5px;
    z-index: 9;
    padding: 1em 0em;
}

.ms_banner_prd {
   width: 100%;    position: absolute;
    height: 100%;
}
.ms-thumnail{
    font-size: .8em;
    font-weight: 300;
    line-height: 1.5;direction: rtl;
    color: #6f7285;
}
.ms-thumnail div {
    font-size: 1em;
    direction: rtl;
    float: right;
    margin-left: 6px;
    margin-right: 5px;
}.ms_pn_6432 {
    padding: 0px 5px;
}
 .ti-vd_S{
    color: #000;
    text-decoration: none;
}
.ms_m_6{
        margin: 6px;
}
.ms_pn_6432 {
    padding: 0px 5px;
}
.ms_v_v{
    color: #80379c;
    font-size: 11px;
    font-weight: bold;
}
.bx-timed{
        background: #dcdcdc;
    padding: 0px 9px;
    font-size: 11px;
    padding-top: 5px;
}.bx-timed_sh_a{
        background: #cff;
    padding-top: 6px;
    margin-top: 8px;
}

   ._ms_alert{
               position: absolute;
    top: 30%;
    left: 40%;
    width: 311px;
    display: none;
    z-index: 999;
    background: #FFEB3B url(/App_Theme/fa-IR/images/chat4.png);
    background-size: 47px;
    height: 55px;
    background-repeat: no-repeat;
    background-position: 95% 47%;
    text-align: left;
    padding-left: 10px;
    padding-top: 16px;
    border-radius: 5px;
     }
     ._ms_alertsuccs{
             position: absolute;
    top: 18%;
    right: 1%;
    width: 98%;
    display: none;
    z-index: 999;
    background-size: 47px;
    height: 41px;
    text-align: right;
    padding-right: 15px;
    padding-top: 12px;
    border-radius: 5px;
    background-color: #dceed0;
    border-color: #c3e2ae;
    color: #599034;
    font-size: 12px;
    direction: rtl;
    left: 1%;
     }
 .trendsbar {
            background: #dee2e7;
            line-height: 35px;
            font-size: 10px;
            overflow: hidden;
            /*height: 34px;*/
        }

        .channel-header-layer {
            background: rgba(0,0,0,0.5);
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0px;
            top: 0px;
            z-index: 99;
        }


        .channel-avatar {
           float: left;
    position: relative;
    top: -44px;
    z-index: 9999;
    border-radius: 50%;
    background: #fff;
    width: 9em;
    height: 9em;    overflow: hidden;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
        }

        .ms_pic_ch {
                display: block;
    margin: 0px auto;
    width: 100%;
    min-width: 100%;
    max-height: 100%;
    border-radius: 100% !important;
    height: 100%;
        }

        .channel-numbers {
            text-align: center;
            margin-top: 18px;
        }

            .channel-numbers li {
                display: inline-block;
                text-align: center;
                padding: 0 16px;
                border-left: 1px solid #e2e2e2;
            }

        .channel-name {
            font-size: 21px;
            font-weight: bold;
            color: #333;
            padding: 0;
            margin: 14px 0px;
        }

            .channel-name a {
                color: #555;
                text-decoration: none;
            }

        .channel-desc p {
            color: #5d5d5d;
            line-height: 2.2;
            margin-bottom: 5px;
        }
          .row-header {
            border-bottom: 2px solid #d4dade;
            width: 100%;
            float: right;
            margin-bottom: 35px;position: relative;
        }

        .row-header__title {
            display: inline-block;
            font-weight: bold;
            font-size: 14px;
            color: #303233;
            padding: 0 15px 10px;
            border-bottom: 2px solid #303233;
            margin: 0 0 -2px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            max-width: 100%;
            float: right;    margin-top: 8px;
        }

        .ms_btn{
                color: #fff;
    background-color: #df0f50;
    border-radius: 50px;
    overflow: hidden;
    line-height: 2.6em;
    white-space: nowrap;
    padding: 3px 8px;
    font-size: 13px;
    letter-spacing: -0.5px;
        }

        .ms_ac_t {
            border-bottom: 2px solid #e5322d;
            color: #e5322d;
        }

        .ms_no_br {
            border: none;
        }
        .ms_tick_c{
                position: absolute;
    background: url(/App_Theme/Admin_Theme/css/image/Confirm_icon.png);
    width: 20px;
    height: 20px;
       top: -9px;
    left: -9px;
    z-index: 9999;
        }
        .ms_logo_c {
            border: 1px solid #ccc;
            border-radius: 3px;
            max-width: 140px;
            max-height: 140px;
            display: block;
            margin: 0px auto;
        }
    .t_c-jp {
    font-size: 13px;
    padding: 5px 0;
    display: block;
    color: #000;
    line-height: 30px;
    direction: rtl;
}
        .ms_pos_re {
           /*position: relative;
    border: 1px solid #ccc;
    border-radius: 3px;
    max-width: 140px;
    max-height: 146px;
    display: block;
    margin: 0px auto;*/
               position: relative;

    display: block;
    margin: 0px auto;
        }
        .ms_reg_ch{
              position: absolute;
    left: 0px;
    top: 0px;
    background: #f00;
    color: #fff;
    width: 124px;
    text-align: center;
    border-radius: 4px;
      }


.esp_ch{
        width: 100% !important;
    padding: 10px !important;
    border-top: 1px solid #f2f2f2 !important;
}
    .esp_ch a {
              color: #888787 !important;
    font-family: yekan,yekanNumber !important;
    letter-spacing: 0px !important;
    font-size: 13px !important;
    }
      .esp_ch a:hover {
           color: #0db14b !important;
    }

      .dimo_introwriter {
          direction: rtl;
    font-size: 11px;
    color: #7f7f7f;
    letter-spacing: -0.5px;
    margin: 0px 9px 15px;
      }
      .dimo_introwriter a{
           color: #7f7f7f;
      }
       .mstitlept46 {
            width: 100%;
            float: right;
            display: block;
            font-size: 24px;
            line-height: 32px;
            direction: ltr;
            overflow: hidden;
            text-overflow: ellipsis;
            margin: 20px auto;
            padding: 0px 15px;
            letter-spacing: -0.8px;
            font-weight: bold;
            color: rgba(0,0,0,.87);
        }

        .ms_p947 {
            width: 100%;
            line-height: 36px;
            font-size: 14px;
            display: block;
            text-align: justify;
            margin: 0px 0px 10px;
            direction: rtl;
            padding: 0px 15px;
            letter-spacing: -0.3px;
        }

        .ms-disable {
            text-decoration: line-through;
            opacity: .3;
        }

        .ms-fld-pr-title {
            line-height: 28px;
            font-size: 15px;
            font-weight: 600;
            margin-bottom: 10px;
            color: #7f7f7f;
            letter-spacing: -0.5px;
        }

        .ms-row-fld-pr {
            line-height: 28px;
            margin-bottom: 8px;
            font-size: 14px;
            min-height: 30px;float: right;
        }

        .ms-btb-pr {
            margin: 17px auto;
            border-bottom: 1px solid #dce0e0;
            padding-top: 21px;
        }

        .ms-t-fvr {
            color: #868686;
            letter-spacing: -0.5px;
            margin-left: 5px;
        }

        .ms-v-fvr {
            color: #000;
        }

        .ms-img-fld-pr {
            display: block;
            clear: both;
            width: 30px !important;
            height: 33px;
        }

        .ms-img-imprpr {
            display: block;
            margin: 10px auto;
            width: 30px !important;
            height: 33px;
        }

        .ms-hshop-pr {
            float: right;
            line-height: 17px;
            padding-right: 1px;
            font-size: 14px;
            letter-spacing: -0.5px;
        }

        .ms-ic-mn-pr {
            float: right;
            position: relative;
            top: 0px;
            margin-left: 5px;
            width: 24px !important;
        }

        .ms-pr-pr {
            position: relative;
            top: 0;
            z-index: 999;
            background: rgba(26, 30, 41, 0.9);
            color: #fff;
            padding: 13px;
            width: 100%;
            left: 0px;
            direction: rtl;
            float: right;
        }

        .msbpic {
            width: 100%;
            height: 250px;
            display: block;
        }
        .ajax-callback {
    position: relative;
    background: #eee;
    border-radius: 0 0 3px 3px;
    width: 100%;
    padding: 12px;
    display: none;
    float: right;
}
        #lit_Iframe {
    width: 100%;
    border: 1px solid #e2e2e2;
    text-align: left;
    padding: 7px;font-size: 12px;
    line-height: 27px;
}
        .ms_vov_i {
    float: right;
    margin: 0px 5px;
    font-size: 12px;
    color: #000;direction: rtl;
}
.ms_vov_i a{ color: #000;
}
@media only screen and (max-width:760px) {
    .list-nd {
        display: block !important;
        padding-right: 54px;
        padding-top: 6px !important;
    }

    .btn1 {
        padding-right: 0;
        padding: 8px;
    }

    .p-98 {
        display: none;
    }

    .listed li {
        padding: 0 0;
    }

    .list-nd .btn {
        padding: 6px 1px;
    }
}

@media all and (max-width: 1150px) {
    .off-min {
        padding: 10px 9px;
    }

    .num-nd {
        padding: 10px 6px;
    }

        .num-nd span {
            font-size: 14px;
        }

        .num-nd img {
            width: 14px;
            float: left;
            position: relative;
            top: 5px;
        }

    .tilte-slid {
        position: relative;
    }
}

@media all and (max-width:850px) {
    .ads-nd {
        width: 67%;
        border-bottom: 1px solid #ccc;
    }


    .overlay {
        padding-top: 2px;
    }

    .cbp-vm-view-grid .ms-all-pr .ms_pro {
        width: 30%;
    }
}

@media all and (max-width:570px) {
    .sp-mn {
        /*display:none;*/
    }

    .ad-sb {
        display: none;
    }
}

@media(min-width:1058px ) and (max-width:1200px) {
    .ic-nd {
        width: 28px;
    }

    .tx-btn {
        width: 88px;
        font-size: 10px;
    }

    .ic-nd2 {
        width: 29px;
    }

    .ms-nd {
        width: 84px;
    }

        .ms-nd span {
            font-size: 10px;
        }
}

@media(min-width:0px ) and (max-width:1057px) {
    .ms_comp {
        clear: both;
        margin-top: 9px;
        display: block;
        width: 100%;
        float: right;
    }
}

@media screen and (max-width:760px) {
    .corner-ribbon.top-left {
        right: 33%;
    }

    .bxslider li {
        min-height: 100% !important;
    }

    .bxslider3 li {
        min-height: 100% !important;
    }

    .ms_margintop_550 {
        margin-top: 10%;
    }
}

@media(min-width:0px ) and (max-width:760px) {

    .slid-nd-reg {
        background: url(/App_Themes/Template/images/slide1.jpg) no-repeat center;
        background-size: cover;
        height: 80vh;
        background-attachment: fixed;
    }

    .ms_fixed_so {
        position: relative;
        right: auto;
        z-index: 99999;
        top: 7px;
        width: 100%;
        margin-bottom: 11px;
    }

    .bx-ms2 {
        padding: 25px 8px;
    }

    #loginButton span {
        display: none;
    }

    .ms_bx_lew {
        width: 99%;
    }

    .product-warranty li {
        width: 99%;
    }

    .ms-nd {
        margin: 0px 4px;
    }

    .tx-btn {
        margin-bottom: 5px;
    }
}


@media (min-width: 0px) and (max-width: 460px) {
    .ms_fixed_so {
        position: relative;
        right: auto;
        z-index: 99999;
        top: 7px;
        width: 100%;
        margin-bottom: 11px;
    }

    .box-info {
        width: 100%
    }

    .col-12-zoom {
        width: 99%;
        max-width: 1000px;
        margin: 10px auto 30px auto;
        overflow: hidden;
    }

    .zoom-nd {
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
        margin-top: 0px;
        margin-left: 5px;
    }

    .picZoomer-pic-wp {
        margin-left: 0px;
        width: 300px;
        height: 300px;
    }

    .picZoomer-pic {
        width: 91%;
        height: 90%;
    }

    .piclist li {
        width: 60px;
        margin: 0 2px;
    }


    .picZoomer-pic-wp {
        width: 100% !important;
        height: 100% !important;
        margin: 0px auto !important;
        margin-top: 39px !important;
    }

    .bx-ms .tabs nav ul li {
        display: inline-block;
        height: 44px;
    }

    .bx-ms .tabs-style-bar nav ul li a {
        font-size: 23px;
    }

    .bx-ms .tabs nav li.tab-current a {
        font-size: 23px !important;
    }

    .fa-bn {
        display: none;
    }

    .nazar {
        width: 100%;
        margin-right: 0;
    }

        .nazar div table tr td {
            float: right;
            width: 100%;
        }

    .p-nd {
        padding-top: 16px;
        padding-right: 0;
    }

    .cbp-vm-view-grid .ms_pro, .cbp-vm-view-grid .ms-all-pr .ms_pro {
        width: 49%;
        margin: 0px 0%;
    }

    .ms-shop-image {
        height: 220px;
        padding: 2px !important;
    }

        .ms-shop-image img {
            padding: 4px 7px !important;
        }

    .msbtl {
        padding: 0px;
        margin-top: 6px;
        margin-bottom: 0px;
    }

    .ms-pr-compare img {
        display: none;
    }

    .msbuy::after {
        right: 9px;
        background: url(/App_Themes/Template/images/pix5.jpg) left -220px top -100px no-repeat;
    }

    .msbuy {
        font-size: 15px;
        padding: 0 67px 0 0;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    /*body{
       font-family:Tahoma !important;
    } 

      a{
       font-family:Tahoma !important;
    }*/

    ::i-block-chrome, body, a {
        font-family: Tahoma !important;
    }

    ::i-block-chrome, #cssmenu > ul > li h3 a {
        font-size: 11px;
    }
}
