﻿body {
    font-family: helvetica,Verdana;
    color: #000000;
    margin: 0px;
    border-top: 68px solid #e2d73f;
    min-width: 1140px;
}

.clear {
    clear: both;
}

.align-center {
    text-align: center;
}

.dis-inline {
    display: inline-block;
    padding-right: 10px;
}

.font-17 {
    font-size: 17px;
}

.font-20 {
    font-size: 20px;
}

#Page {
    width: 1140px;
    margin: 0px auto;
    padding: 0px;
}

#Header {
    margin-top: -36px;
}

.HeaderLeft {
    float: left;
    width: 50%;
}

.HeaderRight {
    float: right;
    width: 50%;
    padding-top: 66px;
    text-align: right;
}

.HeaderRight-items {
    margin-bottom: 15px;
}

.logo {
    padding-bottom: 34px;
    padding-top: 20px;
}

    .logo a {
        border: 0px;
        cursor: pointer;
    }

        .logo a img {
            border: 0px;
        }

.phone_order {
    display: inline-block;
    vertical-align: top;
}

.basket {
    /*float: left;*/
    display: inline-block;
    margin: 0px 15px 0px 30px;
}

.price {
    /*float: left;*/
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}

    .price input {
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        background-color: black;
        color: white;
        width: 80px;
        height: 31px;
        border: 0px;
        line-height: 42px;
        text-align: center;
        font-size: 20px;
        cursor: context-menu;
    }

.search {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #e2d73f;
    width: 230px;
    height: 20px;
    text-align: right;
    float: right;
    font-size: 15px;
    line-height: 23px;
    padding: 6px 20px 10px;
    margin-left: 20px;
}

    .search input {
        background-image: url(../../Assets/images/search/search.png);
        background-position: right center;
        background-repeat: no-repeat;
        height: 20px;
        border: 0px;
        line-height: 19px;
        width: 180px;
        background-color: transparent;
        text-align: right;
        padding: 0px 40px 0px 10px;
        color: black;
    }


/*menu*/

/* Menu Styles */

.fifth-level-menu {
    position: absolute;
    top: 0;
    right: -250px;
    width: 250px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    z-index: 999;
}

    .fifth-level-menu > li {
        background: #e2d73f;
    }

        .fifth-level-menu > li:hover {
            background: #c5bb30;
        }

.fourth-level-menu {
    position: absolute;
    top: 0;
    right: -250px;
    width: 250px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    z-index: 999;
}

    .fourth-level-menu > li {
        position: relative;
        padding: 0px 10px;
        background: #e2d73f;
        z-index: 999;
    }

        .fourth-level-menu > li:hover {
            background: #c5bb30;
        }

.third-level-menu {
    position: absolute;
    top: 0;
    right: -250px;
    width: 250px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    z-index: 999;
}

    .third-level-menu > li {
        position: relative;
        padding: 0px 10px;
        background: #e2d73f;
        z-index: 999;
    }

        .third-level-menu > li a {
            color: black;
        }

        .third-level-menu > li:hover {
            background: #c5bb30;
        }

.second-level-menu {
    position: absolute;
    top: 45px;
    left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    z-index: 999;
}

    .second-level-menu > li {
        position: relative;
        padding: 0px 10px;
        background: #e2d73f;
        z-index: 999;
    }

        .second-level-menu > li:hover {
            background: #c5bb30;
        }

.top-level-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    height: 50px;
    border-bottom: 3px solid black;
    font-size: 18px;
    text-transform: uppercase;
}

    .top-level-menu > li {
        position: relative;
        float: left;
        z-index: 999;
        padding: 5px 10px 0px 10px;
        height: 45px;
    }

        .top-level-menu > li:hover {
            background: #e2d73f;
        }

    .top-level-menu li a.home {
        background-image: url(../../Assets/images/menu/home.png);
        width: 23px;
        height: 45px;
        background-position: center 5px;
        background-repeat: no-repeat;
    }

        .top-level-menu li a.home:hover {
            background-image: url(../../Assets/images/menu/home.png);
        }

    .top-level-menu li:hover > ul {
        /* On hover, display the next level's menu */
        display: inline;
    }


    /* Menu Link Styles */

    .top-level-menu a /* Apply to all links inside the multi-level menu */ {
        color: black;
        text-decoration: none;
        /* Make the link cover the entire list item-container */
        display: block;
        padding: 10px 5px;
    }

        .top-level-menu a:hover {
            color: #000000;
        }


/*menu*/


.Content {
    /*padding: 50px 22px 44px 22px;*/
    padding: 36px 0px 40px 0px;
    border-bottom: 3px solid black;
    margin-bottom: 20px;
}

.MainContent {
    color: #000000;
    font-size: 12px;
    padding: 0px 85px;
}

.MainContentHome {
    color: #000000;
    font-size: 12px;
    position: relative;
}

.home_image img {
    width: 1140px;
    height: 482px;
}

.home_items {
    padding: 8px 0px;
}

    .home_items img {
        width: 368px;
        height: 494px;
    }

.home_item {
    float: left;
    margin-right: 18px;
}

.home_item_last {
    float: right;
}

#Footer {
    background-color: #e2d73f;
}

.footer-inside {
    width: 1000px;
    padding: 15px 70px;
    margin: 0px auto;
}

    .footer-inside .payment {
        float: left;
        width: 25%;
    }

        .footer-inside .payment h3 {
            margin: 0px;
            margin-bottom: 15px;
            font-size: 11px;
        }

            .footer-inside .payment h3 a {
                color: #000000;
                text-decoration: none;
                cursor: pointer;
            }

                .footer-inside .payment h3 a:hover {
                    text-decoration: underline;
                }

        .footer-inside .payment ul {
            list-style: none;
            margin: 0px;
            padding: 0px;
            margin-bottom: 15px;
        }

            .footer-inside .payment ul li {
                display: inline;
                padding-right: 6px;
                zoom: 1;
                *display: inline;
            }

                .footer-inside .payment ul li a img {
                    border: 0px;
                    text-decoration: none;
                    vertical-align: middle;
                }

    .footer-inside .footer-rignt {
        float: right;
        width: 70%;
        padding-top: 20px;
    }

    .footer-inside .social {
        float: right;
        width: 250px;
        text-align: left;
    }

        .footer-inside .social h3 {
            margin: 0px;
            font-size: 10px;
            margin-top: 22px;
            margin-bottom: 12px;
        }

        .footer-inside .social ul {
            font-size: 18px;
            list-style: none;
            margin: 0px;
            padding: 0px;
        }

            .footer-inside .social ul li {
                display: inline;
                padding-right: 6px;
                zoom: 1;
                *display: inline;
            }

                .footer-inside .social ul li a img {
                    border: 0px;
                }


.footer .contact {
    float: right;
    width: 200px;
    text-align: left;
    font-size: 11px;
    font-weight: bold;
    border-left: 2px solid black;
    padding-left: 42px;
    margin-left: 42px;
}

.footer-inside .contact ul {
    font-size: 11px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .footer-inside .contact ul li {
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
    }

        .footer-inside .contact ul li a {
            text-decoration: none;
            color: black;
            cursor: pointer;
        }

            .footer-inside .contact ul li a img {
                border: 0px;
            }

        .footer-inside .contact ul li.icon {
            padding-right: 10px;
            padding-bottom: 10px;
        }

        .footer-inside .contact ul li.text {
            padding-top: 5px;
        }

#Created {
    background-color: white;
}

.Created-inside {
    width: 1000px;
    padding: 15px 70px;
    margin: 0px auto;
    font-size: 11px;
}

    .Created-inside a {
        text-decoration: none;
        color: black;
    }

        .Created-inside a:hover {
            text-decoration: underline;
        }

.MainContent .Category, .MainContentHome .Category {
    margin-bottom: 30px;
}

    .MainContent .Category h2, .MainContentHome .Category h2 {
        margin: 0px;
        padding: 0px;
        font-size: 24px;
        text-align: left;
        font-weight: normal;
        color: white;
    }

        .MainContent .Category h2, .MainContentHome .Category h2.align-center {
            text-align: center;
        }

.MainContent .order_rightarea .Category h2, .MainContentHome .order_rightarea .Category h2 {
    text-align: center;
}

.MainContent .Category h2 span.title, .MainContentHome .Category h2 span.title {
    background-color: black;
    padding: 5px;
}


.MainContentHome .Category h2 span.pages {
    float: right;
    font-size: 10px;
    font-weight: bold;
    padding-top: 12px;
    background-color: transparent;
    color: Black;
}

    .MainContentHome .Category h2 span.pages .view {
        border-right: 2px solid black;
        padding-right: 10px;
        margin-right: 10px;
        background-color: transparent;
        color: Black;
    }

        .MainContentHome .Category h2 span.pages .view a {
            color: Black;
            text-decoration: none;
            background-color: transparent;
        }

    .MainContentHome .Category h2 span.pages .view_all {
        background-color: transparent;
    }

        .MainContentHome .Category h2 span.pages .view_all a {
            color: Black;
            text-decoration: none;
            background-color: transparent;
        }

.MainContent_LeftPart {
    width: 500px;
    padding-right: 26px;
    vertical-align: top;
}

.MainContent_RightPart {
    width: 500px;
    padding-left: 28px;
    vertical-align: top;
}

.MainContent_MiddlePart {
    width: 1px;
    border-right: 2px solid black;
}

.MainContent h2 {
    color: #000000;
    font-size: 12px;
    margin: 0px;
}

.MainContent h3 {
    color: black;
    font-size: 12px;
    margin: 0px;
}

.back {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 10px;
    background-image: url(../../Assets/images/back/back.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 12px;
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.preview_item .preview_area {
    float: left;
    width: 416px;
    position: relative;
}

    .preview_item .preview_area a {
        z-index: 999;
        cursor: pointer;
    }

        .preview_item .preview_area a.prev-img {
            float: left;
            position: absolute;
            z-index: 99;
            top: 40%;
            left: 20px;
        }

        .preview_item .preview_area a.next-img {
            float: right;
            position: absolute;
            z-index: 99;
            top: 40%;
            right: 20px;
        }

    .preview_item .preview_area .big_image {
        width: 100%;
        display: block;
        margin-bottom: 18px;
    }

        .preview_item .preview_area .big_image img {
            cursor: pointer;
            display: block;
            border: 0px;
            width: 413px;
            height: 288px;
        }

    .preview_item .preview_area .small_images {
        width: 100%;
        display: block;
    }

        .preview_item .preview_area .small_images ul {
            list-style: none;
            padding: 0px;
            margin: 0px;
        }

            .preview_item .preview_area .small_images ul li {
                cursor: pointer;
                display: inline-block;
                border: 0px;
                margin-right: 11px;
            }

        .preview_item .preview_area .small_images li:last-child {
            margin-right: 0px;
            margin-left: 1px;
        }

        .preview_item .preview_area .small_images ul li img {
            border: 0px;
            width: 128px;
            height: 89px;
        }

.preview_item .preview_details {
    float: left;
    width: 240px;
    padding: 100px 80px 0px 80px;
    text-align: center;
}

    .preview_item .preview_details h2 {
        text-align: center;
        margin: 0px;
        margin-bottom: 30px;
        color: #000000;
        font-size: 14px;
    }

    .preview_item .preview_details h3 {
        text-align: center;
        margin: 0px;
        margin-bottom: 25px;
        color: #000000;
        font-size: 11px;
    }

    .preview_item .preview_details h4 {
        text-align: center;
        margin: 0px;
        margin-bottom: 5px;
        color: #000000;
        font-size: 14px;
        font-weight: normal;
    }

        .preview_item .preview_details h4.oldprice {
            text-decoration: line-through;
            color: red;
        }

        .preview_item .preview_details h4.newprice {
            font-weight: bold;
        }

.preview_item .preview_related {
    margin-top: 50px;
    float: right;
    width: 290px;
    background-image: url(../../Assets/images/product/related.png);
    background-position: top right;
    background-repeat: no-repeat;
}

    .preview_item .preview_related h2 {
        font-weight: normal;
        text-align: center;
    }

.recommended-items-pager {
    width: 100%;
    padding-bottom: 5px;
}

    .recommended-items-pager .current-page {
        font-size: 10px;
        float: left;
        padding-top: 4px;
        font-weight: bold;
    }

    .recommended-items-pager .arrow-area {
        float: right;
    }

        .recommended-items-pager .arrow-area .prev-recommend {
            display: inline-block;
            background-image: url(../../Assets/images/recommend/prev.png);
            background-position: top right;
            background-repeat: no-repeat;
            width: 23px;
            height: 22px;
            cursor: pointer;
        }

        .recommended-items-pager .arrow-area .next-recommend {
            display: inline-block;
            background-image: url(../../Assets/images/recommend/next.png);
            background-position: top right;
            background-repeat: no-repeat;
            width: 23px;
            height: 22px;
            cursor: pointer;
        }

        .recommended-items-pager .arrow-area .prev-recommend:hover {
            background-image: url(../../Assets/images/recommend/prev_hover.png);
        }

        .recommended-items-pager .arrow-area .next-recommend:hover {
            background-image: url(../../Assets/images/recommend/next_hover.png);
        }

.recommended-items {
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    padding-top: 15px;
}

.preview_item .preview_related ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    position: relative;
    right: -8px;
}

    .preview_item .preview_related ul li {
        width: 128px;
        display: inline-block;
        margin-right: 15px;
        margin-bottom: 15px;
    }

        .preview_item .preview_related ul li a {
            text-decoration: none;
            cursor: pointer;
        }

            .preview_item .preview_related ul li a img {
                border: 0px;
                width: 128px;
                height: 89px;
            }

            .preview_item .preview_related ul li a h3 {
                margin: 3px 0px;
                font-size: 9px;
                color: #000000;
                font-weight: normal;
            }

            .preview_item .preview_related ul li a h4 {
                margin: 3px 0px;
                font-size: 9px;
                color: #000000;
                font-weight: normal;
            }

                .preview_item .preview_related ul li a h4.oldprice {
                    text-decoration: line-through;
                    color: red;
                }

                .preview_item .preview_related ul li a h4.newprice {
                    font-weight: bold;
                }

/* these styles are for the demo, but are not required for the plugin */
.zoom {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

    /* magnifying glass icon */
    .zoom:after {
        content: '';
        display: block;
        width: 33px;
        height: 33px;
        position: absolute;
        top: 0;
        right: 2px;
        background-image: url(../../Assets/images/zoom/icon.png);
    }

    .zoom img {
        display: block;
    }

        .zoom img::selection {
            background-color: transparent;
        }


.item_quantity, .item_size {
    margin-top: 10px;
}

    .item_quantity .plus-minus-control {
        cursor: context-menu;
    }

    .item_quantity .input-group {
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        background-color: #e1e0d7;
        padding: 10px;
    }

        .item_quantity .input-group input {
            background-color: transparent;
            border: 0 none;
            width: 68%;
        }

        .item_quantity .input-group .btn-plus {
            background-color: transparent;
            border: 0 none;
            width: 15%;
            cursor: pointer;
            font-size: 14px;
        }

        .item_quantity .input-group .btn-minus {
            background-color: transparent;
            border: 0 none;
            width: 15%;
            cursor: pointer;
            font-size: 14px;
        }

        .item_quantity .input-group .input-group-btn {
            width: 15%;
        }

.ddl-label {
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0px 5px 0px;
}

.ddl-area {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #e1e0d7;
    padding: 10px;
    text-align: center;
}

    .ddl-area .ddl_size {
        border: 0px;
        padding: 0px;
        background-color: transparent;
        width: 80%;
        text-align: center;
    }



.size_guid_area {
    padding-top: 10px;
    width: 100%;
    text-align: right;
    position: relative;
}

    .size_guid_area .size_guide_line {
        display: inline-block;
        border-bottom: 2px solid black;
        float: left;
        height: 17px;
        width: 62%;
    }

    .size_guid_area a {
        float: right;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        background-color: #000000;
        color: white;
        text-decoration: none;
        padding: 10px;
        text-align: center;
        position: relative;
        z-index: 99;
    }

.product_basket_area {
    text-align: center;
    margin-top: 15px;
}

    .product_basket_area .addtobasket_image {
        margin-bottom: 5px;
        display: inline-block;
        float: right;
    }

    .product_basket_area .addtobasket {
        font-weight: bold;
        float: left;
        cursor: pointer;
        background-color: transparent;
        color: black;
        font-size: 14px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        border: 1px solid black;
        padding: 10px 20px;
        cursor: pointer;
        width: 130px;
        display: inline-block;
        text-decoration: none;
        background-image: url(../../Assets/images/product/arrow.png);
        background-position: right 10px center;
        background-repeat: no-repeat;
        margin-top: 3px;
    }




.Leftside {
    width: 160px;
    float: left;
    padding-right: 60px;
}

.rightside {
    width: 905px;
    float: right;
}


.repeater_item {
    display: inline-block;
    margin-right: 29px;
    width: 260px;
    padding-bottom: 40px;
    zoom: 1;
    *display: inline;
}

.no_right {
    margin-right: 0px;
}

.repeater_item .item {
    width: 260px;
    position: relative;
}

    .repeater_item .item img {
        width: 260px;
        height: 198px;
    }

.repeater_item .info {
    width: 100%;
    font-size: 12px;
    padding-top: 8px;
    font-weight: bold;
}

    .repeater_item .info .Description {
        margin-top: 10px;
        float: left;
        width: 50%;
    }

    .repeater_item .info .Price {
        margin-top: 10px;
        float: right;
        width: 30%;
        text-align: right;
    }

    .repeater_item .info .addtobasket {
        float: right;
        width: 20%;
        text-align: right;
    }

        .repeater_item .info .addtobasket a.add-item {
            background-image: url(../../Assets/images/content/add_to_basket.png);
            background-position: center;
            background-repeat: no-repeat;
            width: 38px;
            height: 41px;
            display: inline-block;
        }

            .repeater_item .info .addtobasket a.add-item:hover {
                background-image: url(../../Assets/images/content/add_to_basket_hover.png);
            }

    .repeater_item .info .old_price {
        color: red;
        text-decoration: line-through;
    }



.pager_area {
    text-align: right;
    font-size: 11px;
}

    .pager_area .pager {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        .pager_area .pager li {
            display: inline-block;
            line-height: 16px;
            zoom: 1;
            *display: inline;
            vertical-align: middle;
        }

            .pager_area .pager li.item_more {
                width: 24px;
                height: 16px;
            }

            .pager_area .pager li.item_more {
                background-color: White;
                color: Black;
                text-align: center;
            }

                .pager_area .pager li.item_more a {
                    color: Black;
                    text-decoration: none;
                }


            .pager_area .pager li.item {
                padding: 0px 5px;
                height: 16px;
            }

            .pager_area .pager li.item {
                background-color: White;
                color: White;
            }

                .pager_area .pager li.item a {
                    color: black;
                    text-decoration: none;
                }

                    .pager_area .pager li.item a:hover {
                        font-weight: bold;
                    }

            .pager_area .pager li.itemselected {
                padding: 0px 5px;
                height: 16px;
            }

            .pager_area .pager li.itemselected {
                font-weight: bold;
            }

                .pager_area .pager li.itemselected a {
                    font-weight: bold;
                    color: black;
                    text-decoration: none;
                }

            .pager_area .pager li.previous, .pager_area .pager li.next {
                height: 16px;
                line-height: 16px;
                width: 16px;
            }

                .pager_area .pager li.previous a.btn_previous {
                    background-image: url(../../Assets/images/pager/previous.png);
                    background-position: center;
                    background-repeat: no-repeat;
                    width: 16px;
                    height: 16px;
                    display: inline-block;
                }

                    .pager_area .pager li.previous a.btn_previous:hover {
                        background-image: url(../../Assets/images/pager/previous_hover.png);
                    }

                .pager_area .pager li.next a.btn_next {
                    background-image: url(../../Assets/images/pager/next.png);
                    background-position: center;
                    background-repeat: no-repeat;
                    width: 16px;
                    height: 16px;
                    display: inline-block;
                }

                    .pager_area .pager li.next a.btn_next:hover {
                        background-image: url(../../Assets/images/pager/next_hover.png);
                    }


.PRICES {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid black;
    padding: 12px 12px 20px;
    margin-bottom: 20px;
}

    .PRICES .Title {
        text-align: center;
        font-size: 10px;
        font-weight: bold;
        margin-bottom: 8px;
    }

    .PRICES .range-values {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

        .PRICES .range-values span.center {
            width: 25%;
            font-weight: bold;
            display: inline-block;
            text-align: center;
        }

            .PRICES .range-values span.center input {
                border: 0px;
                background-color: transparent;
                display: inline-block;
                width: 100%;
                text-align: center;
            }

.COLOR {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid black;
    padding: 12px 12px 20px;
    margin-bottom: 20px;
}

    .COLOR .Title {
        text-align: center;
        font-size: 10px;
        font-weight: bold;
        margin-bottom: 8px;
    }

    .COLOR .content {
        height: 105px;
        width: 100%;
        overflow: auto;
        position: relative;
        max-width: 97%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .COLOR ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        padding-left: 15px;
        margin-bottom: 15px;
    }

        .COLOR ul li a {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }

        .COLOR ul li:hover {
            background-color: black;
        }

            .COLOR ul li:hover a {
                color: white;
            }

        .COLOR ul li.selecteditem {
            background-color: black;
        }

            .COLOR ul li.selecteditem a {
                color: white;
            }

.SIZE {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid black;
    padding: 12px 12px 20px;
    margin-bottom: 20px;
}

    .SIZE .Title {
        text-align: center;
        font-size: 10px;
        font-weight: bold;
        margin-bottom: 8px;
    }

    .SIZE .content {
        height: 105px;
        width: 100%;
        overflow: auto;
        position: relative;
        max-width: 97%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .SIZE ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        padding-left: 15px;
        margin-bottom: 15px;
    }

        .SIZE ul li a {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }

        .SIZE ul li:hover {
            background-color: black;
        }

            .SIZE ul li:hover a {
                color: white;
            }

        .SIZE ul li.selecteditem {
            background-color: black;
        }

            .SIZE ul li.selecteditem a {
                color: white;
            }









.order_area {
    position: relative;
}

.order_leftarea {
    float: left;
    width: 580px;
    margin-right: 80px;
}


.order_rightarea {
    float: right;
    width: 480px;
    margin-top: 5px;
}

.order_hist {
    width: 100%;
}

    .order_hist h3 {
        margin: 0px;
        padding: 0px;
        font-size: 18px;
        font-weight: normal;
        color: #a43032;
        margin-bottom: 5px;
        text-align: right;
    }

.order_hist_area {
    padding: 28px 32px;
    background-color: black;
}

.order_hist_item {
    border-bottom: 1px solid white;
    padding-bottom: 26px;
    margin-bottom: 26px;
}

.order_hist_item_last {
    padding-bottom: 26px;
    margin-bottom: 26px;
}

.order_hist_item_image {
    float: left;
    width: 176px;
    height: 242px;
    padding-right: 20px;
}

.basket-icon {
    float: left;
    width: 176px;
    padding-right: 20px;
    text-align: center;
}

.order_hist_item_image img {
    width: 176px;
    height: 242px;
    border: 0px;
}

.order_hist_item_order_details {
    float: left;
    width: 320px;
}

.order_hist_item_description {
    color: white;
}

    .order_hist_item_description h2 {
        font-size: 14px;
        margin: 0 0 8px;
        padding: 0;
        color: white;
        font-weight: normal;
    }

    .order_hist_item_description div.details {
        font-size: 11px;
        margin: 0px;
        padding: 0;
        color: white;
        border-bottom: 1px solid white;
        margin-bottom: 8px;
        padding-bottom: 8px;
    }

    .order_hist_item_description .details .details-text {
        width: 280px;
    }

    .order_hist_item_description .details .remove-item {
        width: 40px;
        text-align: right;
        vertical-align: bottom;
    }

.order_hist_item_quantity_size {
    color: white;
    font-size: 12px;
    border-bottom: 1px solid white;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

    .order_hist_item_quantity_size table {
        text-align: center;
    }

        .order_hist_item_quantity_size table td {
            vertical-align: top;
        }

    .order_hist_item_quantity_size .item_quantity, .order_hist_item_quantity_size .item_size {
        margin-top: 0px;
    }


    .order_hist_item_quantity_size .order_hist_item_seperation {
        padding: 0px 20px;
        float: left;
    }

    .order_hist_item_quantity_size .lbl {
        padding-right: 15px;
    }

    .order_hist_item_quantity_size .order_hist_item_quantity {
        float: left;
    }

    .order_hist_item_quantity_size .order_hist_item_size {
        float: left;
    }

.order_hist_item_price {
    border-bottom: 1px solid white;
    margin-bottom: 8px;
    padding-bottom: 8px;
    color: white;
}

.order_hist_item_lblprice {
    float: left;
    width: 50%;
}

.order_hist_item_txtprice {
    float: right;
    text-align: right;
    width: 50%;
}

.order_hist_item_totalprice {
    border-bottom: 1px solid white;
    margin-bottom: 8px;
    padding-bottom: 8px;
    color: white;
}


.order_hist_item_lbltotalprice {
    float: left;
    width: 50%;
}

.order_hist_item_txttotalprice {
    float: right;
    text-align: right;
    width: 50%;
}


.order_hist_item_transfer {
    color: white;
}


.order_hist_item_lbltransferprice {
    float: left;
    width: 50%;
}

.order_hist_item_txttransferprice {
    float: right;
    text-align: right;
    width: 50%;
}




.order_hist_item_bottomprices {
    margin-top: 10px;
}

.order_hist_item_value_price {
    border-bottom: 1px solid white;
    font-size: 10px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    color: white;
}


.order_hist_item_lblvalue_price {
    float: left;
    width: 50%;
}


.order_hist_item_txtvalue_price {
    float: right;
    text-align: right;
    width: 50%;
}


.order_hist_item_shipping {
    border-bottom: 1px solid white;
    font-size: 10px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    color: white;
}


.order_hist_item_lblshipping {
    float: left;
    width: 50%;
}


.order_hist_item_txtshipping {
    float: right;
    text-align: right;
    width: 50%;
}


.order_hist_item_totalamount {
    font-size: 12px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    font-size: 18px;
    color: white;
}


.order_hist_item_lbltotalamount {
    float: left;
    width: 50%;
}


.order_hist_item_txttotalamount {
    float: right;
    text-align: right;
    width: 50%;
}


.order_hist_item_submit {
    padding-top: 30px;
    text-align: center;
}

.order_hist_buy_more {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: black;
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 300px;
    color: #ffffff;
    font-size: 18px;
    vertical-align: middle;
}



.address_payment_area {
    width: 100%;
}

    .address_payment_area h3 {
        margin: 0px;
        padding: 0px;
        font-size: 18px;
        font-weight: normal;
        color: #a43032;
        margin-bottom: 5px;
    }

.payments_area {
    text-align: center;
}

    .payments_area ul {
        padding: 0px;
        list-style: none;
        width: 200px;
        text-align: left;
        margin: 0px auto;
    }

        .payments_area ul li {
            padding-bottom: 15px;
            font-weight: bold;
        }




.address_table {
    width: 100%;
}

    .address_table td {
        padding: 0px;
    }

    .address_table .address_table_lbl {
        font-size: 12px;
        padding-bottom: 10px;
        padding-top: 21px;
        width: 200px;
        font-weight: bold;
    }

    .address_table .address_table_space {
        width: 22px;
        height: 32px;
        display: block;
    }

    .address_table .address_table_input input {
        padding: 0px 20px;
        line-height: 32px;
        max-width: 188px;
        min-width: 188px;
        height: 32px;
        margin: 0px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        border: 0px;
        background-color: #e1e0d7;
    }

    .address_table .address_table_long_input input {
        margin: 0px;
        padding: 0px 20px;
        line-height: 32px;
        width: 440px;
        height: 32px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        border: 0px;
        background-color: #e1e0d7;
    }

    .address_table .address_table_long_input .ddl_country {
        margin: 0px;
        padding: 0px 20px;
        line-height: 32px;
        width: 440px;
        height: 32px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        border: 0px;
        background-color: #e1e0d7;
    }

        .address_table .address_table_long_input .ddl_country select {
            border: 0px;
            margin: 0px;
            background-color: transparent;
            width: 100%;
        }

.address_out_area {
    margin-bottom: 60px;
}


/*popup*/
.modal {
    position: fixed;
    top: 25%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    display: none;
}

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-dialog {
    width: 500px;
    margin: 30px auto;
}

.modal-backdrop {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: .5;
}

.popover-content {
    padding: 9px 14px;
}

.text-center {
    text-align: center;
}

.btn-group {
    position: relative;
    display: inline-block;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
}

.btn-primary {
    margin-right: 20px;
}

.btn-group .btn {
    display: inline-block;
    background-color: transparent;
    background-image: url("../../Assets/images/product/arrow.png");
    background-position: right 10px center;
    background-repeat: no-repeat;
    border: 1px solid black;
    border-radius: 50px;
    color: black;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-top: 3px;
    padding: 10px 30px 10px 20px;
    text-decoration: none;
}

a.btn {
    color: black;
    text-decoration: none;
}

.Table_MainContent {
    font-size: 14px;
}

.display-inline {
    display: inline-block;
}
