﻿body {
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.container {
    width: 1000px;
    min-height: 500px;
    margin: 0 auto;
    background: white;
    position: relative;
}

    .container .topNav {
        height: 33px;
        width: 100%;
        display: block;
        background: #fff;
        list-style: none;
        direction: rtl;
        box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,.3);
    }

        .container .topNav li {
            float: right;
            width: 9.65%;
            line-height: 33px;
            text-align: center;
            font-size: 12px;
        }

            .container .topNav li.crocodils {
                line-height: 13px;
                width: 13%;
            }

                .container .topNav li.crocodils span {
                    display: inline-block;
                }

                .container .topNav li.crocodils a {
                    height: 33px;
                    padding-top: 10px;
                }

            .container .topNav li:last-child {
                border-right: 1px solid #b8b8b8;
            }

            .container .topNav li a {
                display: block;
                color: #4d4d4d;
                font-weight: bold;
                text-decoration: none;
                -webkit-transition: all 0.5s ease-in-out;
                -moz-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out;
            }

                .container .topNav li a:active {
                    background: #f89627;
                }

.slideshowContainer .banner {
    width: 1000px;
    height: 300px;
}

.container .header {
    position: relative;
}

    .container .header .logo {
        width: 145px;
        height: 125px;
    }

        .container .header .logo a {
            width: 145px;
            height: 125px;
            display: block;
            text-indent: -9999px;
            position: absolute;
            top: 0px;
            right: 1px;
            background: url(images/logo.jpg) no-repeat;
            background-size: 100% 100%;
            z-index: 1;
        }

    .container .header .mainTitle {
        font-size: 35px;
        position: absolute;
        top: 0px;
        right: 156px;
        width: 430px;
        height: 110px;
        text-align: right;
        padding: 20px 20px 0 0;
        color: #4d4d4d;
    }

    .container .header .order {
        position: absolute;
        right: 586px;
        top: 20px;
    }

    .container .header .kupa {
        position: absolute;
        right: 710px;
        top: 20px;
        width: 290px;
        /*height: 72px;*/
        background: #f5f5f5 url(images/cart.jpg) no-repeat bottom right;
        box-shadow: 0px 0px 7px 0px rgba(0,0,0,.5);
        direction: rtl;
    }



.container .mainSearch .searchbox .cart .kupaAmount {
    display: none;
    color: orange;
    float: right;
    margin: 0;
}

.container .header .kupa .row {
    height: 40px;
    margin: 2px;
    font-size: 12px;
}

    .container .header .kupa .row span {
        height: 30px;
        margin-left: 10px;
        margin-right: 5px;
    }

    .container .header .kupa .row .ahref {
        color: #FFA500;
    }

    .container .header .kupa .row .pupaLink {
        height: 30px;
        margin-left: 10px;
        color: #333;
        margin-right: 5px;
    }

    .container .header .kupa .row .kupaAmount {
        height: 30px;
        margin-right: 40px;
        color: #bdbdbd;
    }

    .container .header .kupa .row .money {
        height: 30px;
        margin-right: 100px;
        color: #000;
    }

    .container .header .kupa .row .lakupa {
        height: 30px;
        margin-right: 10px;
        padding: 5px 8px;
        border-radius: 5px;
        color: #fff;
        background: #f9972a;
    }

/*add by tehila*/
.row {
    height: 35px;
    margin: 5px;
    font-size: 12px;
    direction: rtl;
}

    .row span {
        height: 30px;
        margin-left: 10px;
        margin-right: 5px;
    }

    .row .pupaLink {
        height: 30px;
        margin-left: 10px;
        color: #333;
        margin-right: 5px;
    }

    .row .kupaAmount {
        height: 30px;
        /*margin-right:40px;*/
        color: #f9972a;
    }

    .row .money {
        height: 30px;
        margin-right: 79px;
        color: #000;
    }

    .row .lakupa {
        float: left;
        height: 23px;
        margin-left: -5px;
        margin-top: -4px;
        padding: 5px 8px;
        border-radius: 5px;
        color: #fff;
        background: #f9972a;
    }



.container .mainSearch {
    height: 50px;
    background: #f49426;
    border-bottom: 10px solid #000;
    display: block;
    margin-top: 0px;
    text-align: right;
    padding-top: 4px;
    padding-right: 10px;
    position: relative;
}

    .container .mainSearch .searchbox {
        background: #f5f5f5;
        border-radius: 3px;
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,.5);
        width: 540px;
        height: 30px;
        float: right;
        margin-left: 15px;
        position: relative;
    }

        .container .mainSearch .searchbox .freeSearch {
            float: right;
            height: inherit;
            border: none;
            background: transparent;
            text-align: right;
            padding: 5px;
            font-size: 14px;
            color: #4d4d4d;
            width: calc(100% - 40px);
            font-family: Arial, Helvetica, sans-serif;
        }

        .container .mainSearch .searchbox .cart,
        .container .mainSearch .searchbox .phone {
            display: none;
        }

        .container .mainSearch .searchbox a {
            width: 30px;
            height: 30px;
            display: block;
            background: url(images/searchBtn.png) no-repeat center center;
            float: right;
        }

        .container .mainSearch .searchbox span,
        .container .mainSearch .searchbox select {
            float: right;
            font-size: 12px;
            direction: rtl;
        }

        .container .mainSearch .searchbox span {
            line-height: 30px;
            margin: 0px 5px;
        }

        .container .mainSearch .searchbox select {
            height: 20px;
            margin-top: 6px;
            min-width: 110px;
            font-family: Arial, Helvetica, sans-serif;
        }

        .container .mainSearch .searchbox:first-child:after {
            content: "";
            width: 1px;
            height: 20px;
            background: white;
            display: inline-block;
            position: absolute;
            top: 5px;
            left: -14px;
        }

        .container .mainSearch .searchbox:last-child {
            margin-right: 12px;
        }

.container .menuOnlyMobile {
    display: none;
}

.container .mainNav {
    width: 68px;
    height: 100px;
    background: #eee;
    /*box-shadow:inset 0px 0px 10px 0px rgba(0,0,0,.1);*/
    float: right;
    border: 1px solid #d6d6d6;
    opacity: .8;
    text-decoration: none;
}

    .container .mainNav:hover {
        opacity: 1;
        background: #f89728;
        color: #fff;
    }

    .container .mainNav:active {
        box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,.3);
        border: 1px solid #f89627;
    }

    .container .mainNav img {
        width: 50px;
        height: 60px;
        margin: 5px 10px 5px 10px;
    }

    .container .mainNav span {
        width: 90%;
        margin: 0 auto;
        text-align: center;
        font-size: 10px;
        font-weight: bold;
        line-height: 12px;
        color: #000;
        display: block;
    }

.container .sparator {
    width: 48px;
    height: 100px;
    background: #b0b0b0;
    box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,.1);
    float: right;
    border: 1px solid #d6d6d6;
    opacity: 1;
    text-decoration: none;
    position: relative;
}

    .container .sparator span {
        color: #fff;
        font-size: 20px;
        letter-spacing: 2px;
        position: absolute;
        right: -15px;
        top: 42px;
        transform: rotate(90deg);
        width: 75px;
    }

.container .slideshowContainer {
    display: block;
    width: 100%;
    /*min-height: 201px;*/
    clear: both;
    margin: 10px 0;
}

#cycle_nav {
    list-style-type: none;
    z-index: 150;
}

    #cycle_nav li a {
        display: block;
        width: 58px;
        height: 102px;
        text-indent: -9999px;
        outline: none;
    }

#cycle_prev a {
    background-image: url(images/left.png);
    width: 58px;
    height: 102px;
    position: absolute;
    top: 180px;
    left: 3px;
    z-index: 200;
}

#cycle_next a {
    background-image: url(images/right.png);
    width: 58px;
    height: 102px;
    position: absolute;
    top: 180px;
    right: 3px;
    z-index: 200;
}

    #cycle_next a:hover {
        background-image: url(images/right_over.png);
    }

#cycle_prev a:hover {
    background-image: url(images/left_over.png);
}

.container .bradCrumbs {
    display: block;
    width: 100%;
    clear: both;
    direction: rtl;
    margin: 10px 0;
}

    .container .bradCrumbs a {
        margin-left: 10px;
        font-size: 12px;
        font-weight: bold;
        color: black;
    }
        /**/
        .container .bradCrumbs a.active {
            color: #f9982d;
        }

.container .mainInnerTitle {
    font-size: 30px;
    direction: rtl;
    text-align: right;
    font-weight: bold;
    color: #4d4d4d;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #cdcdcd;
}

    .container .mainInnerTitle .resultsCountTitle {
        padding: 10px 10px 10px 0;
        font-size: 15px;
        color: #343434;
        margin-top: 10px;
        font-weight: bold;
    }

    .container .mainInnerTitle .resultsAs {
        position: absolute;
        top: 10px;
        left: 0;
        width: 300px;
        height: 30px;
        font-size: 14px;
        text-align: left;
        font-weight: normal;
    }

.container .resultsFor {
    direction: rtl;
    text-align: right;
    font-weight: bold;
    color: #4d4d4d;
    font-size: 12px;
    margin-bottom: 20px;
    position: relative;
}

    .container .resultsFor a {
        margin: 0 5px;
        font-size: 12px;
        font-weight: bold;
        color: #f9982d;
        margin-bottom: 20px;
    }

    .container .resultsFor .resultsInfo {
        position: absolute;
        top: -10px;
        left: 0;
        width: 400px;
        height: 30px;
        font-size: 14px;
        text-align: left;
        font-weight: normal;
    }

        .container .resultsFor .resultsInfo a {
            color: #828282;
            text-decoration: underline;
        }

.container .resultsInfo {
    width: 400px;
    height: 30px;
    font-size: 14px;
    margin-top: -21px;
    text-align: left;
    font-weight: normal;
}


    .container .resultsInfo a {
        color: #828282;
        text-decoration: underline;
    }

.container .mainInnerTitle .resultsInfo {
    width: 400px;
    height: 30px;
    font-size: 14px;
    text-align: right;
    font-weight: normal;
    margin-top: 5px;
}


    .container .mainInnerTitle .resultsInfo a {
        color: #828282;
        text-decoration: underline;
    }

.container .content {
    display: block;
}

    .container .content .mainContent,
    .container .content aside {
        float: right;
        text-align: right;
        direction: rtl;
    }
    /*.container .content #marketingContent {
            margin-bottom: 25px;
        }*/


    .container .content .mainContent {
        width: calc(100% - 250px);
        /*width: calc(100% - 262px);*/
        padding-left: 20px;
        margin-top: 20px;
        margin-bottom: 72px;
    }

        .container .content .mainContent .col_6 {
            /*width: 60%;*/
            float: right;
            min-height: 100px;
        }

            .container .content .mainContent .col_6 .product {
                width: 25%;
                height: 141px;
                float: right;
                background: #fff;
                padding-top: 25.7px;
                text-align: center;
            }

                .container .content .mainContent .col_6 .product img {
                    max-height: 74px;
                    max-width: 110px;
                    cursor: pointer;
                }

                .container .content .mainContent .col_6 .product a {
                    display: block;
                    border-top: 1px dashed #bebebe;
                    margin-top: 10px;
                    padding-top: 5px;
                    font-size: 12px;
                    color: #000;
                    text-decoration: -moz-anchor-decoration;
                }

                    .container .content .mainContent .col_6 .product a span {
                        display: block;
                        font-size: 11px;
                        color: #f89728;
                        font-weight: bold;
                    }

                /*.container .content .mainContent .col_6 .product:nth-child(4n+1) {*/
                /*    border-left: 2px solid #494949;*/
                /*}*/

        .container .content .mainContent .col_4 {
            width: 40%;
            float: right;
            min-height: 100px;
        }

            .container .content .mainContent .col_4 .nowBuy {
                display: block;
                width: 100%;
                height: 113px;
                float: right;
                background: #fff;
                padding-top: 20px;
                border-bottom: 1px dashed #bebebe;
                text-align: right;
            }

                .container .content .mainContent .col_4 .nowBuy:last-of-type {
                    margin-top: 28px;
                }

                .container .content .mainContent .col_4 .nowBuy img {
                    /*width: 80px;
                    height: 80px;*/
                    max-height: 85px;
                    max-width: 67px;
                    padding: 5px 5px 15px;
                    float: right;
                    cursor: pointer;
                }

                .container .content .mainContent .col_4 .nowBuy p {
                    /*float: right;*/
                    padding-top: 10px;
                    font-size: 14px;
                }

                    .container .content .mainContent .col_4 .nowBuy p strong {
                        cursor: pointer;
                    }

                    .container .content .mainContent .col_4 .nowBuy p span {
                        color: #f89728;
                        display: block;
                    }

                .container .content .mainContent .col_4 .nowBuy a {
                    display: block;
                    margin-top: 10px;
                    padding-top: 5px;
                    font-size: 12px;
                    color: #000;
                    text-decoration: none;
                    clear: both;
                    margin-top: 13px;
                    padding-top: 20px;
                    font-weight: bold;
                    text-align: center;
                }

                    .container .content .mainContent .col_4 .nowBuy a span {
                        display: block;
                        font-size: 11px;
                        color: #f89728;
                    }

        .container .content .mainContent .col_4,
        .container .content .mainContent .col_6,
        .container .content .mainContent .col_12 {
            padding-top: 20px;
            border-top: 3px solid #494949;
            position: relative;
        }

            .container .content .mainContent .col_4 h2,
            .container .content .mainContent .col_6 h2,
            .container .content .mainContent .col_12 h2 {
                background: #494949;
                font-size: 20px;
                color: #fff;
                padding: 5px 8px;
                display: inline-block;
                position: absolute;
                top: -16px;
                right: 40%;
            }

        .container .content .mainContent .col_12 {
            padding-top: 30px;
            margin-top: 30px;
        }

            .container .content .mainContent .col_12 h2 {
                /*right: 44%;*/
                left: 0;
                margin: 0 auto;
                max-width: 35%;
                right: 0;
                text-align: center;
            }

            .container .content .mainContent .col_12 .bundleProduct {
                border: medium none !important;
                border-radius: 20px;
                box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3) inset;
                margin-bottom: 10px !important;
                width: 100% !important;
                margin-bottom: 10px !important;
                min-height: 200px !important;
                padding: 40px 10px 15px !important;
            }

                .container .content .mainContent .col_12 .bundleProduct .infoEmpty {
                    height: 20px !important;
                }

            .container .content .mainContent .col_12 .saleProduct {
                width: 24.6%;
                position: relative;
                float: right;
                box-sizing: border-box;
                border-right: 1px dashed #bebebe;
                border-left: 1px dashed #bebebe;
                margin: 0 1px;
                padding: 8px;
                min-height: 371px;
            }

                .container .content .mainContent .col_12 .saleProduct .saleStrip {
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: 10;
                    width: 68px;
                    height: 68px;
                    background: url(images/saleStrip.png) no-repeat;
                }

                .container .content .mainContent .col_12 .saleProduct .saleImg {
                    height: 100px;
                }

                .container .content .mainContent .col_12 .saleProduct img {
                    /*width: 130px;
                    height: 130px;*/
                    max-height: 95px;
                    max-width: 100px;
                    margin: 0 auto;
                    display: block;
                }

                .container .content .mainContent .col_12 .saleProduct span {
                    width: 100%;
                    line-height: 22px;
                    text-align: center;
                    font-weight: bold;
                    display: block;
                }

                .container .content .mainContent .col_12 .saleProduct .salePrice {
                    border-top: 1px solid #cdcdcd;
                    border-bottom: 1px solid #cdcdcd;
                    height: 37px;
                }

                    .container .content .mainContent .col_12 .saleProduct .salePrice span {
                        display: inline-block;
                        font-size: 18px;
                        width: 40%;
                    }

                        .container .content .mainContent .col_12 .saleProduct .salePrice span.priceApprove {
                            background: #bbbbbb;
                            color: #fff;
                            margin: 5px 0;
                            box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,.2);
                        }

                        .container .content .mainContent .col_12 .saleProduct .salePrice span.priceDenied {
                            display: inline-block;
                            font-size: 13px;
                            width: 46%;
                            color: #939393;
                            text-decoration: line-through;
                        }

                .container .content .mainContent .col_12 .saleProduct .info {
                    display: block;
                    border: 1px solid #bdbdbd;
                    color: #f89728;
                    text-align: center;
                    line-height: 30px;
                    font-size: 13px;
                    text-decoration: none;
                    margin-bottom: 5px;
                }

                .container .content .mainContent .col_12 .saleProduct .infoEmpty {
                    display: block;
                    color: #f89728;
                    text-align: center;
                    font-size: 13px;
                    text-decoration: none;
                    margin-bottom: 5px;
                    height: 33px;
                    border: 0px;
                }

                .container .content .mainContent .col_12 .saleProduct .info:hover {
                    background: #f89728;
                    color: #fff;
                }

                .container .content .mainContent .col_12 .saleProduct .infoEmpty:hover {
                }

                .container .content .mainContent .col_12 .saleProduct .timeLeft {
                    font-size: 11px;
                    background: #d9d9d9;
                    margin-bottom: 5px;
                    padding-right: 5px;
                    color: #666;
                }

                    .container .content .mainContent .col_12 .saleProduct .timeLeft span {
                        display: inline-block;
                        width: 40%;
                        color: #000;
                    }

                .container .content .mainContent .col_12 .saleProduct .amount {
                    background: #e6e6e6;
                    box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,.2);
                    display: block;
                    width: 100%;
                    height: 34px;
                    margin-bottom: 5px;
                }

                    .container .content .mainContent .col_12 .saleProduct .amount div {
                        float: right;
                        width: 40%;
                        margin-top: 3px;
                    }

                        .container .content .mainContent .col_12 .saleProduct .amount div .addToBtn {
                            width: 72px;
                            height: 22px;
                            background: url(images/addto.jpg) no-repeat;
                            display: block;
                            margin-right: 6px;
                        }

                            .container .content .mainContent .col_12 .saleProduct .amount div .addToBtn:hover,
                            .container .content .mainContent .col_12 .saleProduct .amount div .addToBtn:active {
                                background: url(images/addto_2.jpg) no-repeat;
                            }

                        .container .content .mainContent .col_12 .saleProduct .amount div.range .input {
                            margin-bottom: -7.5px;
                            margin-right: -5px;
                            margin-top: -5.5px;
                            width: 46px;
                            text-align: center;
                        }

                        .container .content .mainContent .col_12 .saleProduct .amount div.range {
                            background: #fff;
                            margin-right: 5px;
                            padding: 5px;
                            margin-left: 10px;
                            font-size: 12px;
                            border: 1px solid #a9a7a8;
                            box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,.2);
                            position: relative;
                        }

                            .container .content .mainContent .col_12 .saleProduct .amount div.range:after {
                                /*content: "éç'";*/
                                position: absolute;
                                right: 65px;
                                color: #999;
                                font-size: 10px;
                            }

                            .container .content .mainContent .col_12 .saleProduct .amount div.range .up {
                                position: absolute;
                                top: 1px;
                                left: 0;
                                width: 16px;
                                height: 10px;
                                background: url(images/up.jpg) no-repeat center center;
                                border-right: 1px solid #a9a7a8;
                                border-bottom: 1px solid #a9a7a8;
                            }

                            .container .content .mainContent .col_12 .saleProduct .amount div.range .down {
                                position: absolute;
                                bottom: 1px;
                                left: 0;
                                width: 16px;
                                height: 10px;
                                background: url(images/down.jpg) no-repeat center center;
                                border-right: 1px solid #a9a7a8;
                            }

                        .container .content .mainContent .col_12 .saleProduct .amount div.quantity {
                            display: none;
                        }


                .container .content .mainContent .col_12 .saleProduct .hearts {
                    width: 100%;
                    height: 20px;
                    background: url(images/hearts.jpg) no-repeat center bottom;
                }




            /*****/


            .container .content .mainContent .col_12 .saleCatogory {
                width: 24.6%;
                position: relative;
                float: right;
                box-sizing: border-box;
                border-right: 1px dashed #bebebe;
                border-left: 1px dashed #bebebe;
                margin: 0 1px;
                padding: 10px;
                min-height: 160px;
            }

                .container .content .mainContent .col_12 .saleCatogory img {
                    /*width: 130px;
                    height: 130px;*/
                    max-height: 97px;
                    max-width: 117px;
                    margin: 0 auto;
                    display: block;
                }

                .container .content .mainContent .col_12 .saleCatogory span {
                    width: 100%;
                    line-height: 30px;
                    text-align: center;
                    font-weight: bold;
                    display: block;
                }

                .container .content .mainContent .col_12 .saleCatogory .hearts {
                    width: 100%;
                    height: 20px;
                    background: url(images/hearts.jpg) no-repeat center bottom;
                }




    .container .content .searchContent {
        padding-right: 20px;
        padding-left: 0px;
    }


    .container .content aside {
        display: block;
        background: #eeeeee;
        /*box-shadow:inset 0px 0px 10px 0px rgba(0,0,0,.2);*/
        padding: 10px;
        width: 250px;
        /*width: 262px;*/
    }

        .container .content aside .article {
            border-bottom: 1px dashed #bebebe;
            color: #4d4d4d;
        }

        .container .content aside .asideSearch {
            min-height: 30px;
            font-size: 11px;
            border-bottom: 1px dashed #bebebe;
        }

            .container .content aside .asideSearch span {
                font-size: inherit;
            }

            .container .content aside .asideSearch select {
                min-width: 70px;
            }

            .container .content aside .asideSearch a {
                font-size: inherit;
                background: #fff;
                border: 1px solid #999;
                padding: 2px 6px;
            }

        .container .content aside .article h2 {
            font-size: 14px;
            font-weight: bold;
            width: 100%;
            margin: 10px 0;
            cursor: pointer;
        }

        .container .content aside .article p {
            font-size: 12px;
            font-weight: normal;
            float: right;
            width: calc(100% - 105px);
            margin-left: 20px;
            cursor: pointer;
        }

        .container .content aside .article select {
            width: calc(100% - 105px);
        }

        .container .content aside .article img {
            width: 85px;
            height: 85px;
            float: right;
            border-radius: 10px;
            border: 1px solid #d4d4d4;
            cursor: pointer;
        }

        .container .content aside .article a {
            clear: both;
            display: block;
            margin-bottom: 10px;
            text-decoration: none;
            font-size: 12px;
            color: #f89728;
        }

            .container .content aside .article a.search {
                clear: both;
                background: #bdbdbd;
                color: #fff;
                padding: 3px 10px;
                width: 45px;
                margin-right: 0px;
                margin-top: 5px;
                display: -webkit-box;
            }

                .container .content aside .article a.search:after {
                    content: "";
                }

            .container .content aside .article a:after {
                content: " > > >";
            }

            .container .content aside .article a:hover {
                text-decoration: underline;
            }

        .container .content aside.searchParams {
            padding: 0;
            background: #eeeeee;
        }

            .container .content aside.searchParams .searchParamsTitle {
                background: #bdbdbd;
                -webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,.2);
                -moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,.2);
                box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,.2);
                padding: 10px 10px 10px 0;
                font-size: 20px;
                color: white;
            }

            .container .content aside.searchParams .searchParamsInnerTitle {
                padding: 10px 10px 10px 0;
                font-size: 15px;
                color: #343434;
                background: #f7f7f7;
                margin-top: 10px;
                font-weight: bold;
                border-top: 1px dashed #c9c9c9;
                border-bottom: 1px dashed #c9c9c9;
            }

            .container .content aside.searchParams section {
                padding: 10px;
            }

                .container .content aside.searchParams section div {
                    margin: 5px 0;
                    color: #6b6b6b;
                    font-size: 12px;
                }

            .container .content aside.searchParams .asideSearch2 {
                min-height: 20px;
                font-size: 11px;
            }

                .container .content aside.searchParams .asideSearch2 a {
                    font-size: inherit;
                    background: #fff;
                    border: 1px solid #999;
                    padding: 2px 6px;
                }

.container #resultsFilter select, .container #resultsFilter input {
    font-size: 17px !important;
    max-width: 175px !important;
}

.container .content .searchContent .col_12 {
    margin-top: 0;
}

.container .footerProducts {
    /*border-bottom: 3px double #797979;*/
    padding: 10px 0;
    margin-top: 20px;
    border-top: 3px double #797979;
}

    .container .footerProducts .innerFooterP {
        width: 33%;
        display: inline-block;
        float: right;
    }

        .container .footerProducts .innerFooterP img {
            /*width: 136px;
            height: 104px;*/
            max-height: 113px;
            max-width: 112px;
            float: right;
            cursor: pointer;
        }

        .container .footerProducts .innerFooterP h3 {
            text-align: right;
            width: 80%;
            display: block;
        }

            .container .footerProducts .innerFooterP h3 strong {
                font-weight: bold;
                display: block;
                cursor: pointer;
            }

            .container .footerProducts .innerFooterP h3 a {
                font-weight: normal;
                color: #f99728;
                clear: right;
                display: inline-block;
                margin-top: 30px;
            }

                .container .footerProducts .innerFooterP h3 a:before {
                    content: "<";
                }

.container .cartContent {
    display: block;
    margin-top: 30px;
    position: relative;
    border-top: 2px solid #494949;
}

    .container .cartContent .noProds {
        margin-bottom: 70px;
    }

    .container .cartContent .kupon {
        background: none repeat scroll 0 0 #494949;
        color: #fff;
        text-align: right;
        font-size: 20px;
        padding: 5px;
        margin: 20px 0;
        direction: rtl;
    }

    .container .cartContent h2 {
        background: #494949;
        font-size: 20px;
        color: #fff;
        padding: 5px 0px;
        display: inline-block;
        position: absolute;
        top: -16px;
        right: 50%;
        margin-right: -60px;
        width: 120px;
        text-align: center;
    }

    .container .cartContent .cartBtn {
        position: absolute;
        top: 30px;
        right: 0%;
        z-index: 555;
        display: inline-block;
        font-size: 12px;
        background: #ededed;
        padding: 10px;
        border-radius: 5px;
        box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,.3);
        margin-left: 17px;
    }

        .container .cartContent .cartBtn a {
            color: #fff;
        }

        .container .cartContent .cartBtn.orange {
            background: #f3a756;
        }

        .container .cartContent .cartBtn.gray {
            background: #c6c6c6;
            right: 15%;
        }

    .container .cartContent .cartBtnIcon {
        display: none;
    }

    .container .cartContent .itemsTitle {
        margin: 10px 10px;
        text-align: right;
        font-size: 20px;
        margin-bottom: -20px;
    }

        .container .cartContent .itemsTitle span {
            color: black;
        }

            .container .cartContent .itemsTitle span:first-child {
                margin-right: 25%;
            }

            .container .cartContent .itemsTitle span:nth-child(2) {
                margin-right: 12%;
            }

            .container .cartContent .itemsTitle span:nth-child(3) {
                margin-right: 13%;
            }

            .container .cartContent .itemsTitle span:nth-child(4) {
                margin-right: 5%;
            }

            .container .cartContent .itemsTitle span:nth-child(5) {
                margin-right: 7%;
            }

    .container .cartContent .cartProductContainer {
        width: 100%;
        margin: 80px auto 0 auto;
        position: relative;
        font-size: 12px;
        background: #fff;
        padding: 10px;
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,.5);
    }

    .container .cartContent .cartProductTitle {
        margin: 30px 10px -10px 10px;
        text-align: right;
        direction: rtl;
    }

        .container .cartContent .cartProductTitle span {
            display: inline-block;
            font-size: 12px;
            font-weight: bold;
        }

            .container .cartContent .cartProductTitle span:nth-child(1) {
                margin-right: 10px;
            }

            .container .cartContent .cartProductTitle span:nth-child(2) {
                margin-right: 60px;
            }

            .container .cartContent .cartProductTitle span:nth-child(3) {
                margin-right: 55px;
            }

            .container .cartContent .cartProductTitle span:nth-child(4) {
                margin-right: 120px;
            }

            .container .cartContent .cartProductTitle span:nth-child(5) {
                margin-right: 100px;
            }

            .container .cartContent .cartProductTitle span:nth-child(6) {
                margin-right: 40px;
            }

            .container .cartContent .cartProductTitle span:nth-child(7) {
                margin-right: 50px;
            }

            .container .cartContent .cartProductTitle span:nth-child(8) {
                margin-right: 100px;
            }

    .container .cartContent .cartProduct {
        margin: 30px 10px;
        border-right: 1px dashed #bebebe;
        border-left: 1px dashed #bebebe;
        border-top: 1px solid #bebebe;
        border-bottom: 1px solid #bebebe;
        min-height: 100px;
        vertical-align: middle;
        position: relative;
    }

        .container .cartContent .cartProduct .cartTd {
            float: right;
            width: 10%;
            margin: 0 2px;
            border-right: 1px dashed #bebebe;
            border-left: 1px dashed #bebebe;
            min-height: 100px;
            direction: rtl;
            text-align: center;
        }

    .container .cartContent .CartBundle {
        position: relative;
        width: 100%;
    }

        .container .cartContent .CartBundle .itemName {
            position: absolute;
            color: #f79628;
            right: 275px;
            top: -28px;
            width: 200px;
            text-align: right;
            direction: rtl;
        }

        .container .cartContent .CartBundle .discount {
            position: absolute;
            color: #f79628;
            direction: ltr;
            left: 310px;
            top: -28px;
        }

    .container .cartContent .cartProduct .cartTd a {
        display: block;
        margin-top: 10px;
        color: #949494;
        text-decoration: underline;
    }

    .container .cartContent .cartProduct .close {
        width: 5%;
        border-left: 0px dashed #bebebe;
        padding-top: 30px;
        position: relative;
    }

    .container .cartContent .cartProduct .image {
        width: 10%;
        padding: 6px;
        border-right: 0px dashed #bebebe;
        position: relative;
    }

    .container .cartContent .cartProduct .image img {
        max-width: 75px;
        max-height: 88px;
    }

    .container .cartContent .cartProduct .number {
        width: 10%;
        padding-top: 30px;
        position: relative;
    }

        .container .cartContent .cartProduct .number:before {
            content: "";
        }

    .container .cartContent .cartProduct .itemName {
        width: 23%;
        text-align: right;
        font-weight: bold;
        padding: 25px 10px 0 0;
        padding-left: 10px;
        position: relative;
    }

    .container .cartContent .cartProduct .price {
        width: 5%;
        padding-top: 40px;
        position: relative;
    }

    .container .cartContent .cartProduct .amount {
        width: 8%;
        position: relative;
    }

    .container .cartContent .cartProduct .all {
        width: 8%;
        padding-top: 40px;
        position: relative;
    }

    .container .cartContent .cartProduct .comments {
        width: 20%;
        text-align: right;
        padding-top: 30px;
        position: relative;
    }

    .container .cartContent .cartProduct .edit {
        width: 7%;
        padding-top: 30px;
        position: relative;
    }

        .container .cartContent .cartProduct .edit a {
            background: none repeat scroll 0 0 #f90;
            color: #000;
            margin: 5px;
            padding: 5px;
            text-decoration: none;
            width: auto;
        }

    .container .cartContent .cartProduct .priceTitle, .container .cartContent .cartProduct .quantTitle, .container .cartContent .cartProduct .AllTitle {
        display: none;
    }

    .container .cartContent .cartProduct .all:before {
        content: "";
    }

    .container .cartContent .cartProduct .amount .priceRange {
        background: #fff;
        margin-top: 30px;
        margin-right: 5px;
        padding: 6.5px;
        margin-left: 10px;
        font-size: 12px;
        border: 1px solid #a9a7a8;
        box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,.2);
        position: relative;
        text-align: right;
    }

        .container .cartContent .cartProduct .amount .priceRange input {
            border: none;
            width: 70%;
            margin: 0;
        }

        .container .cartContent .cartProduct .amount .priceRange .up {
            position: absolute;
            top: 0px;
            left: 0;
            width: 16px;
            height: 15px;
            margin: 0;
            background: url(images/up.jpg) no-repeat center center;
            border-right: 1px solid #a9a7a8;
            border-bottom: 1px solid #a9a7a8;
        }

        .container .cartContent .cartProduct .amount .priceRange .down {
            position: absolute;
            top: 14px;
            left: 0;
            width: 16px;
            height: 15px;
            margin: 0;
            background: url(images/down.jpg) no-repeat center center;
            border-right: 1px solid #a9a7a8;
        }


    .container .cartContent .overAll {
        direction: rtl;
        font-size: 20px;
        margin-left: 20px;
        margin-bottom: 10px;
        text-align: left;
    }

.overAll > span {
    color: red;
    float: right;
    font-size: 16px;
    margin-right: 15px;
}

.container .cartBottomBar {
    width: 100%;
    display: block;
    clear: both;
    direction: rtl;
    margin: 10px auto;
}

    .container .cartBottomBar .cartBottomBarLink {
        display: inline-block;
        font-size: 12px;
        background: #ededed;
        padding: 10px;
        border-radius: 5px;
        box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,.3);
        margin-left: 10px;
    }

    .container .cartBottomBar .orange {
        background: #f3a756;
    }

    .container .cartBottomBar .gray {
        background: #c6c6c6;
    }

    .container .cartBottomBar .cartBottomBarLink a {
        color: #000;
    }

    .container .cartBottomBar .orange a,
    .container .cartBottomBar .gray a {
        color: #fff;
    }

.container .cartSentText {
    direction: rtl;
    font-size: 15px;
    padding-bottom: 200px;
}

.container .cartSentTextFromRegister {
    direction: rtl;
    font-size: 15px;
}

    .container .cartSentTextFromRegister span {
        color: #ffa500;
        font-size: 22px;
        font-weight: bolder;
    }

.container .cartMoreProduct {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    float: none !important;
}

    .container .cartMoreProduct h3 {
        border-bottom: 1px solid #ccc;
        font-size: 20px;
        margin: 20px 0;
        font-size: 14px;
        padding-bottom: 10px;
    }

    .container .cartMoreProduct .col_12 {
        padding: 0 !important;
        border: none !important;
        margin: 0 !important;
    }

        .container .cartMoreProduct .col_12 .saleProduct {
            width: 22% !important;
        }

            .container .cartMoreProduct .col_12 .saleProduct .range {
                width: 32% !important;
            }

.addToContainer {
    vertical-align: top;
    height: 300px;
    background: #f5f5f5;
    direction: rtl;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px;
    width: 295px;
}

    .addToContainer h1 {
        margin-bottom: 5px;
        padding-bottom: 10px;
        font-size: 20px;
        border-bottom: 1px dashed #ccc;
    }

    .addToContainer .productImg {
        float: right;
        text-align: center;
        padding-top: 10px;
        width: 30%;
        border-top: 1px dashed #ccc;
        margin-bottom: 10px;
        border-left: 1px dashed #ccc;
    }

        .addToContainer .productImg img {
            width: 50px;
            height: 60px;
        }

    .addToContainer .productData {
        float: right;
        width: 69%;
        padding-top: 10px;
        padding-right: 10px;
        margin-right: 1%;
        border-top: 1px dashed #ccc;
        border-right: 1px dashed #ccc;
        margin-bottom: 10px;
        font-size: 12px;
        color: #808080;
    }

        .addToContainer .productData .price {
            font-size: 15px;
            color: #f89728;
            direction: rtl;
            margin-top: 10px;
        }

        .addToContainer .productData .amount {
            font-size: 15px;
            color: #000;
            direction: rtl;
            font-weight: bold;
        }

    .addToContainer textarea {
        display: block;
        width: 98%;
        font-family: Arial, Helvetica, sans-serif;
    }

    .addToContainer .total {
        color: #808080;
        font-size: 11px;
        font-weight: bold;
        line-height: 40px;
        padding-right: 40px;
        background: url(images/cart.jpg) no-repeat top right;
    }

        .addToContainer .total span:last-child {
            margin-right: 20px;
        }

    .addToContainer .btn {
        width: 60%;
        margin: 0 auto;
    }

        .addToContainer .btn a {
            border-radius: 5px;
            text-align: center;
            font-size: 11px;
            color: #fff;
            padding: 10px 0;
            text-decoration: none;
        }

        /*.addToContainer .btn a:first-child
            {
                width: 48%;
                float: right;
                background: #f79628;
            }*/

        .addToContainer .btn a {
            width: 48%;
            float: left;
            background: #f79628;
        }

.container .detailText {
    font-size: 16px;
    padding: 10px 0;
}

.container .detailsTitle {
    margin: 20px 0 10px 0;
    font-size: 30px;
    font-weight: bold;
}

.container .detailsContainer {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px dashed #CCC;
    border-top: 1px dashed #CCC;
    position: relative;
}

    .container .detailsContainer a {
        background: #f89728;
        position: absolute;
        bottom: 10px;
        left: 10px;
        border-radius: 10px;
        padding: 10px 20px;
        color: #fff;
        box-shadow: -2px -2px 5px 0px rgba(0, 0, 0, 0.28);
    }

    .container .detailsContainer .col_6 {
        width: 49%;
        display: inline-block;
        vertical-align: top;
    }

        .container .detailsContainer .col_6 .detailRow {
            direction: rtl;
            margin-bottom: 10px;
        }

            .container .detailsContainer .col_6 .detailRow label {
                width: 30%;
                display: inline-block;
                font-size: 14px;
            }

            .container .detailsContainer .col_6 .detailRow input,
            .container .detailsContainer .col_6 .detailRow select {
                width: 70%;
                display: inline-block;
                box-sizing: border-box;
                padding: 5px;
            }

    .container .detailsContainer select.selectA {
        width: 40%;
        display: inline-block;
        box-sizing: border-box;
        padding: 5px;
    }

    .container .detailsContainer .col_6 .detailRow input[type="radio"],
    .container .detailsContainer input[type="checkbox"] {
        width: 5%;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        transform: scale(1.5);
    }

.container .acceptDetails {
    direction: rtl;
}

    .container .acceptDetails .acceptDetailsRow {
        margin: 10px 0;
        font-size: 16px;
        color: #949494;
    }

        .container .acceptDetails .acceptDetailsRow input[type="checkbox"] {
            -webkit-transform: scale(1.5);
            -moz-transform: scale(1.5);
            transform: scale(1.5);
            margin-left: 20px;
        }

.container .backBtn {
    display: none !important;
}

.container .saleCatogory a, .container .a_lable_text {
    color: #4d4d4d;
}

    .container .a_lable_text:hover {
        text-decoration: underline;
    }

.container .snifimContent {
    display: block;
    margin-top: 30px;
    position: relative;
    border-top: 2px solid #494949;
}

    .container .snifimContent .snifimAll {
        display: none;
    }

    .container .snifimContent h2 {
        background: #494949;
        font-size: 20px;
        color: #fff;
        padding: 5px 0px;
        display: inline-block;
        position: absolute;
        top: -16px;
        right: 50%;
        margin-right: -70px;
        width: 140px;
        text-align: center;
    }

    .container .snifimContent .snifimRowTitle {
        direction: rtl;
        text-align: right;
        margin-top: 30px;
    }

        .container .snifimContent .snifimRowTitle > span {
            display: inline-block;
            box-sizing: border-box;
            font-size: 12px;
            color: #999;
            padding: 10px 10px;
        }

        .container .snifimContent .snifimRowTitle span:nth-child(2) {
            margin-right: 63px;
        }

        .container .snifimContent .snifimRowTitle span:nth-child(3) {
            margin-right: 65px;
        }

        .container .snifimContent .snifimRowTitle span:nth-child(4) {
            margin-right: 106px;
        }

        .container .snifimContent .snifimRowTitle span:nth-child(5) {
            margin-right: 100px;
        }

        .container .snifimContent .snifimRowTitle span:nth-child(6) {
            margin-right: 100px;
        }

        .container .snifimContent .snifimRowTitle span:nth-child(7) {
            margin-right: 100px;
        }

        .container .snifimContent .snifimRowTitle span:nth-child(8) {
            margin-right: 100px;
        }

        .container .snifimContent .snifimRowTitle span:nth-child(6), .container .snifimContent .snifimRowTitle span:nth-child(9) {
            display: none;
        }

    .container .snifimContent .snifimRow:first-of-type {
        border-top: 1px dashed #CCC;
    }

    .container .snifimContent .snifimRow:nth-child(odd) {
        background: #F8F8F8;
    }

    .container .snifimContent .snifimRow {
        direction: rtl;
        text-align: right;
        border-bottom: 1px dashed #CCC;
        font-size: 14px;
    }

        .container .snifimContent .snifimRow > div {
            display: inline-block;
            box-sizing: border-box;
            padding: 20px 10px;
        }

    .container .snifimContent .storeLocation {
        width: 15%;
    }

    .container .snifimContent .storeManager {
        width: 10%;
    }

    .container .snifimContent .storeArea {
        width: 15%;
    }

    .container .snifimContent .storeCity {
        width: 13%;
    }

    .container .snifimContent .storeAddress {
        width: 15%;
    }

    .container .snifimContent .storePhone {
        width: 15%;
    }

    .container .snifimContent .storeDetails {
        width: 12.5%;
    }

        .container .snifimContent .storeDetails a {
            color: #f89728;
            background: none;
        }

            .container .snifimContent .storeDetails a.phoneBtn, .container .snifimContent .navigate {
                display: none !important;
            }


/*Transactions List*/
.container .TransactionsList {
    display: block;
    margin-top: 30px;
    position: relative;
    border-top: 2px solid #494949;
    font-size: 14px;
}

    .container .TransactionsList h2 {
        background: #494949;
        font-size: 20px;
        color: #fff;
        padding: 5px 0px;
        display: inline-block;
        position: absolute;
        top: -16px;
        right: 50%;
        margin-right: -70px;
        width: 140px;
        text-align: center;
    }

    .container .TransactionsList .transactionsRowTitle {
        direction: rtl;
        text-align: right;
        margin-top: 30px;
        font-size: 14px;
    }

        .container .TransactionsList .transactionsRowTitle > span {
            display: inline-block;
            box-sizing: border-box;
            font-size: 12px;
            color: #999;
            padding: 10px 10px;
        }

        .container .TransactionsList .transactionsRowTitle span:nth-child(1) {
            width: 15%;
        }

        .container .TransactionsList .transactionsRowTitle span:nth-child(2) {
            width: 10%;
        }

        .container .TransactionsList .transactionsRowTitle span:nth-child(3) {
            width: 10%;
        }

        .container .TransactionsList .transactionsRowTitle span:nth-child(4) {
            width: 10%;
        }

        .container .TransactionsList .transactionsRowTitle span:nth-child(5) {
            width: 25%;
        }

        .container .TransactionsList .transactionsRowTitle span:nth-child(6) {
            width: 15%;
        }

        .container .TransactionsList .transactionsRowTitle span:nth-child(7) {
            width: 10%;
        }


    .container .TransactionsList .transactionsRow {
        direction: rtl;
        text-align: right;
        border-bottom: 1px dashed #CCC;
        font-size: 14px;
    }

        .container .TransactionsList .transactionsRow > div {
            display: inline-block;
            box-sizing: border-box;
            padding: 20px 10px;
        }

    .container .TransactionsList .dateCreated {
        width: 15%;
    }

        .container .TransactionsList .dateCreated a {
            color: #f89728;
            background: none;
        }

    .container .TransactionsList .typeName {
        width: 10%;
    }

    .container .TransactionsList .statusName {
        width: 10%;
    }

    .container .TransactionsList .crocs {
        width: 10%;
    }

    .container .TransactionsList .storeName {
        width: 25%;
    }

    .container .TransactionsList .userName {
        width: 15%;
    }

    .container .TransactionsList .amount {
        width: 10%;
    }




.container .sendCartContent textarea {
    width: 50%;
}

/***** SEKER 1 *************/
.container .sekerWrapper {
    width: 80%;
    margin: 0 auto 0 auto;
    direction: rtl;
    text-align: right;
}

    .container .sekerWrapper h1 {
        line-height: 30px;
        font-size: 20px;
        padding: 20px 0;
        border-bottom: 1px dashed #bebebe;
    }

        .container .sekerWrapper h1 a {
            display: inline-block;
            padding: 5px 8px;
            margin-right: 10px;
            background: #f89829;
        }

    .container .sekerWrapper h2 {
        line-height: 30px;
        font-size: 18px;
        margin-top: 5px;
        padding: 20px 0;
        color: #f89829;
        border-top: 1px dashed #bebebe;
    }

    .container .sekerWrapper .sekerBorder {
        border-top: 1px dashed #bebebe;
        border-bottom: 1px dashed #bebebe;
        margin-top: 5px;
        height: 210px;
    }

        .container .sekerWrapper .sekerBorder .gradeLink,
        .container .sekerWrapper .sekerBorder .howToSend {
            width: 32.33%;
            margin-left: 1%;
            float: right;
            height: 40px;
            line-height: 40px;
            text-align: center;
            margin-bottom: 10px;
            color: black;
            margin-top: 10px;
            position: relative;
            box-sizing: border-box;
            box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,.3);
        }

            .container .sekerWrapper .sekerBorder .gradeLink:hover,
            .container .sekerWrapper .sekerBorder .howToSend:hover {
                background: #f89829;
            }

            .container .sekerWrapper .sekerBorder .gradeLink:nth-child(3) {
                margin: none;
            }

            .container .sekerWrapper .sekerBorder .gradeLink:after {
                content: "";
                display: inline-block;
                width: 25px;
                height: 25px;
                position: absolute;
                top: 5px;
                margin-right: 5px;
            }

            .container .sekerWrapper .sekerBorder .gradeLink:nth-child(1):after {
                background: url(images/sekerAnswer1.png) no-repeat center center;
            }

            .container .sekerWrapper .sekerBorder .gradeLink:nth-child(2):after {
                background: url(images/sekerAnswer2.png) no-repeat center center;
            }

            .container .sekerWrapper .sekerBorder .gradeLink:nth-child(3):after {
                background: url(images/sekerAnswer3.png) no-repeat center center;
            }

        .container .sekerWrapper .sekerBorder .gradeLink {
            background: #bdbdbd;
            color: white;
            font-weight: bold;
        }

        .container .sekerWrapper .sekerBorder .howToSend {
            background: #e6e6e6;
        }

        .container .sekerWrapper .sekerBorder textarea {
            clear: both;
            display: block;
            box-sizing: border-box;
            padding: 10px;
            font-family: Arial, Helvetica, sans-serif;
            width: 99%;
            box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,.3);
            background: #e6e6e6;
        }

        .container .sekerWrapper .sekerBorder .sekerBanner {
            display: block;
            margin: 20px 0;
            /*height:130px;*/
            background: #ededed;
            font-size: 40px;
            /*line-height:130px;*/
            position: relative;
            padding-right: 95px;
            box-sizing: border-box;
            color: black;
            box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,.3);
        }

            .container .sekerWrapper .sekerBorder .sekerBanner img {
                /*position:absolute;
					width:100px;
					height:100px;
					top:15px;
					right:30px;*/
            }

            .container .sekerWrapper .sekerBorder .sekerBanner:after {
                content: "";
                position: absolute;
                width: 91px;
                height: 91px;
                background: url(images/sekerSale.png) no-repeat center center;
                top: 0;
                right: 0;
            }

            .container .sekerWrapper .sekerBorder .sekerBanner strong {
                font-weight: bold;
            }

        .container .sekerWrapper .sekerBorder:last-child {
            clear: both;
            margin-top: 5px;
            height: 500px;
        }



/***** SEKER 2 *************/
.container .sekerWrappe2 {
    width: 100%;
    text-align: right;
    direction: rtl;
}

    .container .sekerWrappe2 .sekerMainWrapper,
    .container .sekerWrappe2 .sekkerBannersWrapper {
        margin-top: 20px;
    }

    .container .sekerWrappe2 .sekerMainWrapper {
        width: 100%;
        min-height: 200px;
    }

        .container .sekerWrappe2 .sekerMainWrapper .sekerHeshbonit,
        .container .sekerWrappe2 .sekerMainWrapper .sekerAllComments {
            box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,.3);
            background: #f2f2f2;
            border: 1px solid #e6e6e6;
            min-height: 200px;
            float: right;
        }

        .container .sekerWrappe2 .sekerMainWrapper .sekerHeshbonit {
            height: inherit;
            padding: 20px;
            text-align: center;
            width: 20%;
        }

            .container .sekerWrappe2 .sekerMainWrapper .sekerHeshbonit h1 {
                line-height: 30px;
                font-size: 20px;
                padding: 10px 0;
            }

                .container .sekerWrappe2 .sekerMainWrapper .sekerHeshbonit h1 span {
                    display: block;
                }

            .container .sekerWrappe2 .sekerMainWrapper .sekerHeshbonit a {
                display: inline-block;
                padding: 5px 8px;
                background: #f89829;
                color: #fff;
            }

        .container .sekerWrappe2 .sekerMainWrapper .sekerAllComments {
            height: inherit;
            width: 78%;
            margin-right: 2%;
        }

        .container .sekerWrappe2 .sekerMainWrapper .sekerAllComments {
            padding: 20px;
        }

            .container .sekerWrappe2 .sekerMainWrapper .sekerAllComments h2 {
                font-size: 18px;
                margin: 0;
                margin-bottom: 8px;
                color: #f89829;
            }

            .container .sekerWrappe2 .sekerMainWrapper .sekerAllComments .sekerAnswers {
                width: 30%;
                float: right;
            }

                .container .sekerWrappe2 .sekerMainWrapper .sekerAllComments .sekerAnswers .gradeLink {
                    display: block;
                    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,.3);
                    background: #f2f2f2;
                    border: 1px solid #e6e6e6;
                    text-align: center;
                    line-height: 37px;
                    color: #4d4d4d;
                    margin-bottom: 10px;
                    position: relative;
                    padding-right: 30px;
                }

                    .container .sekerWrappe2 .sekerMainWrapper .sekerAllComments .sekerAnswers .gradeLink:before {
                        content: "";
                        width: 60px;
                        height: 37px;
                        background: red;
                        display: block;
                        position: absolute;
                        top: 0;
                        right: 0;
                    }

                    .container .sekerWrappe2 .sekerMainWrapper .sekerAllComments .sekerAnswers .gradeLink:hover {
                        border: 1px solid #f89829;
                    }

                    .container .sekerWrappe2 .sekerMainWrapper .sekerAllComments .sekerAnswers .gradeLink:nth-child(1):before {
                        background: #dbc0c0 url(images/sekerAnswer1.png) no-repeat center center;
                    }

                    .container .sekerWrappe2 .sekerMainWrapper .sekerAllComments .sekerAnswers .gradeLink:nth-child(2):before {
                        background: #b6c9d6 url(images/sekerAnswer2.png) no-repeat center center;
                    }

                    .container .sekerWrappe2 .sekerMainWrapper .sekerAllComments .sekerAnswers .gradeLink:nth-child(3):before {
                        background: #b2d4c0 url(images/sekerAnswer3.png) no-repeat center center;
                    }

                    .container .sekerWrappe2 .sekerMainWrapper .sekerAllComments .sekerAnswers .gradeLink:last-of-type {
                        margin: 0;
                    }

            .container .sekerWrappe2 .sekerMainWrapper .sekerAllComments .sekerCommentss {
                width: 68%;
                float: right;
                margin-right: 2%;
            }

                .container .sekerWrappe2 .sekerMainWrapper .sekerAllComments .sekerCommentss textarea {
                    display: block;
                    padding: 10px;
                    font-family: Arial, Helvetica, sans-serif;
                    height: 95px;
                    width: 100%;
                    background: #e6e6e6;
                    margin-bottom: 10px;
                    -webkit-transition: all .5s ease-in;
                }

                    .container .sekerWrappe2 .sekerMainWrapper .sekerAllComments .sekerCommentss textarea:active,
                    .container .sekerWrappe2 .sekerMainWrapper .sekerAllComments .sekerCommentss textarea:focus {
                        height: 105px;
                        background: #fff;
                    }

                .container .sekerWrappe2 .sekerMainWrapper .sekerAllComments .sekerCommentss .howToSend {
                    width: 32.3%;
                    text-align: center;
                    font-size: 12px;
                    float: right;
                    margin-left: 1.4%;
                    line-height: 30px;
                    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,.3);
                    background: #e6e6e6;
                    color: #808080;
                    border: 1px solid #e6e6e6;
                }

                    .container .sekerWrappe2 .sekerMainWrapper .sekerAllComments .sekerCommentss .howToSend:hover {
                        border: 1px solid #f89829;
                    }

                    .container .sekerWrappe2 .sekerMainWrapper .sekerAllComments .sekerCommentss .howToSend:last-of-type {
                        margin: 0;
                    }

    .container .sekerWrappe2 .sekkerBannersWrapper {
        width: 100%;
    }

        .container .sekerWrappe2 .sekkerBannersWrapper a.sekerBanner {
            display: block;
            margin: 10px 0;
            height: 130px;
            background: #ededed;
            font-size: 40px;
            line-height: 130px;
            position: relative;
            padding-right: 350px;
            box-sizing: border-box;
            color: black;
            box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,.3);
        }

            .container .sekerWrappe2 .sekkerBannersWrapper a.sekerBanner:hover {
                box-shadow: inset 0px 0px 5px 0px #f89829;
            }

            .container .sekerWrappe2 .sekkerBannersWrapper a.sekerBanner img {
                position: absolute;
                width: 785px;
                height: 100px;
                top: 15px;
                right: 200px;
            }

            .container .sekerWrappe2 .sekkerBannersWrapper a.sekerBanner:after {
                content: "";
                position: absolute;
                width: 91px;
                height: 91px;
                background: url(images/sekerSale.png) no-repeat center center;
                background-size: 100% 100%;
                top: 0;
                right: 0;
            }

            .container .sekerWrappe2 .sekkerBannersWrapper a.sekerBanner strong {
                font-weight: bold;
            }

/***** VETERINAR *************/



.container .veterinar {
    padding-top: 10px;
}

    .container .veterinar .veterinarBanner {
        width: 100%;
        height: 200px;
        background: url(images/veterinarBanner.png) no-repeat;
        background-size: 100% 100%;
    }

.content .veterinar .reportContent span {
    color: #f17f04;
    font-size: 17px;
    margin-top: 17px;
    line-height: 27px;
    margin-right: 13px;
}

.content .veterinar .reportContent .tableDate {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: -25px;
    margin-right: 11px;
    margin-top: 10px;
}

.container .veterinar .veterinarBox1 {
    background: #eee;
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,.3);
    border-bottom: 10px solid #bdbdbd;
    margin-top: 10px;
    text-align: right;
    direction: rtl;
}

.container .veterinar .veterinarBoxTitle, .container .veterinar .veterinarBoxSubTitle {
    display: inline-block;
    width: 31%;
}

.container .veterinar .veterinarBoxTitle {
    font-size: 25px;
    background: #f89829;
    box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,.3);
    padding: 15px;
    color: #fff;
    margin-left: 1%;
    font-weight: bold;
    text-align: center;
}

.container .veterinar .veterinarBoxHeadline {
    display: block;
    padding: 15px 15px 10px 15px;
    font-size: 40px;
    color: #4d4d4d;
    font-weight: bold;
}

.container .veterinar .veterinarBoxTxt, .container .veterinar .veterinarBoxTxt2 {
    display: block;
    padding: 15px 15px 10px 15px;
    font-size: 30px;
    color: #4d4d4d;
    font-weight: normal;
    width: 100%;
}

.container .veterinar .veterinarBoxTxt2 {
    width: 100%;
}

    .container .veterinar .veterinarBoxTxt2 a {
        background: #e6e6e6;
        box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,.3);
        padding: 2px 15px 8px 15px;
        text-decoration: underline;
        color: #f89829;
    }

        .container .veterinar .veterinarBoxTxt2 a:hover {
            background: #f89829;
            color: #fff;
        }

.container .veterinar .veterinarBoxSmallTxt {
    display: block;
    font-size: 15px;
    text-align: right;
    padding: 20px;
}

.container .veterinar .veterinarBoxBtnCont {
    text-align: left;
    padding: 30px;
}

    .container .veterinar .veterinarBoxBtnCont a {
        background: #e6e6e6;
        box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,.3);
        line-height: 30px;
        margin-right: 20px;
        font-size: 20px;
        font-weight: normal;
        color: #4d4d4d;
        padding: 10px;
        border: 1px solid #e6e6e6;
    }

        .container .veterinar .veterinarBoxBtnCont a:hover {
            border: 1px solid #f89829;
        }


.container .veterinar .veterinarInnerBoxCont {
    display: block;
    margin-top: 5px;
}

    .container .veterinar .veterinarInnerBoxCont .veterinarInnerBox {
        background-color: #eeeeee;
        box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,.2);
        border-bottom: 10px solid #f89829;
        margin-top: 20px;
        text-align: right;
        direction: rtl;
        width: 49%;
        margin-left: 1%;
        float: right;
        min-height: 264px;
    }

        .container .veterinar .veterinarInnerBoxCont .veterinarInnerBox:nth-child(2n+2) {
            margin-left: 0%;
            margin-right: 1%;
        }

        .container .veterinar .veterinarInnerBoxCont .veterinarInnerBox .veterinarInnerBoxHeadline {
            line-height: 80px;
            background: #bdbdbd;
            box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,.2);
            font-size: 40px;
            color: #4d4d4d;
            padding: 0 20px;
            font-weight: bold;
        }

        .container .veterinar .veterinarInnerBoxCont .veterinarInnerBox .veterinarInnerBoxTxt {
            font-size: 20px;
            line-height: 30px;
            width: 60%;
            padding-right: 20px;
        }

            .container .veterinar .veterinarInnerBoxCont .veterinarInnerBox .veterinarInnerBoxTxt li:before {
                content: "";
                display: inline-block;
                width: 10px;
                height: 10px;
                margin-left: 10px;
                background: #f89829;
            }

            .container .veterinar .veterinarInnerBoxCont .veterinarInnerBox .veterinarInnerBoxTxt li a {
                color: #4d4d4d;
                text-decoration: underline;
            }

    .container .veterinar .veterinarInnerBoxCont .veterinarTR {
        background-image: url(images/veterinarTR.jpg);
        background-repeat: no-repeat;
        background-position: bottom left;
    }

    .container .veterinar .veterinarInnerBoxCont .veterinarTL {
        background-image: url(images/veterinarTL.jpg);
        background-repeat: no-repeat;
        background-position: bottom left;
    }

    .container .veterinar .veterinarInnerBoxCont .veterinarBR {
        background-image: url(images/veterinarBR.jpg);
        background-repeat: no-repeat;
        background-position: bottom left;
    }

    .container .veterinar .veterinarInnerBoxCont .veterinarBL {
        background-image: url(images/veterinarBL.jpg);
        background-repeat: no-repeat;
        background-position: bottom left;
    }


.container .veterinar .vetContent {
    display: block;
    margin-top: 40px;
    position: relative;
    border-top: 2px solid #494949;
    clear: both;
    text-align: right;
}

    .container .veterinar .vetContent .next {
        position: absolute;
        z-index: 55;
        right: -70px;
        top: 90px;
        width: 0;
        height: 0;
        border-top: 25px solid transparent;
        border-left: 40px solid #f89728;
        border-bottom: 25px solid transparent;
    }

    .container .veterinar .vetContent .prev {
        position: absolute;
        z-index: 55;
        left: -70px;
        top: 90px;
        width: 0;
        height: 0;
        border-top: 25px solid transparent;
        border-right: 40px solid #f89728;
        border-bottom: 25px solid transparent;
    }

    .container .veterinar .vetContent h2 {
        background: #494949;
        font-size: 20px;
        color: #fff;
        padding: 5px 10px;
        display: inline-block;
        position: absolute;
        top: -16px;
        right: 0;
        left: 0;
        margin: auto;
        width: 40%;
        text-align: center;
    }

    .container .veterinar .vetContent p {
        margin-top: 50px;
        font-size: 20px;
    }

        .container .veterinar .vetContent p a {
            background: #e6e6e6;
            box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,.3);
            padding: 2px 15px 8px 15px;
            text-decoration: none;
            color: #494949;
        }

            .container .veterinar .vetContent p a:hover {
                background: #f89829;
                color: #fff;
            }

.container .veterinar .vetArticleCont {
    margin-bottom: 30px;
    width: 80%;
    margin: 30px auto;
    position: relative;
}

    .container .veterinar .vetArticleCont .vetArticleBox {
        /*width:70%;*/
        width: 110%;
        margin-left: 2%;
        min-height: 177px;
        display: inline-block;
        background: #eeeeee;
        position: relative;
        margin-top: 20px;
        box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,.3);
    }

        .container .veterinar .vetArticleCont .vetArticleBox:first-of-type {
            margin-left: 0;
        }

        .container .veterinar .vetArticleCont .vetArticleBox h1 {
            margin-top: -20px;
            line-height: 20px;
        }

        .container .veterinar .vetArticleCont .vetArticleBox img {
            float: right;
            max-height: 300px;
            max-width: 100px;
        }

        .container .veterinar .vetArticleCont .vetArticleBox .vetArticle {
            /*float:right;*/
            padding: 20px;
            box-sizing: border-box;
            width: 140px;
        }

        .container .veterinar .vetArticleCont .vetArticleBox .vetArticleTile {
            font-size: 20px;
            padding-bottom: 10px;
            border-bottom: 5px solid #f89728;
        }

        .container .veterinar .vetArticleCont .vetArticleBox .vetArticleDoctor {
            margin-top: 10px;
        }

            .container .veterinar .vetArticleCont .vetArticleBox .vetArticleDoctor span {
                display: block;
                color: #f89728;
            }

.container .crocodilim {
    padding-top: 10px;
    direction: rtl;
}

    .container .crocodilim .crocodilimBanner {
        width: 100%;
        height: 372px;
        background: url(images/cocodilimHeader.JPG) no-repeat;
        background-size: 100% 100%;
    }

        .container .crocodilim .crocodilimBanner .crocodilimBannerTxt {
            position: absolute;
            text-align: center;
            width: 830px;
            bottom: 10px;
            right: 10px;
            color: #575759;
            line-height: 30px;
            font-size: 24px;
            display: block;
        }

        .container .crocodilim .crocodilimBanner .crocodilimBannerTxtMedia, .crocodilimBannerTxtMedia2 {
            display: none;
        }

    .container .crocodilim .crocodilimInfo {
        font-size: 16px;
        font-weight: bold;
        width: 90%;
        margin: 0 auto;
        color: black;
        text-align: center;
    }

        .container .crocodilim .crocodilimInfo p {
            display: inline-block;
        }

            .container .crocodilim .crocodilimInfo p:before {
                content: "•";
                margin: 0 5px;
                color: #f7982a;
            }

            .container .crocodilim .crocodilimInfo p:last-child:before {
                content: "";
                margin: 0;
            }

    .container .crocodilim h1 {
        font-size: 33px;
        font-weight: bold;
        position: relative;
        width: 90%;
        margin: 30px auto 0;
    }

        .container .crocodilim h1 a {
            color: #f7982a;
            position: absolute;
            left: 0;
        }

    .container .crocodilim h2 {
        font-size: 18px;
        font-weight: bold;
        position: relative;
        width: 78%;
        margin: 6px auto 0;
    }

    .container .crocodilim .crocodilimContent {
        display: block;
        margin-top: 40px;
        position: relative;
        border-top: 2px solid #494949;
        clear: both;
        text-align: right;
    }

        .container .crocodilim .crocodilimContent h2 {
            background: #494949;
            font-size: 20px;
            color: #fff;
            padding: 5px 10px;
            display: inline-block;
            position: absolute;
            top: -16px;
            right: 0;
            left: 0;
            margin: auto;
            width: 50%;
            text-align: center;
        }

    .container .crocodilim .crocodilimContent2 {
        display: block;
        margin-top: 40px;
        position: relative;
        border-top: 2px solid #494949;
        clear: both;
        text-align: right;
    }

        .container .crocodilim .crocodilimContent2 h2 {
            background: #494949;
            font-size: 20px;
            color: #fff;
            padding: 5px 10px;
            display: inline-block;
            position: absolute;
            top: -16px;
            right: 0;
            left: 0;
            margin: auto;
            width: 30%;
            text-align: center;
        }

    .container .crocodilim .crocodilimSelect {
        margin-top: 30px;
        text-align: center;
    }

        .container .crocodilim .crocodilimSelect select {
            padding: 5px;
            margin-left: 15px;
            max-width: 200px;
            min-width: 160px;
            float: none;
        }

        .container .crocodilim .crocodilimSelect a {
            padding: 5px 15px;
            border-radius: 3px;
            background: #f7982a;
            box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,.3);
            color: white;
        }

        .container .crocodilim .crocodilimSelect select, .container .crocodilim .crocodilimSelect a {
            display: inline-block;
        }

    .container .crocodilim .crocodilimTableArrowUP,
    .container .crocodilim .crocodilimTableArrowDown {
        position: absolute;
        width: 25px;
        height: 28px;
        right: 2%;
    }

    .container .crocodilim .crocodilimTableArrowUP {
        top: 20px;
        background: url(images/crocArrowUp.jpg) no-repeat center center;
    }

    .container .crocodilim .crocodilimTableArrowDown {
        bottom: 20px;
        background: url(images/crocArrowDown.jpg) no-repeat center center;
    }


    .container .crocodilim .crocodilimTableCont {
        width: 99%;
        margin-right: 1%;
        height: 330px;
        overflow-y: scroll;
        overflow-x: hidden;
        position: relative;
    }

    .container .crocodilim .crocodilimTableLink {
        color: #009443;
        font-size: 20px;
        font-weight: bold;
        text-decoration: underline;
    }

    .container .crocodilim .crocodilimTableCont table {
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

        .container .crocodilim .crocodilimTableCont table td {
            width: 13.3%;
            font-size: 15px;
            margin-left: 5px;
            padding: 20px 0 20px 10px;
            position: relative;
        }

            .container .crocodilim .crocodilimTableCont table td:last-child {
                width: 26%;
            }

            .container .crocodilim .crocodilimTableCont table td:nth-child(3) {
                width: 6.3%;
            }

            .container .crocodilim .crocodilimTableCont table td:nth-child(2) {
                width: 17.3%;
            }

            .container .crocodilim .crocodilimTableCont table td:nth-child(1) {
                width: 17.3%;
            }

            .container .crocodilim .crocodilimTableCont table td span {
                display: block;
                font-size: 12px;
                margin-bottom: 10px;
                color: #ccc;
            }

        .container .crocodilim .crocodilimTableCont table.headerTrue span {
            display: block;
        }

        .container .crocodilim .crocodilimTableCont table.headerFalse span {
            display: none;
        }

        .container .crocodilim .crocodilimTableCont table td img {
            height: 30px;
            position: absolute;
            bottom: 10px;
        }

        .container .crocodilim .crocodilimTableCont table td a {
            margin-right: 50px;
            text-decoration: underline;
            color: red;
        }

    .container .crocodilim .crocodilimTableHistory {
        margin: 30px 0;
    }

        .container .crocodilim .crocodilimTableHistory td {
            width: 20%;
            font-weight: bold;
        }

            .container .crocodilim .crocodilimTableHistory td span {
                display: block;
                margin-bottom: 10px;
                color: #666;
            }

.container .veterinar,
.container .crocodilimInfo1, .container .crocodilimInfo2 {
    padding-top: 10px;
    direction: rtl;
}



    .container .veterinar .crocodilimButtons,
    .container .crocodilimInfo1 .crocodilimButtons, .container .crocodilimInfo2 .crocodilimButtons {
        width: 100%;
        height: 100px;
        margin-top: 10px;
        display: table;
        border-collapse: separate;
        border-spacing: 10px 0;
    }

        .container .veterinar .crocodilimButtons li,
        .container .crocodilimInfo1 .crocodilimButtons li, .container .crocodilimInfo2 .crocodilimButtons li {
            list-style: none;
            height: inherit;
            background: gold;
            width: 25%;
            text-align: center;
            display: table-cell;
            vertical-align: middle;
            background: #ededed;
            box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,.3);
        }

            .container .veterinar .crocodilimButtons li:hover,
            .container .crocodilimInfo1 .crocodilimButtons li:hover, .container .crocodilimInfo2 .crocodilimButtons li:hover {
                background: #ccc;
            }

            .container .veterinar .crocodilimButtons li:first-child,
            .container .crocodilimInfo1 .crocodilimButtons li:first-child, .container .crocodilimInfo2 .crocodilimButtons li:first-child {
                margin-right: 0%;
            }

            .container .veterinar .crocodilimButtons li a,
            .container .crocodilimInfo1 .crocodilimButtons li a, .container .crocodilimInfo2 .crocodilimButtons li a {
                display: block;
                /*height:100%;*/
                width: 100%;
                font-size: 25px;
                color: #4d4d4d;
            }

                .container .veterinar .crocodilimButtons li a span,
                .container .crocodilimInfo1 .crocodilimButtons li a span, .container .crocodilimInfo2 .crocodilimButtons li a span {
                    display: block;
                    color: #bf976b;
                }


    .container .crocodilimInfo1 .crocodilimInfoBanner, .container .crocodilimInfo2 .crocodilimInfoBanner {
        width: 100%;
        height: 200px;
        background: url(images/veterinarBanner.png) no-repeat;
        background-size: 100% 100%;
    }

    .container .crocodilimInfo1 .crocodilimInfoMainTxt {
        background: #ededed;
        font-size: 25px;
        line-height: 35px;
        margin: 10px 0;
        position: relative;
        padding: 20px 10px;
        box-sizing: border-box;
        color: black;
        box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,.3);
        font-weight: normal;
    }

        .container .crocodilimInfo1 .crocodilimInfoMainTxt .bold {
            font-weight: bold;
        }

        .container .crocodilimInfo1 .crocodilimInfoMainTxt .under {
            text-decoration: underline;
        }

    .container .crocodilimInfo1 .crocodilimInfoImg1 {
        width: 100%;
        height: 553px;
        background: url(images/croc-info01.png) no-repeat;
        background-size: 100% 100%;
        `;
    }

    .container .crocodilimInfo1 .crocodilimInfoImg2 {
        width: 100%;
        height: 553px;
        background: url(images/croc-info02.png) no-repeat;
        background-size: 100% 100%;
        `;
    }

    .container .crocodilimInfo1 .crocodilimInfoImg3 {
        width: 100%;
        height: 631px;
        background: url(images/croc-info03.png) no-repeat;
        background-size: 100% 100%;
        `;
    }

    .container .crocodilimInfo1 .crocodilimInfoImg4 {
        width: 100%;
        height: 553px;
        background: url(images/croc-info04.png) no-repeat;
        background-size: 100% 100%;
        `;
    }

    .container .crocodilimInfo1 .crocodilimInfoImg5 {
        width: 100%;
        height: 553px;
        background: url(images/croc-info05.png) no-repeat;
        background-size: 100% 100%;
        `;
    }

    .container .crocodilimInfo1 .crocodilimInfoImg6 {
        width: 100%;
        height: 553px;
        background: url(images/croc-info06.png) no-repeat;
        background-size: 100% 100%;
        `;
    }

    .container .crocodilimInfo1 .crocodilimInfoLink {
        text-align: center;
        margin: 60px 0;
    }

        .container .crocodilimInfo1 .crocodilimInfoLink a {
            padding: 15px 25px;
            font-size: 20px;
            background: #f79628;
            color: white;
            box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,.3);
        }

    .container .crocodilimInfo2 .crocodilimInfoContent {
        display: block;
        margin-top: 40px;
        position: relative;
        border-top: 2px solid #494949;
        clear: both;
        text-align: right;
    }

        .container .crocodilimInfo2 .crocodilimInfoContent h2 {
            background: #494949;
            font-size: 20px;
            color: #fff;
            padding: 5px 10px;
            display: inline-block;
            position: absolute;
            top: -16px;
            right: 0;
            left: 0;
            margin: auto;
            width: 20%;
            text-align: center;
        }

    .container .crocodilimInfo2 .crocodilimInfoTableCont {
        margin-top: 30px;
        margin-bottom: 20px;
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,.3);
        padding: 10px;
    }

        .container .crocodilimInfo2 .crocodilimInfoTableCont .crocodilimInfoTable {
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid gray;
        }

        .container .crocodilimInfo2 .crocodilimInfoTableCont .noHeadline tr:first-child {
            display: none;
        }

        .container .crocodilimInfo2 .crocodilimInfoTableCont .crocodilimInfoTable:last-child {
            border-bottom: 0px solid gray;
        }

.crocodilimInfoTableCont table tr td img {
    cursor: pointer;
    float: right;
    max-height: 59px;
    max-width: 67px;
    padding: 5px 5px 15px;
}

.container .crocodilimInfo2 .crocodilimInfoTableCont .crocodilimInfoTable td {
    width: 20%;
    max-width: 20%;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 20px;
    color: black;
}

    .container .crocodilimInfo2 .crocodilimInfoTableCont .crocodilimInfoTable td:nth-child(3),
    .container .crocodilimInfo2 .crocodilimInfoTableCont .crocodilimInfoTable td:nth-child(4),
    .container .crocodilimInfo2 .crocodilimInfoTableCont .crocodilimInfoTable td:nth-child(5),
    .container .crocodilimInfo2 .crocodilimInfoTableCont .crocodilimInfoTable td:nth-child(7) {
        width: 10%;
    }


    .container .crocodilimInfo2 .crocodilimInfoTableCont .crocodilimInfoTable td.title {
        color: gray;
        border-bottom: 1px solid gray;
    }

    .container .crocodilimInfo2 .crocodilimInfoTableCont .crocodilimInfoTable td.tel {
        display: none;
    }

    .container .crocodilimInfo2 .crocodilimInfoTableCont .crocodilimInfoTable td.bold {
        color: #f79628;
    }

.container .crocodilimInfo2 .crocodilimInfoTableCont p {
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid gray;
    font-weight: bold;
    padding: 20px 0;
}

    .container .crocodilimInfo2 .crocodilimInfoTableCont p:last-child {
        border-bottom: 0px solid gray;
    }

.container .crocodilimInfo2 .crocodilimInfoDisclamer {
    font-size: 12px;
    line-height: 1.2;
    color: #999;
    width: 50%;
    margin-right: 30px;
}

/**similarProduct*/
.container .content .similarProduct .col_12 h2 {
    max-width: 60%;
}

.container .content .similarProduct .col_12 .saleProduct.similarRed {
    box-shadow: inset 0px 0px 0px 2px #acacac;
    margin: 0;
    background: #f1e6e6;
    border: none;
    position: relative;
}

.container .content .similarProduct .col_12 .saleProduct.similarGreen {
    box-shadow: inset 0px 0px 0px 2px #acacac;
    margin: 0;
    background: #eaeee2;
    box-sizing: border-box;
    border: none;
    position: relative;
}

    .container .content .similarProduct .col_12 .saleProduct.similarGreen:before {
        content: "";
        width: 38px;
        height: 56px;
        background: url(images/similarArrow.png) no-repeat;
        position: absolute;
        top: 60px;
        right: 0;
    }

    .container .content .similarProduct .col_12 .saleProduct.similarGreen:after {
        content: "מוצר דומה מומלץ";
        box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,.3);
        width: 100%;
        text-align: center;
        color: #fff;
        height: 20px;
        background: #39b449;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 55;
    }


.container .content .similarProduct .col_12 .saleProduct.similarRed span {
    color: red;
}

.container .content .similarProduct .col_12 .saleProduct.similarGreen span {
    color: green;
}

.container .content .similarProduct .col_12 .saleProduct.similarRed .salePrice span.priceApprove {
    background: red;
}

.container .content .similarProduct .col_12 .saleProduct.similarGreen .salePrice span.priceApprove {
    background: green;
}

.container .content .similarProduct .col_12 .saleProduct.similarRed .info {
    color: red;
}

.container .content .similarProduct .col_12 .saleProduct.similarGreen .info {
    color: green;
}

.container .content .similarProduct .col_12 .saleProduct.similarRed .amount div .addToBtn {
    background: url(images/addto_red.jpg) no-repeat;
}

.container .content .similarProduct .col_12 .saleProduct.similarGreen .amount div .addToBtn {
    background: url(images/addto_green.jpg) no-repeat;
}

.container .content .similarProduct .col_12 .saleProduct.similarRed .amount div.range .up {
    background: url(images/up_red.jpg) no-repeat center center;
}

.container .content .similarProduct .col_12 .saleProduct.similarGreen .amount div.range .up {
    background: url(images/up_green.jpg) no-repeat center center;
}

.container .content .similarProduct .col_12 .saleProduct.similarRed .amount div.range .down {
    background: url(images/down_red.jpg) no-repeat center center;
}

.container .content .similarProduct .col_12 .saleProduct.similarGreen .amount div.range .down {
    background: url(images/down_green.jpg) no-repeat center center;
}

.container .content .similarProduct .col_12 .saleProduct.similarGreen .hearts {
    background: url(images/hearts_green.jpg) no-repeat center bottom;
}

.container .content .similarProduct .col_12 .saleProduct.similarGreen .saleStrip {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 10;
    width: 16px;
    height: 68px;
    background: url(images/saleStrip_green.png) no-repeat;
}

.container .content .similarProduct .col_12 .saleProduct.similarRed .saleStrip {
    display: none;
}
/**end of similarProduct*/

.container .articletContent {
    background: white;
    text-align: right;
}

    .container .articletContent:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    .container .articletContent .moreProducts {
        width: 20%;
        float: right;
    }

        .container .articletContent .moreProducts h2 {
            background: #494949;
            font-size: 20px;
            color: #fff;
            padding: 5px 8px;
            display: block;
            margin: 20px 0;
        }

        .container .articletContent .moreProducts .saleProduct {
            width: 100%;
            position: relative;
            float: right;
            box-sizing: border-box;
            border-right: 1px dashed #bebebe;
            border-left: 1px dashed #bebebe;
            margin: 0 1px;
            padding: 10px;
        }

            .container .articletContent .moreProducts .saleProduct .saleStrip {
                position: absolute;
                top: 0;
                left: 0;
                z-index: 10;
                width: 68px;
                height: 68px;
                background: url(../images/saleStrip.png) no-repeat;
            }

            .container .articletContent .moreProducts .saleProduct img {
                width: 130px;
                height: 130px;
                margin: 0 auto;
                display: block;
            }

            .container .articletContent .moreProducts .saleProduct span {
                width: 100%;
                line-height: 30px;
                text-align: center;
                font-weight: bold;
                display: block;
            }

            .container .articletContent .moreProducts .saleProduct .salePrice {
                border-top: 1px solid #cdcdcd;
                border-bottom: 1px solid #cdcdcd;
            }

                .container .articletContent .moreProducts .saleProduct .salePrice span {
                    display: inline-block;
                    font-size: 12px;
                    width: 40%;
                }

                    .container .articletContent .moreProducts .saleProduct .salePrice span.priceApprove {
                        background: #bbbbbb;
                        color: #fff;
                        margin: 5px 0;
                        box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,.2);
                    }

                    .container .articletContent .moreProducts .saleProduct .salePrice span.priceDenied {
                        display: inline-block;
                        font-size: 10px;
                        width: 46%;
                        color: #939393;
                        text-decoration: line-through;
                    }

            .container .articletContent .moreProducts .saleProduct .info {
                display: block;
                border: 1px solid #bdbdbd;
                color: #f89728;
                text-align: center;
                line-height: 30px;
                font-size: 13px;
                text-decoration: none;
                margin-bottom: 5px;
            }

                .container .articletContent .moreProducts .saleProduct .info:hover {
                    background: #f89728;
                    color: #fff;
                }

            .container .articletContent .moreProducts .saleProduct .timeLeft {
                font-size: 11px;
                background: #d9d9d9;
                margin-bottom: 5px;
                padding-right: 5px;
                color: #666;
            }

                .container .articletContent .moreProducts .saleProduct .timeLeft span {
                    display: inline-block;
                    width: 40%;
                    color: #000;
                }

            .container .articletContent .moreProducts .saleProduct .amount {
                background: #e6e6e6;
                box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,.2);
                display: block;
                width: 100%;
                height: 30px;
            }

                .container .articletContent .moreProducts .saleProduct .amount div {
                    float: right;
                    width: 40%;
                    margin-top: 3px;
                }

                    .container .articletContent .moreProducts .saleProduct .amount div .addToBtn {
                        width: 72px;
                        height: 22px;
                        background: url(../images/addto.jpg) no-repeat;
                        display: block;
                        margin-right: 6px;
                    }

                        .container .articletContent .moreProducts .saleProduct .amount div .addToBtn:hover,
                        .container .articletContent .moreProducts .saleProduct .amount div .addToBtn:active {
                            background: url(../images/addto_2.jpg) no-repeat;
                        }

                    .container .articletContent .moreProducts .saleProduct .amount div.range {
                        background: #fff;
                        margin-right: 5px;
                        padding: 5px;
                        margin-left: 10px;
                        font-size: 12px;
                        border: 1px solid #a9a7a8;
                        box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,.2);
                        position: relative;
                        border-radius: 8px;
                    }

                        .container .articletContent .moreProducts .saleProduct .amount div.range:after {
                            content: "יח'";
                            position: absolute;
                            right: 65px;
                            color: #999;
                            font-size: 10px;
                        }

                        .container .articletContent .moreProducts .saleProduct .amount div.range .up {
                            position: absolute;
                            top: 1px;
                            left: 0;
                            width: 16px;
                            height: 10px;
                            background: url(../images/up.jpg) no-repeat center center;
                            border-right: 1px solid #a9a7a8;
                            border-bottom: 1px solid #a9a7a8;
                        }

                        .container .articletContent .moreProducts .saleProduct .amount div.range .down {
                            position: absolute;
                            bottom: 1px;
                            left: 0;
                            width: 16px;
                            height: 10px;
                            background: url(../images/down.jpg) no-repeat center center;
                            border-right: 1px solid #a9a7a8;
                        }

    .container .articletContent .mainArticle {
        width: 80%;
        float: right;
        margin-top: 20px;
        color: #494949;
        padding-right: 10px;
    }

        .container .articletContent .mainArticle .promoText {
            float: right;
            width: 50%;
            text-align: right;
            font-weight: bold;
        }

        .container .articletContent .mainArticle a.promoTextLink {
            float: left;
            width: 50%;
            text-align: left;
            color: #f49426;
        }

            .container .articletContent .mainArticle a.promoTextLink:hover {
                text-decoration: underline;
            }

        .container .articletContent .mainArticle .articleCont {
            border-top: 1px solid #f49426;
            top: 10px;
            position: relative;
            display: block;
            padding-top: 10px;
            clear: both;
        }

            .container .articletContent .mainArticle .articleCont .articleHeader {
                background: rgba(0,0,0,0.08);
                display: block;
                float: right;
                position: relative;
                width: 100%;
            }

                .container .articletContent .mainArticle .articleCont .articleHeader h1 {
                    font-size: 30px;
                    padding: 10px;
                    border-bottom: 1px dashed #bebebe;
                    font-weight: bold;
                }

                .container .articletContent .mainArticle .articleCont .articleHeader img {
                    width: 90px;
                    margin: 10px;
                    float: right;
                    padding: 2px;
                    background: white;
                    border: 1px solid orange;
                }

                .container .articletContent .mainArticle .articleCont .articleHeader .articleWriter {
                    float: right;
                    margin-top: 10px;
                    line-height: 20px;
                }

                    .container .articletContent .mainArticle .articleCont .articleHeader .articleWriter span {
                        display: block;
                        font-weight: bold;
                    }

                .container .articletContent .mainArticle .articleCont .articleHeader .petbuyBookLink {
                    position: absolute;
                    top: 70px;
                    left: 0;
                }

            .container .articletContent .mainArticle .articleCont .articleText {
                direction: rtl;
                text-align: right;
            }

                .container .articletContent .mainArticle .articleCont .articleText h2 {
                    font-size: 25px;
                    line-height: 30px;
                }

                .container .articletContent .mainArticle .articleCont .articleText p {
                    font-size: 12px;
                    line-height: 20px;
                    margin: 10px 0;
                }

        .container .articletContent .mainArticle .articleComments {
            background-color: #D0D0D0;
            padding: 10px;
            margin-bottom: 20px;
            height: 250px;
            margin-top: 20px;
            direction: rtl;
        }

            .container .articletContent .mainArticle .articleComments .commentsTitle {
                background-color: #D0D0D0;
                padding: 10px;
                margin-bottom: 20px;
                height: 260px;
                margin-top: 20px;
            }

            .container .articletContent .mainArticle .articleComments h2 {
                display: block;
                border-bottom: 1px dashed #999;
                padding-bottom: 10px;
                font-size: 20px;
                margin-bottom: 20px;
            }

            .container .articletContent .mainArticle .articleComments div {
                display: block;
                min-height: 40px;
            }

                .container .articletContent .mainArticle .articleComments div span {
                    width: 20%;
                    height: 40px;
                    float: right;
                }

                .container .articletContent .mainArticle .articleComments div input,
                .container .articletContent .mainArticle .articleComments div textarea {
                    border: 1px solid #EF7D01;
                    width: 80%;
                    padding: 5px;
                    float: right;
                }

                .container .articletContent .mainArticle .articleComments div .orange_btn {
                    background-color: #f17f04;
                    padding: 5px 10px 5px 10px;
                    border: 0px;
                    float: left;
                    text-align: center;
                    cursor: pointer;
                    font-size: 14px;
                    width: 100px;
                    margin-top: 20px;
                }


.invoiceView {
    position: relative;
    top: 5px;
    width: 650px;
}

    .invoiceView .short {
        width: 200px;
    }

    .invoiceView .long {
        width: 250px;
    }

    .invoiceView .crocs {
        float: left; width: 350px;
    }

    .invoiceView .moreDetails span {
        width: 100px;
        float: right;
    }

.container footer {
    margin: 20px 0;
    background: #bdbdbd;
    box-sizing: border-box;
    padding: 10px;
    text-align: right;
}

    .container footer .fcol_4 {
        width: 24.5%;
        display: inline-block;
        vertical-align: text-top;
    }

    .container footer .full {
        height: 95px;
        width: 95%;
        margin: 0 auto;
        border-radius: 6px;
        padding: 20px 70px 10px 10px;
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,.7);
        background: #fff url(images/footerFullBg.jpg) no-repeat right bottom;
    }

        .container footer .full span {
            display: block;
            box-sizing: border-box;
            font-size: 13px;
            font-weight: bold;
            direction: rtl;
        }

    .container footer .half {
        background: #fff;
        height: 40px;
        width: 95%;
        margin: 0 auto 15px auto;
        border-radius: 6px;
        text-align: center;
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,.7);
    }

        .container footer .half input {
            display: block;
            height: 40px;
            width: 95%;
            border: none;
            outline: none;
            background: transparent;
            padding: 5px;
            direction: rtl;
            font-size: 20px;
        }

.main-header {
    display: none;
}

.view {
    width: 100%;
    text-align: center;
    margin: 0px auto;
    clear: both;
    display: block;
    margin: 10px 0;
    font-size: 12px;
}



#desc {
    width: 100%;
    text-align: right;
    margin: 0px auto;
    clear: both;
    display: block;
    margin: 10px 0;
    font-size: 12px;
}

    #desc h2 {
        font-size: 17px;
        font-weight: bold;
    }

#footer {
    width: 100%;
    text-align: center;
    margin: 0px auto;
    background-color: #f17f04;
    clear: both;
    display: block;
    margin: 10px 0;
    font-size: 12px;
    min-height: 201px;
}

#descAnimal {
    width: 100%;
    text-align: center;
    margin: 0px auto;
    clear: both;
    display: block;
    margin: 10px 0;
    font-size: 12px;
}

    #descAnimal h2 {
        font-size: 17px;
        font-weight: bold;
    }

#keywords {
    width: 100%;
    text-align: center;
    margin: 0px auto;
    clear: both;
    display: block;
    margin: 10px 0;
    font-size: 12px;
}

/*old css*/
.large_account_img {
    max-height: 130px;
    max-width: 135px;
}

.alpha_div {
    position: relative;
    z-index: 1000;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.popup_div {
    background-color: Transparent;
    height: 100%;
    position: absolute;
    top: 200px;
    visibility: hidden;
    width: 100%;
    z-index: 2000;
}

.gray_box {
    background-color: #f1f1f1;
    padding: 3px;
    border: 0px;
}

    .gray_box table {
        margin-top: 50px;
    }

        .gray_box table tr {
            height: 40px;
        }

.orange_box {
    background-color: #f17f04;
    padding: 3px;
    border: 0px;
}

.orange_btn {
    background-color: #f17f04;
    padding: 5px 10px 5px 10px;
    border: 0px;
    float: left;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}
/*paging*/
.page-title {
    width: 100%;
    clear: both;
    display: block;
    margin-bottom: -23px;
    margin-left: 632px;
    margin-top: -13px;
    font-size: 12px;
    color: #f89728;
}

    .page-title h2 {
        font-size: 17px;
        font-weight: bold;
    }

.page {
    border: 1px solid #f17f04;
    width: 20px;
}

    .page a {
        font-size: 12px;
        color: #000;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        line-height: 20px;
        display: block;
    }

    .page:hover {
        border: 1px solid #000;
        background-color: #000;
    }

    .page a:hover {
        font-size: 12px;
        color: #f17f04;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        line-height: 20px;
        display: block;
    }

.page-on {
    border: 1px solid #000;
}

    .page-on a {
        font-size: 12px;
        color: #f17f04;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        line-height: 20px;
        display: block;
    }

.page_current {
    background-color: #f17f04;
    width: 20px;
}
/*end paging*/
.cen {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

TABLE {
    color: #000000;
    direction: rtl;
    font-family: Arial;
    font-size: 12px;
    margin: 0 auto;
    text-align: right;
}

#cart-page {
    padding-bottom: 7px;
    margin-top: 30px;
}

    #cart-page tr.gray {
        background-color: #d6d6d6;
        height: 30px;
        font-weight: bold;
    }

    #cart-page td {
        border: 1px solid #A0A0A0;
        height: 30px;
    }

    #cart-page .on {
        border: 1px solid #F2840E;
    }

.tab-w-r {
    background-image: url("../../images/tab-w-r.jpg");
    background-repeat: no-repeat;
    height: 34px;
    width: 7px;
}

.border-bottom-gray {
    border-bottom: 1px solid #e5e5e5;
}

.txtb14 {
    color: #000;
    font-size: 14px;
    line-height: 18px;
}

.excel-al-right {
    text-align: right;
}

.tab-g-m {
    background-image: url("../../images/tab-g-m.jpg");
    background-repeat: repeat-x;
    height: 34px;
}

    .tab-g-m a {
        color: #828282;
        display: block;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        text-decoration: none;
        margin-top: 8px;
    }

.tab-right {
    background-image: url("../../images/tab-left.jpg");
    background-position: left center;
    background-repeat: repeat-y;
}

.border-gray-blr-tab {
    background-color: #fff;
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-right: 2px solid #f2f2f2;
}

.sortable thead {
    cursor: pointer;
}

.tab-w-m {
    background-image: url("../../images/tab-w-m.jpg");
    background-repeat: repeat-x;
    height: 34px;
}

.tiny_animal_img {
    max-height: 40px;
    max-width: 50px;
}

.large_article_img {
    max-height: 130px;
    max-width: 165px;
}

.medium_article_img {
    max-height: 145px;
    max-width: 140px;
}

.detailsAndCall {
    display: none;
}

.small_account_img {
    max-height: 50px;
    max-width: 54px;
}
/*end old css*/
