/* ------ iPhone ------- */
@media only screen and (max-width: 600px) {
    .wrapper {
        width: 100%;
    }

    .sideBar {
        display: none;
    }

    .wrapper #slider {
        display: none;
    }

    .backDiv {
        background-color: #f89728;
        width: 100%;
        height: 45px;
        display: block !important;
    }

    .backBtn {
        background: none repeat scroll 0 0 #eee;
        border: 1px solid #d6d6d6;
        border-radius: 10px;
        float: right;
        height: 34px;
        margin: 5px;
        opacity: 0.8;
        position: relative;
        text-decoration: none;
        width: 100px;
    }

        .backBtn:hover {
            opacity: 1;
            background: #f89728;
            color: #fff;
        }

            .backBtn:hover:after {
                background: url(../images/arrow4.png) no-repeat;
                background-size: 100% 100%;
            }

        .backBtn:after {
            background: url(../images/arrow3.png) no-repeat scroll right center / 100% 100% rgba(0, 0, 0, 0);
            content: "";
            height: 20px;
            position: absolute;
            right: 10px;
            top: 7px;
            width: 22px;
            z-index: 100;
        }

        .backBtn span {
            color: #000;
            display: block;
            font-size: 18px;
            font-weight: bold;
            line-height: 12px;
            margin-top: 8px;
            position: absolute;
            right: 35px;
        }

    .wrapper .header article h1 {
        font-size: 14px;
        font-weight: bold;
    }

    .wrapper .header article .mainImg {
        position: absolute;
        bottom: 70px;
        right: 10px;
        height: 100px;
    }

    .wrapper .header article h1 .input .arrowUp,
    .wrapper .header article h1 .input .arrowDown,
    .wrapper .header article h1 .input .arrowUp a,
    .wrapper .header article h1 .input .arrowDown a {
        height: 30px;
        border-radius: 0;
        border: none !important;
    }

        .wrapper .header article h1 .input .arrowUp a:hover,
        .wrapper .header article h1 .input .arrowUp a:active {
            border-radius: 15px 0 0 15px;
        }

        .wrapper .header article h1 .input .arrowDown a:hover,
        .wrapper .header article h1 .input .arrowDown a:active {
            border-radius: 0 15px 15px 0;
        }

        .wrapper .header article h1 .input .arrowUp a img,
        .wrapper .header article h1 .input .arrowDown a img {
            margin-top: 5px;
        }

    .wrapper .products .productsAll .productData .input {
        border: medium none;
        border-radius: 0;
        width: 35px;
        text-align: center;
    }

        .wrapper .products .productsAll .productData .input .arrowUp,
        .wrapper .products .productsAll .productData .input .arrowDown {
            top: 0;
        }

        .wrapper .products .productsAll .productData .input .arrowUp {
            left: 0;
            border-right: 1px solid #999;
        }

        .wrapper .products .productsAll .productData .input .arrowDown {
            right: 0;
            border-left: 1px solid #999;
        }

            .wrapper .products .productsAll .productData .input .arrowUp,
            .wrapper .products .productsAll .productData .input .arrowDown,
            .wrapper .products .productsAll .productData .input .arrowUp a,
            .wrapper .products .productsAll .productData .input .arrowDown a {
                border-radius: 0;
                height: 50px;
            }

                .wrapper .products .productsAll .productData .input .arrowUp a img,
                .wrapper .products .productsAll .productData .input .arrowDown a img {
                    margin-top: 10px;
                }

    .wrapper #mainImage {
        width: 150px;
    }

    .wrapper .header article h1 .input .arrowDown {
        top: 0;
        right: 0;
    }

        .wrapper .header article h1 .input .arrowDown a {
            border-left: 1px solid #999;
        }

    .wrapper .products .choose {
        display: none;
    }

        .wrapper .products .choose .chooseItem {
            font-size: 11px;
        }

    .wrapper .comment .commentData div {
        float: right;
        height: 50px;
        padding: 0 10px;
        width: 20%;
    }

    .wrapper .comment .commentData textarea {
        margin-right: 5px;
        width: 56%;
        font-size: 15px;
    }

    .wrapper .comment .commentData a {
        font-size: 15px;
    }

    .wrapper .header article h1 .input {
        border-radius: 0px;
        outline: none;
        font-size: 15px;
        line-height: 10px;
        border: none;
        width: 65px;
        display: inline-block;
        text-align: center;
        background: #fff;
        padding: 10px 0;
        position: relative;
        border-radius: 13px;
    }

    .wrapper .header article p {
        margin: 0;
        line-height: 12px;
        font-size: 12px;
        color: #4c4c4c;
    }

    .wrapper .price .priceBig,
    .wrapper .price .priceSmall,
    .wrapper .price .priceSale {
        width: 100%;
        margin-bottom: 7px;
    }

        .wrapper .price .priceBig span {
            font-size: 15px;
            padding: 3px 20px;
        }

        .wrapper .price .priceSmall span {
            display: inline-block;
        }

    .wrapper .price .crocs {
        float: none;
    }

    td {
        width: 100%;
        display: block;
    }

    .wrapper .products .productsAll .comments {
        width: 60%;
        line-height: 20px;
        height: 30px;
    }

    .wrapper .products .productsAll .long {
        width: 100% !important;
    }

    .wrapper .products .productsAll .addToCart,
    .wrapper .products .productsAll .addToCart:hover {
        background: url("images/arrow.png") no-repeat scroll 3px 2px #f89728;
        font-size: 12px;
        height: 28px;
        line-height: 20px;
        margin-left: 3px;
        margin-top: 2px;
        text-align: right;
        width: 35%;
    }

    .wrapper .products .productsAll .productData {
        font-size: 13px;
        width: 100%;
        text-align: right;
    }

    .wrapper .products .productsAll td {
        text-align: center;
    }

    .wrapper .products .productsAll span {
        font-size: 14px !important;
    }

    .wrapper .comment .commentsIn img {
        width: 15%;
    }

    .wrapper .comment .commentsIn .commentDate {
        font-size: 13px;
        width: 20%;
    }

    .wrapper .comment .commentsIn .commentId {
        display: block;
        width: 60%;
        margin-right: 5px;
        padding: 0;
        font-size: 14px;
    }

    .wrapper .comment .commentsIn a {
        display: block;
        width: 36%;
        margin-bottom: 10px;
        margin-left: 230px;
    }

    .TabbedPanelsTab {
        width: 25%;
        padding: 13px 10px !important;
    }

    .wrapper .price {
        text-align: center;
    }

        .wrapper .price .priceSale #count_in_cart {
            display: block;
        }

    .wrapper .gift {
        margin: 20px 10px 20px;
        width: auto;
    }

        .wrapper .gift .commentData {
            width: 100%;
            margin: 0 auto;
        }

            .wrapper .gift .commentData textarea {
                font-size: 16px;
            }

        .wrapper .gift .giftimg, .wrapper .gift .giftimg2 {
            display: none;
        }

        .wrapper .comment .commentData a, .wrapper .gift .commentData a, .wrapper .gift .delete a {
            font-size: 16px;
            padding: 0 8px;
        }

        .wrapper .gift h1 {
            font-size: 22px;
        }

        .wrapper .gift p {
            font-size: 15px;
            width: auto;
            margin: 15px;
        }


        .wrapper .gift .topPart .text {
            font-size: 15px;
            margin-right: 8px;
            width: 66%;
        }

        .wrapper .gift ol {
            margin: 10px !important;
            width: 94%;
        }

    .margin {
        height: 85px;
    }

    .wrapper .gift .delete {
        left: 10px;
        top: 15px;
    }

    .wrapper .gift .topPart .textarea {
        width: 65%;
        font-size: 15px;
    }

    .wrapper .gift .topPart textarea {
        font-size: 15px;
        width: 100%;
    }

    .wrapper .gift .topPart span:first-of-type {
        margin: 0;
    }
}
