﻿.loading {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

html {
    overflow-y: scroll;
}

.container {
    width: 1170px !important;
}

body {
    font-weight: 300;
    font: 13px 'Roboto','Arial',sans-serif;
    background: #e5e5e5;
}

.order-body {
    background: #fff;
}

a {
    outline: none !important;
}

.relative {
    position: relative;
}

.footer-c {
    padding-top: 30px;
}

#nprogress .bar {
    position: absolute !important;
    z-index: 1200;
    height: 5px;
    margin-top: 0;
    background: #0098d4;
}

#nprogress .peg {
    display: none !important;
}

#nprogress .spinner-icon {
    z-index: 1201;
    border-top-color: #0098d4;
    border-left-color: #0098d4;
}

#noty_top_layout_container .animated {
    height: auto !important;
}

.noty_message {
    font-weight: 400 !important;
}

.noty_buttons button {
    padding: 6px 10px;
    outline: none;
    border: none;
}

/*.modal-open {
    padding-right: 0 !important;
}

.modal-content {
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
}

    .modal-content .showcase {
        padding: 0;
        -webkit-box-shadow: 0 0 0 0 transparent;
        -moz-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
    }

    .modal-content form label {
        display: block;
        margin-top: 9px;
        font-size: 12px;
        font-weight: 600;
    }

    .modal-content form input, .modal-content form textarea {
        outline: none;
        display: block;
        width: 100%;
        padding: 7px 10px;
        border: solid 1px #ddd;
    }

    .modal-content form button {
        padding: 7px 10px;
        font-size: 14px;
        font-weight: 600;
        border: none;
        outline: none;
        background: transparent;
    }

        .modal-content form button.send {
            margin-top: 5px;
            color: #fff;
            background: #0098d4;
        }

            .modal-content form button.send .ripple {
                background: rgba(255,255,255,.4);
            }

#previewModal {
    height: 100%;
}

    #previewModal .modal-header a {
        color: #333038;
        text-decoration: none;
    }

    #previewModal .modal-header .close {
        margin-top: -16px;
        outline: none;
    }

    #previewModal .modal-dialog {
        position: fixed;
        width: 50%;
        left: 50%;
        top: 50%;
        margin: -25% 0 0 -25%;
    }

        #previewModal .modal-dialog .product-detail {
            margin-top: 0;
        }

    #previewModal .thumbs {
        margin-top: 15px;
    }*/

#quickview .thumbs li {
    float: left;
    cursor: pointer;
}

    #quickview .thumbs li img {
        max-width: 70px;
    }

.sod_select, sod_list_wrapper {
    background: transparent !important;
}

    .sod_select:hover, .sod_select.open, .sod_select.focus, .sod_select, .sod_select .sod_list_wrapper {
        width: 100%;
        border-color: #0098d4;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }

        .sod_select .sod_option.selected, .sod_select .sod_option.selected.active {
            color: #fff;
            background: #0098d4;
        }

        .sod_select .sod_option.active {
            color: #fff;
            background: #3bc8ff;
        }

        .sod_select .sod_option.disabled {
            color: #fff;
            background: #e53935;
        }

        .sod_select .sod_list_wrapper {
            z-index: 15;
            margin: 0;
            font-weight: 400;
            border: none;
            -webkit-box-shadow: 3px 3px 0 0 #0098d4,-3px 3px 0 0 #0098d4;
            -moz-box-shadow: 3px 3px 0 0 #0098d4,-3px 3px 0 0 #0098d4;
            box-shadow: 3px 3px 0 0 #0098d4,-3px 3px 0 0 #0098d4;
        }

#boxView {
    padding: 0;
    border: none;
}

    #boxView.focus {
        -webkit-box-shadow: 0 0 0 0 transparent;
        -moz-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
    }

    #boxView::before {
        display: none !important;
    }

    #boxView .sod_label {
        display: none !important;
    }

    #boxView .sod_list_wrapper {
        display: block !important;
        position: static !important;
        -webkit-box-shadow: 0 0 0 0 transparent,0 0 0 0 transparent;
        -moz-box-shadow: 0 0 0 0 transparent,0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent,0 0 0 0 transparent;
    }

    #boxView .sod_list {
        overflow-y: visible;
        margin-bottom: -2px;
    }

        #boxView .sod_list .sod_option {
            cursor: pointer;
            min-width: 40px;
            text-align: center;
            display: inline-block;
            padding: 10px !important;
            border: solid 2px #0098d4;
            margin: 2px;
        }

            #boxView .sod_list .sod_option:first-child {
                display: none !important;
            }

            #boxView .sod_list .sod_option::before {
                display: none !important;
            }

            #boxView .sod_list .sod_option.active {
                color: #000;
                background: transparent;
            }

            #boxView .sod_list .sod_option.selected {
                color: #fff;
                background: #0086bb;
            }

            #boxView .sod_list .sod_option:hover {
                color: #fff !important;
                background: #0ae !important;
                border-color: #0ae;
            }

            #boxView .sod_list .sod_option.disabled {
                border-color: #e53935;
            }

                #boxView .sod_list .sod_option.disabled:hover {
                    color: #fff;
                    background: #e53935 !important;
                    border-color: #e53935;
                }

.area-360, .threesixty_images {
    height: 610px !important;
    overflow: hidden;
}

.navbar-toggle {
    cursor: pointer;
    padding: 4px 7px;
    width: 40px;
    color: #0098d4;
    border: solid 2px #0098d4;
}

    .navbar-toggle span {
        position: relative;
        display: block;
        height: 3px;
        margin: 3px 0;
        background: #0098d4;
    }

    .navbar-toggle[aria-expanded="true"] span:nth-child(1) {
        bottom: -7px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .navbar-toggle[aria-expanded="true"] span:nth-child(2) {
        opacity: 0;
    }

    .navbar-toggle[aria-expanded="true"] span:nth-child(3) {
        top: -5px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.header-topbar {
    position: relative;
    bottom: -10px;
}

    .header-topbar li {
        float: left;
        margin-right: 15px;
    }

        .header-topbar li a {
            color: #777;
            text-decoration: none;
        }

.header {
    padding-top: 10px;
    background: #fff;
}

    .header .logo {
        margin-top: -10px;
    }

    .header .vertical-align {
        margin-top: 30px;
    }

    .header .search-container {
        position: relative;
        width: 100%;
        float: left;
        max-width: 485px;
        margin-right: 20px;
        display: inline-block;
        font-size: 14px;
        font-weight: 500;
        padding-left: 25px;
        border: solid 2px #9e9e9e;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: all .4s ease-in;
        -moz-transition: all .4s ease-in;
        transition: all .4s ease-in;
    }

        .header .search-container::after {
            color: #ccc;
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            margin: 12px 7px 0;
            font: normal normal normal 17px/1 FontAwesome;
        }

        .header .search-container input, .header .search-container button {
            float: left;
            height: 45px;
            padding: 0 10px;
            line-height: 45px;
            border: none;
            outline: none;
            background: transparent;
        }

            .header .search-container input[type="text"] {
                position: relative;
                width: 80%;
                font-weight: 500;
                color: #9e9e9e;
            }

                .header .search-container input[type="text"]::-webkit-input-placeholder {
                    font-weight: 500;
                    color: #9e9e9e;
                }

        .header .search-container button {
            color: #fff;
            float: right;
            text-align: center;
            padding: 0 15px;
            background: #9e9e9e;
            -webkit-transition: all .4s ease-in;
            -moz-transition: all .4s ease-in;
            transition: all .4s ease-in;
        }

        .header .search-container.focus {
            border-color: #0098d4;
        }

            .header .search-container.focus button {
                background: #0098d4;
            }

        .header .search-container #autocomplete-results {
            position: static;
        }

            .header .search-container #autocomplete-results ul.ui-widget-content {
                margin-top: 42px !important;
                padding: 20px 10px 15px 10px !important;
            }

            .header .search-container #autocomplete-results .ui-menu-item {
                border: none;
                margin-bottom: 5px;
            }

                .header .search-container #autocomplete-results .ui-menu-item a {
                    display: block;
                    padding: 5px 10px;
                    -webkit-transition: all .3s ease;
                    -moz-transition: all .3s ease;
                    transition: all .3s ease;
                    text-decoration: none;
                }

            .header .search-container #autocomplete-results .search-result-image {
                margin-top: 3px;
            }

            .header .search-container #autocomplete-results .search-result-info {
                color: #333;
                padding-top: 0;
                padding-bottom: 0;
                text-align: left;
            }

                .header .search-container #autocomplete-results .search-result-info .SRproduct-code {
                    font-size: 11px;
                    font-weight: 600;
                }

    .header .navigation {
        position: relative;
        padding: 5px 5px 0 5px;
        background: #0098d4;
        margin-top: 15px;
    }

        .header .navigation .container {
            position: relative;
        }

            .header .navigation .container > ul > li {
                float: left;
            }

                .header .navigation .container > ul > li:nth-child(6) {
                    position: relative;
                }

                .header .navigation .container > ul > li > a {
                    position: relative;
                    display: inline-block;
                    padding: 12px 17px 15px 12px;
                    color: #fff;
                    font-size: 14px;
                    font-weight: 300;
                    margin-left: 16px;
                    text-decoration: none;
                    -webkit-transition: all .4s ease-in;
                    -moz-transition: all .4s ease-in;
                    transition: all .4s ease-in;
                }

                    .header .navigation .container > ul > li > a::after {
                        content: "";
                        position: absolute;
                        left: 0;
                        top: 0;
                        width: 1px;
                        height: 20px;
                        margin: 9px 0 0 -8px;
                        background: #006188;
                    }

                .header .navigation .container > ul > li:hover > a {
                    color: #0098d4;
                    background: #fff;
                }

                .header .navigation .container > ul > li:first-child a {
                    margin-left: 0;
                }

                    .header .navigation .container > ul > li:first-child a::after {
                        display: none;
                    }

                .header .navigation .container > ul > li .dropdown {
                    z-index: 99;
                    display: none;
                    position: absolute;
                    top: 100%;
                    left: 0;
                    width: 100%;
                    min-width: 320px;
                    max-width: 1140px;
                    margin-left: 15px;
                }

                    .header .navigation .container > ul > li .dropdown > ul {
                        padding: 0 15px 15px 15px;
                        background: #fff;
                    }

                        .header .navigation .container > ul > li .dropdown > ul li {
                            display: inline-block;
                            float: left;
                            width: 33.33%;
                        }

                            .header .navigation .container > ul > li .dropdown > ul li a {
                                float: left;
                                color: #0098d4;
                                font-size: 15px;
                                font-weight: 600;
                                text-decoration: none;
                                margin: 0;
                                padding: 0;
                                margin-right: 5px;
                                -webkit-transition: all .4s ease-in;
                                -moz-transition: all .4s ease-in;
                                transition: all .4s ease-in;
                            }

                            .header .navigation .container > ul > li .dropdown > ul li ul li {
                                margin-right: 5px;
                                margin-bottom: 5px;
                            }

                                .header .navigation .container > ul > li .dropdown > ul li ul li a {
                                    color: #666;
                                    font-size: 11px;
                                    padding: 0;
                                    min-width: 0;
                                    font-weight: 400;
                                }

                                    .header .navigation .container > ul > li .dropdown > ul li ul li a:hover {
                                        color: #0098d4;
                                    }

                        .header .navigation .container > ul > li .dropdown > ul > li {
                            margin-top: 15px;
                        }

                            .header .navigation .container > ul > li .dropdown > ul > li > a {
                                display: block !important;
                                float: none !important;
                                margin-bottom: 7px;
                            }

                        .header .navigation .container > ul > li .dropdown > ul .banner-area {
                            display: inline-block;
                            margin-left: 20px;
                            margin-right: 10px;
                        }

                .header .navigation .container > ul > li:hover .dropdown {
                    display: block;
                }

    .header .UserMenu {
        display: inline-block;
        float: left;
    }

    .header .account-menu {
        display: inline-block;
        overflow: hidden;
    }

        .header .account-menu .account, .header .account-menu .login {
            position: relative;
            display: block;
            height: 50px;
            line-height: 48px;
            text-align: center;
            color: #999;
            font-size: 16px;
            text-decoration: none;
            width: 150px;
            border: solid 2px #999;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            transition: all .5s ease;
        }

            .header .account-menu .account .user-menu, .header .account-menu .login .user-menu, .header .account-menu .account .sign-in, .header .account-menu .login .sign-in {
                z-index: 10;
                position: relative;
                top: -7px;
            }

            .header .account-menu .account .bottom-line, .header .account-menu .login .bottom-line {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                text-align: center;
                font-size: 11px;
                color: #888;
                font-weight: 700;
                margin-top: 8px;
            }

            .header .account-menu .account a, .header .account-menu .login a {
                color: #555;
                text-decoration: none;
            }

                .header .account-menu .account a:hover, .header .account-menu .login a:hover {
                    color: #0098d4;
                }

    .header .basket-container {
        position: relative;
        z-index: 25;
        display: inline-block;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

    .header .basket-button {
        position: relative;
    }

        .header .basket-button > a {
            height: 50px;
            display: block;
            color: #fff;
            line-height: 48px;
            text-align: center;
            text-decoration: none;
            width: 150px;
            font-size: 16px;
            background: #999;
            border: solid 2px #999;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            transition: all .5s ease;
        }

            .header .basket-button > a:hover {
                background: #0098d4;
                border-color: #0098d4;
            }

        .header .basket-button .count {
            opacity: 0;
            z-index: 3;
            position: absolute;
            left: 55%;
            top: 0;
            width: 20px;
            height: 20px;
            margin-top: -10px;
            color: #fff;
            font-size: 11px;
            text-align: center;
            line-height: 22px;
            background: #0098d4;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,.4);
            -moz-text-shadow: 1px 1px 1px rgba(0,0,0,.4);
            text-shadow: 1px 1px 1px rgba(0,0,0,.4);
            -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
            -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
            box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            transition: all .3s ease;
        }

            .header .basket-button .count.active {
                opacity: 1;
                margin-top: -10px;
            }

    .header .view-cart-container {
        z-index: 999;
        position: absolute;
        right: 0;
        top: 5px;
        width: 380px;
        height: 310px;
        display: none;
        opacity: 0;
        margin-top: 65px;
        background: #fff;
        overflow: hidden;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.4);
        -moz-box-shadow: 0 0 8px 0 rgba(0,0,0,.4);
        box-shadow: 0 0 8px 0 rgba(0,0,0,.4);
        -webkit-transform: rotateY(-40deg);
        -moz-transform: rotateY(-40deg);
        transform: rotateY(-40deg);
    }

        .header .view-cart-container .content {
            height: 100%;
            background: url("../img/loading.gif") no-repeat center;
        }

        .header .view-cart-container .table-scroll {
            height: 210px;
            overflow-y: scroll;
            background: #fff;
        }

            .header .view-cart-container .table-scroll.basket-empty {
                padding: 20px;
                overflow: hidden;
                position: relative;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                transform: translateY(-50%);
            }

                .header .view-cart-container .table-scroll.basket-empty i {
                    color: #eee;
                    font-size: 70px;
                }

                .header .view-cart-container .table-scroll.basket-empty strong {
                    display: block;
                    font-size: 18px;
                    font-weight: 700;
                    margin: 10px 0;
                }

        .header .view-cart-container table {
            width: 100%;
        }

            .header .view-cart-container table td {
                position: relative;
                padding: 10px;
                vertical-align: top;
            }

                .header .view-cart-container table td img {
                    float: left;
                    display: inline-block;
                    margin-right: 10px;
                }

                .header .view-cart-container table td .count {
                    display: block;
                    margin-top: 5px;
                }

                .header .view-cart-container table td h4 {
                    display: . block;
                    color: #777;
                    font-size: 14px;
                    font-weight: 700;
                }

                .header .view-cart-container table td .option {
                    display: block;
                    margin-bottom: 4px;
                    font-size: 11px;
                }

                .header .view-cart-container table td .price, .header .view-cart-container table td .old-price {
                    font-weight: 700;
                    font-size: 16px;
                    color: #0098d4;
                }

                    .header .view-cart-container table td .price i, .header .view-cart-container table td .old-price i {
                        position: relative;
                    }

                .header .view-cart-container table td .old-price {
                    font-size: 13px;
                    font-weight: 600;
                    color: #777;
                    text-decoration: line-through;
                }

                .header .view-cart-container table td a {
                    color: #777;
                    text-decoration: none;
                }

                .header .view-cart-container table td.remove a {
                    display: inline-block;
                    width: 20px;
                    height: 21px;
                    color: #666;
                    font-size: 14px;
                    font-weight: 700;
                    text-align: center;
                    line-height: 20px;
                    -webkit-border-radius: 100%;
                    -moz-border-radius: 100%;
                    border-radius: 100%;
                }

        .header .view-cart-container.active {
            opacity: 1;
            -webkit-transform: rotateY(0);
            -moz-transform: rotateY(0);
            transform: rotateY(0);
        }

        .header .view-cart-container .buttons {
            padding: 5px 10px;
            background: #ddd;
            margin: 10px 0;
        }

            .header .view-cart-container .buttons a {
                display: inline-block;
                padding: 7px 12px;
                color: #777;
                font-size: 12px;
                font-weight: 700;
                text-decoration: none;
                background: #fff;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
            }

                .header .view-cart-container .buttons a.basket {
                    color: #fff;
                    background: #0098d4;
                }

                .header .view-cart-container .buttons a .ripple {
                    -webkit-animation: ripple 1.1s;
                    -moz-animation: ripple 1.1s;
                    animation: ripple 1.1s;
                    background: rgba(255,255,255,.4);
                }

            .header .view-cart-container .buttons strong {
                display: inline-block;
                padding: 8px 12px 10px 12px;
                font-size: 14px;
                font-weight: 700;
            }

        .header .view-cart-container .bottom {
            padding: 0 10px;
            line-height: 14px;
        }

.text-bar {
    margin: 65px 0;
    padding: 30px;
    background: rgba(0,0,0,.03);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .text-bar a {
        float: right;
        display: inline-block;
        padding: 7px 15px;
        color: #fff;
        font-weight: 500;
        margin-top: 6px;
        text-decoration: none;
        background: #0098d4;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .text-bar strong {
        display: block;
        font-weight: 500;
        font-size: 17px;
    }

    .text-bar p {
        font-size: 15px;
        font-weight: 300;
    }

.homepage-slider {
    position: relative;
    background: #fff;
    margin-top: 15px;
}

    .homepage-slider .owl-dots {
        position: absolute;
        right: 0;
        bottom: 0;
        margin-bottom: 10px;
        margin-right: 10px;
    }

        .homepage-slider .owl-dots div {
            float: left;
            margin-right: 5px;
        }

        .homepage-slider .owl-dots span {
            opacity: .7;
            display: block;
            width: 13px;
            height: 13px;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
            background: #fff;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            transition: all .5s ease;
        }

        .homepage-slider .owl-dots .active span, .homepage-slider .owl-dots:hover span {
            opacity: 1;
        }

    .homepage-slider .owl-nav div {
        position: absolute;
        right: 10px;
        top: 50%;
        width: 35px;
        height: 35px;
        margin-right: -17px;
        font-size: 22px;
        color: #0098d4;
        margin-top: -17px;
        text-align: center;
        line-height: 35px;
        background: #fff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 2px 2px 7px 0 rgba(0,0,0,.2);
        -moz-box-shadow: 2px 2px 7px 0 rgba(0,0,0,.2);
        box-shadow: 2px 2px 7px 0 rgba(0,0,0,.2);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

        .homepage-slider .owl-nav div.owl-prev, .homepage-slider .owl-nav div.owl-next {
            opacity: .8;
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            transform: translateX(0);
        }

.sidebar-item {
    margin-top: 19px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
}

    .sidebar-item:first-child {
        margin-top: 15px;
    }

    .sidebar-item img {
        width: 100%;
    }

.homepageThumbnails {
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
}

    .homepageThumbnails .owl-item > div {
        padding: 10px 15px;
        border-bottom: solid 4px transparent;
    }

        .homepageThumbnails .owl-item > div img {
            height: 60px;
        }

    .homepageThumbnails .owl-item.focus > div {
        border-color: #0098d4;
    }

.showcase-tab {
    margin: 15px 0;
}

    .showcase-tab .tab-navigation {
        padding: 5px 5px 0 5px;
        background: #0098d4;
    }

        .showcase-tab .tab-navigation ul li {
            float: left;
        }

            .showcase-tab .tab-navigation ul li > a {
                position: relative;
                display: inline-block;
                padding: 10px 17px 11px 12px;
                color: #fff;
                font-size: 15px;
                font-weight: 400;
                margin-left: 16px;
                text-decoration: none;
                -webkit-transition: all .4s ease-in;
                -moz-transition: all .4s ease-in;
                transition: all .4s ease-in;
            }

                .showcase-tab .tab-navigation ul li > a::after {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 1px;
                    height: 17px;
                    margin: 7px 0 0 -8px;
                    background: #0073a1;
                }

            .showcase-tab .tab-navigation ul li:first-child a {
                margin-left: 0;
            }

                .showcase-tab .tab-navigation ul li:first-child a::after {
                    display: none;
                }

            .showcase-tab .tab-navigation ul li > a.selected, .showcase-tab .tab-navigation ul li:hover > a {
                color: #0098d4;
                background: #fff;
            }

.owl-nav div {
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 35px;
    height: 35px;
    margin-right: -17px;
    font-size: 17px;
    color: #0098d4;
    margin-top: -17px;
    text-align: center;
    line-height: 35px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-box-shadow: 2px 2px 7px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 2px 2px 7px 0 rgba(0,0,0,.2);
    box-shadow: 2px 2px 7px 0 rgba(0,0,0,.2);
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

    .owl-nav div.owl-prev {
        right: auto;
        left: 10px;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        transform: translateX(-20px);
        margin-right: 0;
        margin-left: 0;
    }

    .owl-nav div.owl-next {
        margin-right: 0;
    }

    .owl-nav div:hover {
        color: #fff;
        background: #0098d4;
    }

.owl-carousel:hover .owl-nav div {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}

.showcase {
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
}

    .showcase .item {
        margin: 15px 0;
        min-height: 420px;
        border: solid 1px #eee;
    }

        .showcase .item .status {
            z-index: 55;
            position: absolute;
            right: 0;
            top: 0;
            text-align: center;
            -webkit-backface-visibility: hidden;
        }

            .showcase .item .status > span {
                display: block;
                min-width: 100px;
                font-size: 11px;
                color: #fff;
                font-weight: 500;
                padding: 7px 15px 5px 15px;
            }

                .showcase .item .status > span.new {
                    background: #7cb342;
                }

                .showcase .item .status > span.discount {
                    background: #e53935;
                }

                .showcase .item .status > span.sold-out {
                    background: #424242;
                }

                .showcase .item .status > span.fast {
                    background: #7cb342;
                }

        .showcase .item .image {
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            transition: all .5s ease;
            position: relative;
        }

            .showcase .item .image img {
                max-height: 240px;
                width: auto;
                margin: 0 auto;
            }

        .showcase .item a {
            color: #484848;
            text-decoration: none;
        }

        .showcase .item h3 {
            display: block;
            margin: 15px;
            font-size: 14px;
            text-align: center;
        }

        .showcase .item .price-area {
            text-align: center;
        }

            .showcase .item .price-area > div {
                display: inline-block;
                color: #000;
                font-size: 14px;
                font-weight: 500;
            }

                .showcase .item .price-area > div.old-price {
                    text-decoration: line-through;
                }

                .showcase .item .price-area > div.new-price {
                    color: #7cb342;
                    font-size: 17px;
                }

        .showcase .item .mini-action {
            margin: 15px 15px 30px 15px;
        }

            .showcase .item .mini-action a {
                float: right;
                color: #0098d4;
                font-size: 11px;
                border-bottom: solid 1px #0098d4;
                text-decoration: none;
            }

            .showcase .item .mini-action .code {
                color: #ccc;
                height: 30px;
                font-size: 11px;
            }

        .showcase .item .add {
            position: absolute;
            left: 50%;
            bottom: 0;
            width: 160px;
            height: 35px;
            margin: 0 0 1px -80px;
            color: #fff;
            font-weight: 500;
            text-align: center;
            line-height: 32px;
            text-decoration: none;
            display: inline-block;
            background: #0098d4;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            border: solid 2px #0098d4;
            -webkit-transition: all .4s ease-in;
            -moz-transition: all .4s ease-in;
            transition: all .4s ease-in;
        }

            .showcase .item .add .loading {
                display: none;
            }

            .showcase .item .add.sold-out {
                background: #000;
                border-color: #000;
            }

                .showcase .item .add.sold-out:hover {
                    color: #fff;
                    background: #000;
                }

            .showcase .item .add.block {
                background: #c62828;
                border-color: #c62828;
            }

                .showcase .item .add.block:hover {
                    color: #fff;
                    background: #c62828;
                }

            .showcase .item .add.option {
                background: #ff9800;
                border-color: #ff9800;
            }

                .showcase .item .add.option:hover {
                    color: #ff9800;
                }

            .showcase .item .add:hover {
                color: #0098d4;
                background: #fff;
            }

        .showcase .item:hover .image {
            opacity: .7;
        }

    .showcase .recommended .status {
        width: 100%;
    }

    .showcase .recommended h3 {
        font-size: 12px;
    }

    .showcase .recommended .price-area {
        height: 50px;
    }

        .showcase .recommended .price-area div {
            display: block !important;
            font-weight: 400 !important;
        }

        .showcase .recommended .price-area .new-price {
            font-size: 14px !important;
        }

.showcase-carousel {
    margin: 15px 0;
    padding: 0 15px 15px 15px;
}

    .showcase-carousel .item {
        margin: 15px;
        background: #fff;
    }

    .showcase-carousel .title {
        padding-bottom: 10px;
        text-align: center;
        font-size: 18px;
        font-weight: 500;
        border-bottom: solid 1px #ddd;
    }

.brands-carousel {
    margin-top: 65px;
}

    .brands-carousel .owl-item > div {
        padding: 0 50px;
    }

    .brands-carousel img {
        width: auto;
    }

.page-breadcrumb {
    margin-top: 10px;
    padding: 10px 0;
    color: #777;
    font-size: 13px;
    font-weight: 600;
}

    .page-breadcrumb a {
        color: #777;
        text-decoration: none;
    }

    .page-breadcrumb li {
        float: left;
        margin-right: 10px;
    }

        .page-breadcrumb li a::before {
            content: ">";
            left: -5px;
            position: relative;
        }

        .page-breadcrumb li:first-child a::before {
            display: none;
        }

        .page-breadcrumb li:last-child a {
            opacity: 1;
        }

.catalog-page {
    margin-bottom: 15px;
}

    .catalog-page .catalog-content .showcase {
        padding: 15px 30px;
    }

    .catalog-page .category-slider .banners {
        margin-bottom: 15px;
    }

        .catalog-page .category-slider .banners a {
            display: block;
            background: #fff;
            -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
            -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
            box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
        }

    .catalog-page .category-slider .homepage-slider {
        margin-top: 0;
    }

    .catalog-page .category-slider .showcase-carousel {
        margin-top: 0;
        margin-bottom: 0;
    }

    .catalog-page .category-slider .showcase {
        padding: 15px;
    }

        .catalog-page .category-slider .showcase .title {
            font-size: 13px;
        }

        .catalog-page .category-slider .showcase .item {
            border: none;
            margin: 0;
            min-height: 0;
            text-align: center;
        }

            .catalog-page .category-slider .showcase .item .add {
                position: static;
                margin: 0;
            }

            .catalog-page .category-slider .showcase .item img {
                height: 190px;
                width: auto;
                margin: 0 auto;
            }

            .catalog-page .category-slider .showcase .item h3 {
                margin-top: 0;
            }

            .catalog-page .category-slider .showcase .item .mini-action {
                margin-bottom: 0;
                text-align: left;
            }

    .catalog-page .catalog-filter {
        padding: 15px;
        background: #fff;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
        -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
        box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    }

        .catalog-page .catalog-filter .navbar-toggle {
            width: auto;
            margin-right: 0;
        }

            .catalog-page .catalog-filter .navbar-toggle[aria-expanded="true"] {
                color: #666;
                border-color: #ddd;
            }

        .catalog-page .catalog-filter .navbar-collapse {
            padding: 0;
            width: 100%;
        }

        .catalog-page .catalog-filter, .catalog-page .catalog-filter * {
            -webkit-transition: all 0s ease;
            -moz-transition: all 0s ease;
            transition: all 0s ease;
        }

            .catalog-page .catalog-filter .filter {
                margin-top: 15px;
                color: #666;
                border-top: solid 1px #f1f1f1;
            }

                .catalog-page .catalog-filter .filter:first-of-type {
                    border: none;
                }

                .catalog-page .catalog-filter .filter h4 {
                    display: block;
                    padding: 10px;
                    color: #484848;
                    font-size: 14px;
                    padding-bottom: 0;
                    font-weight: 600;
                }

                .catalog-page .catalog-filter .filter .content {
                    padding: 10px;
                    max-height: 200px;
                    overflow-x: hidden;
                }

                .catalog-page .catalog-filter .filter.category span i {
                    cursor: pointer;
                    display: inline-block;
                    width: 15px;
                    height: 15px;
                    float: right;
                    color: #87ddff;
                    text-align: center;
                    font-size: 8px;
                    line-height: 15px;
                    background: #ddd;
                    -webkit-border-radius: 100%;
                    -moz-border-radius: 100%;
                    border-radius: 100%;
                }

                    .catalog-page .catalog-filter .filter.category span i.fa-minus, .catalog-page .catalog-filter .filter.category span i.fa-chevron-down {
                        display: none;
                    }

                .catalog-page .catalog-filter .filter.category li.active > span i.fa-plus, .catalog-page .catalog-filter .filter.category li.active > span i.fa-chevron-right {
                    display: none;
                }

                .catalog-page .catalog-filter .filter.category li.active > span i.fa-minus, .catalog-page .catalog-filter .filter.category li.active > span i.fa-chevron-down {
                    display: inline-block;
                }

                .catalog-page .catalog-filter .filter.category li ul {
                    display: none;
                    background: #ddd;
                    -webkit-transition: all 0s ease;
                    -moz-transition: all 0s ease;
                    transition: all 0s ease;
                }

                    .catalog-page .catalog-filter .filter.category li ul li {
                        margin-left: 15px;
                    }

                .catalog-page .catalog-filter .filter.category li a, .catalog-page .catalog-filter .filter.list-view li a {
                    display: block;
                    padding: 3px;
                    font-size: 13px;
                    color: #666;
                    font-weight: 400;
                    text-decoration: none;
                    -webkit-transition: all .3s ease;
                    -moz-transition: all .3s ease;
                    transition: all .3s ease;
                }

                    .catalog-page .catalog-filter .filter.category li a:hover, .catalog-page .catalog-filter .filter.list-view li a:hover {
                        color: #000;
                    }

                .catalog-page .catalog-filter .filter.colors li {
                    display: inline;
                }

                    .catalog-page .catalog-filter .filter.colors li a {
                        display: inline-block;
                        width: 20px;
                        height: 20px;
                        -webkit-transition: all .4s ease;
                        -moz-transition: all .4s ease;
                        transition: all .4s ease;
                        -webkit-border-radius: 100%;
                        -moz-border-radius: 100%;
                        border-radius: 100%;
                        -webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,.1);
                        -moz-box-shadow: 0 2px 1px 0 rgba(0,0,0,.1);
                        box-shadow: 0 2px 1px 0 rgba(0,0,0,.1);
                    }

                        .catalog-page .catalog-filter .filter.colors li a:hover {
                            opacity: .8;
                        }

                .catalog-page .catalog-filter .filter.box li {
                    display: inline;
                }

                    .catalog-page .catalog-filter .filter.box li a {
                        display: inline-block;
                        padding: 5px;
                        color: #666;
                        margin: 2px 1px;
                        border: solid 1px #ccc;
                        text-decoration: none;
                        -webkit-transition: all .4s ease;
                        -moz-transition: all .4s ease;
                        transition: all .4s ease;
                    }

                    .catalog-page .catalog-filter .filter.box li:hover a, .catalog-page .catalog-filter .filter.box li.selected a {
                        color: #0098d4;
                        border-color: #0098d4;
                    }

                .catalog-page .catalog-filter .filter:first-child {
                    margin-top: 0 !important;
                }

            .catalog-page .catalog-filter a.filter {
                display: block;
                margin-top: 30px;
                padding: 10px 17px;
                color: #fff;
                font-size: 13px;
                font-weight: 700;
                text-align: center;
                text-decoration: none;
                background: #0098d4;
                -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,.2);
                -moz-text-shadow: 1px 1px 1px rgba(0,0,0,.2);
                text-shadow: 1px 1px 1px rgba(0,0,0,.2);
                -webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,.2);
                -moz-box-shadow: 0 2px 1px 0 rgba(0,0,0,.2);
                box-shadow: 0 2px 1px 0 rgba(0,0,0,.2);
            }

                .catalog-page .catalog-filter a.filter .ripple {
                    background: rgba(255,255,255,.4);
                }

            .catalog-page .catalog-filter.active {
                z-index: 66;
                position: fixed;
                top: 0;
                width: 263px;
                margin-top: 0;
                padding-top: 20px !important;
                padding-right: 15px !important;
                overflow-y: scroll;
            }

                .catalog-page .catalog-filter.active .filter {
                    margin-top: 15px;
                }

            .catalog-page .catalog-filter.active-end {
                position: absolute;
            }

            .catalog-page .catalog-filter.top-filter {
                position: static !important;
                margin-top: 15px !important;
            }

                .catalog-page .catalog-filter.top-filter .filter {
                    position: relative;
                    display: inline-block;
                    margin-right: 10px;
                    margin-top: 0;
                    float: left;
                    background: #fbfbfb;
                    -webkit-box-shadow: 1px 1px 1px 0 #ddd;
                    -moz-box-shadow: 1px 1px 1px 0 #ddd;
                    box-shadow: 1px 1px 1px 0 #ddd;
                }

                    .catalog-page .catalog-filter.top-filter .filter:nth-child(3), .catalog-page .catalog-filter.top-filter .filter:nth-child(4), .catalog-page .catalog-filter.top-filter .filter:nth-child(5) {
                        display: none;
                    }

                    .catalog-page .catalog-filter.top-filter .filter h4 {
                        cursor: pointer;
                        font-size: 13px;
                        padding-bottom: 10px;
                    }

                    .catalog-page .catalog-filter.top-filter .filter .content {
                        z-index: 80;
                        position: absolute;
                        left: 0;
                        top: 100%;
                        display: none;
                        padding: 0;
                        width: 250px;
                        padding: 15px;
                        background: #fff;
                        border: solid 1px #eee;
                    }

                    .catalog-page .catalog-filter.top-filter .filter:hover .content {
                        display: block;
                    }

    .catalog-page .category-information {
        margin-bottom: 15px;
    }

        .catalog-page .category-information h2 {
            margin: 10px 0;
            font-size: 17px;
            font-weight: 700;
        }

        .catalog-page .category-information p {
            cfont-size: 14px;
        }

    .catalog-page .category-showcase .showcase-carousel {
        margin-top: 20px;
    }

    .catalog-page .showcase {
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }

        .catalog-page .showcase .notices {
            margin: 10px 0 25px;
            font-size: 13px;
            text-align: right;
        }

            .catalog-page .showcase .notices strong {
                font-weight: 600;
            }

        .catalog-page .showcase .product-rate {
            position: absolute;
            left: 0;
            bottom: 0;
            text-align: left;
            width: auto !important;
        }

@media(min-width:1024px) {
    .catalog-page .showcase .catalog-product .hide-full {
        display: block;
    }

    .catalog-page .showcase .catalog-product .show-full, .catalog-page .showcase .catalog-product .b2b__view {
        display: none;
    }

        .catalog-page .showcase .catalog-product.full-view .hide-full, .catalog-page .showcase .catalog-product.b2b__view .hide-full {
            display: none;
        }

        .catalog-page .showcase .catalog-product.full-view .show-full, .catalog-page .showcase .catalog-product.b2b__view .show-full {
            display: block;
        }

    .catalog-page .showcase .full-view-container > div {
        width: 100%;
    }

    .catalog-page .showcase .full-view-container .item {
        min-height: 0;
    }

    .catalog-page .showcase .full-view-container .image {
        width: 30%;
        float: left;
    }

        .catalog-page .showcase .full-view-container .image .owl-item {
            padding: 50px;
        }

    .catalog-page .showcase .full-view-container .information {
        width: 67%;
        float: right;
    }

        .catalog-page .showcase .full-view-container .information h3 {
            margin: 15px 0;
            white-space: normal;
        }

        .catalog-page .showcase .full-view-container .information .right-box {
            padding: 15px;
            float: right;
            width: 300px;
            margin-top: -15px;
            margin-left: 10px;
            background: #f1f1f1;
        }

            .catalog-page .showcase .full-view-container .information .right-box .price-area {
                margin-bottom: 15px;
            }

                .catalog-page .showcase .full-view-container .information .right-box .price-area .old-price, .catalog-page .showcase .full-view-container .information .right-box .price-area .new-price {
                    display: block;
                }

                .catalog-page .showcase .full-view-container .information .right-box .price-area .new-price {
                    font-size: 25px;
                    font-weight: 600;
                }

            .catalog-page .showcase .full-view-container .information .right-box .code {
                margin: 10px 0;
                color: #999;
                font-size: 11px;
            }

            .catalog-page .showcase .full-view-container .information .right-box .special-list li {
                list-style-type: none;
                margin: 5px 0;
                color: #666;
            }

                .catalog-page .showcase .full-view-container .information .right-box .special-list li strong {
                    font-weight: 600;
                }

            .catalog-page .showcase .full-view-container .information .right-box .add {
                position: static;
                width: 100%;
                margin: 0;
                font-size: 11px;
            }

    .catalog-page .showcase .b2b__view__container .list__title {
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 10px;
        white-space: nowrap;
    }

    .catalog-page .showcase .b2b__view__container .item {
        padding-top: 5px;
        padding-bottom: 5px;
        border: solid 1px #eee !important;
        margin-top: -1px !important;
        margin-bottom: 0 !important;
    }

    .catalog-page .showcase .b2b__view__container .count {
        display: block;
        font-size: 16px;
        text-align: left;
        font-weight: 700;
    }

    .catalog-page .showcase .b2b__view__container > div {
        width: 100% !important;
    }

    .catalog-page .showcase .b2b__view__container .status {
        right: auto;
        left: 0;
    }

        .catalog-page .showcase .b2b__view__container .status > span {
            font-size: 10px;
        }

    .catalog-page .showcase .b2b__view__container .information {
        padding: 0 15px;
    }

    .catalog-page .showcase .b2b__view__container a {
        color: #000;
    }

    .catalog-page .showcase .b2b__view__container h3 {
        margin: 0 !important;
        font-size: 12px !important;
        line-height: 20px;
        font-weight: 400;
        overflow: hidden;
        text-align: left;
        margin-top: 10px !important;
    }

    .catalog-page .showcase .b2b__view__container .price-area {
        text-align: right;
        position: relative;
        margin-top: 9px !important;
    }

        .catalog-page .showcase .b2b__view__container .price-area .old-price, .catalog-page .showcase .b2b__view__container .price-area .new-price {
            color: #666;
            display: block;
        }

        .catalog-page .showcase .b2b__view__container .price-area .new-price {
            font-size: 13px;
            font-weight: 400;
            line-height: 20px;
            white-space: nowrap;
        }

        .catalog-page .showcase .b2b__view__container .price-area .featured {
            color: #d50000;
            font-weight: 700;
        }

    .catalog-page .showcase .b2b__view__container .code {
        color: #999;
        font-size: 11px;
        line-height: 25px;
        margin-top: 9px !important;
    }

    .catalog-page .showcase .b2b__view__container .add__basket {
        position: relative;
        margin-top: 9px !important;
    }

        .catalog-page .showcase .b2b__view__container .add__basket .input-group {
            display: inline;
        }

        .catalog-page .showcase .b2b__view__container .add__basket .input-group-btn-vertical {
            display: none !important;
        }

        .catalog-page .showcase .b2b__view__container .add__basket input {
            width: 33px;
            height: 25px;
            outline: none;
            float: left;
            padding: 0;
            border: solid 1px #eee;
            text-align: center;
            line-height: 25px;
            -webkit-box-shadow: 0 0 0 0 transparent;
            -moz-box-shadow: 0 0 0 0 transparent;
            box-shadow: 0 0 0 0 transparent;
        }

        .catalog-page .showcase .b2b__view__container .add__basket .add {
            display: inline-block;
            position: static;
            width: auto;
            margin: 0;
            float: left;
            height: auto;
            padding: 0 3px;
            margin-left: -1px;
            line-height: 23px;
            font-size: 12px;
            font-weight: 400;
            color: #444;
            background: #f0f0f0;
            border: solid 1px #f0f0f0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }
}

.catalog-page .catalog-order {
    padding: 15px;
    margin-bottom: 15px;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
}

    .catalog-page .catalog-order .order-catalog {
        padding: 3px 7px;
        background: #fff;
    }

        .catalog-page .catalog-order .order-catalog span, .catalog-page .catalog-order .order-catalog select {
            width: 75%;
            height: 30px;
            line-height: 32px;
            border: none;
            background: none;
            outline: none;
            display: inline-block;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

        .catalog-page .catalog-order .order-catalog select {
            padding-right: 30px;
            background: url("../img/arrow-down.png") no-repeat center right;
        }

        .catalog-page .catalog-order .order-catalog span {
            width: 21%;
            float: left;
        }

    .catalog-page .catalog-order .list-view-type a {
        display: inline-block;
        width: 40px;
        height: 36px;
        float: left;
        margin: 0 2px;
        color: #c3c3c3;
        font-size: 17px;
        text-align: center;
        line-height: 36px;
        border: solid 1px #eee;
        background-position: center;
        background-repeat: no-repeat;
    }

        .catalog-page .catalog-order .list-view-type a.active {
            color: #1c95d1;
            border-color: #1c95d1;
        }

        .catalog-page .catalog-order .list-view-type a.view3 {
            background-image: url("../img/viewStyle3.png");
        }

            .catalog-page .catalog-order .list-view-type a.view3.active {
                background-image: url("../img/viewStyle3active.png");
            }

.pagination {
    display: block;
    padding: 20px;
    text-align: right;
    background: #f1f1f1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .pagination li {
        display: inline;
    }

        .pagination li a {
            opacity: .5;
            display: inline-block;
            width: 25px;
            height: 25px;
            margin-left: 2px;
            font-size: 12px;
            color: #fff;
            line-height: 27px;
            text-align: center;
            background: #0098d4;
            text-decoration: none;
            -webkit-transition: all .3s ease-in;
            -moz-transition: all .3s ease-in;
            transition: all .3s ease-in;
        }

        .pagination li:hover a {
            opacity: .7;
        }

        .pagination li.active a {
            opacity: 1;
        }

.zoomImg {
    cursor: move;
}

.product-detail {
    background: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
}

    .product-detail .product-image {
        z-index: 27;
        width: auto !important;
        padding: 0 50px;
        position: relative;
        overflow: hidden;
        background: #fff;
    }

        .product-detail .product-image .view-area {
            cursor: move;
        }

        .product-detail .product-image .fixed-name {
            display: none;
            font-size: 22px;
            font-weight: 600;
        }

        .product-detail .product-image .status {
            z-index: 12;
            position: absolute;
            left: 0;
            top: 0;
            margin: 30px;
            font-weight: 700;
        }

            .product-detail .product-image .status span {
                position: relative;
                margin-bottom: 5px;
                display: block;
                padding: 5px 10px;
                font-size: 12px;
                font-weight: 700;
                text-align: center;
                border: solid 3px #eee;
                background: #fff;
            }

                .product-detail .product-image .status span.new {
                    color: #4caf50;
                    border-color: #4caf50;
                }

                .product-detail .product-image .status span.discount {
                    color: #ff6f00;
                    border-color: #ff6f00;
                }

                .product-detail .product-image .status span.sold-out {
                    color: #607d8b;
                    border-color: #607d8b;
                }

        .product-detail .product-image .view-area .area-360 {
            display: none;
        }

        .product-detail .product-image .view-area.active360 .normal-image {
            display: none;
        }

        .product-detail .product-image .view-area.active360 .area-360 {
            display: block;
        }

        .product-detail .product-image .view-area .area-360, .product-detail .product-image .view-area .area-360 * {
            -webkit-transition: all 0s ease;
            -moz-transition: all 0s ease;
            transition: all 0s ease;
        }

        .product-detail .product-image .thumbnail-images {
            position: relative;
            margin-top: 20px;
            padding: 0 40px;
        }

            .product-detail .product-image .thumbnail-images .owl-prev {
                margin-left: -40px;
            }

            .product-detail .product-image .thumbnail-images .owl-next {
                margin-right: -40px;
            }

    .product-detail .discount-table {
        margin: 15px 0;
        width: 100%;
    }

        .product-detail .discount-table table {
            width: 100%;
        }

        .product-detail .discount-table th, .product-detail .discount-table td {
            padding: 5px;
            font-size: 11px;
            border: solid 1px #eee;
        }

        .product-detail .discount-table th {
            font-weight: 700;
            font-size: 12px;
        }

    .product-detail .discount-table {
        margin: 15px 0;
        width: 100%;
    }

        .product-detail .discount-table table {
            width: 100%;
        }

        .product-detail .discount-table th, .product-detail .discount-table td {
            padding: 5px;
            font-size: 11px;
            border: solid 1px #eee;
        }

        .product-detail .discount-table th {
            font-weight: 700;
            font-size: 12px;
        }

    .product-detail .product-information {
        padding: 30px 15px;
        background: #f5f5f5;
    }

        .product-detail .product-information .row > .col-sm-5 {
            background: #f1f1f1;
        }

        .product-detail .product-information h1 {
            font-size: 27px;
            line-height: 29px;
            font-weight: 700;
        }

        .product-detail .product-information .product-code {
            display: block;
            margin: 5px 0;
        }

        .product-detail .product-information .product-rate {
            display: inline-block;
        }

        .product-detail .product-information .rating-text {
            position: relative;
            top: -2px;
            font-size: 16px;
            font-weight: 700;
        }

        .product-detail .product-information .product-rate-detail {
            margin-bottom: 15px;
        }

        .product-detail .product-information .price div {
            display: inline-block;
        }

            .product-detail .product-information .price div.new-price {
                font-size: 30px;
                font-weight: 700;
                color: #0098d4;
                margin-right: 5px;
            }

                .product-detail .product-information .price div.new-price i {
                    position: relative;
                }

            .product-detail .product-information .price div.old-price {
                font-size: 17px;
                font-weight: 700;
                color: #666;
                text-decoration: line-through;
            }

            .product-detail .product-information .price div.kdv {
                display: block;
                font-size: 14px;
                margin-top: 5px;
                margin-bottom: 15px;
            }

                .product-detail .product-information .price div.kdv i {
                    display: none;
                }

                .product-detail .product-information .price div.kdv span i {
                    display: inline-block !important;
                }

        .product-detail .product-information p {
            margin-bottom: 15px;
        }

        .product-detail .product-information .properties {
            padding: 10px;
            margin-bottom: 15px;
            background: #f1f1f1;
        }

            .product-detail .product-information .properties li {
                padding: 4px 5px;
            }

                .product-detail .product-information .properties li strong {
                    display: inline-block;
                    width: 20%;
                    font-size: 14px;
                    font-weight: 600;
                }

        .product-detail .product-information .properties-image {
            margin-bottom: 15px;
        }

            .product-detail .product-information .properties-image li {
                float: left;
                width: 20%;
                height: 104px;
                padding: 10px 0;
                text-align: center;
                border: solid 1px #eee;
            }

                .product-detail .product-information .properties-image li img {
                    display: block;
                    margin: 0 auto;
                }

                .product-detail .product-information .properties-image li:first-child {
                    border-left: solid 3px #0098d4;
                }

                    .product-detail .product-information .properties-image li:first-child h3 {
                        margin-top: 28px;
                        font-size: 15px;
                        font-weight: 600;
                    }

        .product-detail .product-information .option-select {
            padding: 10px;
            margin: -10px;
        }

            .product-detail .product-information .option-select label {
                display: block;
                margin-bottom: 3px;
                font-size: 14px;
                font-weight: 600;
                margin-top: 10px;
            }

            .product-detail .product-information .option-select select {
                width: 100%;
                padding: 7px 0;
                outline: none;
                border: solid 1px #ccc;
            }

            .product-detail .product-information .option-select.focus {
                position: relative;
                z-index: 889;
                background: #fff;
            }

        .product-detail .product-information .add-basket {
            float: left;
        }

            .product-detail .product-information .add-basket .unit {
                position: relative;
                left: -5px;
            }

            .product-detail .product-information .add-basket input {
                float: left;
                width: 50px;
                height: 40px;
                padding: 0;
                margin-right: 5px;
                font-size: 17px;
                text-align: center;
                outline: none;
                border: solid 1px #ccc;
            }

            .product-detail .product-information .add-basket a {
                margin-top: -3px;
                display: inline-block;
                padding: 13px 20px;
                color: #fff;
                font-size: 15px;
                font-weight: 700;
                text-align: center;
                text-decoration: none;
                background: #0098d4;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                -webkit-transition: all .3s ease;
                -moz-transition: all .3s ease;
                transition: all .3s ease;
                -webkit-box-shadow: 1px 1px 3px 0 rgba(0,0,0,.2);
                -moz-box-shadow: 1px 1px 3px 0 rgba(0,0,0,.2);
                box-shadow: 1px 1px 3px 0 rgba(0,0,0,.2);
            }

                .product-detail .product-information .add-basket a .ripple {
                    background: rgba(255,255,255,.3);
                }

                .product-detail .product-information .add-basket a.sold-out {
                    cursor: default;
                    background: #000;
                }

                .product-detail .product-information .add-basket a.buy-now {
                    background: #ff8f00;
                }

                .product-detail .product-information .add-basket a:hover {
                    background: #999;
                }

                .product-detail .product-information .add-basket a:active, .product-detail .product-information .add-basket a:focus {
                    color: #666;
                    background: #eee;
                }

                .product-detail .product-information .add-basket a i {
                    margin-right: 10px;
                }

            .product-detail .product-information .add-basket .input-area {
                float: left;
                width: 80px;
            }

                .product-detail .product-information .add-basket .input-area .input-control, .product-detail .product-information .add-basket .input-area .input-group-btn-vertical {
                    width: 15px;
                    height: 40px;
                    float: left;
                }

                    .product-detail .product-information .add-basket .input-area .input-control span, .product-detail .product-information .add-basket .input-area .input-group-btn-vertical span, .product-detail .product-information .add-basket .input-area .input-control button, .product-detail .product-information .add-basket .input-area .input-group-btn-vertical button {
                        cursor: pointer;
                        display: block;
                        height: 20px;
                        padding: 0;
                        line-height: 20px;
                        color: #0098d4;
                        border: none;
                        background: none;
                        outline: none;
                    }

                        .product-detail .product-information .add-basket .input-area .input-control span:active, .product-detail .product-information .add-basket .input-area .input-group-btn-vertical span:active, .product-detail .product-information .add-basket .input-area .input-control button:active, .product-detail .product-information .add-basket .input-area .input-group-btn-vertical button:active {
                            -webkit-box-shadow: 0 0 0 0 transparent;
                            -moz-box-shadow: 0 0 0 0 transparent;
                            box-shadow: 0 0 0 0 transparent;
                        }

        .product-detail .product-information .product-buttons {
            margin-top: 15px;
        }

            .product-detail .product-information .product-buttons a {
                width: 100%;
                display: block;
                padding: 7px 0;
                color: #666;
                text-align: left;
                font-size: 14px;
                text-decoration: none;
            }

                .product-detail .product-information .product-buttons a i {
                    color: #999;
                    position: relative;
                    bottom: -1px;
                    margin-right: 10px;
                }

        .product-detail .product-information .social {
            margin: 15px 0;
        }

            .product-detail .product-information .social strong {
                display: block;
                margin-bottom: 5px;
                font-size: 14px;
                font-weight: 600;
            }

            .product-detail .product-information .social li {
                float: left;
                margin-right: 10px;
            }

                .product-detail .product-information .social li a {
                    display: inline-block;
                    margin-right: 5px;
                    font-size: 30px;
                }

                .product-detail .product-information .social li.facebook a {
                    color: #3b5998;
                }

                .product-detail .product-information .social li.twitter a {
                    color: #00aced;
                }

                .product-detail .product-information .social li.google a {
                    color: #dd4b39;
                }

    .product-detail .discount-table {
        margin: 15px 0;
        width: 100%;
    }

        .product-detail .discount-table table {
            width: 100%;
        }

        .product-detail .discount-table th, .product-detail .discount-table td {
            padding: 5px;
            font-size: 11px;
            border: solid 1px #eee;
        }

        .product-detail .discount-table th {
            font-weight: 700;
            font-size: 12px;
        }

.product-customize {
    padding-right: 150px;
    background: url('../img/magic_lamp.jpg') no-repeat right bottom;
}

    .product-customize ul li {
        margin: 10px 0;
        color: #666;
        font-size: 14px;
    }

        .product-customize ul li i {
            color: #0098d4;
            margin-right: 3px;
        }

    .product-customize form {
        margin: 30px 150px 30px 0;
    }

        .product-customize form label {
            margin-top: 10px;
        }

    .product-customize a {
        color: #f44336;
        text-decoration: none;
    }

.product-tabs {
    margin: 15px 0;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
}

    .product-tabs .navigation {
        height: 49px;
        text-align: center;
        background: #eee;
        border-top: solid 1px #ddd;
        border-bottom: solid 1px #ddd;
    }

        .product-tabs .navigation li {
            display: inline;
        }

            .product-tabs .navigation li a {
                display: inline-block;
                height: 50px;
                margin-top: -1px;
                padding: 14px 15px 14px 15px;
                color: #888;
                font-size: 16px;
                font-weight: 400;
                text-decoration: none;
                border-top: solid 1px #ddd;
                -webkit-transition: all .4s ease;
                -moz-transition: all .4s ease;
                transition: all .4s ease;
            }

                .product-tabs .navigation li a:hover, .product-tabs .navigation li a.selected {
                    color: #0098d4;
                    background: #fff;
                    border-color: #0098d4;
                }

    .product-tabs .content {
        padding: 20px 10px;
        font-size: 13px;
    }

        .product-tabs .content h3 {
            font-size: 16px;
            font-weight: 700;
        }

        .product-tabs .content p {
            margin: 10px 0;
        }

    .product-tabs form {
        width: 400px;
        margin: 0 auto;
    }

        .product-tabs form label {
            display: block;
            margin: 7px 0 3px 0;
            font-size: 13px;
            font-weight: 700;
        }

        .product-tabs form input[type="email"], .product-tabs form input[type="text"], .product-tabs form textarea {
            width: 100%;
            padding: 7px 10px;
            outline: none;
            border: solid 1px #ddd;
        }

        .product-tabs form button {
            display: inline-block;
            padding: 7px 10px;
            margin-top: 7px;
            color: #fff;
            font-size: 13px;
            font-weight: 700;
            background: #7cb342;
            outline: none;
            border: none;
        }

            .product-tabs form button .ripple {
                background: rgba(255,255,255,.4);
            }

    .product-tabs ul.comments {
        margin: 15px 0;
    }

        .product-tabs ul.comments li {
            margin: 30px 0;
        }

            .product-tabs ul.comments li span.name {
                display: block;
                font-size: 16px;
            }

            .product-tabs ul.comments li strong.title {
                display: block;
                font-size: 14px;
                margin: 5px 0;
                font-weight: 700;
            }

            .product-tabs ul.comments li .product-rate {
                top: -3px;
                float: right;
            }

            .product-tabs ul.comments li .action {
                font-size: 12px;
                font-weight: 700;
            }

                .product-tabs ul.comments li .action .like {
                    display: inline-block;
                    margin-right: 5px;
                    color: #2e7d32;
                    text-decoration: none;
                }

                .product-tabs ul.comments li .action .dislike {
                    color: #f44336;
                    text-decoration: none;
                }

    .product-tabs #taksit-secenekleri {
        font-size: 12px;
    }

/*#galleryModal .zoomImg {
    display: none !important;
}

#galleryModal .hiddenModal {
    display: none;
}

#galleryModal .fixed-name {
    display: none;
}

#galleryModal .modal-dialog {
    width: 50%;
}

#galleryModal .controls {
    display: none !important;
}

#galleryModal .view-area {
    float: left;
    width: 65%;
}

    #galleryModal .view-area img {
        max-width: 400px;
        margin: 0 auto;
    }

#galleryModal .product-image {
    position: static !important;
    width: auto !important;
}

#galleryModal .thumbnail-images {
    width: 35%;
    float: left;
}

    #galleryModal .thumbnail-images .owl-item {
        display: inline-block;
        margin-bottom: 5px;
        width: 33.33% !important;
        border: solid 1px transparent;
    }

        #galleryModal .thumbnail-images .owl-item.active {
            border-color: #eee;
        }

#galleryModal .owl-stage {
    width: 100% !important;
}
*/
.result__negative {
    margin: 50px 0;
    font-size: 15px;
    text-align: center;
}

    .result__negative i {
        color: #0098d4;
        font-size: 80px;
        margin-bottom: 10px;
    }

.basket-view {
    margin-top: 15px;
}

    .basket-view .showcase {
        position: relative;
        margin-top: 0;
    }

        .basket-view .showcase .controls {
            margin-top: -5px;
        }

    .basket-view h3.title {
        display: block;
        padding-bottom: 15px;
        color: #0098d4;
        font-weight: 700;
        font-size: 25px;
    }

    .basket-view table {
        width: 100%;
        font-size: 14px;
    }

    .basket-view .basket-items {
        margin-bottom: 15px;
        padding: 15px;
        background: #fff;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
        -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
        box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    }

        .basket-view .basket-items table a {
            text-decoration: none;
        }

        .basket-view .basket-items table th {
            padding: 15px 0;
        }

        .basket-view .basket-items table td {
            padding: 20px 0;
            vertical-align: top;
            border-top: solid 1px #eee;
        }

            .basket-view .basket-items table td img {
                -webkit-box-shadow: 0 2px 1px 0 #ccc;
                -moz-box-shadow: 0 2px 1px 0 #ccc;
                box-shadow: 0 2px 1px 0 #ccc;
            }

            .basket-view .basket-items table td h2 {
                margin-bottom: 10px;
            }

                .basket-view .basket-items table td h2 a {
                    color: #666;
                }

            .basket-view .basket-items table td strong {
                font-weight: 700;
            }

            .basket-view .basket-items table td .status {
                display: block;
                margin: 10px 0;
            }

                .basket-view .basket-items table td .status span {
                    display: inline-block;
                    margin-right: 5px;
                    font-size: 12px;
                    font-weight: 700;
                }

                    .basket-view .basket-items table td .status span.new {
                        color: #4caf50;
                    }

                    .basket-view .basket-items table td .status span.discount {
                        color: #ff6f00;
                    }

                    .basket-view .basket-items table td .status span.sold-out {
                        color: #607d8b;
                    }

            .basket-view .basket-items table td .customize {
                font-size: 12px;
            }

                .basket-view .basket-items table td .customize .edit {
                    color: #0098d4;
                    font-weight: 600;
                }

                .basket-view .basket-items table td .customize .remove {
                    color: #f44336;
                    font-weight: 600;
                }

            .basket-view .basket-items table td .input-area {
                position: relative;
                width: 60px;
                height: 34px;
                background: #eee;
            }

                .basket-view .basket-items table td .input-area .input-group-btn-vertical {
                    width: 15px;
                    float: right;
                }

                .basket-view .basket-items table td .input-area input {
                    width: 40px;
                    height: 30px;
                    float: left;
                    border: none;
                    outline: none;
                    padding: 0;
                    text-align: center;
                    background: #eee;
                    -webkit-box-shadow: 0 0 0 0 transparent;
                    -moz-box-shadow: 0 0 0 0 transparent;
                    box-shadow: 0 0 0 0 transparent;
                }

                .basket-view .basket-items table td .input-area button {
                    cursor: pointer;
                    color: #979797;
                    padding: 0;
                    margin-top: -4px;
                    border: none;
                    background: none;
                    outline: none;
                    line-height: 11px;
                }

                    .basket-view .basket-items table td .input-area button:active {
                        -webkit-box-shadow: 0 0 0 0 transparent;
                        -moz-box-shadow: 0 0 0 0 transparent;
                        box-shadow: 0 0 0 0 transparent;
                    }

                .basket-view .basket-items table td .input-area::after {
                    opacity: 0;
                    visibility: hidden;
                    z-index: 10;
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 0;
                    display: block;
                    width: 100%;
                    height: 100%;
                    background: url('../img/loading-red-spot.gif') no-repeat center;
                    -webkit-transition: all .3s ease;
                    -moz-transition: all .3s ease;
                    transition: all .3s ease;
                    -webkit-background-size: cover;
                    -moz-background-size: cover;
                    background-size: cover;
                }

                .basket-view .basket-items table td .input-area.loading::after {
                    opacity: 1;
                    visibility: visible;
                }

            .basket-view .basket-items table td .old-price {
                display: block;
                color: #999;
                text-decoration: line-through;
            }

            .basket-view .basket-items table td .remove {
                color: #f44336;
                font-weight: 600;
            }

        .basket-view .basket-items.coupons button {
            position: relative;
            top: -2px;
            right: -10px;
        }

    .basket-view .coupons {
        text-align: left;
        margin-top: 15px;
    }

        .basket-view .coupons .basket-items {
            padding: 0;
            background: #fff;
            -webkit-box-shadow: 0 0 0 0 transparent;
            -moz-box-shadow: 0 0 0 0 transparent;
            box-shadow: 0 0 0 0 transparent;
        }

            .basket-view .coupons .basket-items tr.done {
                opacity: .3;
            }

            .basket-view .coupons .basket-items td, .basket-view .coupons .basket-items th {
                font-size: 13px;
            }

.basket-total {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
}

    .basket-total td {
        padding: 5px 0 !important;
    }

    .basket-total .count {
        font-size: 16px;
    }

    .basket-total .price {
        margin: 15px 0;
    }

        .basket-total .price .total {
            display: block;
            font-size: 22px;
            font-weight: 700;
        }

        .basket-total .price .kdv {
            display: block;
            margin: 3px 0;
            font-size: 13px;
            color: #888;
        }

        .basket-total .price .discount {
            display: block;
            font-size: 13px;
            font-weight: 700;
            color: #0098d4;
        }

            .basket-total .price .discount a {
                position: relative;
                left: -2px;
                color: #f44336;
            }

    .basket-total .actions a {
        display: block;
        padding: 5px 0;
        color: #777;
        font-weight: 600;
        text-decoration: none;
    }

        .basket-total .actions a.buy {
            padding: 10px 20px;
            margin: 10px 0;
            color: #fff;
            font-size: 17px;
            font-weight: 700;
            text-align: center;
            background: #0098d4;
        }

            .basket-total .actions a.buy i {
                font-weight: 400;
            }

            .basket-total .actions a.buy .ripple {
                background: rgba(255,255,255,.4);
            }

        .basket-total .actions a.continue {
            display: inline-block;
            text-align: left;
            margin-top: 10px;
            padding: 10px 10px;
            color: #0098d4;
            border-bottom: dotted 1px #0098d4;
        }

            .basket-total .actions a.continue .ripple {
                background: rgba(0,0,0,.4);
            }

        .basket-total .actions a.remove-all {
            color: #f44336;
        }

        .basket-total .actions a .ripple {
            background: rgba(255,255,255,.4);
        }

    .basket-total .coupon {
        margin: 10px;
        width: 100%;
        float: none !important;
        text-align: left;
    }

        .basket-total .coupon input {
            width: 60%;
            height: 34px;
            padding: 0 10px;
            border: none;
            outline: none;
            background: #eee;
        }

        .basket-total .coupon button {
            display: inline-block;
            padding: 10px;
            color: #fff;
            font-weight: 600;
            background: #3bc8ff;
            border: none;
            outline: none;
            -webkit-transition: all .4s ease;
            -moz-transition: all .4s ease;
            transition: all .4s ease;
        }

            .basket-total .coupon button .ripple {
                background: rgba(255,255,255,.4);
            }

            .basket-total .coupon button:hover {
                background: #0073a1;
            }

.order-page-item {
    display: none;
}

#OrderAddress {
    display: block;
}

.order-page {
    padding-bottom: 30px;
}

    .order-page .address-white {
        padding: 20px;
        border: solid 1px #f1f1f1;
    }

    .order-page .step-container {
        background: #7e7e7e;
        margin-bottom: 15px;
    }

    .order-page .order-navigation {
        padding: 20px 0;
        background: #868686;
    }

    .order-page .order-navigation {
        font-size: 13px;
        text-align: center;
    }

        .order-page .order-navigation a {
            position: relative;
            opacity: .3;
            display: inline-block;
            margin: 0 25px 0 25px;
            color: #fff;
            text-decoration: none;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            transition: all .3s ease;
        }

            .order-page .order-navigation a::after {
                content: "";
                position: absolute;
                left: 0;
                top: 50%;
                width: 60px;
                height: 1px;
                margin: -10px 0 0 -55px;
                background: #fff;
            }

            .order-page .order-navigation a:first-child::after {
                display: none;
            }

            .order-page .order-navigation a span {
                display: inline-block;
                width: 40px;
                height: 40px;
                font-size: 20px;
                line-height: 40px;
                color: #0098d4;
                background: #fff;
                -webkit-border-radius: 100%;
                -moz-border-radius: 100%;
                border-radius: 100%;
            }

            .order-page .order-navigation a strong {
                display: block;
                margin-top: 7px;
            }

            .order-page .order-navigation a.active {
                opacity: 1;
            }

                .order-page .order-navigation a.active::after {
                    opacity: .3;
                }

        .order-page .order-navigation .progress {
            display: none;
        }

        .order-page .order-navigation .progress-bar {
            display: none;
            background: #0098d4;
            text-indent: -9999px;
        }

    .order-page h3.form-title {
        display: block;
        padding: 10px 15px;
        color: #0098d4;
        font-size: 18px;
        font-weight: 600;
        border-bottom: solid 1px #ddd;
    }

    .order-page select, .order-page textarea, .order-page input[type="email"], .order-page input[type="text"], .order-page input[type="tel"] {
        outline: none;
        display: block;
        width: 100%;
        padding: 7px 10px;
        border: solid 1px #ddd;
    }

    .order-page .notices p {
        display: block;
        width: 48%;
        padding: 10px 15px;
        font-size: 14px;
        font-weight: 600;
        float: left;
    }

        .order-page .notices p.green {
            border: dashed 2px #6ed6ff;
        }

            .order-page .notices p.green a {
                display: inline-block;
                color: #0098d4;
                text-decoration: none;
                border-bottom: dotted 1px #0098d4;
            }

        .order-page .notices p.invoice-form {
            float: right;
            border: dashed 2px #ccc;
        }

            .order-page .notices p.invoice-form input {
                margin: 0;
                outline: none;
                position: relative;
                bottom: -2px;
            }

    .order-page .notices .add-store, .order-page .notices .add-address {
        display: inline-block;
        padding: 10px 15px;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        background: #0098d4;
        text-decoration: none;
    }

        .order-page .notices .add-store .ripple, .order-page .notices .add-address .ripple {
            background: rgba(255,255,255,.4);
        }

    .order-page .notices .add-store {
        background: #7cb342;
    }

    .order-page .actions {
        margin-top: 30px;
    }

        .order-page .actions a, .order-page .actions button {
            display: inline-block;
            padding: 10px 15px;
            font-weight: 700;
            font-size: 14px;
            text-decoration: none;
            border: none;
            outline: none;
        }

            .order-page .actions a.next, .order-page .actions button.next {
                float: right;
                color: #fff;
                background: #0098d4;
            }

                .order-page .actions a.next .ripple, .order-page .actions button.next .ripple {
                    background: rgba(255,255,255,.4);
                }

            .order-page .actions a.prev, .order-page .actions button.prev {
                color: #666;
                background: #ddd;
            }

    .order-page .choose-address {
        padding: 50px 70px;
    }

        .order-page .choose-address label {
            display: block;
            font-size: 27px;
            font-weight: 600;
        }

        .order-page .choose-address .address-select .label-text {
            cursor: pointer;
            display: block;
            padding: 10px 15px;
            margin-top: 15px;
            font-size: 16px;
            border: solid 3px #0098d4;
            -webkit-box-shadow: 0 2px 4px 0 #ccc;
            -moz-box-shadow: 0 2px 4px 0 #ccc;
            box-shadow: 0 2px 4px 0 #ccc;
        }

            .order-page .choose-address .address-select .label-text i {
                float: right;
            }

        .order-page .choose-address #shippingDate {
            padding: 10px 15px;
            border: solid 3px #0098d4;
            -webkit-box-shadow: 0 2px 4px 0 #ccc;
            -moz-box-shadow: 0 2px 4px 0 #ccc;
            box-shadow: 0 2px 4px 0 #ccc;
        }

        .order-page .choose-address .address-select {
            position: relative;
        }

            .order-page .choose-address .address-select .list-container {
                z-index: 10;
                position: absolute;
                left: 0;
                top: 100%;
                width: 100%;
                height: 0;
                overflow-y: hidden;
                border: solid 3px transparent;
                background: #fff;
            }

                .order-page .choose-address .address-select .list-container.active {
                    z-index: 60;
                    height: 250px;
                    overflow-y: scroll;
                    border: solid 3px #eee;
                }

            .order-page .choose-address .address-select .address {
                cursor: pointer;
                margin: 0;
                padding: 15px 10px;
                border: none;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                border-radius: 0;
            }

                .order-page .choose-address .address-select .address .actions {
                    margin-top: 0;
                }

                .order-page .choose-address .address-select .address:hover {
                    background: #f1f1f1;
                }

        .order-page .choose-address #addressLine {
            margin: 20px 0;
        }

    .order-page .cargo {
        text-align: center;
    }

        .order-page .cargo label {
            cursor: pointer;
            display: inline-block;
            padding-bottom: 10px;
            margin: 0 10px;
            color: #666;
            font-weight: 600;
            border: solid 2px #eee;
            text-decoration: none;
            -webkit-transition: all .4s ease;
            -moz-transition: all .4s ease;
            transition: all .4s ease;
        }

            .order-page .cargo label img, .order-page .cargo label strong {
                display: block;
            }

            .order-page .cargo label:hover, .order-page .cargo label.active {
                border-color: #0098d4;
            }

    .order-page .payment .amount {
        display: block;
        margin-top: 30px;
        text-align: right;
        font-size: 16px;
        font-weight: 600;
    }

    .order-page .payment .payment-type {
        border: solid 2px #0098d4;
    }

        .order-page .payment .payment-type .navigation {
            background: #eee;
        }

        .order-page .payment .payment-type .payment-tab {
            font-size: 14px;
        }

            .order-page .payment .payment-type .payment-tab li {
                position: relative;
                padding: 0;
                text-align: center;
                background: #eee;
            }

                .order-page .payment .payment-type .payment-tab li a {
                    display: block;
                    padding: 15px 0;
                    color: #666;
                    text-decoration: none;
                }

                    .order-page .payment .payment-type .payment-tab li a i {
                        margin-right: 5px;
                    }

                    .order-page .payment .payment-type .payment-tab li a.selected {
                        color: #fff;
                        background: #0098d4;
                    }

                .order-page .payment .payment-type .payment-tab li input {
                    visibility: hidden;
                    position: absolute;
                    left: 0;
                    top: 0;
                }

        .order-page .payment .payment-type .content {
            padding: 15px;
        }

    .order-page .payment #banka-transfer > label {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

    .order-page .payment #banka-transfer input {
        margin: 0 10px 0 0;
    }

    .order-page .payment #banka-transfer strong {
        cursor: text;
        display: block;
        margin-bottom: 7px;
        font-size: 14px;
        font-weight: 600;
    }

    .order-page .payment #kredi-karti .secure-logo {
        display: inline-block;
        width: 130px;
        height: 90px;
        float: right;
        margin-bottom: 10px;
        background: url("../img/3dsecure.png") no-repeat center;
    }

    .order-page .payment #kredi-karti .card-type li {
        margin: 5px 0;
        font-size: 14px;
    }

        .order-page .payment #kredi-karti .card-type li span {
            display: inline-block;
            width: 100px;
        }

        .order-page .payment #kredi-karti .card-type li select {
            width: 200px;
            display: inline-block;
        }

    .order-page .payment #kredi-karti .card-information label {
        font-weight: 600;
        margin-top: 5px;
    }

    .order-page .payment #kredi-karti .card-wrapper .jp-card-container {
        float: right;
    }

    .order-page .payment #paypal .paypal {
        display: inline-block;
        width: 100px;
        height: 29px;
        background: url("../img/paypal.png") no-repeat center;
    }

    .order-page .payment .basket-total h3.title {
        display: block;
        padding-bottom: 15px;
        color: #0098d4;
        font-weight: 700;
        font-size: 25px;
    }

    .order-page .payment .basket-total .type {
        color: #ccc;
        font-size: 16px;
    }

        .order-page .payment .basket-total .type strong {
            color: #000;
        }

    .order-page .payment .basket-total .discount {
        display: block;
        font-size: 13px;
        font-weight: 700;
        color: #0098d4;
    }

        .order-page .payment .basket-total .discount a {
            position: relative;
            left: -2px;
            color: #f44336;
        }

    .order-page .payment .payment-summary-content .products {
        padding: 15px;
        margin-bottom: 15px;
        border: solid 1px #ccc;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .order-page .payment .payment-summary-content .products .old-price {
            display: block;
            color: #999;
            text-decoration: line-through;
        }

    .order-page .payment .payment-summary-content .address {
        padding: 15px;
        margin-bottom: 15px;
        border: solid 1px #ddd;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .order-page .payment .payment-summary-content .address h2 {
            display: block;
            font-size: 17px;
            font-weight: 700;
        }

        .order-page .payment .payment-summary-content .address h4 {
            margin: 7px 0;
            font-size: 14px;
            font-weight: 600;
        }

        .order-page .payment .payment-summary-content .address p {
            margin: 10px 0;
        }

    .order-page .payment .payment-summary-content .bottom input {
        position: relative;
        bottom: -3px;
        margin-right: 3px;
    }

.fast-order-address {
    margin-top: 15px;
}

    .fast-order-address .delivery-address .corporate-item, .fast-order-address .invoice-address .corporate-item {
        display: none;
    }

    .fast-order-address .delivery-address .order-type, .fast-order-address .invoice-address .order-type {
        margin-top: 15px;
        text-align: center;
    }

        .fast-order-address .delivery-address .order-type label, .fast-order-address .invoice-address .order-type label {
            cursor: pointer;
            position: relative;
            display: inline-block;
            margin: 0 0 10px 0;
            color: #004f6e;
            background: #55cfff;
        }

            .fast-order-address .delivery-address .order-type label span, .fast-order-address .invoice-address .order-type label span {
                display: block;
                padding: 10px 15px;
            }

            .fast-order-address .delivery-address .order-type label input, .fast-order-address .invoice-address .order-type label input {
                cursor: pointer;
                opacity: 0;
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
            }

            .fast-order-address .delivery-address .order-type label.active, .fast-order-address .invoice-address .order-type label.active {
                color: #fff;
                background: #0098d4;
            }

            .fast-order-address .delivery-address .order-type label .ripple, .fast-order-address .invoice-address .order-type label .ripple {
                background: rgba(255,255,255,.4);
            }

    .fast-order-address .delivery-address label, .fast-order-address .invoice-address label {
        display: block;
        margin-top: 13px;
        margin-bottom: 5px;
        font-size: 14px;
        font-weight: 600;
        text-align: right;
    }

    .fast-order-address .address {
        padding: 15px;
        margin-top: 15px;
        border: solid 1px #0098d4;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .fast-order-address .address h2 {
            display: block;
            font-size: 22px;
            font-weight: 700;
        }

        .fast-order-address .address h4 {
            margin: 7px 0;
            font-size: 14px;
            font-weight: 600;
        }

        .fast-order-address .address p {
            margin: 10px 0;
        }

        .fast-order-address .address .actions label {
            cursor: pointer;
            margin-right: 10px;
            color: #0098d4;
            font-weight: 600;
            border-bottom: dotted 1px #0098d4;
        }

            .fast-order-address .address .actions label input {
                outline: none;
            }

        .fast-order-address .address .actions a {
            display: inline-block;
            float: right;
            padding: 3px;
            color: #666;
            font-weight: 600;
            border-bottom: dotted 1px #666;
        }

.address-popup h3.form-title {
    display: block;
    padding: 10px 15px;
    color: #0098d4;
    font-size: 18px;
    font-weight: 600;
    border-bottom: solid 1px #ddd;
}

.address-popup form .corporate-item {
    display: none;
}

.address-popup form .order-type {
    margin-top: 15px;
    text-align: center;
}

    .address-popup form .order-type label {
        cursor: pointer;
        position: relative;
        display: inline-block;
        margin: 0 0 10px 0;
        color: #004f6e;
        background: #55cfff;
    }

        .address-popup form .order-type label span {
            display: block;
            padding: 10px 15px;
        }

        .address-popup form .order-type label input {
            cursor: pointer;
            opacity: 0;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
        }

        .address-popup form .order-type label.active {
            color: #fff;
            background: #0098d4;
        }

        .address-popup form .order-type label .ripple {
            background: rgba(255,255,255,.4);
        }

.address-popup form label {
    display: block;
    margin-top: 13px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
}

.address-popup form select, .address-popup form textarea, .address-popup form input[type="text"], .address-popup form input[type="tel"] {
    outline: none;
    display: block;
    width: 100%;
    padding: 7px 10px;
    border: solid 1px #ddd;
}

.address-popup form button[type="submit"] {
    float: right;
    margin-top: 10px;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background: #0098d4;
    text-decoration: none;
    border: solid 1px #0098d4;
    outline: none !important;
    margin-right: 15px;
}

    .address-popup form button[type="submit"]:hover {
        color: #0098d4;
        background: transparent;
    }

    .address-popup form button[type="submit"] .ripple {
        background: rgba(255,255,255,.4);
    }

.address-popup .address {
    padding: 15px;
    margin-top: 15px;
    border: solid 1px #0098d4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .address-popup .address h2 {
        display: block;
        font-size: 22px;
        font-weight: 700;
    }

    .address-popup .address h4 {
        margin: 7px 0;
        font-size: 14px;
        font-weight: 600;
    }

    .address-popup .address p {
        margin: 10px 0;
    }

.address-popup .actions label {
    cursor: pointer;
    margin-right: 10px;
    color: #0098d4;
    font-weight: 600;
    border-bottom: dotted 1px #0098d4;
}

    .address-popup .actions label input {
        outline: none;
    }

.address-popup .actions a {
    display: inline-block;
    float: right;
    padding: 3px;
    color: #666;
    font-weight: 600;
    border-bottom: dotted 1px #666;
}

.order-complette {
    padding: 0 !important;
    margin: 100px auto 0 auto;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border: none !important;
}

    .order-complette a {
        display: inline-block;
        color: #fff;
        font-size: 12px;
        padding: 10px 15px;
        margin-top: 30px;
        text-decoration: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .order-complette img {
        visibility: hidden;
    }

    .order-complette .sweet-alert {
        display: block;
        position: static;
        margin: 0 auto;
        border: solid 1px #f1f1f1;
    }

.feed__container {
    padding: 30px 0;
    margin-top: 50px;
    background: rgba(0,0,0,.03);
}

.feed__box .title {
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    background: #0098d4;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.feed__box .feeds {
    padding: 0 15px 15px 15px;
    border-top: none;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

    .feed__box .feeds .item {
        padding-top: 15px;
    }

        .feed__box .feeds .item img {
            float: left;
            margin-right: 10px;
        }

        .feed__box .feeds .item a {
            text-decoration: none;
        }

        .feed__box .feeds .item h3 {
            color: #0098d4;
            font-size: 17px;
            font-weight: 600;
        }

        .feed__box .feeds .item p {
            font-size: 11px;
            color: #666;
        }

.article__posts {
    margin-top: 50px;
}

    .article__posts .hero {
        color: #0098d4;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .article__posts li {
        float: left;
        width: 33.33%;
        margin-bottom: 20px;
        list-style-type: disc;
        list-style-position: inside;
    }

        .article__posts li a {
            color: #0098d4;
            font-size: 12px;
            font-weight: 600;
            text-decoration: underline;
        }

.content-type, .blog__content {
    padding: 20px 0;
    padding: 15px;
    background: #fff;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
}

    .content-type h1, .blog__content h1 {
        display: block;
        color: #0098d4;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .content-type .title__date h1, .blog__content .title__date h1 {
        margin-bottom: 0;
    }

    .content-type .title__date .date, .blog__content .title__date .date {
        color: #666;
        font-size: 11px;
        margin-bottom: 20px;
    }

    .content-type .image__block, .blog__content .image__block {
        display: block;
        margin-bottom: 20px;
    }

    .content-type .dynamic__form, .blog__content .dynamic__form {
        margin: 30px 0;
    }

        .content-type .dynamic__form label, .blog__content .dynamic__form label {
            display: block;
            font-size: 13px;
            font-weight: 700;
            margin-top: 15px;
            margin-bottom: 5px;
        }

        .content-type .dynamic__form select, .blog__content .dynamic__form select, .content-type .dynamic__form textarea, .blog__content .dynamic__form textarea, .content-type .dynamic__form input[type="text"], .blog__content .dynamic__form input[type="text"] {
            width: 290px;
            padding: 7px 15px;
            outline: none;
            border: solid 1px #eee;
        }

        .content-type .dynamic__form textarea, .blog__content .dynamic__form textarea {
            height: 130px;
        }

        .content-type .dynamic__form button[type="submit"], .blog__content .dynamic__form button[type="submit"] {
            padding: 7px 15px;
            color: #fff;
            font-size: 13px;
            font-weight: 700;
            background: #0098d4;
            border: none;
            margin-top: 10px;
        }

        .content-type .dynamic__form .input__row, .blog__content .dynamic__form .input__row {
            position: relative;
        }

            .content-type .dynamic__form .input__row .field-validation-error, .blog__content .dynamic__form .input__row .field-validation-error {
                position: absolute;
                z-index: 50;
                left: 0;
                top: 100%;
            }

                .content-type .dynamic__form .input__row .field-validation-error span, .blog__content .dynamic__form .input__row .field-validation-error span {
                    position: relative;
                    display: inline-block;
                    padding: 7px 15px;
                    margin-top: 5px;
                    color: #fff;
                    text-align: left;
                    background: #e20f00;
                }

                    .content-type .dynamic__form .input__row .field-validation-error span::before, .blog__content .dynamic__form .input__row .field-validation-error span::before {
                        content: "";
                        position: absolute;
                        left: 0;
                        top: 0;
                        width: 0;
                        height: 0;
                        margin-top: -15px;
                        border: solid 10px transparent;
                        border-bottom-color: #e20f00;
                    }

.blog__content {
    padding: 0;
}

    .blog__content img {
        float: left;
        margin: 0 10px 10px 0;
    }

    .blog__content .sum {
        display: block;
        font-size: 14px;
        margin: 10px 0;
        color: #888;
    }

    .blog__content .text {
        font-size: 16px;
        line-height: 20px;
    }

    .blog__content .date {
        display: block;
        margin-top: 10px;
        color: #666;
        font-size: 11px;
        margin-bottom: 20px;
    }

    .blog__content .tags a {
        opacity: .6;
        display: inline-block;
        padding: 5px 10px;
        color: #fff;
        float: left;
        font-size: 11px;
        margin-right: 1px;
        background: #0098d4;
    }

.user-content {
    margin: 30px 0;
}

    .user-content .white-section {
        padding: 15px;
        background: #fff;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
        -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
        box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    }

    .user-content h3.title {
        display: block;
        padding: 10px 0;
        margin-bottom: 10px;
        color: #0098d4;
        font-size: 18px;
        font-weight: 600;
        border-bottom: solid 1px #ddd;
    }

    .user-content label {
        display: block;
        margin-top: 13px;
        margin-bottom: 5px;
        font-size: 14px;
        font-weight: 600;
        text-align: right;
    }

    .user-content .user-order-cancel label {
        text-align: left;
    }

    .user-content .user-order-cancel #divAciklama .form-group {
        margin: 0 -15px;
    }

        .user-content .user-order-cancel #divAciklama .form-group .col-sm-4 {
            width: 100%;
            margin-bottom: 5px;
        }

    .user-content .margin {
        display: block;
        margin-top: 15px;
    }

    .user-content .type label {
        position: relative;
        bottom: -5px;
        text-align: left;
        display: inline-block;
        margin: 0 10px 15px 0;
    }

        .user-content .type label input {
            position: relative;
            bottom: -2px;
        }

    .user-content select, .user-content textarea, .user-content input[type="tel"], .user-content input[type="text"], .user-content input[type="email"], .user-content input[type="number"], .user-content input[type="password"] {
        outline: none;
        display: block;
        width: 100%;
        height: 34px;
        padding: 7px 10px;
        border: solid 1px #ddd;
    }

    .user-content textarea {
        height: auto;
    }

    .user-content select.bdate {
        width: 32%;
        float: left;
        margin-right: 2%;
    }

        .user-content select.bdate.last {
            margin-right: 0;
        }

    .user-content button[type="submit"] {
        display: inline-block;
        margin-top: 15px;
        padding: 7px 15px;
        color: #fff;
        font-size: 14px;
        outline: none;
        background: #0098d4;
        border: solid 1px #0098d4;
        text-decoration: none;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

        .user-content button[type="submit"]:hover {
            color: #0098d4;
            background: transparent;
        }

    .user-content .social-login button[type="submit"] {
        border: none;
    }

        .user-content .social-login button[type="submit"]:hover {
            color: #fff;
        }

    .user-content .order-action-dropdown > a {
        color: #fff;
        font-size: 11px;
        padding: 7px 10px;
        text-decoration: none;
        background: #0098d4;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .user-content .sign-in .social-login {
        margin-top: 20px;
    }

        .user-content .sign-in .social-login button {
            width: 100%;
            display: block;
            margin: 10px 0;
            padding: 10px 0;
            color: #fff;
            font-weight: 700;
            font-size: 13px;
            text-align: center;
            text-decoration: none;
            border: none;
        }

            .user-content .sign-in .social-login button.facebook {
                background: #3b5998;
            }

            .user-content .sign-in .social-login button.twitter {
                background: #00aced;
            }

            .user-content .sign-in .social-login button.google {
                background: #dd4b39;
            }

            .user-content .sign-in .social-login button .ripple {
                background: rgba(255,255,255,.4);
            }

    .user-content .social-login {
        margin-top: 20px;
    }

        .user-content .social-login button {
            width: 100%;
            display: block;
            margin: 10px 0;
            padding: 10px 0;
            color: #fff;
            font-weight: 700;
            font-size: 13px;
            text-align: center;
            text-decoration: none;
        }

            .user-content .social-login button.facebook {
                background: #3b5998;
            }

            .user-content .social-login button.twitter {
                background: #00aced;
            }

            .user-content .social-login button.google {
                background: #dd4b39;
            }

            .user-content .social-login button .ripple {
                background: rgba(255,255,255,.4);
            }

            .user-content .social-login button:hover {
                border-color: transparent !important;
            }

    .user-content .content .dont-have {
        font-weight: 700;
        margin: 10px 0;
    }

    .user-content .content h3.title {
        padding-top: 0;
    }

    .user-content .content .add-address {
        display: inline-block;
        padding: 10px 15px;
        margin-top: 15px;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        background: #0098d4;
        text-decoration: none;
    }

        .user-content .content .add-address .ripple {
            background: rgba(255,255,255,.4);
        }

    .user-content .content .address .actions {
        margin-top: 30px;
    }

        .user-content .content .address .actions label {
            display: inline-block;
            margin-top: 0;
        }

        .user-content .content .address .actions a {
            text-decoration: none;
        }

            .user-content .content .address .actions a.remove {
                float: left;
                color: #f44336;
                border: none;
            }

    .user-content .content .social-buttons button {
        display: block;
        margin: 4px 0;
        padding: 0;
        color: #337ab7;
        font-size: 14px;
        font-weight: 400;
        background: none;
        border: none;
    }

    .user-content .content .basket-items table {
        width: 100%;
    }

        .user-content .content .basket-items table tr.done {
            opacity: .3;
        }

        .user-content .content .basket-items table a {
            text-decoration: none;
        }

        .user-content .content .basket-items table th {
            padding: 15px 0;
        }

        .user-content .content .basket-items table td {
            padding: 20px 0;
            vertical-align: top;
            border-top: solid 1px #eee;
        }

            .user-content .content .basket-items table td img {
                -webkit-box-shadow: 0 2px 1px 0 #ccc;
                -moz-box-shadow: 0 2px 1px 0 #ccc;
                box-shadow: 0 2px 1px 0 #ccc;
            }

            .user-content .content .basket-items table td h2 {
                margin-bottom: 10px;
            }

                .user-content .content .basket-items table td h2 a {
                    color: #666;
                }

            .user-content .content .basket-items table td strong {
                font-weight: 700;
            }

            .user-content .content .basket-items table td .status {
                display: block;
                margin: 10px 0;
            }

                .user-content .content .basket-items table td .status span {
                    display: inline-block;
                    margin-right: 5px;
                    font-size: 12px;
                    font-weight: 700;
                }

                    .user-content .content .basket-items table td .status span.new {
                        color: #4caf50;
                    }

                    .user-content .content .basket-items table td .status span.discount {
                        color: #ff6f00;
                    }

                    .user-content .content .basket-items table td .status span.sold-out {
                        color: #607d8b;
                    }

            .user-content .content .basket-items table td .old-price {
                display: block;
                color: #999;
                text-decoration: line-through;
            }

            .user-content .content .basket-items table td .add {
                display: block;
                margin-bottom: 5px;
                color: #4caf50;
                font-weight: 600;
            }

            .user-content .content .basket-items table td .remove {
                display: block;
                color: #f44336;
                font-weight: 600;
            }

    .user-content .content .orders-table td {
        padding: 10px !important;
        vertical-align: middle !important;
    }

        .user-content .content .orders-table td .order-detail {
            display: inline-block;
            padding: 7px 15px;
            color: #fff;
            font-size: 13px;
            font-weight: 600;
            background: #0098d4;
        }

            .user-content .content .orders-table td .order-detail .ripple {
                background: rgba(255,255,255,.4);
            }

    .user-content .content .scores {
        margin-top: 30px;
    }

        .user-content .content .scores .total {
            font-size: 20px;
        }

            .user-content .content .scores .total strong {
                font-weight: 700;
            }

        .user-content .content .scores label {
            margin-top: 0;
        }

.user-menu {
    position: relative;
}

    .user-menu .welcome {
        margin-bottom: 20px;
        color: #999;
        font-size: 17px;
    }

        .user-menu .welcome span {
            color: #000;
        }

    .user-menu .navbar-toggle {
        position: absolute;
        right: 0;
        top: -10px;
        margin: 0;
        clear: both;
    }

    .user-menu .navbar-collapse {
        width: 100%;
        padding: 0;
    }

    .user-menu ul li a {
        position: relative;
        display: block;
        padding: 10px 15px 9px 10px;
        color: #6d6d6d;
        font-size: 13px;
        text-decoration: none;
        border-left: solid 2px transparent;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

        .user-menu ul li a i {
            display: inline-block;
            width: 25px;
            text-align: center;
        }

        .user-menu ul li a:hover, .user-menu ul li a.active {
            color: #0098d4;
            border-color: #0098d4;
        }

.message-history .main-message {
    padding: 15px;
    margin-bottom: 30px;
    background: #fdfbe8;
    border: solid 1px #ffe6a7;
}

    .message-history .main-message .message-id {
        font-weight: 600;
    }

    .message-history .main-message .message-date {
        font-size: 11px;
    }

    .message-history .main-message .message-title {
        margin-top: 10px;
    }

    .message-history .main-message .message-status > span {
        display: inline-block;
        font-size: 11px;
        padding: 5px 10px;
        background: #eee;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: solid 1px #ddd;
    }

        .message-history .main-message .message-status > span.open {
            color: #33691e;
            background: #aed581;
            border-color: #7cb342;
        }

        .message-history .main-message .message-status > span.review {
            color: #01579b;
            background: #4fc3f7;
            border-color: #039be5;
        }

        .message-history .main-message .message-status > span.closed {
            color: #dd2c00;
            background: #ff8a65;
            border-color: #f4511e;
        }

.message-history .message-area {
    max-height: 300px;
    overflow-y: scroll;
}

    .message-history .message-area ul {
        padding-right: 10px;
    }

    .message-history .message-area li {
        margin: 15px 0;
    }

        .message-history .message-area li .user {
            display: block;
            font-weight: 600;
            margin-bottom: 3px;
        }

        .message-history .message-area li .message-item {
            position: relative;
            max-width: 100%;
            display: inline-block;
            padding: 10px 15px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            background: #e4e4e4;
            border: solid 1px #aeacaf;
        }

            .message-history .message-area li .message-item span {
                font-size: 11px;
            }

        .message-history .message-area li.text-left .message-item {
            background: #aed581;
            border-color: #7cb342;
        }

.message-history .history-message-form {
    width: 400px;
    margin: 0 auto;
}

    .message-history .history-message-form .col-sm-4, .message-history .history-message-form .col-sm-8 {
        display: block;
        width: 100%;
        padding: 0;
    }

    .message-history .history-message-form label {
        text-align: left;
    }

    .message-history .history-message-form button[type="submit"] {
        position: relative;
        margin: 0;
        min-width: 100px;
        overflow: hidden;
        color: #fff;
        background: #0098d4;
    }

        .message-history .history-message-form button[type="submit"]:hover {
            background: #0098d4;
            border-color: transparent !important;
        }

    .message-history .history-message-form .field-validation-error {
        position: absolute;
    }

.order-cancel-table {
    margin: 30px 0;
}

    .order-cancel-table .collapse-btn {
        display: inline-block;
        width: 20px;
        height: 20px;
        color: #fff;
        float: right;
        text-align: center;
        line-height: 20px;
        background: #0098d4;
        text-decoration: none;
    }

        .order-cancel-table .collapse-btn::after {
            content: '';
            font: 14px/1px FontAwesome;
        }

        .order-cancel-table .collapse-btn.active::after {
            content: '';
        }

    .order-cancel-table td table {
        width: 100%;
        background: #f1f1f1;
    }

        .order-cancel-table td table td {
            overflow: hidden !important;
            border-bottom: solid 1px #ddd;
        }

            .order-cancel-table td table td > div {
                padding: 7px 10px;
            }

.input-error .field-validation-error {
    position: absolute;
    z-index: 50;
}

    .input-error .field-validation-error span {
        position: relative;
        display: inline-block;
        padding: 7px 15px;
        margin-top: 5px;
        color: #fff;
        text-align: left;
        background: #e20f00;
    }

        .input-error .field-validation-error span::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 0;
            height: 0;
            margin-top: -15px;
            border: solid 10px transparent;
            border-bottom-color: #e20f00;
        }

/*#login-modal {
    z-index: 9999;
    background: rgba(0,0,0,.6);
}

.modal-body .user-content {
    margin: 0;
}

    .modal-body .user-content .white-section {
        padding: 0;
        border: none;
    }

    .modal-body .user-content input[type=checkbox], .modal-body .user-content input[type=radio] {
        width: auto !important;
        display: inline-block !important;
    }

.modal-body .selectedOpt {
    margin: 10px 0;
    font-size: 15px;
    font-weight: 700;
}

    .modal-body .selectedOpt div {
        margin: 4px 0;
    }

        .modal-body .selectedOpt div span:first-child {
            display: inline-block;
            margin-right: 5px;
            font-weight: 300;
        }*/

#PriceNotice label {
    margin-bottom: 5px;
}

/*#orderModal .modal-dialog {
    width: 45%;
}

#orderModal .payment-summary-content .products {
    padding: 15px;
    margin-bottom: 15px;
    border: solid 1px #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    #orderModal .payment-summary-content .products .old-price {
        display: block;
        color: #999;
        text-decoration: line-through;
    }

#orderModal .payment-summary-content .cargo {
    text-align: center;
}

    #orderModal .payment-summary-content .cargo i {
        display: block;
        margin-bottom: 10px;
        font-size: 45px;
    }

    #orderModal .payment-summary-content .cargo a {
        color: #0098d4;
    }

#orderModal .payment-summary-content .address {
    padding: 15px;
    margin-bottom: 15px;
    border: solid 1px #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    #orderModal .payment-summary-content .address h2 {
        display: block;
        font-size: 18px;
        font-weight: 700;
        line-height: 20px;
    }

    #orderModal .payment-summary-content .address h4 {
        margin: 7px 0;
        font-size: 14px;
        font-weight: 600;
    }

    #orderModal .payment-summary-content .address p {
        margin: 10px 0;
    }*/

.blog__posts .post {
    padding-bottom: 15px;
    border-bottom: solid 1px #f1f1f1;
}

    .blog__posts .post img {
        width: 100%;
    }

    .blog__posts .post a {
        color: #666;
        text-decoration: none;
    }

    .blog__posts .post h3 {
        display: block;
        margin: 10px 0;
        color: #0098d4;
        font-size: 16px;
        font-weight: 600;
    }

    .blog__posts .post .date {
        font-size: 10px;
        color: #999;
        font-style: oblique;
    }

.footer-boxes {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .footer-boxes .box {
        padding: 30px 15px;
        font-size: 15px;
        color: #777;
        text-align: center;
        background: #fff;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
        -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
        box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    }

        .footer-boxes .box strong {
            display: block;
            font-weight: 700;
        }

.footer-container {
    font-size: 16px;
    background: #fff;
}

    .footer-container h4 {
        margin-bottom: 10px;
        font-weight: 55px;
    }

    .footer-container .address {
        font-size: 13px;
    }

        .footer-container .address img {
            display: block;
            margin-bottom: 7px;
        }

    .footer-container ul li a {
        display: block;
        margin: 3px 0;
        color: #999;
    }

        .footer-container ul li a:hover {
            color: #555;
        }

    .footer-container .newsteller form {
        font-size: 11px;
        padding: 4px 7px;
        border: solid 1px #eee;
    }

        .footer-container .newsteller form .form-group {
            width: 72%;
            display: inline-block;
        }

        .footer-container .newsteller form input[type="text"], .footer-container .newsteller form input[type="email"] {
            position: relative;
            bottom: -1px;
            display: block;
            height: 30px;
            width: 100%;
            line-height: 30px;
            border: none;
            outline: none;
        }

        .footer-container .newsteller form button {
            float: right;
            display: inline-block;
            color: #fff;
            background: #0098d4;
            height: 30px;
            line-height: 30px;
            border: none;
            outline: none;
        }

    .footer-container .social li {
        float: left;
        margin-top: 5px;
        margin-right: 5px;
    }

        .footer-container .social li a {
            display: inline-block;
            font-size: 30px;
        }

            .footer-container .social li a i {
                background: transparent;
            }

        .footer-container .social li.facebook a {
            color: #3b5998;
        }

        .footer-container .social li.twitter a {
            color: #00aced;
        }

        .footer-container .social li.google a {
            color: #dd4b39;
        }

.footer-bottom {
    padding: 15px 0;
    font-size: 11px;
    margin-top: 30px;
}

    .footer-bottom a {
        color: #666;
    }

        .footer-bottom a span {
            color: #5c6bc0;
        }

#storeAddress {
    display: none;
}

#storeCity {
    margin-bottom: 5px;
}

#stores {
    margin-bottom: 5px;
}

.fa-clock {
    color: #3b5998 !important;
}

.error__content {
    padding: 150px 30px;
    text-align: center;
}

    .error__content .title {
        font-size: 14px;
        font-weight: 600;
    }

    .error__content .error__code {
        display: block;
        margin: 25px 0 60px 0;
        font-size: 130px;
        color: #0098d4;
        font-weight: 700;
    }

    .error__content .button {
        color: #b5b5b5;
        font-size: 12px;
        font-weight: 600;
        text-decoration: none;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

        .error__content .button:hover {
            color: #0086bb;
        }

@media(max-width:1170px) {
    .not__found .content-container {
        width: 100% !important;
    }

    .not__found .error__content {
        padding: 30px 15px;
    }
}

.product-compare div[class*="col-"] {
    padding: 0;
}

.product-compare .compare-header {
    height: 75px;
    padding: 10px;
    position: relative;
}

    .product-compare .compare-header > h1 {
        color: #0098d4;
        font-size: 16px;
        font-weight: 600;
    }

    .product-compare .compare-header > span {
        color: #9e9e9e;
        font-size: 13px;
    }

    .product-compare .compare-header > .link {
        display: inline-block;
        width: 55px;
        height: 55px;
        float: left;
        margin-right: 2px;
        text-align: center;
        border: 1px solid #eee;
    }

    .product-compare .compare-header > .title {
        display: inline-block;
        line-height: 1;
        max-width: 125px;
        padding: 7px 0;
        text-decoration: none;
        font-size: 12px;
        color: #333;
    }

        .product-compare .compare-header > .title:hover {
            color: #111;
        }

    .product-compare .compare-header > .close {
        position: absolute;
        top: 0;
        right: 0;
        float: none;
        font-size: 15px;
        font-weight: normal;
        background-color: #0098d4;
        color: #fff;
        text-shadow: none;
        filter: alpha(opacity=20);
        opacity: .3;
        display: inline-block;
        width: 18px;
        height: 18px;
        line-height: 18px;
        text-align: center;
    }

        .product-compare .compare-header > .close:hover {
            opacity: 1;
            filter: alpha(opacity=100);
        }

.product-compare .compare-list > li {
    line-height: 33px;
    text-align: center;
}

    .product-compare .compare-list > li strong {
        font-weight: 700;
    }

.product-compare .first-column > .compare-header {
    border: 1px solid #eee;
    border-right: none;
    padding: 20px 10px 10px 10px;
}

.product-compare .first-column > .compare-list > li {
    border: 1px solid #eee;
    border-right: none;
    border-top: none;
    padding: 0 10px;
    font-weight: 600;
    text-align: left;
}

    .product-compare .first-column > .compare-list > li.compare-price {
        line-height: 58px !important;
    }

    .product-compare .first-column > .compare-list > li.compare-cart {
        line-height: 52px !important;
    }

    .product-compare .first-column > .compare-list > li.compare-desc {
        line-height: 80px !important;
        height: 80px !important;
    }

        .product-compare .first-column > .compare-list > li.compare-desc > .desc {
            line-height: 15px;
            font-size: 10px;
            padding: 5px;
        }

.product-compare .column > .compare-header {
    border: 1px solid #eee;
    border-right: none;
}

.product-compare .column > .compare-list > li {
    border: 1px solid #eee;
    border-right: none;
    border-top: none;
}

    .product-compare .column > .compare-list > li.compare-price {
        height: 59px !important;
    }

    .product-compare .column > .compare-list > li.compare-desc {
        line-height: 80px !important;
        height: 80px !important;
    }

        .product-compare .column > .compare-list > li.compare-desc > .desc {
            line-height: 20px;
            font-size: 10px;
            padding: 5px;
        }

.product-compare .last-column > .compare-header {
    border: 1px solid #eee;
}

.product-compare .last-column > .compare-list > li {
    border: 1px solid #eee;
    border-top: none;
}

    .product-compare .last-column > .compare-list > li.compare-price {
        height: 59px !important;
    }

    .product-compare .last-column > .compare-list > li.compare-desc {
        line-height: 80px !important;
        height: 80px !important;
    }

        .product-compare .last-column > .compare-list > li.compare-desc > .desc {
            line-height: 20px;
            font-size: 10px;
            padding: 5px;
        }

.product-compare .comments-rate {
    margin: 0 auto;
    text-align: center;
}

    .product-compare .comments-rate .rating {
        display: inline-block;
        top: 5px;
    }

    .product-compare .comments-rate .rating-text {
        position: relative;
        font-size: 12px;
        top: 2px;
        font-weight: 600;
    }

.product-compare .compare-attr {
    font-size: 11px;
}

.product-compare .price-area {
    padding: 10px 0 7px 0;
}

    .product-compare .price-area > div {
        line-height: 11px;
        text-align: left;
        display: inline-block;
    }

        .product-compare .price-area > div.discount__value {
            position: relative;
            top: -5px;
            margin-right: 5px;
            padding: 5px;
            font-weight: 700;
            color: #fff;
            font-size: 13px;
            line-height: 11px;
            text-align: center;
            background: #f90909;
        }

            .product-compare .price-area > div.discount__value span {
                display: block;
                font-size: 9px;
            }

        .product-compare .price-area > div .old-price {
            color: #9e9e9e;
            font-size: 13px;
            text-decoration: line-through;
        }

        .product-compare .price-area > div .new-price {
            color: #484848;
            font-size: 20px;
            font-weight: 700;
        }

.product-compare .material {
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    background: #0098d4;
    line-height: 30px !important;
    width: 125px;
    margin: 5px auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .product-compare .material .ripple {
        background: rgba(255,255,255,.3);
    }

    .product-compare .material i {
        font-size: 17px;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
    }

.product-compare .null-column {
    background-color: #eee;
    display: table;
    text-align: center;
}

    .product-compare .null-column > span {
        vertical-align: middle;
        display: table-cell;
        font-size: 12px;
        color: #666;
    }

        .product-compare .null-column > span > i {
            display: block;
            font-size: 40px;
            color: #666;
            margin-bottom: 15px;
        }
