﻿h1, h2, h3, h4, h5, h6, p, span, body, a, label, input {
    font-family: 'Roboto', sans-serif;
}

header .navbar-brand {
    width: 240px;
    height: 70px;
    background: url(../images/bivuti-logo.png) no-repeat left center;
    margin-left: 0 !important;
    background-size: 60%;
    padding-left: 0;
}

.example-animation {
    color: #FFF;
    font-size: 60px;
}

body {
    background: #FAFAFA;
}

.product-attribute ul {
    list-style: none;
    padding: 0;
}

    .product-attribute ul li {
        text-transform: capitalize;
    }

.relative {
    position: relative;
}

.product-attributes label, .product-attributes input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
}

.product-attributes label {
    margin-bottom: 0;
    margin-left: 20px;
    padding-top: 5px;
}

.product-attributes > ul > li {
    margin-bottom: 20px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-10 {
    margin-top: 10px;
}

.p-t-10 {
    padding-top: 10px;
}

.pos-abs {
    position: absolute;
    width: 0;
    opacity: 0;
}

header {
    background: #fff;
}

    header .top-navbar {
        background: #fff;
        border-radius: 0;
        padding: 5px 0;
    }

    header .site-nav {
        background: rgb(250, 250, 250);
        border-radius: 0;
        color: #515050;
        border-top: 1px solid #F5F5F5;
        box-shadow: 0 3px 1px -3px rgba(221, 221, 221, 0.23), 0 3px 3px 0px rgba(239, 239, 239, 0.55), 0 6px 0px -5px rgba(202, 202, 202, 0.18);
    }

.navbar-default .navbar-nav > li.dropdown:hover, .navbar-default .navbar-nav > li.dropdown > a:hover {
    background: #fff !important;
}

.min-150 {
    min-width: 150px;
}

.list-row h3, .list-row .btn {
    margin: 0;
}

.list-row h3 {
    padding-top: 10px;
    font-size: 22px;
}

.search .btn {
    margin: 0;
}

.list-row label {
    min-width: 50px;
    width: auto;
    font-size: 12px;
}

#nav > li.dropdown > .dropdown-menu {
    background: #fff;
    border: none;
    padding: 0;
    width: 200px;
    padding-bottom: 0;
}

    #nav > li.dropdown > .dropdown-menu > ul > li > a {
        padding: 10px 15px;
        display: block;
        text-decoration: none !important;
        color: #5d5d5d;
        border-bottom: 1px solid #fafafa;
    }

        #nav > li.dropdown > .dropdown-menu > ul > li > a:first-child {
            border-top: 1px solid #fafafa;
        }

        #nav > li.dropdown > .dropdown-menu > ul > li > a:hover {
            background: #fcfcfc;
        }

#nav .dropdown:hover .dropdown-menu {
    display: block;
}

.top-header .navbar-inverse {
    border-radius: 0;
}

.top-header .navbar-left > li {
    margin-right: 10px;
    margin-top: 2px;
}

    .top-header .navbar-left > li > a {
        color: #d7d5d5;
        border: 1px solid #4b4b4b;
        border-radius: 100%;
        width: 25px;
        height: 25px;
        padding: 0;
        text-align: center;
        line-height: 24px;
    }

.top-header .navbar-right > li > a {
    color: #d7d5d5;
}

.top-navbar .navbar-right > li a {
    padding: 2px 25px;
}

    .top-navbar .navbar-right > li a.signin {
        border-right: 1px solid #ccc;
    }

.top-header .navbar-right > li > a i {
    margin: 0 5px;
    width: 25px;
    height: 25px;
    padding: 0;
    line-height: 23px;
    border: 1px solid #5b5b5b;
    text-align: center;
    border-radius: 100%;
    font-size: 13px;
}

a.disabled {
    opacity: 0.4 !important;
    cursor: not-allowed;
    background: #f5f5f5 !important;
    pointer-events: none;
}

.top-header .navbar-left {
    padding-top: 3px;
}

.top-header .navbar-right > li > a > span {
    font-style: normal;
    font-size: 13px;
}

.top-header .navbar-right > li a.live-support {
    text-transform: uppercase;
    font-style: italic;
    font-weight: 600;
    font-size: 12px;
}

.top-navbar .container {
    position: relative;
}

.top-navbar.navbar-default .navbar-nav > li > a:hover, .top-navbar.navbar-default .navbar-nav > li > a:focus, .top-navbar.navbar-default .navbar-nav > li > a.active {
    background: transparent !important;
    color: #092937 !important;
}

header .input-group {
    width: 500px;
}

header .navbar-default .navbar-form {
    margin-top: 14px;
    margin-left: 100px;
}

header .form-control {
    padding: 5px 15px;
    height: 40px;
    border-right: none;
    box-shadow: none !important;
    outline: none !important;
    background: #fff;
    border-color: #e1e1e1;
}

.top-navbar .navbar-right {
    padding-top: 20px;
    margin-right: -20px;
}

header .form-control:focus {
    border: 1px solid #e1e1e1;
    border-right: none;
    background: #fff;
}

header .input-group-addon {
    background: #F5F5F5;
    border-color: #e1e1e1;
}

.site-nav .navbar-nav > li {
    padding: 0 1px 0 0;
}

    .site-nav .navbar-nav > li > a {
        padding: 12px 15px;
        text-transform: uppercase;
        color: #535353;
        font-weight: 600;
        transition: 0.1s all ease;
        -webkit-transition: 0.1s all ease;
        -moz-transition: 0.1s all ease;
        -o-transition: 0.1s all ease;
    }

.navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a:hover {
    background: #ededed !important;
    color: #4d4c4c !important;
}

.theme-default .nivo-controlNav {
    padding: 10px 0;
}

.box {
    padding: 12px 15px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,.25);
}

.slick-carousel .thumbnail img {
    height: 150px;
    max-width: 100%;
}

.slick-carousel .thumbnail h4 {
    font-size: 15px;
}

.slick-carousel {
    background: #F5F5F5;
    box-shadow: 1px 1px 1px 1px #E0E0E0;
    overflow: hidden;
    padding: 15px;
    max-height: 400px;
}

.carousel-control.left, .carousel-control.right {
    background: none !important;
    opacity: 0.4;
}

.carousel-control span.fa {
    position: relative;
    top: 40%;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #b5b5b5;
    color: #ececec;
    line-height: 40px;
}

.carousel-control.right span {
    right: -35px;
}

.carousel-control.left span {
    left: -35px;
}

#banner {
    background: #ededed;
}

    #banner .feature {
        background: none;
        box-shadow: none;
        border: none;
    }

.slick-carousel slick {
    width: 100%;
    overflow: hidden;
}

.carousel {
    margin: 0;
}

    .carousel ul, .carousel ul > li {
        background: transparent;
    }

        .carousel ul > li > a {
            background: #fff;
        }

    .carousel li {
        padding: 5px 1px;
    }

        .carousel li img {
            height: 180px;
            max-width: 100%;
        }

        .carousel li figure {
            padding: 5px;
        }

.carousel {
    padding: 0;
    min-height: 250px;
    padding-bottom: 15px;
}

    .carousel .caption {
        padding: 10px 15px;
    }

        .carousel .caption h4 {
            margin: 0 0 5px 0;
            font-size: 14px;
            height: 30px;
        }

    .carousel li .price-span {
        text-align: left;
    }

    .carousel li > a {
        display: block;
        border-radius: 3px;
    }

        .carousel li > a::before, .carousel li > a::after {
            content: '';
            display: block;
            clear: both;
        }

    .carousel .next, .carousel .prev {
        display: inline-block !important;
        opacity: 0.8;
        width: 40px;
        height: 40px;
        box-shadow: 0px 2px 3px rgba(9, 9, 9, 0.12);
        border-radius: 100%;
        border: 1px solid #EEEEEE;
    }

        .carousel .next:hover, .carousel .prev:hover {
            opacity: 1;
        }

        .carousel .next.disabled, .carousel .prev.disabled {
            opacity: 0;
        }

    .carousel .prev {
        left: 80px;
        top: 50%;
        background: url(../images/prev-arrow.png) no-repeat center;
    }

    .carousel .next {
        right: 80px;
        top: 50%;
        left: initial;
        background: url(../images/nex-arrow.png) no-repeat center;
    }

    .carousel li > a:hover {
        box-shadow: 0 3px 6px rgba(112, 112, 112, 0.3), 0 0 1px rgba(157, 157, 157, 0.3), 0 0 15px rgba(158,182,209,.2);
    }

#footer {
    background: #EEEEEE;
    margin-top: 0;
}

.carousel-wrap h3 {
    background: none;
    color: #424242;
    padding: 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 0px;
}

form-box h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
}

.ano-slider {
    background: #fafafa;
    padding-top: 15px;
    padding-bottom: 15px;
}

.feature h2 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #5d5d5d;
    font-weight: 600;
}

.promo-price {
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: block;
    padding-bottom: 0;
}

.box-highlighted p {
    color: #5d5d5d;
}

.i-more {
    margin-bottom: 10px;
}

.form-box {
    min-height: 390px;
}

.btn,
.navbar .navbar-nav > li > a.btn {
    border: none;
    border-radius: 3px;
    position: relative;
    padding: 12px 30px;
    margin: 10px 1px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
    will-change: box-shadow, transform;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

    .btn::-moz-focus-inner,
    .navbar .navbar-nav > li > a.btn::-moz-focus-inner {
        border: 0;
    }

    .btn, .btn.btn-default {
        box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
    }

        .btn, .btn:hover, .btn:focus, .btn:active, .btn.active, .btn:active:focus, .btn:active:hover, .btn.active:focus, .btn.active:hover, .open > .btn.dropdown-toggle, .open > .btn.dropdown-toggle:focus, .open > .btn.dropdown-toggle:hover, .btn.btn-default, .btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active, .btn.btn-default.active, .btn.btn-default:active:focus, .btn.btn-default:active:hover, .btn.btn-default.active:focus, .btn.btn-default.active:hover, .open > .btn.btn-default.dropdown-toggle, .open > .btn.btn-default.dropdown-toggle:focus, .open > .btn.btn-default.dropdown-toggle:hover,
        .btn:focus, .btn:active, .btn:hover, .btn.btn-default:focus, .btn.btn-default:active, .btn.btn-default:hover {
            box-shadow: 0 14px 26px -12px rgba(153, 153, 153, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(153, 153, 153, 0.2);
        }

            .btn.disabled, .btn.disabled:hover, .btn.disabled:focus {
                box-shadow: none;
            }

            .btn.btn-simple, .btn.btn-default.btn-simple {
                background-color: transparent;
                color: #999999;
                box-shadow: none;
            }

                .btn.btn-simple:hover, .btn.btn-simple:focus, .btn.btn-simple:active, .btn.btn-default.btn-simple:hover, .btn.btn-default.btn-simple:focus, .btn.btn-default.btn-simple:active {
                    background-color: transparent;
                    color: #999999;
                }

            .btn.btn-primary,
            .navbar .navbar-nav > li > a.btn.btn-primary {
                box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
            }

                .btn.btn-primary, .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active, .btn.btn-primary:active:focus, .btn.btn-primary:active:hover, .btn.btn-primary.active:focus, .btn.btn-primary.active:hover, .open > .btn.btn-primary.dropdown-toggle, .open > .btn.btn-primary.dropdown-toggle:focus, .open > .btn.btn-primary.dropdown-toggle:hover {
                    background-color: #4e65b8;
                    color: #FFFFFF;
                }

                    .btn.btn-primary:focus, .btn.btn-primary:active {
                        box-shadow: 0 14px 26px -12px rgba(156, 39, 176, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 39, 176, 0.2);
                    }

                    .btn.btn-primary.disabled, .btn.btn-primary.disabled:hover, .btn.btn-primary.disabled:focus, .btn.btn-primary.disabled.focus, .btn.btn-primary.disabled:active, .btn.btn-primary.disabled.active, .btn.btn-primary:disabled, .btn.btn-primary:disabled:hover, .btn.btn-primary:disabled:focus, .btn.btn-primary:disabled.focus, .btn.btn-primary:disabled:active, .btn.btn-primary:disabled.active, .btn.btn-primary[disabled], .btn.btn-primary[disabled]:hover, .btn.btn-primary[disabled]:focus, .btn.btn-primary[disabled].focus, .btn.btn-primary[disabled]:active, .btn.btn-primary[disabled].active, fieldset[disabled] .btn.btn-primary, fieldset[disabled] .btn.btn-primary:hover, fieldset[disabled] .btn.btn-primary:focus, fieldset[disabled] .btn.btn-primary.focus, fieldset[disabled] .btn.btn-primary:active, fieldset[disabled] .btn.btn-primary.active,
                    {
                        box-shadow: none;
                    }

                    .btn.btn-primary.btn-simple {
                        background-color: transparent;
                        color: #4e65b8;
                        box-shadow: none;
                    }

                        .btn.btn-primary.btn-simple:hover, .btn.btn-primary.btn-simple:focus, .btn.btn-primary.btn-simple:active,
                        {
                            background-color: transparent;
                            color: #4e65b8;
                        }

            .btn.btn-info,
            .navbar .navbar-nav > li > a.btn.btn-info {
                box-shadow: 0 2px 2px 0 rgba(3, 169, 244, 0.14), 0 3px 1px -2px rgba(3, 169, 244, 0.2), 0 1px 5px 0 rgba(3, 169, 244, 0.12);
            }

                .btn.btn-info, .btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info:active, .btn.btn-info.active, .btn.btn-info:active:focus, .btn.btn-info:active:hover, .btn.btn-info.active:focus, .btn.btn-info.active:hover, .open > .btn.btn-info.dropdown-toggle, .open > .btn.btn-info.dropdown-toggle:focus, .open > .btn.btn-info.dropdown-toggle:hover {
                    background-color: #03a9f4;
                    color: #FFFFFF;
                }

                    .btn.btn-info:focus, .btn.btn-info:active, .btn.btn-info:hover {
                        box-shadow: 0 14px 26px -12px rgba(3, 169, 244, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(3, 169, 244, 0.2);
                    }

                    .btn.btn-info.disabled, .btn.btn-info.disabled:hover, .btn.btn-info.disabled:focus, .btn.btn-info.disabled.focus, .btn.btn-info.disabled:active, .btn.btn-info.disabled.active, .btn.btn-info:disabled, .btn.btn-info:disabled:hover, .btn.btn-info:disabled:focus, .btn.btn-info:disabled.focus, .btn.btn-info:disabled:active, .btn.btn-info:disabled.active, .btn.btn-info[disabled], .btn.btn-info[disabled]:hover, .btn.btn-info[disabled]:focus, .btn.btn-info[disabled].focus, .btn.btn-info[disabled]:active, .btn.btn-info[disabled].active, fieldset[disabled] .btn.btn-info, fieldset[disabled] .btn.btn-info:hover, fieldset[disabled] .btn.btn-info:focus, fieldset[disabled] .btn.btn-info.focus, fieldset[disabled] .btn.btn-info:active, fieldset[disabled] .btn.btn-info.active {
                        box-shadow: none;
                    }

                    .btn.btn-info.btn-simple,
                    .navbar .navbar-nav > li > a.btn.btn-info.btn-simple {
                        background-color: transparent;
                        color: #03a9f4;
                        box-shadow: none;
                    }

                        .btn.btn-info.btn-simple:hover, .btn.btn-info.btn-simple:focus, .btn.btn-info.btn-simple:active {
                            background-color: transparent;
                            color: #03a9f4;
                        }

            .btn.btn-success {
                box-shadow: 0 2px 2px 0 rgba(76, 175, 80, 0.14), 0 3px 1px -2px rgba(76, 175, 80, 0.2), 0 1px 5px 0 rgba(76, 175, 80, 0.12);
            }

                .btn.btn-success, .btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active, .btn.btn-success.active, .btn.btn-success:active:focus, .btn.btn-success:active:hover, .btn.btn-success.active:focus, .btn.btn-success.active:hover, .open > .btn.btn-success.dropdown-toggle, .open > .btn.btn-success.dropdown-toggle:focus, .open > .btn.btn-success.dropdown-toggle:hover {
                    background-color: #4caf50;
                    color: #FFFFFF;
                }

                    .btn.btn-success:focus, .btn.btn-success:active, .btn.btn-success:hover {
                        box-shadow: 0 14px 26px -12px rgba(76, 175, 80, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(76, 175, 80, 0.2);
                    }

                    .btn.btn-success.disabled, .btn.btn-success.disabled:hover, .btn.btn-success.disabled:focus, .btn.btn-success.disabled.focus, .btn.btn-success.disabled:active, .btn.btn-success.disabled.active, .btn.btn-success:disabled, .btn.btn-success:disabled:hover, .btn.btn-success:disabled:focus, .btn.btn-success:disabled.focus, .btn.btn-success:disabled:active, .btn.btn-success:disabled.active, .btn.btn-success[disabled], .btn.btn-success[disabled]:hover, .btn.btn-success[disabled]:focus, .btn.btn-success[disabled].focus, .btn.btn-success[disabled]:active, .btn.btn-success[disabled].active, fieldset[disabled] .btn.btn-success, fieldset[disabled] .btn.btn-success:hover, fieldset[disabled] .btn.btn-success:focus, fieldset[disabled] .btn.btn-success.focus, fieldset[disabled] .btn.btn-success:active, fieldset[disabled] .btn.btn-success.active {
                        box-shadow: none;
                    }

                    .btn.btn-success.btn-simple,
                    .navbar .navbar-nav > li > a.btn.btn-success.btn-simple {
                        background-color: transparent;
                        color: #4caf50;
                        box-shadow: none;
                    }

                        .btn.btn-success.btn-simple:hover, .btn.btn-success.btn-simple:focus, .btn.btn-success.btn-simple:active {
                            background-color: transparent;
                            color: #4caf50;
                        }

            .btn.btn-warning,
            .navbar .navbar-nav > li > a.btn.btn-warning {
                box-shadow: 0 2px 2px 0 rgba(251, 192, 45, 0.14), 0 3px 1px -2px rgba(251, 192, 45, 0.2), 0 1px 5px 0 rgba(251, 192, 45, 0.12);
            }

                .btn.btn-warning, .btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning:active, .btn.btn-warning.active, .btn.btn-warning:active:focus, .btn.btn-warning:active:hover, .btn.btn-warning.active:focus, .btn.btn-warning.active:hover, .open > .btn.btn-warning.dropdown-toggle, .open > .btn.btn-warning.dropdown-toggle:focus, .open > .btn.btn-warning.dropdown-toggle:hover {
                    background-color: #FF9800;
                    color: #FFFFFF;
                }

                    .btn.btn-warning:focus, .btn.btn-warning:active, .btn.btn-warning:hover {
                        box-shadow: 0 14px 26px -12px rgba(251, 192, 45, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(251, 192, 45, 0.2);
                    }

                    .btn.btn-warning.disabled, .btn.btn-warning.disabled:hover, .btn.btn-warning.disabled:focus, .btn.btn-warning.disabled.focus, .btn.btn-warning.disabled:active, .btn.btn-warning.disabled.active, .btn.btn-warning:disabled, .btn.btn-warning:disabled:hover, .btn.btn-warning:disabled:focus, .btn.btn-warning:disabled.focus, .btn.btn-warning:disabled:active, .btn.btn-warning:disabled.active, .btn.btn-warning[disabled], .btn.btn-warning[disabled]:hover, .btn.btn-warning[disabled]:focus, .btn.btn-warning[disabled].focus, .btn.btn-warning[disabled]:active, .btn.btn-warning[disabled].active, fieldset[disabled] .btn.btn-warning, fieldset[disabled] .btn.btn-warning:hover, fieldset[disabled] .btn.btn-warning:focus, fieldset[disabled] .btn.btn-warning.focus, fieldset[disabled] .btn.btn-warning:active, fieldset[disabled] .btn.btn-warning.active {
                        box-shadow: none;
                    }

                    .btn.btn-warning.btn-simple,
                    .navbar .navbar-nav > li > a.btn.btn-warning.btn-simple {
                        background-color: transparent;
                        color: #FF9800;
                        box-shadow: none;
                    }

                        .btn.btn-warning.btn-simple:hover, .btn.btn-warning.btn-simple:focus, .btn.btn-warning.btn-simple:active {
                            background-color: transparent;
                            color: #FF9800;
                        }

            .btn.btn-danger,
            .navbar .navbar-nav > li > a.btn.btn-danger {
                box-shadow: 0 2px 2px 0 rgba(244, 67, 54, 0.14), 0 3px 1px -2px rgba(244, 67, 54, 0.2), 0 1px 5px 0 rgba(244, 67, 54, 0.12);
            }

                .btn.btn-danger, .btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger:active, .btn.btn-danger.active, .btn.btn-danger:active:focus, .btn.btn-danger:active:hover, .btn.btn-danger.active:focus, .btn.btn-danger.active:hover, .open > .btn.btn-danger.dropdown-toggle, .open > .btn.btn-danger.dropdown-toggle:focus, .open > .btn.btn-danger.dropdown-toggle:hover {
                    background-color: #f44336;
                    color: #FFFFFF;
                }

                    .btn.btn-danger:focus, .btn.btn-danger:active, .btn.btn-danger:hover,
                    .navbar .navbar-nav > li > a.btn.btn-danger:focus,
                    .navbar .navbar-nav > li > a.btn.btn-danger:active,
                    .navbar .navbar-nav > li > a.btn.btn-danger:hover {
                        box-shadow: 0 14px 26px -12px rgba(244, 67, 54, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
                    }

                    .btn.btn-danger.disabled, .btn.btn-danger.disabled:hover, .btn.btn-danger.disabled:focus, .btn.btn-danger.disabled.focus, .btn.btn-danger.disabled:active, .btn.btn-danger.disabled.active, .btn.btn-danger:disabled, .btn.btn-danger:disabled:hover, .btn.btn-danger:disabled:focus, .btn.btn-danger:disabled.focus, .btn.btn-danger:disabled:active, .btn.btn-danger:disabled.active, .btn.btn-danger[disabled], .btn.btn-danger[disabled]:hover, .btn.btn-danger[disabled]:focus, .btn.btn-danger[disabled].focus, .btn.btn-danger[disabled]:active, .btn.btn-danger[disabled].active, fieldset[disabled] .btn.btn-danger, fieldset[disabled] .btn.btn-danger:hover, fieldset[disabled] .btn.btn-danger:focus, fieldset[disabled] .btn.btn-danger.focus, fieldset[disabled] .btn.btn-danger:active, fieldset[disabled] .btn.btn-danger.active {
                        box-shadow: none;
                    }

                    .btn.btn-danger.btn-simple,
                    .navbar .navbar-nav > li > a.btn.btn-danger.btn-simple {
                        background-color: transparent;
                        color: #f44336;
                        box-shadow: none;
                    }

                        .btn.btn-danger.btn-simple:hover, .btn.btn-danger.btn-simple:focus, .btn.btn-danger.btn-simple:active,
                        .navbar .navbar-nav > li > a.btn.btn-danger.btn-simple:hover,
                        .navbar .navbar-nav > li > a.btn.btn-danger.btn-simple:focus,
                        .navbar .navbar-nav > li > a.btn.btn-danger.btn-simple:active {
                            background-color: transparent;
                            color: #f44336;
                        }

            .btn.btn-upgrade,
            .navbar .navbar-nav > li > a.btn.btn-upgrade {
                box-shadow: 0 2px 2px 0 rgba(233, 30, 99, 0.14), 0 3px 1px -2px rgba(233, 30, 99, 0.2), 0 1px 5px 0 rgba(233, 30, 99, 0.12);
            }

                .btn.btn-upgrade, .btn.btn-upgrade:hover, .btn.btn-upgrade:focus, .btn.btn-upgrade:active, .btn.btn-upgrade.active, .btn.btn-upgrade:active:focus, .btn.btn-upgrade:active:hover, .btn.btn-upgrade.active:focus, .btn.btn-upgrade.active:hover, .open > .btn.btn-upgrade.dropdown-toggle, .open > .btn.btn-upgrade.dropdown-toggle:focus, .open > .btn.btn-upgrade.dropdown-toggle:hover {
                    background-color: #e91e63;
                    color: #FFFFFF;
                }

                    .btn.btn-upgrade:focus, .btn.btn-upgrade:active, .btn.btn-upgrade:hover {
                        box-shadow: 0 14px 26px -12px rgba(233, 30, 99, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(233, 30, 99, 0.2);
                    }

                    .btn.btn-upgrade.disabled, .btn.btn-upgrade.disabled:hover, .btn.btn-upgrade.disabled:focus, .btn.btn-upgrade.disabled.focus, .btn.btn-upgrade.disabled:active, .btn.btn-upgrade.disabled.active, .btn.btn-upgrade:disabled, .btn.btn-upgrade:disabled:hover, .btn.btn-upgrade:disabled:focus, .btn.btn-upgrade:disabled.focus, .btn.btn-upgrade:disabled:active, .btn.btn-upgrade:disabled.active, .btn.btn-upgrade[disabled], .btn.btn-upgrade[disabled]:hover, .btn.btn-upgrade[disabled]:focus, .btn.btn-upgrade[disabled].focus, .btn.btn-upgrade[disabled]:active, .btn.btn-upgrade[disabled].active, fieldset[disabled] .btn.btn-upgrade, fieldset[disabled] .btn.btn-upgrade:hover, fieldset[disabled] .btn.btn-upgrade:focus, fieldset[disabled] .btn.btn-upgrade.focus, fieldset[disabled] .btn.btn-upgrade:active, fieldset[disabled] .btn.btn-upgrade.active {
                        box-shadow: none;
                    }

                    .btn.btn-upgrade.btn-simple,
                    .navbar .navbar-nav > li > a.btn.btn-upgrade.btn-simple {
                        background-color: transparent;
                        color: #e91e63;
                        box-shadow: none;
                    }

                        .btn.btn-upgrade.btn-simple:hover, .btn.btn-upgrade.btn-simple:focus, .btn.btn-upgrade.btn-simple:active {
                            background-color: transparent;
                            color: #e91e63;
                        }

            .btn.btn-white, .btn.btn-white:focus, .btn.btn-white:hover {
                background-color: #FFFFFF;
                color: #999999;
            }

                .btn.btn-white.btn-simple {
                    color: #FFFFFF;
                    background: transparent;
                    box-shadow: none;
                }

            .btn:focus, .btn:active, .btn:active:focus {
                outline: 0;
            }

            .btn.btn-round {
                border-radius: 30px;
            }

            .btn:not(.btn-just-icon):not(.btn-fab) .fa {
                font-size: 18px;
                margin-top: -2px;
                position: relative;
                top: 2px;
            }

            .btn.btn-fab {
                border-radius: 50%;
                font-size: 24px;
                height: 56px;
                margin: auto;
                min-width: 56px;
                width: 56px;
                padding: 0;
                overflow: hidden;
                position: relative;
                line-height: normal;
            }

                .btn.btn-fab .ripple-container {
                    border-radius: 50%;
                }

                .btn.btn-fab.btn-fab-mini, .btn-group-sm .btn.btn-fab,
                {
                    height: 40px;
                    min-width: 40px;
                    width: 40px;
                }

                    .btn.btn-fab.btn-fab-mini.material-icons, .btn-group-sm .btn.btn-fab.material-icons .btn-group-sm .navbar .navbar-nav > li > a.btn.btn-fab.material-icons {
                        top: -3.5px;
                        left: -3.5px;
                    }

                    .btn.btn-fab.btn-fab-mini .material-icons, .btn-group-sm .btn.btn-fab .material-icons,
                    .navbar .navbar-nav > li > a.btn.btn-fab.btn-fab-mini .material-icons, .btn-group-sm .navbar .navbar-nav > li > a.btn.btn-fab .material-icons {
                        font-size: 17px;
                    }

                .btn.btn-fab i.material-icons,
                .navbar .navbar-nav > li > a.btn.btn-fab i.material-icons {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-12px, -12px);
                    line-height: 24px;
                    width: 24px;
                    font-size: 24px;
                }

            .btn.btn-lg, .btn-group-lg .btn, .navbar .navbar-nav > li > a.btn.btn-lg, .btn-group-lg .navbar .navbar-nav > li > a.btn {
                font-size: 14px;
                padding: 14px 30px;
            }

            .btn.btn-sm, .btn-group-sm .btn,
            .navbar .navbar-nav > li > a.btn.btn-sm, .btn-group-sm .navbar .navbar-nav > li > a.btn {
                padding: 5px 20px;
                font-size: 11px;
            }

            .btn.btn-xs, .btn-group-xs .btn,
            .navbar .navbar-nav > li > a.btn.btn-xs, .btn-group-xs .navbar .navbar-nav > li > a.btn {
                padding: 4px 15px;
                font-size: 10px;
            }

            .btn.btn-just-icon,
            .navbar .navbar-nav > li > a.btn.btn-just-icon {
                font-size: 18px;
                padding: 10px 10px;
                line-height: 1em;
            }

                .btn.btn-just-icon i,
                .navbar .navbar-nav > li > a.btn.btn-just-icon i {
                    width: 20px;
                }

                .btn.btn-just-icon.btn-lg,
                .navbar .navbar-nav > li > a.btn.btn-just-icon.btn-lg {
                    font-size: 22px;
                    padding: 13px 18px;
                }

            .btn .material-icons {
                vertical-align: middle;
                font-size: 17px;
                top: -1px;
                position: relative;
            }

.navbar .navbar-nav > li > a.btn {
    margin-top: 2px;
    margin-bottom: 2px;
}

    .navbar .navbar-nav > li > a.btn.btn-fab {
        margin: 5px 2px;
    }

.navbar .navbar-nav > li > a:not(.btn) .material-icons {
    margin-top: -3px;
    top: 0px;
    position: relative;
    margin-right: 3px;
}

.navbar .navbar-nav > li > .profile-photo {
    margin: 5px 2px;
}

.navbar-default:not(.navbar-transparent) .navbar-nav > li > a.btn.btn-white.btn-simple {
    color: #555555;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    margin: 10px 1px;
}

    .btn-group.open > .dropdown-toggle.btn, .btn-group.open > .dropdown-toggle.btn.btn-default,
    .btn-group-vertical.open > .dropdown-toggle.btn,
    .btn-group-vertical.open > .dropdown-toggle.btn.btn-default {
        background-color: #EEEEEE;
    }

        .btn-group.open > .dropdown-toggle.btn.btn-inverse,
        .btn-group-vertical.open > .dropdown-toggle.btn.btn-inverse {
            background-color: #3f51b5;
        }

        .btn-group.open > .dropdown-toggle.btn.btn-primary,
        .btn-group-vertical.open > .dropdown-toggle.btn.btn-primary {
            background-color: #4e65b8;
        }

        .btn-group.open > .dropdown-toggle.btn.btn-success,
        .btn-group-vertical.open > .dropdown-toggle.btn.btn-success {
            background-color: #4caf50;
        }

        .btn-group.open > .dropdown-toggle.btn.btn-info,
        .btn-group-vertical.open > .dropdown-toggle.btn.btn-info {
            background-color: #03a9f4;
        }

        .btn-group.open > .dropdown-toggle.btn.btn-warning,
        .btn-group-vertical.open > .dropdown-toggle.btn.btn-warning {
            background-color: #FF9800;
        }

        .btn-group.open > .dropdown-toggle.btn.btn-danger,
        .btn-group-vertical.open > .dropdown-toggle.btn.btn-danger {
            background-color: #f44336;
        }

    .btn-group .dropdown-menu,
    .btn-group-vertical .dropdown-menu {
        border-radius: 0 0 3px 3px;
    }

    .btn-group.btn-group-raised,
    .btn-group-vertical.btn-group-raised {
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    }

    .btn-group .btn + .btn,
    .btn-group .btn,
    .btn-group .btn:active,
    .btn-group .btn-group,
    .btn-group-vertical .btn + .btn,
    .btn-group-vertical .btn,
    .btn-group-vertical .btn:active,
    .btn-group-vertical .btn-group {
        margin: 0;
    }


.page-title {
    font-size: 32px;
    color: #494848;
    font-weight: 600;
}
/*.page-title .strike-through {
	display: block;
	background: url(../images/strike-through.png) repeat-x;
	margin: 35px 10px 10px;
}*/
, page-title h1 {
    margin-top: 15px;
}

.faq-page p {
    font-size: 14px;
    font-weight: normal;
}


.modal {
    overflow-y: hidden;
}

.modal-open .modal {
    overflow-y: auto;
}

.tbl1 .btn {
    margin: 0;
}

body.modal-open {
    overflow-y: scroll;
}


#login-modal .modal-dialog {
    width: 360px;
    margin-top: 60px;
}

#login-modal .modal-header {
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #FAFAFA;
}

#login-modal .modal-title {
    line-height: normal;
}

.modal-header .close {
    margin-top: -2px;
    position: absolute;
    right: 6px;
    top: 3px;
    font-size: 30px;
    font-weight: normal;
}

#login-modal .modal-title h4 {
    margin-top: 5px;
    margin-bottom: 10px;
    text-transform: none;
    s;
}

#login-modal .modal-title p {
    margin: 0;
    text-transform: none;
    font-size: 15px;
}

#login-modal .form-group {
    margin-bottom: 20px;
}

#login-modal .input-group {
    padding-bottom: 20px;
    width: 100%;
}

#login-modal span.input-group-addon {
    width: 40px;
    max-width: 40px;
    text-align: center;
}

#login-modal .input-group .form-control {
    padding-left: 15px;
}

.form-box {
    background: #3aa8ff;
    padding: 20px;
    border-radius: 3px;
}

    .form-box label {
        color: #fff;
        font-weight: normal;
        text-transform: uppercase;
    }

    .form-box .op-title {
        color: #323232;
        font-weight: 600;
        text-transform: uppercase;
    }

    .form-box .dd-container label {
        color: #333;
        cursor: pointer;
    }

.dd-select a:hover, .dd-options a:hover {
    text-decoration: none;
}

.modal-content {
    border-radius: 3px;
    overflow: hidden;
}

.product-single .price {
    font-size: 30px;
    margin-bottom: 20px;
}

.pagination-nav h4 {
    font-weight: 500;
    font-size: 15px;
    color: #5d5d5d;
}

.pagination-nav .pagination .ng-binding {
    padding: 6px 12px;
}

.order-btn {
    padding: 20px 0;
}

.short-desc {
    padding-top: 5px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide {
    display: none !important;
}

body {
    position: relative;
    z-index: 2;
}

#elevat-zoom, .zoomContainer {
    cursor: crosshair !important;
    z-index: 1;
}

.product-detail {
    border-left: 1px solid #EEEEEE;
    padding-left: 40px;
    margin-bottom: 20px;
}

#order-modal .modal-dialog {
    width: 420px;
}

#order-modal .modal-header {
    padding: 10px;
    background: #fafafa;
}

    #order-modal .modal-header p {
        margin: 0;
    }

#order-modal .input-group span {
    min-width: 80px;
}

#order-modal .input-group {
    padding-bottom: 20px;
}

.category-row {
    margin-left: -5px;
    margin-right: -5px;
}

    .category-row > div {
        padding-left: 5px;
        padding-right: 5px;
    }

    .category-row .thumbnail {
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        background: #fff;
        border: 1px solid #F5F5F5;
        border-radius: 3px;
        overflow: hidden;
        position: relative;
    }

        .category-row .thumbnail img {
            height: 180px;
            max-width: 100%;
        }

    .category-row .caption {
        padding: 10px 15px;
    }

        .category-row .caption h4 {
            margin: 0 0 5px 0;
            font-size: 14px;
            height: 30px;
        }

    .category-row .price-span {
        text-align: left;
    }

    .category-row .thumbnail:hover {
        box-shadow: 0 3px 6px rgba(112, 112, 112, 0.3), 0 0 1px rgba(157, 157, 157, 0.3), 0 0 15px rgba(158,182,209,.2);
    }

.box-highlighted {
    box-shadow: none;
    margin-left: -15px;
}

.category-page {
    padding-top: 20px;
}

    .category-page .breadcrumb {
        padding: 15px;
    }

.category-row .thumbnail a {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.category-page .breadcrumb > li {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}

.cart-table img {
    width: 60px;
}

.cart-table > tbody > tr > td, .cart-table > tbody > tr > th {
    vertical-align: middle;
}

.cart-table .btn-default {
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
    padding: 0 !important;
}

    .cart-table .btn-default .fa {
        font-size: 16px !important;
        font-weight: normal !important;
        color: rgba(0, 0, 0, 0.12);
    }

.cart-title {
    margin-bottom: 30px;
    margin-top: 30px;
}

    .cart-title .btn {
        margin-top: -10px;
    }

#order-modal .modal-footer {
    padding: 5px 10px;
}

.btn-lg.add-to-cart {
    padding-left: 15px;
}

.add-to-cart i {
    margin-right: 10px;
}

.cart-count {
    width: 15px;
    height: 15px;
    line-height: 18px;
    display: inline-block;
    position: absolute;
    background: #F44336;
    text-align: center;
    border-radius: 100%;
    font-size: 10px;
    left: 38px;
    color: #fff;
    top: -4px;
    padding: 0;
}

.product-img-gallery {
    list-style: none;
    padding: 0;
    display: block;
    float: left;
    width: 12%;
    padding-top: 30px;
}

    .product-img-gallery li {
        float: left;
        width: 100%;
        text-align: center;
        border: 1px solid #ccc;
        margin-bottom: 5px;
        max-height: 60px;
    }

        .product-img-gallery li.active, .product-img-gallery li:hover {
            background: rgba(151, 159, 255, 0.43);
        }

        .product-img-gallery li > a {
            display: block;
            text-align: center;
        }

            .product-img-gallery li > a > img {
                max-height: 60px;
                display: inline-block;
            }

.zoom-img {
    width: 88%;
    padding-left: 30px;
    float: left;
}

.attributes .list-inline > .size {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border: 2px solid #757575;
    margin-right: 10px;
    color: #757575;
    cursor: pointer;
    text-transform: uppercase;
}

    .attributes .list-inline > .size:hover, .attributes .list-inline > .size.active {
        background: #757575;
        color: #fff;
    }

.attributes .list-inline > .color {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 2px solid rgba(0,0,0,0.3);
    margin-right: 25px;
    cursor: pointer;
    border-radius: 100%;
}

header .navbar-right .fa {
    font-size: 20px;
}

.attributes .list-inline > .color.white, .attributes .list-inline > .color.White {
    border-color: #000;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #000;
}

.tooltip-inner {
    padding: 5px;
    min-width: 60px;
    text-align: center;
    background: #000;
}

.attributes .row {
    margin-bottom: 20px;
}

.attributes .list-inline > .color:hover, .attributes .list-inline > .color.active {
    border: 2px solid #4e65b8;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.23);
}

#order-modal .input-group .error-span {
    position: absolute;
    right: 0px;
    bottom: 5px;
    font-size: 10px;
    color: red;
}

#order-modal .input-group.has-error {
    border-color: red;
}

.home-sliders.category-row {
    margin: 0;
    overflow: hidden;
    background: transparent;
}

    .home-sliders.category-row .slick-slide {
        box-sizing: border-box;
        margin: 0;
        float: left;
    }

.slick-slider {
    padding: 0px;
}

.home-sliders.category-row .slick-slide .thumbnail {
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
}

.container-slick {
    background: #F5F5F5;
    padding-top: 20px;
}

.carousel-wrap h3 .btn {
    margin-top: -10px;
}

.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
    border-radius: 100%;
    background: #fff;
    color: #000;
    z-index: 9;
    opacity: 0.6;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0,0,0) !important;
    -moz-transform: translate3d(0,0,0) !important;
    -o-transform: translate3d(0,0,0) !important;
    -ms-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.3);
    box-shadow: 0 1px 5px rgba(0,0,0,.3);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.slick-prev {
    left: -5px;
}

.slick-next {
    right: -5px;
}

    .slick-next:hover {
        opacity: 1;
        right: 0;
    }

.slick-prev:hover {
    opacity: 1;
    left: 0;
}

.slick-next:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    color: #666;
    font-size: 24px;
}

.slick-prev:before {
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    color: #666;
    font-size: 24px;
}

.product-search .btn {
    padding: 8px 12px;
    margin-left: 10px;
}

.site-nav .close {
    display: none;
}

.btn.btn-sm {
    padding: 5px 10px;
}

.ac-container {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}
.rpt-detail td {
    color:#ccc;
    font-style:italic;
    background: #fef;
}

/*responsive css*/
@media(max-width:1200px) {
    header .input-group {
        width: 400px;
    }
}

@media(max-width:992px) {
    .tab-pane-orders .tab-pane {
        overflow-x: auto;
    }

    .zoomContainer {
        display: none !important;
    }

    .zoom-img {
        width: 100%;
        padding-left: 0;
        float: none;
    }

    .product-img-gallery {
        display: block;
        text-align: center;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 10px;
        width: auto;
    }

        .product-img-gallery > li {
            display: inline-block;
            float: left;
            width: 80px;
            margin-right: 5px;
        }

    section#banner {
        display: none;
    }

    .site-nav .close {
        display: inline-block;
        position: absolute;
        top: 3px;
        right: 3px;
        width: 20px;
        height: 20px;
        background: url(../images/cross.png) no-repeat center;
    }

    .top-header .navbar-left {
        width: 50%;
    }

        .top-header .navbar-left > li {
            float: right;
        }

    .top-header .navbar-toggle {
        display: inline-block;
        float: left;
    }

    .container {
        width: auto;
    }

    header .navbar-brand {
        width: 178px;
        height: 70px;
        background-size: 88%;
    }

    header .navbar-default .navbar-form {
        margin-left: 40px;
    }

    .site-nav .navbar-nav > li > a {
        font-weight: normal;
    }

    .site-nav .container {
        width: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .top-header .navbar-left {
        padding-top: 10px;
    }

    .top-header .navbar-right {
        padding-top: 8px;
    }

    .top-header .navbar-left > li {
        margin-right: 20px;
        margin-top: 2px;
    }

    .site-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 200px;
        z-index: 999;
        -webkit-transform: translate(-200px);
        -moz-transform: translate(-200px);
        -o-transform: translate(-200px);
        transform: translate(-200px);
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        padding-top: 30px;
    }

        .site-nav .navbar-nav > li {
            display: block;
            float: none;
        }

        .site-nav ul {
            display: block;
            float: none;
        }

        .site-nav.active {
            -webkit-transform: translate(0px);
            -moz-transform: translate(0px);
            -o-transform: translate(0px);
            transform: translate(0px);
        }

    #nav > li.dropdown > .dropdown-menu {
        left: initial;
        right: -200px;
        top: -20px;
    }

    .slick-slider .slick-track {
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -o-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        background: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: auto !important;
        height: auto;
        max-height: none;
        background: none;
    }

    .home-sliders.category-row {
        max-height: none;
        background: none;
    }

        .home-sliders.category-row .slick-slide {
            width: 50% !important;
            margin: 0;
            box-sizing: border-box;
            float: left;
            margin-bottom: 5px;
        }

    .slick-prev, .slick-next {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        display: none !important;
        -webkit-transform: translate3d(0,0,0) !important;
        -moz-transform: translate3d(0,0,0) !important;
        -o-transform: translate3d(0,0,0) !important;
        -ms-transform: translate3d(0,0,0) !important;
        transform: translate3d(0,0,0) !important;
        background: #fff;
        -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.3);
        box-shadow: 0 1px 5px rgba(0,0,0,.3);
    }

    .product-detail {
        padding-left: 10px;
        padding-right: 10px;
    }

    .slick-list {
        overflow: auto;
    }
}

@media(max-width:900px) {
    header .input-group {
        width: 330px;
    }
}

@media(max-width:768px) {
    .product-detail .theme-green {
        font-size: 16px;
    }

    .product-single .price {
        font-size: 18px;
    }

    .order-btn {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0;
        background: #fff;
        border-top: 1px solid #f5f5f5;
    }

        .order-btn .btn {
            margin: 0;
            width: 50%;
            float: left;
            box-sizing: border-box;
            border-radius: 0;
        }

    .top-header .navbar-right {
        float: right;
        margin: 0;
    }

    .top-header .navbar-left {
        float: left;
        width: 30%;
        margin: 0;
    }

    .top-navbar .navbar-right {
        float: right;
        margin: 0;
        padding-top: 12px;
    }

        .top-navbar .navbar-right > li {
            float: left;
        }

    .top-navbar .navbar-header {
        float: left;
        background: none;
        margin-left: 0;
    }

    .site-nav .navbar-nav {
        margin-left: 0;
        margin-right: 0;
    }

    header {
        padding-bottom: 50px;
    }

        header .navbar-brand {
            width: 145px;
            height: 50px;
            background-size: 88%;
        }

        header .navbar-default .navbar-form {
            position: absolute;
            bottom: -58px;
            border: none;
            margin: 0;
            width: auto;
            left: 0;
            right: 0;
        }

        header .input-group {
            width: 100%;
        }

    .container-slick {
        background: #F5F5F5;
        padding-top: 20px;
        padding-left: 5px;
        padding-right: 5px;
    }

    #elevato-zoom {
        text-align: center;
    }

        #elevato-zoom img {
            max-height: 400px;
            display: inline-block;
        }
}

@media(max-width:500px) {
    .cart-title {
        margin: 0;
    }

        .cart-title .btn {
            display: block;
            float: none !important;
            width: 100%;
            margin-top: 10px;
        }

    .cart-page .box {
        background: transparent;
        padding: 0;
        margin: 10px auto;
        box-shadow: none;
        border: none;
    }

    .cart-table > thead {
        display: none !important;
    }

    .cart-table > tbody > tr {
        display: block;
        border: 1px solid #f5f5d5;
        margin-bottom: 10px;
        padding: 10px;
        text-align: center;
        background: #fff;
    }

        .cart-table > tbody > tr > td > a {
            margin: 0;
        }

        .cart-table > tbody > tr > td {
            display: block;
            border: none !important;
            text-align: center;
        }
}

@media(max-width:450px) {
    .category-row .caption h4 {
        margin: 0 0 5px 0;
        font-size: 13px;
        height: 30px;
        font-weight: normal;
        overflow: hidden;
    }

    .category-row .thumbnail img {
        height: 130px;
    }

    .top-header .navbar-right > li a.live-support {
        font-size: 9px;
    }

    .top-header .navbar-right > li > a > span {
        font-size: 11px;
    }

    .top-header .navbar-right > li a.live-support {
        padding-left: 0;
        padding-right: 0;
    }

    #login-modal .modal-dialog {
        width: 300px;
    }

        #login-modal .modal-dialog a, #login-modal .modal-dialog p {
            font-size: 11px;
        }

    #order-modal .modal-dialog {
        width: 320px;
        margin: 20px auto;
    }

    #order-modal .input-group {
        padding-bottom: 5px;
    }

    #order-modal .btn-primary {
        margin: 0;
    }

    #elevato-zoom img {
        max-height: 220px;
        display: inline-block;
    }
}

@media(max-width:400px) {
    .top-header .navbar-left {
        width: auto;
    }

        .top-header .navbar-left > li {
            margin-right: 2px;
        }

    .top-header .navbar-right > li > a > span {
        font-size: 10px;
    }

    .top-navbar .navbar-right > li a {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cart-count {
        left: 30px;
    }
}

@media(max-width:320px) {
}
