


/*[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    display: none;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-right: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fff;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #1e88e5;
            position: absolute;
            top: 3px;
            right: 3px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }*/


.layout {
    z-index: 99;
    margin-top: -30px;
    text-align: center;
}


.product-important ul {
    margin: 0 auto;
    width: 95%;
}


.product-important ul {
    background-image: linear-gradient(#1e6c20, #5eb532);
}

.product-important .item {
    text-align: center;
    margin: 0 auto;
    .padding: 10px;
    background-color: #f7f7f7;
    /*-webkit-box-shadow: 0px 0px 6px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 6px -2px rgba(0,0,0,0.75);
box-shadow: 0px 0px 6px -2px rgba(0,0,0,0.75);*/
}

    .product-important .item p {
        text-align: center;
        z-index: 99;
        width: 100%;
    }

    .product-important .item img {
        width: 100%;
        .margin-bottom: 30px;
        margin-top: 0px;
        z-index: 1;
    }




/*----special-box----*/
.special-box {
    background-color: #fff;
    margin-top: 20px;
}

    .special-box .row {
        margin: 0;
        padding: 0;
    }


    .special-box .col-md-9, .special-box .col-md-3 {
        padding: 0;
    }

.pd0 {
    padding: 0;
}

/*---homePro----*/
.SalePro {
    background-color: #fff;
    padding-bottom:50px;
}

.homePro {
    .margin: 25px -5px;
    .padding: 10px 20px;
}

.ProductList {
    padding: 5px;
}

    .ProductList .item {
        padding: 0px;
        margin: 10px;
        background-color: #fff;
        text-align: center;
        line-height: 30px;
        border: 1px solid #ddd;
    }

.homePro .item {
    padding: 0px;
    margin: 20px 5px;
    background-color: #fff;
    text-align: center;
    line-height: 30px;
    border: 1px solid #ddd;
}




.ProductList .item .fresh {
    position: absolute;
    left: 10px;
    margin-top: -2px;
    float: left;
}


.homePro .item .fresh {
    position: absolute;
    left: 5px;
    margin-top: -2px;
    float: left;
}


.ProductList .item:hover, .homePro .item:hover {
    -webkit-box-shadow: 0px 0px 6px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 6px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 6px -2px rgba(0,0,0,0.75);
}

.ProductList .item img, .homePro .item img {
    width: 100%;
    margin: 0px 0;
}

.ProductList .item p, .homePro .item p {
    text-align: right;
    font-size: 14px;
    margin-right: 13px;
}


.homePro .item .brnd {
       width: 90px !important;
    float: left;
    padding: 5px 5px 0;
}

.ProductList .item .box-price, .homePro .item .box-price {
    text-align: left;
    padding: 0 10px;
    min-height: 65px;
    margin-top: -10px;
    line-height: 30px;
}

    .ProductList .item .box-price .box-buy {
        float: right;
        width: 50px;
        background-color: none;
        margin-top: 15px;
    }

        .ProductList .item .box-price .box-buy a {
            background-color: #00b425;
            color: #fff;
            padding: 5px 10px;
        }

.ProductList .item .Price, .homePro .item .Price {
    color: #00b425;
}

.ProductList .item .Percent2, .homePro .item .Percent2 {
    display: none;
}

.ProductList .item .Discount2, .homePro .item .Discount2 {
    padding: 30px;
}

.ProductList .item .Percent, .homePro .item .Percent {
    color: #fff;
    background-color: #ff2572;
    text-decoration: none;
    border-radius: 5px;
    padding: 3px 10px;
}



.homePro .item img {
    text-align: center;
}


.homePro .item p.logo img {
    max-height: 20px;
    width: inherit;
}


.homePro .title {
    width: 240px;
    text-align: center;
    margin: 20px auto 30px;
    padding: 10px;
    font-weight: 500;
    font-size: 150%;
    z-index: 5;
    color: #737373;
}

.proNews {
background-color:#f6f5f5;
}

.proNews .title {
    width: 240px;
    text-align: center;
    margin: -25px auto 40px;
    padding: 10px;
    font-weight: 500;
    font-size: 150%;
    z-index: 5;
    color: #000;
}




.homePro .title span {
    background-color: #f6f5f1;
    padding: 5px 10px;
    color: #757575;
}

.proNews .title span {
    .background-color: #f6f5f1;
    padding: 5px 10px;
    color: #757575;
}

.SalePro .title span {
    background-color: #fff !important;
    padding: 5px 10px;
    color: #8b23b6;
   
}


.homePro .line {
    height: 2px;
    width: 230px;
    margin: 0 auto;
    margin-top: -15px;
    z-index: 2;
    background-color: #dddcd8;
}


.proNews .line1 {
    height: 2px;
    width: 40px;
    z-index: 2;
    background-color: #888;
    float: right;
    margin-top: 15px;
}

.proNews .line2 {
    height: 2px;
    width: 40px;
    z-index: 2;
    background-color: #888;
    margin-top: 15px;
    float: left;
}

.proNews .backline {
    position: absolute;
    text-align: center;
    .background-color: #000 !important;
    padding: 5px 10px;
    color: #00b425;
    height: 30px;
    width: 150px;
    .position:absolute;
    margin: 0 auto;
    z-index: 999999999999;
}




.SalePro .line {
    background-color: #8b23b6;
}

.SalePro .swiper-container {
    padding-bottom: 60px;
}

.homePro .item .hamkar, .homePro .item .user {
    color: #51bc30;
}

.homePro .hamkarPrice {
    color: #fdb913;
    font-size: 11px;
    display: none;
}

.homePro .rowdiscount {
    height: 15px;
    margin-top: -5px;
}



.proNews .more-news {
    background-color: #8b23b6;
    color: #fff;
    padding: 5px 10px;
    border-radius: 25px;
    left: 10px;
    top: -15px;
    position: absolute;
}



.page {
    width: 100%;
    background-color: #000;
    margin: 0px auto 0px auto;
    border: 0px solid #496077;
    height: 100%;
    opacity: 0.7;
    position: fixed;
    z-index: 100;
}



#my-welcome-message {
    z-index: 500;
    position: fixed;
    width: 36%;
    left: 27%;
    top: 20%;
    padding: 20px 2%;
    font-family: Calibri, Arial, sans-serif;
}

    #my-welcome-message #fvpp-close {
        position: absolute;
        top: 90px;
        right: 60px;
        cursor: pointer;
        .background-color:red;
        color: #fff;
    }

















.floatR {
    float: right;
}



.mainStl {
    .min-height: 400px;
    padding: 20px 10px 0 10px;
}

.rightmain {
    padding: 60px 10px;
}

.padL {
    padding-left: 0;
}

.mrTop {
    margin-top: 10px;
}

.mrButtom {
    margin-bottom: 20px;
}


.mrButtom10 {
    margin-bottom: 10px;
}



.mrg0 {
    margin: 0px;
}



.dirL {
    direction: ltr;
}


.disPly {
    display: none;
}

.rightStl {
    min-height: 400px;
    padding: 0px 15px;
}





.security {
    direction: ltr;
    font-family: Tahoma;
}


label {
    .font-weight: 100;
}

.e-container {
    width: 1270px;
    /*background: #00aff2;*/
}

.text-align-center {
    text-align: center;
}

.text-align-left {
    text-align: left;
    padding: 10px;
    font-size: 11px;
}

.en {
    direction: ltr;
    text-align: right;
}

.model {
    color: #aaa;
    font-weight: 400;
}

.e-icon {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 10px;
    left: 18px;
}

header {
    box-shadow: 0 0 11px 2px rgba(0, 0, 0, 0.15);
    position:fixed;
    z-index:9999999999999999999;
    width:100%;
    background-color:#fff;
    .margin-top:-65px;
    
}
.pageweb {
.margin-top:65px;
padding-top: 65px;
}

/* ------------- Navigation ------------- */

.nav-wrapper {
    border-bottom: 2px solid rgba(204, 204, 204, 0.22);
    ;
    .margin-bottom: 18px;
}

.nav-logo {
    width: 100%;
    padding: 5px 0;
    .background-image: url("../images/logo-top.png");
    .margin-top: 7px;
}

@media (min-width: 0px) and (max-width: 992px) {
    .nav-logo {
        background-position: top center;
    }
}



.gallery {
    padding: 10px;
}

    .gallery .col-xs-4 {
        padding: 5px;
    }

.img-gallery {
    border: 1px solid #eee;
    margin-left: 7px;
}

/* ------------- Nav Top ------------- */
.nav-top {
    padding: 0;
    margin: 0px 20px;
    font-size: 14px;
}

    .nav-top li {
        display: inline-block;
        padding: 15px 0;
    }

/*@media (min-width: 992px) and (max-width: 1199px) {*/
/*.nav-top li {*/
/*padding: 0 5px;*/
/*}*/
/*}*/

@media (max-width: 992px) {
    .nav-top {
        text-align: center;
        float: none !important;
    }
}

.nav-top li a {
    line-height: 15px;
    padding: 0 10px;
    font-size: 85%;
    color: #333;
    display: block;
    border-left: 1px solid;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.nav-top li:last-child a {
    border-left: none;
    padding-left: 0;
}

.nav-top li:nth-child(1) a {
    padding-right: 0;
}

.nav-top li:hover a {
    color: #fdb913;
}

/* ------------- Nav Image ------------- */
.tinynav {
    visibility: hidden;
}

.nav-image {
    padding: 0;
    margin: 0;
}

    .nav-image li {
        display: inline-block;
        text-align: center;
    }

        .nav-image li a {
            line-height: 15px;
            padding: 0 0px;
            font-size: 11px;
            color: #5c5c5c;
            display: block;
            text-align: center;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

        .nav-image li img {
            -webkit-transform-style: preserve-3d;
            -moz-transform-style: preserve-3d;
            transform-style: preserve-3d;
            transform-origin: 50% 50%;
            -webkit-transform-origin: 50% 50%;
            -moz-transform-origin: 50% 50%;
            -o-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            transition: all .7s;
            -webkit-transition: all .7s;
            -moz-transition: all .7s;
            -o-transition: all .7s;
            -ms-transition: all .7s;
        }

        .nav-image li:hover img {
            -webkit-transform: rotatey(360deg);
            -moz-transform: rotatey(360deg);
            transform: rotatey(360deg);
        }

.nav-border {
    background: url("../images/nav-border.jpg") no-repeat;
    background-size: contain;
    width: 9px;
    height: 100%;
    padding: 31px 0;
}

.nav-image li:last-child a {
    border-left: none;
}

.nav-image li:hover a {
    color: #fdb913;
}

@media (min-width: 0px) and (max-width: 992px) {
    #nav {
        display: none;
    }

    .tinynav {
        visibility: visible;
        display: block;
        width: 280px;
        margin: 10px auto;
        height: 30px;
        transition: all 0.8s;
        -webkit-transition: all 0.8s;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .nav-image li {
        float: right;
    }

        .nav-image li a {
            padding: 0;
        }
}

/* ------------- menutop ------------- */

.menutop {
    width:60%;
    position: absolute;
    margin: 15px -70px 0 0;
    font-size: 12px;
}

.left-menu {
    float: right;
}

    .left-menu ul {
        list-style-type: none;
    }

    .left-menu li {
        float: left;
        padding: 10px;
    }

/* ------------- Search ------------- */


@media (min-width: 768px) {
    .search {
        padding-top: 10px;
    }

        .search h1 {
            font-size: 14px;
            color: #aaa;
            line-height: 30px !important;
        }

        .search .col-md-4 {
            padding-top: 40px;
        }
}

.e-search {
    position: relative;
    text-align: right;
    margin-top: 5px;
}

@media (min-width: 0px) and (max-width: 992px) {
    .e-search {
        margin-bottom: 20px;
    }
}

.e-search .e-search-input {
    background: #FFFFFF;
    border: 1px solid rgba(176, 176, 176, 0.46);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05) !important;
    color: #959595;
    font-size: 12px;
    font-weight: 500;
    .height: 32px;
    padding: 9px 12px;
    width: 100%;
    border-radius: 4px;
    float: left;
}

.e-search .e-search-button {
    /*border-radius: 5px !important;
    border: none !important;
    color: #ffffff !important;
    cursor: pointer;
    display: block !important;
    text-align: center;
    text-transform: uppercase;
    width: auto !important;*/
    left: 0;
    top: 1px;
    font-size: 19px;
    position: absolute;
    background-color: #3b3b3b;
    color: #fff;
    height: 35px;
    width: 53px;
    border-radius: 5px 0 0 5px;
}

#search .e-search a {
}

    #search .e-search a i {
        position: absolute;
        /* margin: 0 auto; */
        left: 18px;
        top: 5px;
    }

#search select {
    direction: ltr;
    width: 100%;
    height: 32px;
    background-color: #51bc30;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #fff;
    padding: 0 9px;
}




.iconcard1 {
    margin-top: 0px;
    width: 33px;
    height: 30px;
    float: right;
    .margin-left: 10px;
    .padding: 3px 7px 5px 15px;
    .margin-bottom: 5px;
    -ms-transform: rotateY(180deg); /* IE 9 */
    -webkit-transform: rotateY(180deg); /* Chrome, Safari, Opera */
    transform: rotateY(180deg);
    .right: 0;
    color: red;
    .top: 1px;
    font-size: 25px;
    .position: absolute;
    .background-color: #3b3b3b;
    color: #fff;
    height: 33px;
    width: 53px;
    .border-radius: 0 5px 5px 0;
}


.btncard {
    margin-top: -5px;
}

    .btncard div {
        padding: 5px;
        font-size: 17px;
    }

    .btncard a {
        text-decoration: none;
    }

        .btncard a:hover {
            color: #fff;
        }



.iconcard {
    margin-top: 0px;
    width: 33px;
    height: 30px;
    float: left;
    .margin-left: 10px;
    padding: 3px 7px 5px 15px;
    margin-bottom: 5px;
    -ms-transform: rotateY(180deg); /* IE 9 */
    -webkit-transform: rotateY(180deg); /* Chrome, Safari, Opera */
    transform: rotateY(180deg);
    left: 0;
    top: 1px;
    font-size: 19px;
    position: absolute;
    background-color: #003a54;
    color: #fff;
    height: 35px;
    width: 53px;
    border-radius: 0 5px 5px 0;
}

    .iconcard a {
        color: #fff;
        font-size: 25px;
        padding: 5px;
    }


/* ------------- Nav Vertical ------------- */
.nav-vertical {
    padding: 0;
    border-radius: 4px;
    box-shadow: 0px 8px 12px -6px rgba(0, 0, 0, 0.15);
    position: relative;
    .top: -48px;
}

    .nav-vertical li {
        display: block;
        border-bottom: 1px solid #eee;
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -ms-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
        background-color: #fff;
    }

        .nav-vertical li a {
            .line-height: 34px;
            .padding-right: 15px;
            color: #666;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

        .nav-vertical li:hover {
            background: #fdb913;
        }

            .nav-vertical li:hover a {
                .padding-right: 25px;
                color: #fff;
            }

.nav-vertical-title {
    line-height: 47px;
    padding-right: 15px;
    background-color: #003a54 !important;
    color: #fff;
}


.nav-vertical div.aa {
    padding: 6px 10px;
}




.nav-vertical li.nav-vertical-title:hover {
    background: #51bc30;
}

@media (min-width: 0px) and (max-width: 992px) {
    .nav-vertical {
        top: 0;
    }
}




/* ------------- Content ------------- */
.e-slider {
    width: 100%;
    background: #fff;
}

.Bestsellers {
    margin: 30px 0 20px 0;
}

.products {
    margin: 15px 15px;
}

    .products .col-md-6 {
        padding: 0 10px;
    }


    .products .product-box {
        background: #fff;
        .border: 1px solid rgba(176, 176, 176, 0.46);
        padding: 15px;
        margin-top: 20px;
        border-radius: 4px;
        min-height: 175px;
        -moz-box-shadow: 0 0 8px -3px #bbb;
        -webkit-box-shadow: 0 0 8px -3px #bbb;
        box-shadow: 0 0 8px -3px #bbb;
    }

        .products .product-box img {
            float: left;
        }

        .products .product-box .product-image {
            width: 211px;
            /* height: 95px; */
            overflow: hidden;
            /* background: #2ba3d4; */
            float: left;
            margin-right: 13px;
        }

        .products .product-box h2 {
            margin: 0;
            margin-bottom: 7px;
            font-size: 14px;
            font-weight: bold;
        }

        .products .product-box p {
            font-size: 13px;
            margin-bottom: 5px;
            height: 30px;
            text-align: right;
        }

        .products .product-box input[type=submit] {
            background: #50bb2e;
            padding: 5px 34px;
            font-size: 16px;
            border-radius: 5px;
            color: white;
            border: none;
            box-shadow: 0px 2px 3px 1px #eee;
        }




.priceDiv {
    .font-weight:bold;
    color: #51bc30;
}

.rr {
    margin: 10px 0;
}

.mm {
    margin: 5px -15px;
}

.priceDiv .Priceint {
    font-size: 23px;
    padding: 10px;
}

.Pricehamkar {
    font-size: 15px !important;
    padding: 10px;
    .text-decoration: line-through;
}

.Pricediscount {
    padding: 10px;
}

.discounts {
    padding-right: 20px;
    width: 200px;
}

.discount1 {
    margin-right: 30px;
    background-color: #ff7272;
    padding: 3px 8px;
    color: #fff;
}

.discount2 {
    background-color: #ff5252;
    padding: 3px 5px;
    color: #fff;
}




.hamkar1 {
    color: #fdb913;
}

.hamkar2 {
    color: #5c5c5c;
}

.userbox {
    color: #000;
}

.PriceUser {
    font-size: 18px;
    padding: 10px;
}


.n-product {
    background-color: #fff;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}


    .n-product .n-product-image {
        width: 120px;
        .height: 128px;
        overflow: hidden;
        margin-right: 13px;
        margin: 0 auto;
    }





.titr-new {
    background-color: #f1f1f1;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 4px solid #cfcfcf;
    margin: 15px 0;
    padding: 7px 10px;
    font-weight: bold;
    color: #000;
}




/*   new product     */
.sortdiv {
    margin: 5px 0 10px;
}


.allitemproduct {
    margin: 5px 0px;
}

.n-product .n-product-box {
    background-color: #fff;
    .padding: 40px 40px 0 40px;
    padding: 5px;
    .margin-bottom: 15px;
    text-align: center;
    border: 1px solid #eee;
    .border-bottom: 1px solid #eee;
}

    .n-product .n-product-box .n-product-title .e-name {
        float: left;
        padding: 10px;
    }

.e-name Img {
    max-width: 93px;
    .height: 36px;
}

.n-product .n-product-box .n-product-title .e-new {
    float: right;
    padding: 2px 5px 0 5px;
    margin: 10px;
    color: #fff;
    font-weight: bold;
    background-color: #000;
}


.n-product .n-product-box .n-product-image {
    text-align: center;
    padding: 15px 0;
    margin: 20px 0;
    width: 100%;
    .border-bottom: 1px solid #d6d5d5;
    min-height: 100px;
}

    .n-product .n-product-box .n-product-image img {
        .max-height: 90px;
        margin-top: -11px;
    }


.n-product .n-product-box .n-product-shop {
    .margin-top: 5px;
    font-size: 12px;
    .background-color: #f6f7f8;
}

.n-product-shop .left {
    text-align: left;
    font-size: 14px;
    padding-left: 24px;
    padding-top: 7px;
    color: #000;
}

.n-product-shop .right {
    .padding-top: 5px;
}


.n-product .n-product-box .n-product-Data {
    padding: 10px 10px 0 10px;
    margin-top: -20px;
}

    .n-product .n-product-box .n-product-Data b {
        color: #003a54;
    }

    .n-product .n-product-box .n-product-Data .data {
        margin-top: 5px;
        font-size: 12px;
    }

        .n-product .n-product-box .n-product-Data .data .des {
            color: #1f7ea6;
            font-size: 11px;
        }


.n-product-box .rate {
    position: absolute;
    .float:left;
    background-color: #fff;
    .padding:10px;
    color: #aaa;
    left: 20px !important;
    .width:100%;
    text-align: left;
    margin-top: 0px;
    left: 0px;
}

    .n-product-box .rate i {
        font-size: 17px;
    }

.n-product-info {
    text-align: right;
}



    .n-product-info .model {
        font-size: 12px;
    }

    .n-product-info .data {
        margin-bottom: 5px;
    }

    .n-product-info .desdata {
        height: 35px;
        margin-top: 5px;
    }


    .n-product-info .dataPrice {
        border-top: 1px solid #e8e8e6;
        padding-top: 5px;
    }




        .n-product-info .dataPrice .right {
            padding: 0 15px 0 0;
            font-size: 11px;
        }

        .n-product-info .dataPrice .left {
            font-size: 11px;
            text-align: left;
            line-height: 17px;
        }

.grtitle {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.PGtitle {
    padding: 20px 25px 0;
    font-size: 16px;
}

    .PGtitle h1 {
        font-size: 18px;
    }

.bdmain {
    padding: 10px 40px;
}

.titlelogin {
    background-color: #51bc30;
    color: #FFFFFF;
    padding: 8px;
    margin-bottom: 15px;
}

.rownew {
}


.filterItem {
    border: 1px solid #eee;
    font-size: 9px;
    float: right;
    padding: 0 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 2px;
}

    .filterItem .btndelete {
        font-size: 9px;
        padding: 0 5px;
    }


.rownew .empty {
    padding: 20px;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    font-size: 11px;
    text-align: center;
    margin: 10px 0;
    width: 97.5%;
}


/*------------- right-main ---------------------*/


.slie-box-right {
    .border: 1px solid #d8d7d7;
    min-height: 250px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fafafa;
    -moz-box-shadow: 0 1px 7px -3px #bbb;
    -webkit-box-shadow: 0 1px 7px -3px #bbb;
    box-shadow: 0 1px 7px -3px #bbb;
}


    .slie-box-right .slide {
        border-bottom: 1px solid #d8d7d7;
        min-height: 270px;
    }


    .slie-box-right .top-text {
        color: #51bc30;
        padding: 10px;
        font-size: 13px;
    }

.slide .img {
    padding: 10px;
}


.slide .txt {
    margin-top: 30px;
    padding: 20px;
}

.carousel-indicators {
    top: 250px;
    background-color: #fafafa;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #777777;
        border: 1px solid #777777;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #333333;
    }

/*-------------ads --------------*/

.e-ads {
    background-color: #389fca;
    border: 1px solid #eeeff1;
    min-height: 378px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    .margin-bottom: 45px;
}

    .e-ads img {
        -webkit-border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-topright: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        margin-bottom: 10px;
    }


    .e-ads .btnForm {
        background-color: #fa9108 !important;
    }


    .e-ads .form-group {
        margin: 0;
        text-align: center;
        background-color: #389fca;
        padding: 8px 15px;
    }


.paymentType {
    margin-top: 10px;
}

    .paymentType label {
        text-align: left;
        padding: 10px 0 0px;
    }



/*-------------tools --------------*/

.e-tools {
    background-color: #fdcc65;
    border: 1px solid #eeeff1;
    min-height: 265px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 20px 0;
}

    .e-tools .txt {
        text-align: center;
        color: #fff;
        padding: 15px;
        font-size: 18px;
    }

    .e-tools img {
        -webkit-border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-topright: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }



/*-------------namad --------------*/

.e-namad {
    text-align:center;
    min-height: 180px;
   .
}
/*----------product-important---------------*/


.ulnews .item-news {
    text-align: right;
    margin-bottom:30px;
}

    .ulnews .item-news .date {
        color: #8b23b6;
        padding: 20px 0;
        margin-bottom: 0px;
    }
    .ulnews .item-news .date i {
        margin-left:10px;
    }

    .ulnews .item-news h3 {
        color: #000;
        margin-bottom: 20px;
        height: 60px;
    }

     .ulnews .item-news img {
         height: 400px;
       width:100%;
    }

    .ulnews .item-news p {
        text-align: justify;
        margin-bottom: 35px !important;
        height: 150px !important;
        line-height:20px;
    }

    .ulnews .item-news .more {
        color: #fff;
        background-color: #8b23b6;
        padding: 5px 20px;
        border-radius: 25px;
    }


.map {
    border-top: 6px solid #00b425;
    height: 300px;
    margin-top: -50px;
    text-align: center;
    background-color: #fff;
}


.map-title {
    text-align: center;
    .position:absolute;
    margin: 40px auto 0;
    width: 100px;
    font-size: 17px;
    padding: 25px 10px;
    height: 100px;
    color: #fff;
    z-index: 999999999999999;
    background-color: #00b425;
    border-radius: 50%;
}





.newslist h1.ll {
    font-size: 16px;
    color: #51bc30;
    margin: 0;
    line-height: 0;
}

.newslist h2.lt {
    font-size: 15px;
    margin: 10px 0;
    line-height: 30px;
    font-weight: bold;
}



/*--------news Detail-------------*/

.newsdetail {
    margin: 0 0 20px 0 !important;
    padding: 30px 0 !important;
}


   


  

    .newsdetail .datediv {
        margin-top: 10px;
    }

    .newsdetail .datediv {
        margin-top: 10px;
    }


    .newsdetail .rating {
        .float:left;
        text-align: left;
        margin: -60px 0;
        padding-bottom: 30px;
        width: 100%;
    }

    .newsdetail .headPro .rating {
        .float:left;
        text-align: left;
        margin: -55px 0;
        padding-bottom: 30px;
        width: 100%;
        line-height: 15px;
    }

    .newsdetail .rating b {
        padding: 0 10px;
        color: #a0a0a0;
        font-weight: 400;
    }


    .newsdetail .rate {
        position: absolute;
        .float:left;
        background-color: #fff;
        .padding:10px;
        color: #aaa;
        left: 30px !important;
        .width:100%;
        text-align: left;
        margin-top: -40px;
        .left:0;
    }

        .newsdetail .rate i {
            font-size: 17px;
        }



/*--------------page Product-------------*/
.backproduct {
    min-height: 1000px;
    margin: 25px 0;
    padding: 10px;
}


    .backproduct .AddAddress .btn {
        padding: 20px;
        border-radius: 5px;
        border: 3px dashed #fbd26e;
        width: 100%;
        font-size: 25px;
        background-color: #fff;
        color: #fbd26e !important;
    }

.AddAddress .close {
    background-color: #eee;
    border-radius: 50px;
    color: #000;
    float: left;
    border: 2px solid #000;
    width: 30px;
    height: 30px;
    padding: 3px 6px 0;
    margin: -35px 0 10px;
}

.AddAddress p {
    padding: 10px 0;
}


.Receivered {
    background-color: #f6fcf4;
}

.Receiveredbox {
    text-align: center;
}

.Receivered .Receiveredbox {
    color: #51bc30;
}

.RowEdit {
    position: absolute;
    margin: -105px 30px 0;
    left: 0;
}

.linkDiv {
    height: 230px;
    width: 100%;
    position: absolute;
}

/*addmodal*/

.addmodal {
 margin-top:65px;
}

.addmodal .modal-body {
    padding: 30px;
    line-height: 35px;
}

.addmodal .modal-header .close {
    float: left;
    font-size: 15px;
}

.addmodal .modal-body .btn {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
}



.backproductall {
    background-color: #fff;
    min-height: 510px;
    margin: 0px 0px 10px;
    padding: 10px 0;
}



.backproductpro {
    background-color: #fff;
    min-height: 1000px;
    margin: 20px -10px;
}

.titrproduct {
    border: 1px solid #d6d5d5;
    padding: 5px 0;
    margin: 10px -5px;
    font-size: 12px;
    color: #a0a0a0;
}

.itempro {
    padding: 0px;
}




/*product-box*/


@media only screen and (min-width: 1280px) {
    .itempro {
        width: calc(25% - 0px);
        float: right;
        .margin-right: 10px;
    }
}

@media only screen and (min-width: 1520px) {
    .itempro {
        width: calc(20% - 0px);
        float: right;
    }
}



.selectrow {
    font-size: 11px;
}

.selectDrop {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 10px;
    padding: 2px;
}


.ISShowRow {
    font-size: 11px;
}


.slideThree {
    width: 55px;
    height: 25px;
    background: #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}

    .slideThree:after {
        content: 'OFF';
        font: 10px/26px Arial, sans-serif;
        color: #000;
        position: absolute;
        right: 5px;
        z-index: 0;
        font-weight: bold;
        text-shadow: 1px 1px 0px rgba(255,255,255,.15);
    }

    .slideThree:before {
        content: 'ON';
        font: 10px/26px Arial, sans-serif;
        color: #00bf00;
        position: absolute;
        left: 5px;
        z-index: 0;
        font-weight: bold;
    }

    .slideThree label {
        display: block;
        width: 22px;
        height: 20px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        transition: all .4s ease;
        cursor: pointer;
        position: absolute;
        top: 3px;
        left: 3px;
        z-index: 1;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
        background: #fcfff4;
        background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
    }

    .slideThree input[type="checkbox"] {
        visibility: hidden;
    }

    .slideThree input[type=checkbox]:checked + label {
        left: 30px;
    }



.Exist {
}

.Exists input[type="checkbox"] {
    -webkit-appearance: none;
    .display: inline-block;
    width: 58px;
    height: 58px;
    border: 0px solid gray;
    outline: none;
    cursor: pointer;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}

    .Exists input[type="checkbox"]:checked {
        background-color: red;
        background: url("../images/SpecialOffer.png") center no-repeat;
    }


.itempro .abs {
    width: 58px;
    height: 58px;
    .background-color:red;
    position: absolute;
    .margin-top: 25px;
    margin-right: 0px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}


    .itempro .abs input[type="checkbox"] {
        -webkit-appearance: none;
        display: inline-block;
        width: 59px;
        height: 58px;
        border: 0px solid gray;
        outline: none;
        cursor: pointer;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
    }

        .itempro .abs input[type="checkbox"]:checked {
            background-color: red;
            background: url("../images/SpecialOffer.png") center no-repeat;
        }

.itempro .Exist {
    margin-top: -20px;
}


.itempro .Exist {
    -webkit-appearance: none;
    position: absolute;
    width: 110px;
    height: 18px;
    outline: none;
    margin: -18px 1px;
}

    .itempro .Exist input[type="checkbox"]:checked {
        background-color: red;
        background: url("../images/Unavailable.gif") center no-repeat;
    }




.Filterbox {
    .border: 1px solid #eee;
}

.titleFilter {
    width: 100%;
    padding: 10px;
    color: #fff;
    background-color: #fa9107;
}

    .titleFilter h1 {
        font-size: 14px !important;
        color: #fff !important;
        margin-bottom: 0;
    }

.Filterbox a {
    color: #5c5c5c;
}


.titleFilter .icon {
    float: left;
    font-size: 20px;
}

.FilterA {
    margin: 20px 1px 5px;
    border: 1px solid #ddd;
    padding: 10px 10px 5px;
}

    .FilterA li.item {
        padding: 10px;
        border-bottom: 1px solid #eee;
        width: 90%;
        margin: 0 auto;
    }

        .FilterA li.item:last-child {
            border-bottom: 0px solid #eee;
        }


    .FilterA .icon {
        padding: 0 10px;
    }

    .FilterA .tt {
        padding: 5px 25px;
    }

.FilterB {
    width: 90%;
    margin: 0 auto;
    line-height: 25px;
}


    .FilterB .body {
        margin: 10px 0;
    }


    .FilterB .bodys {
        margin: 10px 0;
        font-size: 11px;
    }


.Filterbox {
    background-color: #fff;
}


    .Filterbox input[type='checkbox'] {
        display: none;
    }

        .Filterbox input[type='checkbox'] + label span {
            display: inline-block;
            width: 19px;
            height: 19px;
            margin: -1px 4px 0 0;
            vertical-align: middle;
            background: url(../images/check_radio_sheet.png) left top no-repeat;
            cursor: pointer;
        }

        .Filterbox input[type='checkbox']:checked + label span {
            background: url(../images/check_radio_sheet.png) -19px top no-repeat;
        }


    .Filterbox .tt {
        padding-right: 12px;
        font-weight: normal;
    }


.divfilter {
    width: 100%;
    .height: 180px;
    .overflow-y: scroll;
    font-weight: normal;
    font-size: 11px;
    line-height: 5px;
    border: 1px solid #d9d9d9;
    padding: 10px;
}



.btnfilter {
    border: 1px solid #d9d9d9;
    width: 100%;
    background-color: #f4f3f8;
    text-align: right;
    font-size: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .btnfilter:after {
        font-family: "Ionicons";
        content: "\f3d0";
        float: left;
        margin-right: 15px;
    }
    /* Icon when the collapsible content is hidden */
    .btnfilter.collapsed:after {
        content: "\f3d2";
    }





/*loader*/

.loadImg {
    height: 90px;
    position: fixed;
    margin: 100px -30px 0 0;
    background-color: #fff;
    width: 300px;
    z-index: 600;
    border: 1px solid #c4c4c4;
    text-align: center;
    padding: 10px 0;
}

#bgDiv {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #fff;
    filter: alpha(opacity=50);
    opacity: 0.8;
    z-index: 500;
}

/* ----


/*--------------page-------------*/

.bdPage {
    background-color: #fff;
    min-height: 100px;
    border: 1px solid #f0f0ef;
    border-radius: 4px;
    margin:0px auto;
    line-height: 2.2em;
    padding: 10px;
}

    .bdPage h4 {
        line-height: 2.2em;
    }

/* ------------- Footer ------------- */




footer {
    .background-image: url(../slide/back.jpg);
    background-color:#eee;
    color: #333;
    background-size:cover;
    border-top:1px solid #ddd;
}

.mobilecopy {
    padding: 10px;
    text-align: center;
}



.titlefooter {
    line-height: 90px;
    .margin-bottom: 30px;
    font-size: 150%;
}

.bodyitemfooter {
    line-height: 2.5em;
    font-size: 13px;
}

    .bodyitemfooter .icn {
        width: 30px;
        text-align: center;
        height: 30px;
        font-size: 18px;
        background-color: #8b23b6;
        color: #eee;
        padding: 0 5px;
        border-radius: 50%;
        float: right;
        margin-left: 10px;
    }

    .bodyitemfooter .item {
        margin-top: 10px;
    }


.footer-list .item a {
    color: #5c5c5c;
}



footer .footer-box {
    padding-top: 20px;
}

footer .logo-list {
    text-align: center;
}

    footer .logo-list ul {
        padding: 0;
    }

        footer .logo-list ul li {
            display: inline-block;
            padding: 5px 14px;
            margin-left: 1px;
            background-color: #FFFFFF;
        }

            footer .logo-list ul li:last-child {
                border-left: none;
            }

            footer .logo-list ul li a {
                color: #5c5c5c;
            }

footer .footer-list {
    padding: 20px;
}

    footer .footer-list .footer-list-box li a {
        line-height: 10px;
        color: #5c5c5c;
    }

@media (min-width:0) and (max-width:992px) {
    footer .footer-list .footer-list-box {
        text-align: center;
    }
}

footer .footer-contact-us {
    text-align: right;
}

    footer .footer-contact-us input[type=submit] {
        border: none;
        line-height: 27px;
        background-color: #003a54;
        padding: 10px;
        color: #eee;
    }

@media (min-width: 768px) {

    footer .footer-list {
        padding-top: 10px;
    }



    footer .footer-contact-us input[type=submit] {
        position: absolute;
        ,border-radius: 0 6px 6px 0;
        border: none;
        line-height: 27px;
        background-color: #003a54;
        padding: 8px 12px;
        color: #eee;
        margin-left: -5px;
    }

    footer .footer-contact-us input[type=text] {
        width: 250px;
        line-height: 25px;
        border: 1px solid #DADADA;
        padding: 8px;
    }
}

footer .footer-contact-us input[type=text] {
    width: 90%;
    line-height: 25px;
    border: 1px solid #DADADA;
    padding: 8px;
}


footer .footer-contact-us .contact-box {
    padding-top: 25px;
    padding-left: 0px;
}

    footer .footer-contact-us .contact-box h6 {
        margin-bottom: 10px;
    }


    footer .footer-contact-us .contact-box span {
        font-size: 17px;
        font-weight: bold;
        color: #3bb614;
    }


.footer-about {
    border-bottom: 1px solid #E2E2E2;
    margin: 0px;
    padding-bottom: 10px;
}

    .footer-about h1 {
        font-size: 17px;
    }

@media (min-width: 768px) {
    .social-box {
        margin: 0 !important;
    }
}

.social-box ul {
    list-style-type: none;
}

    .social-box ul li {
        display: inline;
        float: right;
    }

        .social-box ul li .in {
            width: 40px;
            height: 40px;
            text-align: center;
            padding: 4px;
            margin-left: 10px;
            background-color: #d1d1d1;
            border-radius: 50%;
        }


footer .footer-copyright {
    color: #6c6c6c;
    padding: 20px;
    .border-top: 1px solid #000;
    font-size: 14px;
    background-color: #fafafa;
}


.footer-copyright ul {
    list-style-type: none;
}

    .footer-copyright ul li {
        float: right;
        margin-left: 15px;
    }


.footer-copyright .copyright {
    .font-size: 10px;
    margin-left: 5px;
    float: left;
}


/*-----login -----*/
.backlogin {
    background:#dcc5e6;
    .background: rgb(239,116,111);
    .background: linear-gradient(0deg, rgba(2,0,36,1) 0%,
     rgba(227,101,98,1) 0%, rgba(239,116,111,1) 37%);
    min-height: 790px;
}

.loginbox {
    width: 600px;
    min-height: 400px;
    margin: 170px auto;
    background-color: #fff;
    padding: 50px;
}

    .loginbox .head {
        color: #8b23b6;
        font-size: 25px;
        text-align: center;
        padding-bottom: 10px;
        font-weight: 800;
    }

    .loginbox .form-control {
        border: 0px;
        border-bottom: 1px solid #8b23b6;
        box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
        padding: 30px 10px;
    }

        .loginbox .form-control:focus::placeholder {
            color: #fff;
        }

        .loginbox .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #000;
            font-size: 14px;
            opacity: 1; /* Firefox */
        }

    .loginbox select {
        background-color: #1e88e5;
        width: 100%;
        border: 0;
        color: #fff;
        padding: 15px;
        margin-top: -10px;
        font-weight: 700;
        line-height: 100px !important;
    }




        .loginbox select option {
            padding: 40px !important;
            height: 100px !important;
            font-size: 15px !important;
        }

    .loginbox .robat {
        margin: 20px auto;
        width: 304px;
    }


    .loginbox .btn {
        .background-image: linear-gradient(to right, #248ed4, #5136d6);
        background-color: #01b425;
        border: 1px solid #047d1d;
        color: #fff;
        border-radius: 50px;
        padding: 10px 25px;
    }


    .loginbox .result {
        text-align: center;
        line-height: 60px;
        margin-top: 15px;
    }


        .loginbox .result .alert {
            line-height: 30px;
        }

        .loginbox .result a {
            text-decoration: none;
        }

            .loginbox .result a:hover {
                border-bottom: 1px dashed #1e88e5;
                padding-bottom: 10px;
                color: #1e88e5;
            }


/*details*/

.backDetails {
    padding: 0px 15px;
}


    .backDetails .Link {
        .background-color: #fff;
        color: #6a6a6a;
        padding: 10px;
        margin: 25px 0px 0.backDetails .detail .imgDetail;
    }


        .backDetails .Link a {
            color: #6a6a6a;
            text-decoration: none;
        }

            .backDetails .Link a:hover {
                .border-bottom:1px dashed #6a6a6a;
                color: #000;
            }

    .backDetails .detail .img-box {
        border: 1px solid #eee;
        margin: 25px 10px;
        padding: 10px;
    }


        .backDetails .detail .img-box .fresh {
            float: left;
            margin: -10px;
        }

    .backDetails .detail .price-box {
        color: #8b23b6;
        font-size: 18px;
        line-height: 30px;
    }




    .backDetails .detail {
        background-color: #fff;
        color: #083050;
        .padding:10px;
        margin: 13px 0;
    }



        .backDetails .detail .Special {
            right: 0;
            .margin-right:-15px;
            position: absolute;
        }

        .backDetails .detail .imgDetail {
            padding: 20px;
            max-width: 400px;
        }

        .backDetails .detail .col-md-4 {
            text-align: center;
        }



.tab-content {
    padding:20px;
}

        .backDetails .detail .content {
            padding: 10px 0;
            min-height: 320px;
        }

            .backDetails .detail .content .titr h3 {
                font-size: 25px;
                padding: 0;
                margin-bottom: 25px;
                margin-top:0px;
            }

            .backDetails .detail .content .titr {
                padding: 20px 15px;
            }

              .backDetails .detail .content .titr .linkAll {
                position:absolute;
                left:20px;
                text-align:left;
                line-height:26px;
               z-index:99;
            }
                .backDetails .detail .content .titr .linkAll a {
                    color:#a6a5a5;
                }
                .backDetails .detail .content .titr .linkAll b {
                    color:#00b425;
                    padding-right:10px;
                    font-size:120%;
                }

            .backDetails .detail .content .item {
                margin: 10px 0;
            }


            .backDetails .detail .content .btndiv {
                text-align: left;
            }

            .backDetails .detail .content .Percent {
                background-color: #fb3449;
                color: #fff;
                padding: 0 10px;
                border-radius: 10px;
            }

            .backDetails .detail .content .box-Discount {
                font-size: 14px !important;
            }

            .backDetails .detail .btn {
               
                font-size:110% !important;
            }


    .backDetails .content {
        .background-color:#fff;
        color: #083050;
    }

    .backDetails .feature {
        background-color: #fff;
        margin:0px -15px;
        padding:20px;
        line-height:30px;
        height:400px;
        overflow: scroll;
        overflow-x: hidden;
    }


    .backDetails .feature::-webkit-scrollbar {
  width: 10px;
}

/* Track */
  .backDetails .feature::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
  .backDetails .feature::-webkit-scrollbar-thumb {
  background: #00b425; 
}

/* Handle on hover */
  .backDetails .feature::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.box-MoreText {
     margin-top :60px ;

}

.box-MoreText h3 {
     background-image: linear-gradient(#1e6c20, #5eb532);
     color:#fff;
     padding:15px;
     margin: 0 -15px;
    
 width:50%;
}
    .box-MoreText h3 img {
        margin-left:20px;
    }

.SendRight {
    float: left;
    margin-top: 5px;
}


.rowline {
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 5px;
    .text-align: left;
}

    .rowline .icon {
        padding: 0 5px;
    }



/*  filter details  */


.titrfilter {
    margin: 30px 3px;
    .background-color:#ddd;
    .text-align:center;
    border-right: 3px solid #fdb913;
    padding: 0 15px;
    font-size: 20px;
}


.nav-tabs li i {
    margin-left: 10px;
}

.rowfilter {
    margin: 0 3px;
}

.rowmore {
    padding: 0 10px 0 0;
}

.alltxt {
    line-height: 2.0em !important;
    font-size: 16px !important;
}

    .alltxt h4 {
        font-size: 18px !important;
        font-weight: bold !important;
    }


.tab-content .alltxt p img {
    width: 100% !important;
    height: 100% !important;
    text-align: center;
    margin: 0 auto !important;
}

@media (min-width: 768px) {
    .tab-content .alltxt p img {
        width: auto !important;
        height: auto !important;
        margin: 0 auto !important;
    }

    .tab-content .alltxt .img {
        text-align: center;
    }
}

.tab-content h1 {
    font-size: 13px;
    color: #666;
    margin-top: -10px;
}



.titlepnl {
    background-color: #f0f1f2;
    padding: 10px 15px;
    margin: 3px 0;
    font-size: 12px;
    color: #555;
}


.normalpnl {
    background-color: #f7f9fa;
    padding: 8px 15px;
    margin: 3px 0;
    font-size: 12px;
    color: #555;
}

    .normalpnl br {
        line-height: 26px;
    }


    .normalpnl .en {
        direction: ltr;
        text-align: right;
    }


    .normalpnl ul.childUL li {
        padding: 0 15px;
        border-left: 1px solid #ddd;
        display: inline;
    }

        .normalpnl ul.childUL li:first-child {
            padding-right: 0;
        }

        .normalpnl ul.childUL li:last-child {
            border-left: 0;
        }


.nopnl {
    background-color: #fcf5f6;
    padding: 8px 15px;
    margin: 3px 0;
    font-size: 14px;
    color: #ff8f90;
}

.okpnl {
    background-color: #f5fcf5;
    padding: 8px 15px;
    margin: 3px 0;
    font-size: 14px;
    color: #b9e1ba;
}




/*menu profile */





.menupp ul {
    list-style-type: none;
}

    .menupp ul li {
        CURSOR: pointer;
        COLOR: #1f1f1f;
        font-size: 13px;
        line-height: 30px;
        margin: 1px 0;
        border: 1px solid #ccc;
        .-moz-box-shadow: 3px 3px 13px -6px #777;
        .-webkit-box-shadow: 3px 3px 13px -6px #777;
        .box-shadow: 3px 3px 13px -6px #777;
        .border: 1px solid #f6f6f7;
        background: #fefefd; /* Old browsers */
        .background: -moz-linear-gradient(top, #fefefd 0%, #f2f2f2 100%); /* FF3.6+ */
        .background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefd), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
        .background: -webkit-linear-gradient(top, #fefefd 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
        .background: -o-linear-gradient(top, #fefefd 0%,#f2f2f2 100%); /* Opera 11.10+ */
        .background: -ms-linear-gradient(top, #fefefd 0%,#f2f2f2 100%); /* IE10+ */
        .background: linear-gradient(to bottom, #fefefd 0%,#f2f2f2 100%); /* W3C */
        .filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefd', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 0 10px;
    }


        .menupp ul li a {
            color: #000;
        }

            .menupp ul li a:hover {
                text-decoration: none;
            }

        .menupp ul li:hover {
            background-color: #eee;
            color: #000;
        }

            .menupp ul li:hover a {
                color: #000;
            }

        .menupp ul li.menuinfo {
            background-image: url(../images/menuinfo.jpg);
            background-position: right;
            .height:36px;
            background-color: #e97072;
            width: 100%;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            border: 1px solid #efefef;
            padding: 4px 25px;
            color: #fff !important;
            .margin: 15px 0;
            margin-bottom: 5px;
        }


.bodypage {
    min-height: 200px;
}



.headinfo {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px;
    padding: 0px 10px;
    color: #000;
    margin-bottom: 15px;
}



.Subheadinfo {
    .background-position: right;
    .height:36px;
    width: 100%;
    .-webkit-border-radius: 5px;
    .-moz-border-radius: 5px;
    .border-radius: 5px;
    .background-color: #ff960f;
    .border: 1px solid #efefef;
    padding: 8px 10px;
    color: #000;
    margin-bottom: 15px;
    border-bottom: 2px solid #003a54;
    .margin-bottom:20px;
    font-size: 13px;
}

.TypeUser {
    .height:36px;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #51bc30;
    padding: 8px 10px;
    color: #fff;
    margin: 0 0 10px 0;
}




.ul-left {
    max-width: 190px;
    border: 1px solid #eee;
    margin: 6px 10px;
    padding: 0 2px;
    color: #fff;
    background-color: #f9f9f9;
    .margin-top: 25px;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .ul-left li a {
        color: #000;
        padding: 6px !important;
    }

        .ul-left li a:hover .ul-left li a {
            color: #fff;
            background-color: #000;
        }

    .ul-left li ul {
        width: 150px;
        margin-top: -10px;
        font-size: 11px;
        margin-left: 100px;
    }

    .ul-left .uu {
        font-size: 18px;
    }





.menucard {
    width: 90px;
    margin-top: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
}

    .menucard .cart-txt {
        margin-top: 10px;
    }

    .menucard .carts {
        width: 55px;
        color: #535353;
        .background-color: #6ec754;
        float: left;
        font-size: 35px;
        margin-right: -10px;
        .padding-top: 1px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .menucard .count {
        .width:125px;
        .background-color:#5fb463;
        margin-top: 35px;
        color: #02c598;
        float: left;
        .padding: 7px 20px 5px;
    }

.cartcount {
    padding: 5px 10px;
    background-color: #06b12d;
    color: #fff;
    margin-top: -33px;
    padding-bottom: 3px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    float: left;
    .opacity:0.3;
}


.iconcardmenu {
    margin-top: -6px;
    width: 33px;
    height: 30px;
    float: left;
    margin-left: 10px;
    padding: 3px 7px 5px 15px;
    margin-bottom: 5px;
}






.iconcardmenu2 {
    margin-top: -6px;
    width: 33px;
    height: 25px;
    float: left;
    .margin-left: 10px;
    padding: 3px 7px 5px 15px;
    margin-bottom: 5px;
    -ms-transform: rotateY(180deg); /* IE 9 */
    -webkit-transform: rotateY(180deg); /* Chrome, Safari, Opera */
    transform: rotateY(180deg);
}

.iconcardmenu a {
    color: #fff;
    font-size: 25px;
}



/*----view card -----*/

.main-title {
    padding: 5px;
}

    .main-title ul li {
        padding: 5px;
    }

        .main-title ul li .item {
            border: 1px solid #eee;
            background-color: #f2f2f2;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            color: #ccc;
            margin: 0px;
            padding: 10px;
            width: 100%;
        }


        .main-title ul li.active .item {
            background-color: #51bc30;
            color: #fff;
            padding: 7px;
        }

        .main-title ul li.active1 .item {
            background-color: #fdb913;
            color: #fff;
        }

        .main-title ul li.active .tt {
            .padding-right:10px;
            width: 80%;
            float: right;
            padding: 5px;
        }

        .main-title ul li.active .icon {
            font-size: 23px;
            width: 15%;
            text-align: left;
            padding: 5px;
        }

.itemcard {
    font-size: 14px;
    border-radius: 5px;
    padding: 10px 5px;
    margin: 10px -13px;
    border: 1px solid #ddd;
    background-color: #fff;
}

    .itemcard .hamkarPrice {
        font-size: 15px;
        margin-top: 45px;
        text-align: center;
    }

    .itemcard .discountCart {
        line-height: 28px;
        color: #aaa;
        margin-bottom: 10px;
        margin-top: -30px;
    }

        .itemcard .discountCart .DiPrice {
            font-size: 13px;
        }

        .itemcard .discountCart .ToPrice {
            text-decoration: line-through;
        }


    .itemcard select {
        display: unset;
        height: 32px;
        width: 60px;
        padding: 0 10px;
    }

    .itemcard .unitPrice {
        padding-top: 35px;
    }

    .itemcard .qty {
        padding-top: 40px;
    }

    .itemcard .qty1 {
        padding-top: 45px;
    }

    .itemcard .infovwvart {
        padding: 10px 0px;
        line-height: 25px;
        font-weight: bold;
    }

    .itemcard img {
        padding: 10px 0px;
    }


    .itemcard .userprice {
        color: #a6a6a6;
        font-size: 11px;
        .padding:10px 0;
        text-align: right;
    }

    .itemcard .userprice1 {
        color: #a6a6a6;
        font-size: 13px;
        padding: 10px 0;
        text-align: right;
    }



    .itemcard .Coworkerprice {
        color: #51bc30;
        font-size: 14px;
        padding: 15px 0;
        text-align: right;
    }

    .itemcard .btndelete {
        margin-top: 45px;
        width: 30px;
        padding: 5px 9px 3px 12px;
        background-color: #f5f6f1;
        border-radius: 50px;
        position: absolute;
    }


.rightcard .items {
    padding: 30px 5px;
    margin: 0;
}

.rightcard .itemss {
    .padding: 10px 5px;
    margin: 0;
}


.rightcard .del {
    padding: 40px 5px;
    margin: 0;
    text-align: center;
}




.deltxt {
    padding-right: 15px;
}


.delitem {
    background-color: red;
    .height:10px;
    padding: 6px 0;
    margin-top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}



    .delitem a {
        text-decoration: none;
        color: #fff;
    }

.RightBox {
    background-color: #f1f1f1;
    color: #000;
    padding: 20px 10px;
    margin: 0 5px;
    border: 1px solid #ccc;
    line-height: 25px;
}

.TypeSend {
    border: 1px solid #ddd;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    margin: 5px 0px !important;
}

    .TypeSend .icon {
        font-size: 22px;
        padding: 0 10px;
    }

    .TypeSend .one {
        color: #5c5c5c;
    }

    .TypeSend .two {
        color: #5c5c5c;
    }

    .TypeSend .three {
        color: #51bc30;
    }

/*address*/
.additem {
    border: 1px solid #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    margin: 10px -5px;
}

.additemactive {
    border: 1px solid #51bc30;
    background-color: #f6fcf4;
}


.itemall {
    border-bottom: 1px solid #eee;
    padding: 0 10px 10px 10px;
}

.additem .item {
    border-left: 1px solid #eee;
    min-height: 60px;
}

.additem .itemfirst {
    padding: 30px 20px;
    border-left: 1px solid #eee;
    min-height: 90px;
}

.additem .item .col-md-12 {
    padding: 5px 15px;
}

.backcol {
    background-color: #f1f1f1;
    padding: 10px;
    margin: 10px -5px;
}


/*REVIEW PAGE*/
.titlereview {
    background-color: #f7f9fa;
    border: 1px solid #eee;
    padding: 5px 0;
    margin: 0 -5px;
    text-align: center;
}

    .titlereview .items {
        padding: 0;
    }





.titlereviws .items {
    padding: 0;
    text-align: center;
    font-size: 14px;
    color: #003a54;
}


.titlereviws .important {
    color: #ff9707;
}

.titlereviws .important1 {
    color: #51bc30;
}

.brandimg {
    background-color: #fff;
    text-align: center;
    margin-top: -5px;
}

.price {
    .font-weight: bold;
    font-size: 13px;
    padding-left: 20px !important;
    line-height: 25px;
}

.dataPrice .hamkarPrice {
    color: #fdb913 !important;
}

.carddiscount {
    color: #ff5252;
    font-size: 12px;
}

.cardtotal {
    color: #51bc30;
    text-align: center;
}



.rowitemview {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}


    .rowitemview .items {
        padding: 35px 0;
        text-align: center;
    }


        .rowitemview .items .icon {
            font-size: 20px;
        }


    .rowitemview .inforevw {
        padding: 10px 0;
    }

.toptitle {
    color: #bbb;
    font-size: 20px;
    padding: 40px 0 30px 0;
    .font-weight:bold;
}


.result {
    padding: 15px 0;
    .border: 1px solid #ddd;
    background-color: #fff;
    margin-right: 0px;
    border-radius: 5px;
}

    .result .en {
        text-align: left;
        direction: rtl;
    }

    .result .title h5 {
        padding: 10px;
        border-bottom: 1px solid #aaa !important;
        margin-bottom: 10px;
    }


    .result .items {
        .border: 1px solid #eee;
        padding: 10px;
    }


    .result .discount {
        .border: 1px solid #eee;
        padding: 10px;
        color: #ff6b75;
        .background-color: #fcf5f5;
    }

    .result .total {
        border-top: 1px solid #eee;
        margin-top: 15px;
        text-align: center;
        line-height: 30px;
        font-weight: 500;
        padding: 10px;
        color: #4caf50;
        .background-color: #f7fff7;
        font-size: 15px;
    }

    .result .table-bordered {
        border: 0;
    }

        .result .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
            border: 0;
        }

    .result p {
        font-size: 12px;
        line-height: 25px;
        color: #aaa;
    }

.wide-btn {
    margin: 15px auto;
}

    .wide-btn .btn {
        text-align: center;
        width: 100%;
        padding: 15px;
    }

.orderdata .items {
    border: 1px solid #eee;
    padding: 15px;
}

.orderdata .itemsicon {
    border: 1px solid #eee;
    font-size: 30px;
    padding: 5px 10px;
    text-align: center;
}


.important {
    color: #51bc30;
}

.orderdata .itemedit {
    text-align: center;
    background-color: #f7f9fa;
    font-size: 20px;
}

    .orderdata .itemedit a {
        .padding:7px;
        text-align: center;
        .background-color:red;
        text-align: center;
    }

.orderdata a:hover .itemedit {
    background-color: #51bc30;
}



/*pager*/


.Pager {
    direction: ltr;
    float: left;
    margin: -10px 0 2px -10px !important;
    .background-color:red;
    .width: 450px;
}

.PageCount {
    padding: 0px 7px;
    margin-left: 5px;
    .border-left: 1px solid #dedddd;
    text-decoration: none;
    color: #666;
    background-color: #fdfdfd;
    border: 1px solid #ddd;
    .vertical-align: text-top;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    .vertical-align: text-top;
}

.pagerCount {
    margin-top: 16px;
}


.Pager .PageCount:nth-of-type(1) {
    padding: 0px 7px;
    .margin-left: 5px;
    .border: 1px solid #fff;
    text-decoration: none;
    color: #666;
    background-color: #fdfdfd;
    border: 1px solid #ddd;
    .vertical-align: text-top;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.PageCurrent {
    padding: 0px 7px;
    margin-left: 5px;
    .border-left: 1px solid #dedddd;
    text-decoration: none;
    color: #fff;
    background-color: #00b425;
    .vertical-align: text-top;
    .border: 1px solid #dedddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.padleft {
    padding-left: 10px;
}


.nextbtn {
}

.Pager input {
    vertical-align: middle;
    margin-left: -4px;
}

.Pager a {
    color: #666;
    text-decoration: none;
}


.PageCount a {
    width: 40px;
    height: 30px;
    text-decoration: none;
    color: #666;
}

.Pager a:hover {
    text-decoration: solid;
}


/*page paymet*/

.tdradio {
    width: 30px;
}

.paytbl tr td {
    padding: 20px 15px !important;
}

/**/
.titleinvoice {
    background-color: #9fabb7;
    border: 1px solid #eee;
    padding: 8px 0;
    margin: 0 -5px;
    text-align: center;
    color: #fff;
}

    .titleinvoice .items {
        padding: 0;
    }

.titleroworderLV {
    padding: 5px 5px;
    border-bottom: 1px solid #ccc;
    margin: 10px;
    .background-color: #d4d5d7;
}


    .titleroworderLV .items {
        padding: 0 25px;
    }


.roworderLV {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    margin: 0 10px;
}




.rowpaymentLV {
    padding: 10px 20px;
    .border-bottom:1px solid #ccc;
    .margin: 0 10px;
    font-size: 13px;
}

    .rowpaymentLV .items {
        padding-right: 25px;
    }


.rowpaymentLV2 {
    background-color: #ffc87a;
    margin: 0px;
    opacity: 0.5;
}

.roworder2 .rowpaymentno {
    display: block;
}

.rowpaymentno {
    display: none;
    width: 100px;
    text-align: center;
    position: absolute;
    margin-top: 30px;
    z-index: 999999;
    background-color: #fff;
    margin-right: 45%;
    padding: 10px;
    border: 1px solid #ff9600;
    color: #ff9600;
}

    .rowpaymentno i {
        font-size: 20px;
        margin-left: 10px;
    }

    .rowpaymentno td {
        padding: 0 5px;
    }


.roworderSend {
    padding: 15px 30px 15px 20px;
    font-size: 12px;
    min-height: 185px;
    line-height: 25px;
}

    .roworderSend .paid {
        font-size: 15px;
        border: 1px solid #eee;
    }

        .roworderSend .paid .discount {
            color: red;
        }

        .roworderSend .paid td {
            padding: 8px;
            border-bottom: 1px solid #eee;
        }

.No-Paid {
    background-color: #ff7779;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 18px;
}

.debtor {
    font-size: 13px;
}

.No-Paid a, .yes-confirm a, .yes-paid a {
    color: #fff;
}

.yes-confirm {
    background-color: #4cb88d;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 18px;
}

.yes-paid {
    background-color: #1e88e5;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 18px;
}

.address_box {
    background-color: #dfe6ee;
    padding: 20px 15px;
    font-size: 15px;
}

    .address_box h2 {
        color: #1e88e5;
        font-size: 20px;
    }

.margin-pro {
    margin: -10px -30px;
}

.shema {
    margin-bottom: 30px;
}



    .shema .items {
        text-align: center;
        padding: 0;
        margin: 0;
    }

        .shema .items div.ee {
            text-align: center;
            -webkit-border-radius: 17px;
            -moz-border-radius: 17px;
            border-radius: 17px;
            width: 34px;
            height: 34px;
            .border: 1px solid #eee;
            background-color: #fdb913;
            padding: 3px;
            margin: 0 auto;
            margin-top: -34px;
            color: #fff;
            font-size: 17px;
            border: 5px solid #fff;
        }





        .shema .items hr.line {
            border: 1px solid #fdb913;
            .margin-top:35px;
        }



/*------------ newPro -----------*/

.newPro {
    background-color: #fff;
    margin: 20px 0;
}

    .newPro .itempro {
        padding: 25px;
        border-bottom: 1px solid #eee;
    }

@media (min-width: 768px) {
    .newPro .itempro {
        padding: 10px 10px 0;
        border-bottom: 0px;
    }
}

.newPro .e-name {
    text-align: center;
    margin: 0 auto;
}

    .newPro .e-name img {
        max-width: 70px;
        height: auto;
    }

.newPro .e-img {
    width: 80% !important;
    margin: 0 auto;
    padding: 12px 0;
    min-height: 110px;
}

.newPro .e-info {
    text-align: center;
    margin: 0 auto;
    font-size: 13px;
}

.newPro .price {
    text-align: center;
    margin: 0 auto;
    color: #66b44f;
}

.newPro .hamkarPrice {
    color: #fdb913;
    font-size: 11px;
    display: none;
}

.newPro .rowdiscount {
    height: 15px;
    margin-top: -5px;
}

.newPro .rightitem {
    padding: 20px 20px 20px 0;
}


    .newPro .rightitem .item {
        border-right: 1px solid #ccc;
        padding: 70px 25px 70px 0;
    }



/*product box*/
.titr-box {
    background-color: #003a54;
    color: #fff;
    padding: 5px 15px;
}

    .titr-box h2 {
        font-size: 14px;
        color: #fff;
        margin: 0;
    }


.iconaddress {
    font-size: 20px;
    padding: 10px;
    text-align: center;
    color: #5c5c5c;
}

    .iconaddress a:hover {
        color: #51bc30;
    }

.edit a {
    color: #5c5c5c;
}


.del a {
    color: red;
}

.okaddress {
    border: 1px solid green;
    padding: 10px;
}


.ErrorALL {
    padding: 5px;
    border: 1px solid red;
    width: 100%;
}


.okALL {
    padding: 5px;
    border: 1px solid GREEN;
    width: 100%;
}




.offer {
    margin-top: 20px;
    width: 200px;
    position: absolute;
    margin-right: 15px;
    color: #ccc;
}

    .offer .off {
        margin-bottom: -5px;
        margin-right: px;
    }

#countdown0, #countdown1, #countdown2, #countdown3, #countdown4, #countdown5, #countdown6, #countdown7 {
    color: #FFFFFF;
    position: absolute;
    .border: 1px solid #eee;
    padding: 3px 2px;
    margin-top: 5px;
    line-height: 13px;
}

    #countdown0 span, #countdown1 span, #countdown2 span, #countdown3 span, #countdown4 span,
    #countdown5 span, #countdown6 span, #countdown7 span {
        color: #000;
        font-size: 11px;
        font-weight: normal;
        text-align: center;
        line-height: 10px;
    }

    #countdown0 div, #countdown1 div, #countdown2 div, #countdown3 div, #countdown4 div,
    #countdown5 div, #countdown6 div, #countdown7 div {
        color: #000;
        font-size: 23px;
        font-weight: normal;
        margin-left: 2px;
        margin-right: 2px;
        text-align: center;
        background-color: #fff;
        border: 1px solid #ccc;
        width: 42px;
        height: 42px;
        float: left;
        padding-top: 11px;
    }

.Discount {
    text-decoration: line-through;
    color: #b6b6b6;
    font-size: 90%;
}

    .Discount .hamkarPrice {
        display: block;
    }



.txtleft {
    text-align: left;
}

.fltleft {
    float: left;
}

.pd0 {
    padding: 0;
}

.mgleft {
    margin-left: -25px;
}

.backDel {
    background-color: #ffeded;
}


.importantword {
    color: #51bc30;
}

.Error {
    padding: 10px;
    color: red;
    margin: 10px;
    border: 1px solid red;
}

/*-------tab-----------*/

.tabs-right {
    background-color: #fff;
    text-align: center;
    .padding:3px 0;
    font-weight: bold;
}

    .tabs-right > li {
        float: none;
        .border-bottom:1px solid #e1e1e1;
        width: 100%;
        .padding: 5px 0 !important;
    }



        .tabs-right > li.active .bb {
            content: ' ';
            width: 0px;
            height: 0px;
            border-top: 17px solid transparent;
            border-left: 30px solid #5bc434;
            border-bottom: 17px solid transparent;
            margin-right: -30px;
            position: absolute;
            margin-top: -34px;
        }


.nav-tabs > li > a {
    line-height: 14px !important;
}

.tabs-right > li > a {
    .border-radius: 0 4px 4px 0;
    color: #000;
}


.tabs-right > li.active > a {
    background-color: #003a54 !important;
    color: #fff !important;
    width: 100%;
    .margin:0 -2px !important;
    .border: 0 !important;
    margin-right: 0px;
}




    .tabs-right > li.active > a > h3 {
        color: #fff;
    }

.tab-content {
    .border: 1px solid #ddd;
    min-height: 254px;
}

.disnone {
    display: none;
}

.wi180 {
    width: 180px;
}
/*-------tab-----------*/

.OffOn {
    text-align: left;
    margin-top: -5px;
    font-size: 11px;
}

    .OffOn td {
        padding: 0 2px;
    }


.rating {
    .float:left;
    .text-align:left;
    margin: 10px 0;
    padding-bottom: 10px;
    width: 100%;
    height: 50px;
}

.rating-left {
    . float: left;
    width: 100%;
    margin-right: 5px;
}

.RadRating {
    margin-top: -3px;
}

.headPro .rating {
    .float:left;
    text-align: left;
    margin: -25px 0;
    padding-bottom: 30px;
    width: 100%;
    line-height: 15px;
}

.rating b {
    padding: 0 10px;
    color: #a0a0a0;
    font-weight: 400;
}

.viewcart {
    margin-top: 10px;
}


.itemcardAddress {
    border-radius: 5px;
    border: 1px solid #ddd;
    background-color: #fff;
    font-size: 14px;
    padding: 15px;
    margin: 15px 0;
    min-height: 168px;
    line-height: 29px;
}

    .itemcardAddress hr {
        margin: 1px;
    }

    .itemcardAddress .chngAddress {
        float: left;
        padding: 0;
        color: #1e88e5;
    }

        .itemcardAddress .chngAddress:hover {
            border-bottom: 1px dashed #1e88e5;
            padding-bottom: 0px;
            text-decoration: none;
        }

    .itemcardAddress .important {
        margin-right: 10px;
    }

    .itemcardAddress .btn {
        padding: 12px 30px;
    }


.parallax {
    width: 100%;
    background-image: url(../slide/Introback.jpg);
    height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

    .parallax h1 {
        color: #fff;
        text-align: center;
        margin-top: 5%;
    }

    .parallax p {
        width: 50%;
        margin: 30px auto;
    }

/*--PAGE--*/
.main-page {
    min-height: 400px;
}

.Title-Group {
    padding: 3px 10px;
}

.Title-page {
    margin: 15px 0;
    border-right: 3px solid #00b425;
    padding: 3px 10px;
}


.landing {
    padding: 0;
    margin: 25px -15px;
}

    .landing .item {
        background-color: #fff;
        border: 1px solid #ddd;
        margin: 10px 0;
        padding: 15px;
    }

        .landing .item img {
            float: left;
        }

        .landing .item .more {
            background-color: #00b425;
            color: #fff;
            padding: 10px 20px;
        }

        .landing .item p {
            height: 145px;
            line-height: 30px;
        }



        .landing .item h3 {
            font-size: 20px;
            padding: 15px 0;
            font-weight: 500;
            text-decoration:none;
        }

/*Group*/

.group-info {
    background-color: #efefef;
    min-height: 250px;
    padding: 10px;
}

    .group-info h1 {
        text-align: center;
        margin: 20px;
        font-size: 25px;
    }


    /*newsDetailsPage*/

.BgNewsPage {
      background-color: #fff;
    min-height: 100px;
    border: 1px solid #f0f0ef;
    .border-radius: 4px;
    margin: 0px -5px 20px;
    line-height: 2.2em;
    padding: 40px;
    color:#979797;
}

    .BgNewsPage h1 {
     font-size:120%;
     color:#979797;
     padding:10px 15px 0;
    }

    .BgNewsPage .view {
        float:left;
        color:#c2c2c2;
    }

    .BgNewsPage .date {
        
        color:#c2c2c2;
    }


    
/*----------news---------------*/

.news-box-right {
    margin: 5px 0;
    background-color:#fff;
    padding:15px;
    
}

    .news-box-right .titr {
       text-align:center;
        padding: 10px  10px 20px;
        font-size:120%;
     
    }

    .news-box-right .titr a {
          color:#767676;
    }

       

    .news-box-right .item-news {
        margin: 0;
        padding: 15px;
       border-top: 1px solid #f3f1f1;
        width: 100%;
        background-color: #fff;
    }

        .news-box-right .item-news img {
            border-radius:50%;
        }


        .news-box-right .item-news .txt {
            text-align: justify;
           padding:0;
          
        }
            .news-box-right .item-news .txt  h3 {
                color: #9a9a9a;

                 font-size: 110%;
   
    font-weight: 700;
    .font-weight: bold;
    line-height: 17px;
            }

            

.news-box-right .item-news .title {
    font-size: 10px;
    text-align: justify;
    line-height: 10px;
    height: 45px;
}



.news-box-right .item-news .view {
    font-size: 10px;
    text-align: justify;
    color: #d9d8d8;
}




.news-box-right .item-news .img {
    padding: 0;
}

/*Contact*/

.map-contact {
   
    height: 300px;
    background-color: #fff;
}

.box-contact {
     background-color:#747474;
     min-height:300px;
     border-top:6px solid #eee;
     color:#fff;
     padding:40px 20px;
     
}

    .box-contact p {
    padding:0 40px 10px;
    }


     .box-contact  .circle{
     background-color:#00b425;
     border-radius:25px;
     height:8px;
     width:8px;
     position:absolute;
     margin:7px 15px;

    }

     

.box-contact input[type=text] {
    background-color:transparent !important;
    margin:10px 0;
   border:1px solid #b3b3b3;
}


.box-contact .btn {
    float:left;
    padding:10px ;
    margin-top:-40px;
}


.box-contact textarea{
    background-color:transparent !important;
    margin:10px 0;
   border:1px solid #b3b3b3;
   min-height:112px;
}


.box-txt-contact {
 min-height:300px;
 background-color:#fff;
 padding:20px;
 line-height:25px;
}


.page-img img {
width:100%;
}


.page-title-img {
    position:absolute;
    color:#fff;
    margin-top:-400px;
    z-index:999999;
    text-align:center;
    width:100%;
}

.page-title-img h4 {
     color:#fff;
     font-size:200%;
     padding:30px 0;
}
.page-title-img p {
    border-top:1px solid #fff;
    padding:20px 0;
    width:250px;
    margin:0 auto;
}



.page-content {
min-height:400px;
padding:10px 40px;
line-height:30px;

}

    .page-content h1 {
     font-size:120%;
     padding-right:30px;
    }

    .page-content .circle{
     background-color:#00b425;
     border-radius:25px;
     height:8px;
     width:8px;
     position:absolute;
     margin:42px 5px;

    }


.map-address {
padding:10px;
font-family:IRANSansWeb;
}

.statusPro {
    position: absolute;
    background: #eee;
    margin-top: 10px;
    padding: 0 10px;
    opacity: 0.9;
}