* {
    box-sizing: border-box;
}

body {
    margin: 0px;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    direction: rtl;
}

.wrapper {
    width: 700px;
    min-height: 500px;
    background: #fff;
    margin: 0 auto;
}

.backDiv {
    display: none;
}

.wrapper .fb {
    width: 100%;
    height: 1px;
    text-align: left;
    background: #fff;
}
/*.wrapper .banner {
    clear: both;
    display: block;
    margin: 10px 0;
    min-height: 201px;
    width: 100%;
}*/
.slideshowContainer {
    clear: both;
    display: block;
    margin: 10px 0;
    width: 100%;
}

.wrapper .header {
    width: 100%;
    background: #fff;
    border-radius: 20px;
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    position: relative;
    float: right;
}

    .wrapper .header article {
        padding: 0 20px 20px;
        width: 100%;
    }

        .wrapper .header article h1 {
            margin: 0;
            margin-bottom: 10px;
            font-size: 23px;
            color: #4c4c4c;
        }

            .wrapper .header article h1 .input {
                border-radius: 20px;
                outline: none;
                font-size: 18px;
                border: none;
                display: inline-block;
                background: #fff;
                box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
                -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
                padding: 10px 10px 10px 40px;
                position: relative;
            }

                .wrapper .header article h1 .input .arrowUp, .wrapper .header article h1 .input .arrowDown {
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    width: 30px;
                    height: 20px;
                }

                .wrapper .header article h1 .input .arrowDown {
                    top: 20px;
                }

                    .wrapper .header article h1 .input .arrowUp a, .wrapper .header article h1 .input .arrowDown a {
                        width: 30px;
                        height: 20px;
                        display: block;
                        border-right: 1px solid #999;
                    }

                        .wrapper .header article h1 .input .arrowUp a:hover, .wrapper .header article h1 .input .arrowDown a:hover {
                            background: rgba(0,0,0,.1);
                        }

                .wrapper .header article h1 .input .arrowUp a {
                    border-bottom: 1px solid #999;
                    border-radius: 18px 0 0 0;
                }

                .wrapper .header article h1 .input .arrowDown a {
                    border-top: 1px solid #999;
                    border-radius: 0 0 0 18px;
                }

                    .wrapper .header article h1 .input .arrowUp a img, .wrapper .header article h1 .input .arrowDown a img {
                        top: 6px;
                        right: 5px;
                        display: block;
                        position: absolute;
                    }

        .wrapper .header article p {
            margin: 0;
            line-height: 20px;
            font-size: 14px;
            color: #4c4c4c;
        }

        .wrapper .header article .mainImg {
            position: absolute;
            bottom: 16px;
            right: 30px;
            height: 150px;
        }

.wrapper .price {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    float: right;
}

    .wrapper .price .priceBig, .wrapper .price .priceSmall, .wrapper .price .priceSale {
        float: right;
    }

    .wrapper .price .priceBig {
        width: 33%;
        color: #4c4c4c;
        font-size: 20px;
    }

        .wrapper .price .priceBig span {
            background: #bdbdbd;
            color: #fff;
            font-size: 20px;
            padding: 10px 20px;
            margin-right: 20px;
            border-radius: 20px;
            box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
            -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
        }

    .wrapper .price .priceSmall {
        color: #949494;
        font-size: 15px;
        width: 15%;
    }

        .wrapper .price .priceSmall span {
            display: block;
            text-decoration: line-through;
        }

    .wrapper .price .crocs {
        color: #949494 !important;
        float: right;
        margin-top: -15px;
        text-decoration: none;
        width: auto;
    }

    .wrapper .price .priceSale {
        color: #333;
        font-size: 20px;
        margin-top: 20px;
        width: 100%;
    }

        .wrapper .price .priceSale span {
            color: #f89728;
            font-size: 15px;
            margin-right: 8px;
        }

        .wrapper .price .priceSale #count_in_cart {
            display: none;
        }

.wrapper .products {
    clear: both;
    border-top: 2px dashed #ccc;
    padding-top: 40px;
}

    .wrapper .products .productsAll {
        background: #fee9ce;
        box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
        height: auto;
        border-radius: 20px;
        padding: 5px;
        font-size: 12px;
    }

        .wrapper .products .productsAll .productData {
            background: #fff;
            width: 96%;
            height: 50px;
            margin: 10px 0;
            line-height: 50px;
            border-radius: 15px;
            font-size: 13px;
            padding-right: 10px;
            font-weight: bold;
            box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 1);
            -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 1);
            position: relative;
        }

            .wrapper .products .productsAll .productData .inputDiv {
                -moz-border-bottom-colors: none;
                -moz-border-left-colors: none;
                -moz-border-right-colors: none;
                -moz-border-top-colors: none;
                border-color: -moz-use-text-color #999 -moz-use-text-color -moz-use-text-color;
                border-image: none;
                border-radius: 20px 0 0 20px;
                border-style: none solid none none;
                border-width: medium 1px medium medium;
                color: #333;
                display: inline-block;
                font-size: 25px;
                left: 0;
                outline: medium none;
                position: absolute;
                width: 85px;
            }

            .wrapper .products .productsAll .productData .input {
                font-size: 25px;
                border: none;
                color: #333;
                text-align: center;
                width: 54px;
            }

            .wrapper .products .productsAll .productData .inputDiv .arrowUp, .wrapper .products .productsAll .productData .inputDiv .arrowDown {
                position: absolute;
                top: 0px;
                left: 0px;
                width: 30px;
                height: 25px;
            }

            .wrapper .products .productsAll .productData .inputDiv .arrowDown {
                top: 25px;
            }

                .wrapper .products .productsAll .productData .inputDiv .arrowUp a, .wrapper .products .productsAll .productData .inputDiv .arrowDown a {
                    width: 30px;
                    height: 25px;
                    display: block;
                    border-right: 1px solid #999;
                }

                    .wrapper .products .productsAll .productData .inputDiv .arrowUp a:hover, .wrapper .products .productsAll .productData .inputDiv .arrowDown a:hover {
                        background: rgba(0,0,0,0.2);
                    }

            .wrapper .products .productsAll .productData .inputDiv .arrowUp a {
                border-radius: 18px 0 0 0;
            }

            .wrapper .products .productsAll .productData .inputDiv .arrowDown a {
                border-top: 1px solid #999;
                border-radius: 0 0 0 18px;
            }

                .wrapper .products .productsAll .productData .inputDiv .arrowUp a img, .wrapper .products .productsAll .productData .inputDiv .arrowDown a img {
                    top: 10px;
                    right: 5px;
                    display: block;
                    position: absolute;
                }

        .wrapper .products .productsAll .comments {
            background: #fff;
            width: 45%;
            height: 50px;
            line-height: 30px;
            border-radius: 10px;
            font-size: 15px;
            font-weight: bold;
            box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
            -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
            border: none;
            padding: 8px;
            outline: none;
        }

        .wrapper .products .productsAll .or {
            font-size: 15px;
        }

        .wrapper .products .productsAll .addToCart {
            background: url("images/arrow.png") no-repeat scroll 12px 7px #f89728;
            border: medium none;
            border-radius: 10px;
            box-shadow: -2px -2px 2px 0 rgba(0, 0, 0, 0.5);
            color: #fff;
            float: left;
            font-size: 15px;
            font-weight: bold;
            height: 40px;
            line-height: 35px;
            margin: 6px;
            outline: medium none;
            padding: 2px 10px;
            text-decoration: none;
            width: 44%;
        }

            .wrapper .products .productsAll .addToCart:hover {
                background: #d07a18 url(images/arrow.png) no-repeat 12px 7px;
            }

            .wrapper .products .productsAll .addToCart:active {
                box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
                -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
                -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
            }

        .wrapper .products .productsAll .long {
            width: 95%;
        }

        .wrapper .products .productsAll .productsTitle {
            font-size: 20px;
            color: #4e4e4e;
            font-weight: bold;
        }

            .wrapper .products .productsAll .productsTitle a {
                color: #4e4e4e;
                text-decoration: underline;
            }

        .wrapper .products .productsAll .productData span {
            position: absolute;
            left: 0;
            width: 85px;
            height: 50px;
            padding-right: 5px;
            border-right: 1px solid #999;
        }

            .wrapper .products .productsAll .productData span a {
                color: #ccc;
                line-height: 50px;
                font-size: 16px;
                font-weight: normal;
                 margin-right: 1px;
            }

    .wrapper .products .choose {
        clear: both;
        font-size: 10px;
        padding-top: 4px;
        padding-bottom: 10px;
        margin-top: 5px;
        color: #949494;
        position: relative;
        margin-bottom: 16px;
        border-bottom: 1px dashed #ccc;
        width: 98%;
        margin: 8px auto;
    }

        .wrapper .products .choose .chooseItem {
            height: 30px;
            font-size: 15px;
            position: relative;
            padding-right: 30px;
        }

            .wrapper .products .choose .chooseItem input[type="checkbox"] {
                margin: -5px 0 0 0;
                position: absolute;
                -webkit-transform: scale(2);
                -moz-transform: scale(2);
                -ms-transform: scale(2);
                transform: scale(2);
                right: 0;
                top: 10px;
            }

            .wrapper .products .choose .chooseItem:first-child {
                margin-top: 10px;
            }

            .wrapper .products .choose .chooseItem:last-child {
                margin-top: 5px;
                width: 700px;
            }

            .wrapper .products .choose .chooseItem .days {
                background: #fff;
                outline: none;
                border: 1px solid #333;
                width: 25px;
                border-radius: 5px;
                margin-top: -10px;
            }

            .wrapper .products .choose .chooseItem a {
                color: #000;
            }

.wrapper .info {
    width: 98%;
    margin: 0 auto;
}

    .wrapper .info h2, .wrapper .info p {
        margin: 5px 0;
        color: #949494;
        font-size: 16px;
    }

    .wrapper .info h2 {
        color: #f89728;
    }

    .wrapper .info p {
        width: 80%;
        line-height: 20px;
    }

.wrapper .comment {
    margin: 30px 0;
}

    .wrapper .comment .commentData img {
        height: 70px;
        width: 60px;
    }

.wrapper .gift {
    /*background: none repeat scroll 0 0 #eeeeee;*/
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3) inset;
    direction: rtl;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: right;
    width: 100%;
    margin: 20px 0 5px;
}

    .wrapper .gift h1 {
        background: none repeat scroll 0 0 #d9d9d9;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3) inset;
        font-size: 30px;
        line-height: 30px;
        margin: 0;
        padding: 10px;
    }


    .wrapper .gift .header2 {
        font-size: 25px;
        font-weight: bold;
    }

    .wrapper .gift p {
        color: #333;
        font-size: 20px;
        line-height: 25px;
        margin: 20px;
        width: 450px;
    }

    .wrapper .gift .giftimg {
        height: 167px;
        left: 20px;
        position: absolute;
        top: 20px;
        width: 152px;
    }

    .wrapper .gift .topPart {
        border-bottom: 1px dashed #ccc;
        padding: 10px;
    }

        .wrapper .gift .topPart img, .wrapper .gift .topPart span {
            display: inline-block;
            vertical-align: middle;
        }

.imgSize {
    height: 60px;
    width: 40px;
}

.wrapper .gift .topPart span:first-of-type {
    border-left: 1px solid #666;
    color: #949494;
    font-size: 12px;
    line-height: 60px;
    margin: 0 10px;
    padding-left: 10px;
}

.wrapper .gift .giftimg2 {
    height: 167px;
    left: 20px;
    position: absolute;
    top: 70px;
    width: 152px;
}

.wrapper .gift .delete {
    height: 19px;
    left: 20px;
    position: absolute;
    top: 23px;
    width: 52px;
}

.wrapper .gift ol {
    color: #4c4c4c;
    width: 70%;
}

    .wrapper .gift ol a, .wrapper .gift strong {
        color: #425baa;
        font-weight: normal;
    }

.wrapper .gift li {
    line-height: 25px;
}

.wrapper .comment .commentData div,
.wrapper .gift .commentData div {
    float: right;
    width: 8%;
    height: 50px;
    margin-right: 10px;
}

.wrapper .comment .commentData textarea,
.wrapper .gift .commentData textarea {
    float: right;
    width: 71%;
    height: 70px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 5px;
    font-size: 20px;
    padding-top: 10px;
    padding-right: 10px;
    font-weight: bold;
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    font-family: Arial, Helvetica, sans-serif;
    outline: none;
    -webkit-transition: height .3s ease;
    -moz-transition: height .3s ease;
    transition: height .3s ease;
}

.wrapper .gift .topPart .textarea {
    width: 75%;
}

.wrapper .gift .topPart textarea {
    width: 100%;
    height: 50px;
    font-family: arial;
    background: #fff;
    border-radius: 5px;
    font-size: 18px;
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    font-family: Arial, Helvetica, sans-serif;
    outline: none;
    -webkit-transition: height .3s ease;
    -moz-transition: height .3s ease;
    transition: height .3s ease;
}

.wrapper .comment .commentData textarea:active,
.wrapper .comment .commentData textarea:focus,
.wrapper .gift textarea:active,
.wrapper .gift textarea:focus {
    height: 120px;
    background: #ededed;
}

.wrapper .comment .commentData a,
.wrapper .gift .commentData a {
    background: #f89728;
    color: #fff;
    text-decoration: none;
    height: 65px;
    width: 15%;
    float: right;
    text-align: center;
    line-height: 65px;
    margin-right: 2%;
    margin-top: 3px;
    border-radius: 15px;
    font-size: 20px;
    font-weight: bold;
    box-shadow: -6px -4px -4px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -4px -4px 2px 0px rgba(0, 0, 0, 0.3);
    border: none;
    padding: 0px 10px;
    outline: none;
}

.wrapper .gift .delete a {
    background: none repeat scroll 0 0 #f89728;
    border: medium none;
    border-radius: 15px;
    color: #fff;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 55px;
    margin-top: 5px;
    padding: 0 10px;
    text-decoration: none;
}

.wrapper .comment .commentData a:hover,
.wrapper .gift .commentData a:hover {
    background: #d07a18;
}

.wrapper .comment .commentsIn {
    float: right;
    height: auto;
    margin: 10px;
    width: 100%;
}

    .wrapper .comment .commentsIn:first-of-type {
        margin-top: 20px;
    }

    .wrapper .comment .commentsIn img,
    .wrapper .comment .commentsIn .commentDate,
    .wrapper .comment .commentsIn .commentId,
    .wrapper .comment .commentsIn a {
        color: #949494;
        float: right;
        width: 40px;
        height: 70px;
    }

    .wrapper .comment .commentsIn .commentDate {
        line-height: 70px;
        padding: 0 5px;
        border-left: 1px solid #ccc;
        width: 77px;
    }

    .wrapper .comment .commentsIn .commentId {
        width: 400px;
        font-size: 17px;
        padding-right: 10px;
        height: auto;
    }

        .wrapper .comment .commentsIn .commentId span {
            display: block;
            font-size: 16px;
            margin-bottom: 10px;
        }

    .wrapper .comment .commentsIn a {
        background: #f39427;
        padding: 2px 10px;
        width: 108px;
        height: 23px;
        margin-top: 10px;
        font-size: 16px;
        text-decoration: none;
        border-radius: 5px;
        color: #fff;
    }

.wrapper .ui-dialog .ui-dialog-content {
    padding: 0 !important;
}

.wrapper .itemImageAndPicto {
    width: 100%;
    padding: 12px;
    text-align: center;
}

.wrapper .itemImageBlock {
    padding: 12px;
}

    .wrapper .itemImageBlock .oneImage {
        border-right: 0 none;
        width: 288px;
    }


.wrapper #mainImage {
    /*max-height: 160px;*/
    width: 140px;
}

.wrapper .rightImagesAraound {
    /*border-bottom: 1px solid #B5BDC6;*/
    color: #000000;
    display: block;
    float: left;
    height: 53px;
    width: 50px;
}

.wrapper .rightImageSingleBlock {
    height: 72px;
    vertical-align: middle;
    width: 71px;
}

.wrapper .itemDescriptions {
    display: block;
    float: left;
    margin-left: 20px;
    overflow: hidden;
    width: 360px;
}
