﻿* {
    padding: 0;
    margin: 0
}

.hidden {
    display: none
}

body {
    margin: 0;
    font-family: raleway,sans-serif;
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    color: #ccc
}

.layout {
    width: 100%;
    margin: 0;
    padding: 0
}

section {
    padding: 50px 0
}

.title {
    color: #222;
    font-size: 30px;
    text-align: center;
    font-family: helveticaneue-condensedbold;
    font-weight: 700;
    padding: 0;
    letter-spacing: 1px;
    margin: 0 0 25px
}

a {
    text-decoration: none
}

p {
    color: #333;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 24px
}

.btn {
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    border-radius: 0;
    display: block;
    line-height: 28px;
    text-align: center;
    background-color: #212e3c
}

    .btn:focus {
        outline: none;
        box-shadow: none
    }

.cl {
    clear: both;
    line-height: 0;
    font-size: 0;
    height: 0
}

.fixed-header {
    animation: 1s ease 0s normal none 1 running slide-down;
    box-shadow: 0 0 1px 1px #ccc;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999
}

header .register-login {
    margin: 0;
    padding: 0
}

    header .register-login ul {
        margin: 14px 0 0 0
    }

    header .register-login li {
        list-style: block;
        float: left;
        list-style: none
    }

        header .register-login li a {
            border: 1px solid #f8981c;
            border-radius: 30px;
            color: #000;
            transition: all .5s;
            display: block;
            text-align: center;
            text-decoration: none;
            padding: 7px 20px;
            margin: 0 10px
        }

            header .register-login li a i {
                padding-right: 10px
            }

            header .register-login li a:hover {
                transition: all .5s;
                color: #fff !important;
                background-color: #f8981c
            }

header .top-bar {
    padding: 9px 0
}

header .close-navbtn {
    display: none
}

header .nav-link i {
    display: none
}

header .slogan {
    margin: 21px 0 0 105px;
    padding: 0
}

    header .slogan p {
        color: #fff;
        font-family: satisfy,cursive;
        font-size: 20px;
        letter-spacing: 4px;
        font-weight: 400
    }

header {
    margin: 0;
    padding: 0;
    z-index: 9;
    width: 100%
}

    header .contact-us-link {
        display: none
    }

    header nav {
        background-color: #212f3c !important;
        margin: 0 !important;
        padding: 0 !important
    }

    header .nav-bg {
        background-color: #212f3c !important
    }

    header .navbar-dark .navbar-nav .nav-link {
        color: #fff;
        padding: 16px 15px;
        letter-spacing: 1px;
        transition: all .5s;
        font-size: 13px;
        font-weight: 400;
        text-transform: uppercase
    }

        header .navbar-dark .navbar-nav .nav-link:hover {
            color: #fff;
            background-color: #2696d3;
            transition: all .5s
        }

        header .navbar-dark .navbar-nav .nav-link span {
            padding-left: 4px
        }

    header .nav-bg li > a i {
        display: none
    }

.navbar-brand img {
    width: 100%;
    padding-top: 0
}

header .navbar-brand {
    width: auto
}

header .navbar-dark .navbar-nav .nav-link:focus {
    outline: none;
    box-shadow: none
}

.close:focus {
    outline: none
}

.nav-link:focus, .nav-link:hover {
    outline: none
}

header nav li {
    position: relative
}

    header nav li ul:hover ul > li {
        background-color: red
    }

    header nav li ul {
        position: absolute;
        width: 225px;
        top: 56px;
        display: none;
        animation: .5s ease 0s normal none 1 running dropdown-menu;
        transition: all .5s;
        left: 0;
        background-color: #fff;
        padding: 15px;
        z-index: 99;
        box-shadow: 0 0 1px -3px #ccc
    }

        header nav li ul li {
            list-style: none
        }

            header nav li ul li a {
                border: none;
                padding: 8px 15px;
                display: block;
                color: #000 !important;
                text-decoration: none !important
            }

                header nav li ul li a:hover {
                    color: #fff !important;
                    background: #2696d3
                }

    header nav li:hover ul {
        display: block
    }

header .search {
    margin: 13px 0 0;
    padding: 0;
    width: 85%;
    float: right
}

    header .search .form-control {
        background-color: transparent;
        color: #000;
        font-size: 14px;
        border: 1px solid #f8981c;
        border-radius: 30px
    }

header .subscribe-btn {
    margin: 0;
    padding: 6px 35px;
    font-size: 20px;
    border-radius: 0 30px 30px 0;
    background-color: #f8981c;
    color: #fff;
    border-color: #f8981c;
    letter-spacing: 1px;
    border: 1px solid #f8981c
}

    header .subscribe-btn:hover {
        background-color: #f8981c;
        color: #000;
        border-color: #f8981c
    }

    header .subscribe-btn:focus {
        outline: none;
        box-shadow: none;
        background-color: #f8981c;
        color: #000;
        border-color: #f8981c
    }

header .btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    background-color: #f8981c;
    color: #fff;
    outline: none;
    border: 1px solid #f8981c
}

header .search .form-control:focus {
    outline: none;
    box-shadow: none
}

.banner {
    margin: 0 0 25px;
    padding: 0;
    display: block;
    overflow: hidden
}

    .banner img {
        width: 100%
    }

    .banner .carousel-control-prev {
        font-size: 20px;
        background: rgba(0,0,0,.5);
        color: #fff !important;
        opacity: .7 !important;
        padding: 10px 2px 10px 0;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        left: 2%;
        top: 45%;
        text-align: center
    }

    .banner .carousel-control-next {
        font-size: 20px;
        background: rgba(0,0,0,.5);
        color: #fff !important;
        opacity: .7 !important;
        padding: 10px 0 10px 2px;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        right: 2%;
        top: 45%;
        text-align: center
    }

.product-container {
    margin: 0;
    padding: 0;
    position: relative;
}

.breadcrumb-filter .filter-dropdown {
    width: 100%;
    display: none;
    z-index: 99;
    background-color: #fff;
    padding-top: 25px;
    box-shadow: 1px 1px 1px 1px #ccc
}

    .breadcrumb-filter .filter-dropdown label {
        color: #000
    }

    .breadcrumb-filter .filter-dropdown select {
        color: #000
    }

    .breadcrumb-filter .filter-dropdown .submit .btn-success {
        background-color: #f8981c;
        width: 100px;
        float: left;
        margin-right: 15px;
        margin-bottom: 20px;
        border-radius: 30px;
        border: 0
    }

    .breadcrumb-filter .filter-dropdown .row {
        margin-bottom: 25px
    }

    .breadcrumb-filter .filter-dropdown .form-control {
        font-size: 14px;
        border: 1px solid #999;
        height: 40px
    }

.breadcrumb-filter .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    margin: 0
}

.breadcrumb-filter .filter-dropdown .btn-filter {
    margin: 0
}

    .breadcrumb-filter .filter-dropdown .btn-filter a {
        width: 100px;
        float: left;
        margin-right: 15px;
        margin-bottom: 20px;
        border-radius: 30px;
        border: 0;
        background: #000
    }

        .breadcrumb-filter .filter-dropdown .btn-filter a:first-child {
            background-color: #f8981c
        }

        .breadcrumb-filter .filter-dropdown .btn-filter a:hover {
            color: #fff
        }

.breadcrumb-filter .filter-dropdown ul {
    margin: 0;
    padding: 25px 0 0
}

    .breadcrumb-filter .filter-dropdown ul li {
        list-style: none;
        margin-right: 15px;
        margin-bottom: 15px;
        display: block;
        float: left
    }

.breadcrumb-filter .filter-dropdown .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: rgba(248,152,28,.2);
    border: 1px solid rgba(248,152,28,.2);
    color: #000;
    margin-top: 5px !important;
    margin-right: 5px !important
}

    .breadcrumb-filter .filter-dropdown .select2-container--default .select2-selection--multiple .select2-selection__choice .breadcrumb-filter .filter-dropdown ul li a {
        display: block;
        text-decoration: none;
        padding: 10px 15px;
        border-radius: 30px;
        color: #000;
        background-color: #ccc;
        text-align: center
    }

.breadcrumb-filter {
    background-color: #fff;
    border-bottom: 1px solid #dedede;
    position: relative;
    margin-bottom: 15px
}

    .breadcrumb-filter.fixed-filter {
        box-shadow: 0 0 1px 1px #ccc;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999
    }

    .breadcrumb-filter ul {
        margin: 0;
        padding: 0
    }

        .breadcrumb-filter ul li {
            list-style: none;
            float: left;
            display: inline-block
        }

            .breadcrumb-filter ul li .sort-by {
                color: #000;
                font-size: 14px;
                float: left;
                padding: 16px 15px 0
            }

            .breadcrumb-filter ul li .layout-name {
                color: #000;
                font-size: 14px;
                float: left;
                padding: 16px 15px 0
            }

    .breadcrumb-filter .left-nav {
        margin: 0
    }

        .breadcrumb-filter .left-nav a {
            margin: 0;
            padding: 15px 35px 12px
        }

    .breadcrumb-filter .right-nav {
        margin: 0;
        float: right
    }

        .breadcrumb-filter .right-nav a {
            margin: 0;
            border: none;
            display: block;
            text-align: center
        }

            .breadcrumb-filter .right-nav a.active {
            }

            .breadcrumb-filter .right-nav a:last-child {
                border-right: 1px solid #d6d6d6;
                display: block;
                border-left: none
            }

            .breadcrumb-filter .right-nav a:first-child {
                border-left: 1px solid #d6d6d6;
                display: block
            }

    .breadcrumb-filter ul li a {
        display: block;
        color: #000;
        float: left;
        text-decoration: none;
        padding: 15px 16px 13px
    }

        .breadcrumb-filter ul li a i {
            padding-right: 10px;
            color: #1977d1
        }

        .breadcrumb-filter ul li a.active {
            color: #f8981c;
            font-weight: 700;
            border-bottom: 2px solid #f8981c
        }

    .breadcrumb-filter ul li.layout-type a i {
        padding-right: 0;
        color: #d2d2d2
    }

    .breadcrumb-filter ul li.layout-type a.selected i {
        color: #1977d1
    }

    .breadcrumb-filter ul li.layout-type a {
        font-size: 20px
    }

.product-container .product-item {
    margin: 0;
    padding: 60px 0 15ubscepx 0
}

    .product-container .product-item ul li {
        list-style: none;
        float: left;
        padding: 0 5px;
        display: block;
        width: 20%
    }

    .product-container .product-item .item-detail {
        border: 1px solid #ccc;
        position: relative;
        margin-bottom: 20px;
        transition: all .5s
    }

        .product-container .product-item .item-detail .discount {
            position: absolute;
            top: -8px;
            right: -8px;
            background: #f8981d;
            color: #fff;
            text-align: center;
            font-size: 12px;
            border-radius: 50%;
            width: 32px;
            height: 32px;
            line-height: 32px
        }

        .product-container .product-item .item-detail:hover {
            box-shadow: 0 1px 9px 1px #ccc;
            transition: all .5s
        }

        .product-container .product-item .item-detail .ribbon {
            margin: 0;
            padding: 0;
            position: absolute;
            top: 0;
            left: 0
        }

            .product-container .product-item .item-detail .ribbon img {
                width: 60px
            }

        .product-container .product-item .item-detail .ribbon2 {
            margin: 0;
            position: absolute;
            top: 130px;
            left: 0;
            width: 100%;
            background: rgba(38,151,211,.9);
            padding: 5px 15px;
            box-sizing: border-box;
            text-align: center;
            color: #fff
        }

        .product-container .product-item .item-detail img {
            width: 100%;
            text-align: center
        }

        .product-container .product-item .item-detail .product-img {
            width: 170px;
            text-align: center;
            margin: 0 auto;
            padding: 0
        }

        .product-container .product-item .item-detail .ad-div {
            min-height: 318px;
            vertical-align: middle;
            line-height: 315px
        }

            .product-container .product-item .item-detail .ad-div img {
                display: inline-block
            }

        .product-container .product-item .item-detail .product-img img {
            width: 100%;
            padding: 15px 10px
        }

        .product-container .product-item .item-detail h3 {
            color: #000;
            line-height: 22px;
            font-size: 13px;
            padding: 0 0 10px;
            margin: 0
        }

        .product-container .product-item .item-detail .price {
            color: #000;
            float: left;
            text-decoration: line-through;
            font-size: 14px;
            padding: 0 10px 0 0
        }

            .product-container .product-item .item-detail .price i {
                padding-right: 5px;
                color: #000
            }

        .product-container .product-item .item-detail .spacail-price {
            color: #2a95d2;
            text-decoration: none !important;
            font-weight: 700;
            font-size: 18px;
            padding: 0
        }

        .product-container .product-item .item-detail .esite-logo {
            width: 90px;
            float: left;
            padding-right: 0
        }

        .product-container .product-item .item-detail .star-point {
            width: 90px;
            float: right;
            margin: 0
        }

        .product-container .product-item .item-detail .shop-now-button {
            margin: 0;
            padding: 0
        }

            .product-container .product-item .item-detail .shop-now-button a {
                color: #fff;
                font-size: 13px;
                letter-spacing: 1px;
                border-radius: 0;
                display: block;
                line-height: 28px;
                text-align: center;
                background-color: #212e3c
            }

            .product-container .product-item .item-detail .shop-now-button .ad-text {
                border: 1px solid transparent;
                padding: .375rem .75rem;
                color: #fff;
                font-size: 13px;
                letter-spacing: 1px;
                border-radius: 0;
                display: block;
                line-height: 28px;
                text-align: center;
                background-color: #212e3c
            }

            .product-container .product-item .item-detail .shop-now-button a:focus {
                outline: none;
                box-shadow: none
            }

        .product-container .product-item .item-detail .deatls-inner {
            padding: 0 10px
        }

.product-container .product-item {
    margin: 0;
    padding: 60px 0 15ubscepx 0
}

    .product-container .product-item ul li {
        list-style: none;
        float: left;
        padding: 0 5px;
        display: block;
        width: 20%
    }

.product-item-detail {
    border: 1px solid #ccc;
    position: relative;
    margin-bottom: 20px;
    transition: all .5s
}

    .product-item-detail .discount {
        position: absolute;
        top: -8px;
        right: -8px;
        background: #337ab7;
        color: #fff;
        text-align: center;
        font-size: 12px;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        line-height: 32px;
        z-index: 7
    }

    .product-item-detail:hover {
        box-shadow: 0 1px 9px 1px #ccc;
        transition: all .5s
    }

    .product-item-detail .ribbon {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: -10px;
        background: url(../../images/front/ribbon.png) no-repeat 0 0;
        width: 90px;
        height: 70px;
        font-size: 11px;
        line-height: 27px;
        color: #fff;
        text-align: center;
        background-size: 100% auto;
        font-weight: 700;
        transform: rotateZ(-44deg)
    }

        .product-item-detail .ribbon img {
            width: 60px
        }

    .product-item-detail .ribbon2 {
        margin: 0;
        position: absolute;
        top: 130px;
        left: 0;
        width: 100%;
        padding: 5px 15px;
        box-sizing: border-box;
        text-align: center;
        font-size: 12px;
        z-index: 9
    }

        .product-item-detail .ribbon2 span.available {
        }

    .product-item-detail img {
        max-width: 100%;
        text-align: center
    }

    .product-item-detail .product-img {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        padding: 10px;
        min-height: 195px;
        line-height: 175px;
        overflow: hidden;
        margin-top: 15px;
        position: relative;
        max-height: 195px
    }

    .product-item-detail .ad-div {
        min-height: 296px;
        vertical-align: middle;
        line-height: 296px;
        margin-bottom: 11px;
        max-height: 296px;
        overflow: hidden
    }

        .product-item-detail .ad-div img {
            display: inline-block
        }

    .product-item-detail .product-img img {
        max-width: 100%
    }

    .product-item-detail h3 {
        color: #000;
        line-height: 18px;
        font-size: 13px;
        margin: 0 0 7px;
        min-height: 38px;
        max-height: 38px;
        overflow: hidden
    }

        .product-item-detail h3 a {
            color: #000
        }

    .product-item-detail .price {
        color: #000;
        float: left;
        text-decoration: line-through;
        font-size: 14px;
        padding: 0 10px 0 0;
        margin-bottom: 5px
    }

    .product-item-detail .time {
        color: #337ab7;
        font-weight: 600;
        font-size: 12px;
        float: right;
        line-height: normal;
        white-space: pre;
        position: absolute;
        left: 50%;
        margin-left: -63px;
        top: 6px;
        width: 127px;
        text-align: center
    }

    .product-item-detail .price i {
        padding-right: 5px;
        color: #000
    }

    .product-item-detail .spacail-price {
        color: #2a95d2;
        text-decoration: none !important;
        font-weight: 700;
        font-size: 14px;
        padding: 0;
        margin-bottom: 5px
    }

    .product-item-detail .esite-logo {
        width: 75px;
        float: left;
        padding-right: 0;
        margin-bottom: 8px;
        min-height: 30px;
        max-height: 30px
    }

    .product-item-detail .star-point {
        width: 75px;
        float: right;
        margin: 0;
        margin-bottom: 8px
    }

.star-point .star {
    background: url(../../images/front/star-img-gray.jpg) no-repeat 0 0;
    background-size: auto 14px;
    margin-top: 4px
}

    .star-point .star span {
        display: block;
        height: 15px;
        background: url(../../images/front/star-img-yellow.jpg) no-repeat 0 0;
        background-size: auto 14px
    }

.product-item-detail .shop-now-button {
    margin: 0;
    padding: 0
}

    .product-item-detail .shop-now-button a {
        color: #fff;
        font-size: 13px;
        letter-spacing: 1px;
        border-radius: 0;
        display: block;
        line-height: 28px;
        text-align: center;
        background-color: #337ab7;
        margin: 0 10px 10px
    }

    .product-item-detail .shop-now-button .ad-text {
        border: 1px solid transparent;
        padding: .375rem .75rem;
        color: #fff;
        font-size: 13px;
        letter-spacing: 1px;
        border-radius: 0;
        display: block;
        line-height: 28px;
        text-align: center;
        background-color: #212e3c;
        margin: 0 10px 10px
    }

    .product-item-detail .shop-now-button a:focus {
        outline: none;
        box-shadow: none
    }

    .product-item-detail .shop-now-button a:hover {
        background: #293748
    }

.product-item-detail .deatls-inner {
    padding: 0 10px
}

.product-item-detail .shop-now-button a.click-for-deal {
    background: #2b98d5;
    text-transform: capitalize
}

.product-container .load-more {
    margin: 0 auto;
    width: 150px;
    background-color: #2a95d2;
    border-radius: 30px;
    text-align: center;
    padding: 12px 15px
}

    .product-container .load-more a img {
        width: 20px;
        float: left;
        margin: 0 auto;
        position: relative;
        top: -4px
    }

    .product-container .load-more a {
        color: #fff;
        text-decoration: none;
        text-align: center;
        font-size: 16px;
        letter-spacing: 1px;
        display: block
    }

footer {
    margin: 40px 0 0 0;
    padding-top: 0;
    background-color: #1c2631
}

    footer .information-padding {
    }

    footer .subscribe #subscribe_email-error {
        position: absolute;
        top: 45px;
        left: 7px
    }

    footer .subscribe-main {
        background-color: #212e3c;
        padding: 8px 15px;
        margin-bottom: 0
    }

        footer .subscribe-main h3 {
            font-size: 18px;
            color: #fff;
            padding: 19px 0 0;
            margin: 0;
            letter-spacing: 2px
        }

        footer .subscribe-main ::placeholder {
            color: #fff;
            letter-spacing: 2px;
            color: #ccc;
            opacity: 1
        }

        footer .subscribe-main :-ms-input-placeholder {
            color: #fff
        }

        footer .subscribe-main ::-ms-input-placeholder {
            color: #fff
        }

        footer .subscribe-main img {
            float: left;
            width: 75px;
            padding-right: 20px
        }

    footer .subscribe {
        margin: 6px 0 0;
        padding: 0;
        width: 85%;
        float: right
    }

        footer .subscribe .form-control {
            background-color: transparent;
            color: #fff;
            font-size: 14px;
            border: 1px solid #506377;
            border-radius: 30px;
            padding-left: 25px;
            background: #485869
        }

    footer .subscribe-btn {
        margin: 0;
        padding: 6px 15px;
        font-size: 20px;
        border-radius: 0 30px 30px 0;
        background-color: #0f74a7;
        color: #fff;
        border-color: #0f74a7;
        letter-spacing: 1px;
        border: 1px solid #0f74a7
    }

        footer .subscribe-btn:hover {
            background-color: #f8981c;
            color: #000;
            border-color: #f8981c
        }

        footer .subscribe-btn:focus {
            outline: none;
            box-shadow: none;
            background-color: #f8981c;
            color: #000;
            border-color: #f8981c
        }

    footer .btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        background-color: #f8981c;
        color: #fff;
        outline: none;
        border: 1px solid #f8981c
    }

    footer .subscribe .form-control:focus {
        outline: none;
        box-shadow: none
    }

    footer h3 {
        color: #fff;
        font-size: 20px;
        padding: 0 0 5px
    }

    footer h4 {
        color: #fff;
        font-size: 18px;
        padding: 0 0 15px
    }

    footer ul {
        margin: 0;
        padding: 0 0 15px
    }

        footer ul li {
            list-style: none
        }

            footer ul li a {
                text-decoration: none;
                color: #fff;
                font-size: 13px;
                font-weight: 100;
                padding: 4px 0;
                letter-spacing: 1px;
                line-height: 22px;
                display: block
            }

                footer ul li a:hover {
                    color: #f8981c;
                    text-decoration: none
                }

    footer p {
        color: #fff;
        font-weight: 300
    }

        footer p span {
            font-size: 16px;
            padding-right: 8px
        }

        footer p a {
            text-decoration: none;
            color: #fff;
            transition: all .5s
        }

            footer p a:hover {
                color: #fff;
                text-decoration: none
            }

    footer address {
        color: #000;
        font-size: 14px;
        padding: 0;
        margin: 0 0 0 0
    }

        footer address p {
            position: relative;
            font-size: 13px;
            color: #fff
        }

            footer address p span {
                margin: 0 0 0 0;
                padding: 0;
                position: absolute;
                left: -20px;
                top: 5px
            }

    footer .copyright {
        margin: 0;
        padding: 25px 0 15px;
        border-top: 1px solid #0d1217;
        box-shadow: 0 -1px 0 0 #263240
    }

        footer .copyright p {
            color: #fff;
            margin-bottom: 0;
            font-weight: 300;
            text-align: center;
            font-size: 13px;
            letter-spacing: 1px
        }

    footer .footer-logo {
        margin: 120px 0 0 0;
        position: relative;
        left: -15px;
        filter: grayscale(100%);
        opacity: .5;
        max-width: 300px;
        padding: 0
    }

        footer .footer-logo img {
            max-width: 100%
        }

    footer .copyright a {
        text-decoration: none;
        color: #fff;
        transition: all .5s
    }

        footer .copyright a:hover {
            color: #f8981c;
            transition: all .5s
        }

    footer .color {
        color: #f8981c
    }

    footer .socail-icon {
        margin: 0;
        padding: 0
    }

        footer .socail-icon li {
            display: block;
            float: left;
            margin-right: 10px
        }

        footer .socail-icon a {
            text-decoration: none;
            color: #232f3e;
            display: block;
            transition: all .5s;
            font-size: 27px;
            height: 42px;
            background: #ccc;
            border-radius: 50%;
            width: 42px;
            text-align: center;
            line-height: 36px
        }

            footer .socail-icon a:hover {
                color: #f8981c;
                transition: all .5s
            }

@keyframes slide-down {
    0% {
        opacity: 1;
        transform: translateY(-200%)
    }

    100% {
        opacity: .8;
        transform: translateY(0%)
    }
}

@keyframes dropdown-menu {
    0% {
        opacity: 1;
        transform: translateY(200%)
    }

    100% {
        opacity: .8;
        transform: translateY(0%)
    }
}

.product-container .col-lg-2 {
    padding-left: 5px;
    padding-right: 5px;
    min-width: 228px
}

.product-container .row {
    margin-left: -5px;
    margin-right: -5px
}

.search-mobile-icon {
    display: none
}

    .search-mobile-icon button {
        margin: 0;
        padding: 6px;
        font-size: 20px;
        border-radius: 15px;
        background-color: #f8981c;
        color: #fff;
        border-color: #f8981c;
        letter-spacing: 1px;
        border: 1px solid #f8981c
    }

        .search-mobile-icon button:hover {
            background-color: #f8981c;
            color: #000;
            border-color: #f8981c
        }

        .search-mobile-icon button:focus {
            outline: none;
            box-shadow: none;
            background-color: #f8981c;
            color: #000;
            border-color: #f8981c
        }

.container {
    max-width: 1460px
}

.special-ad-bar {
    background: #d9eaf3;
    color: #2494d7;
    padding: 12px 0
}

    .special-ad-bar .col-md-10 {
        font-size: 18px
    }

    .special-ad-bar .remove-special {
        color: #2494d7;
        font-size: 20px;
        font-weight: 700;
        text-decoration: none
    }

    .special-ad-bar .col-md-2 {
        text-align: right
    }

#return-to-top {
    background: rgba(248,152,28,.7);
    color: #fff;
    padding: 0;
    text-align: center;
    position: fixed;
    bottom: 60px;
    right: 25px;
    font-size: 35px;
    width: 50px;
    line-height: 46px;
    height: 50px;
    display: none;
    border-radius: 50%
}

    #return-to-top:hover {
        background: #f8981c
    }

.list-view-container .shop-now-button a {
    margin-left: 0;
    padding: 6px 25px
}

.list-view-container .product-item .item-detail .discount {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #f8981d;
    color: #fff;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 32px
}

.list-view-container .product-item-detail .star-point {
    float: left
}

.list-view-container .product-item-detail h3 {
    color: #000;
    line-height: 24px;
    font-size: 15px;
    margin: 10px 0 7px;
    letter-spacing: .5px;
    min-height: 45px;
    max-height: 51px
}

.list-view-container {
    padding: 0
}

    .list-view-container .product-item-detail .product-img {
        float: left;
        max-width: 250px;
        width: 100%;
        position: relative;
        padding-right: 0;
        overflow: hidden
    }

    .list-view-container .product-item-detail .deatls-inner {
        float: left;
        width: 78%;
        padding-left: 10px;
        padding-top: 30px
    }

    .list-view-container .product-item-detail .ribbon2 {
        left: 15px;
        max-width: 220px;
        width: 100%;
        top: auto;
        bottom: 10px
    }

    .list-view-container .product-item-detail .discount {
        position: relative;
        top: auto;
        left: auto;
        display: inline-block;
        margin-right: 15px
    }

    .list-view-container .product-item-detail .shop-now-button {
        display: inline-block
    }

    .list-view-container .product-item-detail .ribbon {
        z-index: 9;
        left: -8px
    }

    .list-view-container .col-lg-10 {
        padding-left: 5px
    }

    .list-view-container .right-price-colum {
        padding: 40px 30px 30px 50px;
        border-left: 1px solid #efefef;
        min-height: 165px;
        margin: 15px 0 15px 18px
    }

        .list-view-container .right-price-colum .discount {
            position: absolute;
            top: -10px;
            right: -10px
        }

    .list-view-container .product-item-detail .time {
        float: left;
        margin-right: 10px;
        overflow: visible;
        text-overflow: unset;
        max-width: unset
    }

    .list-view-container .product-item-detail .spacail-price {
        margin-bottom: 20px
    }

    .list-view-container .product-item-detail {
        border: 1px solid #efefef
    }

    .list-view-container .right-ad-container {
        background-color: #f9f9f9;
        padding: 30px
    }

    .list-view-container .row {
        margin-right: -15px;
        margin-left: -15px
    }

    .list-view-container .right-ad-container .product-item-detail {
        border: none
    }

        .list-view-container .right-ad-container .product-item-detail .ad-div img {
            width: 100%;
            vertical-align: top
        }

        .list-view-container .right-ad-container .product-item-detail .ad-div {
            vertical-align: middle;
            line-height: 100px;
            margin-bottom: 0;
            overflow: hidden;
            min-height: auto
        }

        .list-view-container .right-ad-container .product-item-detail .shop-now-button .ad-text {
            margin: 0
        }

        .list-view-container .right-ad-container .product-item-detail:hover {
            box-shadow: none
        }

.text-view-container .shop-now-button a {
    margin-left: 0;
    padding: 6px 25px
}

.text-view-container .product-item .item-detail .discount {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #f8981d;
    color: #fff;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 32px
}

.text-view-container .product-item-detail .star-point {
    float: left
}

.text-view-container .product-item-detail h3 {
    color: #000;
    line-height: 24px;
    font-size: 15px;
    margin: 10px 0 7px;
    letter-spacing: .5px;
    min-height: 45px;
    max-height: 51px
}

.text-view-container {
    padding: 0
}

    .text-view-container .product-item-detail .product-img {
        float: left;
        max-width: 250px;
        width: 100%;
        position: relative;
        padding-right: 0;
        overflow: hidden
    }

    .text-view-container .product-item-detail .deatls-inner {
        float: left;
        width: 100%;
        padding-left: 15px;
        padding-top: 10px;
        position: relative
    }

    .text-view-container .product-item-detail .ribbon2 {
        left: auto;
        position: relative;
        max-width: 220px;
        width: 100%;
        top: auto;
        bottom: auto
    }

    .text-view-container .product-item-detail .discount {
        position: relative;
        top: auto;
        left: auto;
        display: inline-block;
        margin-right: 15px
    }

    .text-view-container .product-item-detail .shop-now-button {
        display: block
    }

    .text-view-container .product-item-detail .ribbon {
        z-index: 9;
        left: -10px;
        transform: rotateZ(0);
        height: 26px;
        top: -14px;
        border-radius: 5px;
        width: auto;
        height: 25px;
        background-size: auto 100%;
        padding: 0 10px
    }

    .text-view-container .product-item-detail.ad-contain {
        display: none
    }

    .text-view-container .col-lg-10 {
        padding-left: 5px
    }

    .text-view-container .right-price-colum {
        padding: 40px 30px 30px 50px;
        border-left: 1px solid #efefef;
        min-height: 165px;
        margin: 15px 0 15px 18px
    }

        .text-view-container .right-price-colum .discount {
            position: absolute;
            top: -10px;
            right: -10px
        }

    .text-view-container .product-item-detail .time {
        float: left;
        margin-right: 10px
    }

    .text-view-container .product-item-detail .spacail-price {
        margin-bottom: 20px
    }

    .text-view-container .product-item-detail {
        border: 1px solid #efefef
    }

    .text-view-container .right-ad-container {
        background-color: #f9f9f9;
        padding: 30px
    }

    .text-view-container .row {
        margin-right: -15px;
        margin-left: -15px
    }

    .text-view-container .right-ad-container .product-item-detail {
        border: none
    }

        .text-view-container .right-ad-container .product-item-detail .ad-div img {
            width: 100%;
            vertical-align: top
        }

        .text-view-container .right-ad-container .product-item-detail .ad-div {
            vertical-align: middle;
            line-height: 100px;
            margin-bottom: 0;
            overflow: hidden;
            min-height: auto
        }

        .text-view-container .right-ad-container .product-item-detail .shop-now-button .ad-text {
            margin: 0
        }

        .text-view-container .right-ad-container .product-item-detail:hover {
            box-shadow: none
        }

.popup-background {
    position: fixed;
    background-color: rgba(0,0,0,.6);
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    display: none
}

.popup-scroll {
    height: 100%;
    overflow-y: auto;
    position: relative;
    padding-top: 45px
}

.bgwhite {
    background-color: #fff;
    position: relative;
    height: 100%
}

.heading-row {
    border-bottom: 1px solid #ccc;
    padding: 10px 15px;
    color: #000;
    font-weight: 700;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 9
}

#cClose {
    float: right;
    color: #000
}

.shadow1 {
    box-shadow: 0 1px 1px rgba(0,0,0,.2)
}

.categories-box ul li {
    display: block;
    cursor: pointer;
    font-size: 12px;
    padding: 13px 10px;
    border-bottom: 1px solid #ccc;
    color: #000
}

.btn-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
    text-align: center;
    z-index: 9;
    background: #fff
}

    .btn-fixed .popup-clear {
        background-color: #bababa;
        color: #fff;
        width: 50%;
        display: inline-block;
        float: left;
        border: 0;
        box-shadow: none;
        height: 35px;
        line-height: 35px
    }

    .btn-fixed .bggreen {
        background-color: #57bb63
    }

.merchant {
    padding-top: 65px
}

.search-mobile-show {
    display: none
}

header .search-mobile-show .search .form-control {
    background: #fff
}

.list-view-container .product-item-detail.ad-contain {
    display: none
}

.breadcrumb-filter ul.breadcrumb-nav {
    list-style: none;
    padding: 15px 0;
    width: 100%
}

    .breadcrumb-filter ul.breadcrumb-nav li {
        padding: 0;
        float: none;
        display: inline-block;
        color: #666
    }

        .breadcrumb-filter ul.breadcrumb-nav li:after {
            content: ">";
            margin: 0 10px;
            color: #666
        }

        .breadcrumb-filter ul.breadcrumb-nav li:last-child:after {
            display: none
        }

        .breadcrumb-filter ul.breadcrumb-nav li a {
            padding: 0;
            margin: 0;
            color: #000;
            text-decoration: underline;
            float: none;
            display: inline-block
        }

.product-detail-container {
    padding: 0
}

    .product-detail-container .border-box {
        border: 1px solid #dedede;
        padding: 25px;
        margin-bottom: 25px
    }

    .product-detail-container .product-img-inner {
        box-shadow: 0 0 1px #d2d2d2;
        padding: 25px;
        overflow: hidden;
        position: relative;
        min-height: 300px;
        line-height: 300px;
        vertical-align: middle;
        text-align: center
    }

    .product-detail-container h1 {
        font-size: 26px;
        color: #000;
        margin: 5px 0 15px;
        line-height: 36px
    }

    .product-detail-container .border-box .price-row {
        margin-bottom: 15px
    }

    .product-detail-container .border-box .price {
        color: #000;
        float: left;
        text-decoration: line-through;
        font-size: 20px;
        padding: 0 0 0 0;
        margin-bottom: 0
    }

    .product-detail-container .border-box .time {
        color: #666;
        font-size: 14px;
        line-height: 24px;
        float: left;
        margin: 7px 15px 23px 0
    }

        .product-detail-container .border-box .time i {
            color: #000;
            font-size: 24px;
            vertical-align: middle;
            margin-right: 5px
        }

    .product-detail-container .border-box .price i {
        padding-right: 5px;
        color: #000
    }

    .product-detail-container .border-box .spacail-price {
        color: #2a95d2;
        text-decoration: none !important;
        font-weight: 400;
        font-size: 28px;
        padding: 0;
        margin: 0 0 0 15px;
        float: left
    }

    .product-detail-container .border-box .discount {
        color: #ccc;
        font-weight: 700;
        font-size: 18px;
        padding: 0;
        margin-bottom: 5px;
        display: inline;
        margin-left: 15px
    }

    .product-detail-container .border-box .esite-logo {
        float: left;
        margin-bottom: 0;
        margin-right: 15px
    }

    .product-detail-container .border-box .esite-logo-text {
        float: left;
        margin-top: 10px;
        margin-right: 5px;
        color: #000;
        padding-left: 15px;
        border-left: 1px solid #ccc;
        line-height: normal
    }

    .product-detail-container .border-box .star-point .star {
        margin-top: 0;
        width: 104px;
        background-size: auto auto;
        float: left;
        margin-right: 15px
    }

        .product-detail-container .border-box .star-point .star span {
            background-size: auto auto;
            height: 21px
        }

    .product-detail-container .border-box .star-point .comment-count {
        float: left;
        margin-right: 15px;
        border-left: 1px solid #ccc;
        padding-left: 15px;
        color: #666;
        line-height: normal;
        margin-top: 5px
    }

        .product-detail-container .border-box .star-point .comment-count a {
            color: #666
        }

    .product-detail-container .border-box .star-point .view-count {
        float: left;
        margin-right: 0;
        border-left: 1px solid #ccc;
        padding-left: 15px;
        color: #666;
        line-height: normal;
        margin-top: 4px
    }

        .product-detail-container .border-box .star-point .view-count i {
            margin-right: 5px
        }

    .product-detail-container .border-box .star-point {
        margin-bottom: 20px
    }

    .product-detail-container .border-box .socail-icon {
        margin: 0 0 15px;
        padding: 0
    }

        .product-detail-container .border-box .socail-icon p {
            font-weight: 700;
            float: left;
            margin: 6px 15px 0 0
        }

        .product-detail-container .border-box .socail-icon li {
            display: block;
            float: left;
            margin-right: 10px
        }

        .product-detail-container .border-box .socail-icon a {
            text-decoration: none;
            color: #232f3e;
            display: block;
            transition: all .5s;
            font-size: 16px;
            height: 32px;
            background: #232f3e;
            border-radius: 50%;
            width: 32px;
            text-align: center;
            line-height: 32px;
            color: #fff
        }

        .product-detail-container .border-box .socail-icon .facebook a {
            background: #3b5897
        }

        .product-detail-container .border-box .socail-icon .twitter a {
            background: #1aaced
        }

        .product-detail-container .border-box .socail-icon .instagram a {
            background: #d73675
        }

        .product-detail-container .border-box .socail-icon .pinterest a {
            background: #cc2129
        }

        .product-detail-container .border-box .socail-icon .whatsapp a {
            background: #24cc67
        }

        .product-detail-container .border-box .socail-icon a:hover {
            background: #f8981c;
            color: #fff;
            transition: all .5s
        }

        .product-detail-container .border-box .socail-icon ul {
            margin-bottom: 0
        }

    .product-detail-container .border-box .shop-now-button {
        display: block
    }

        .product-detail-container .border-box .shop-now-button a {
            color: #fff;
            background: #f7971d;
            padding: 15px 25px;
            display: inline-block;
            margin-right: 10px;
            min-width: 250px
        }

            .product-detail-container .border-box .shop-now-button a.reply-btn {
                background: #212e3c
            }

            .product-detail-container .border-box .shop-now-button a i {
                font-size: 20px;
                margin-right: 5px
            }

    .product-detail-container .border-box .product-img-inner .ribbon {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: -10px;
        background: url(../../images/front/ribbon.png) no-repeat 0 0;
        width: 90px;
        height: 70px;
        font-size: 11px;
        line-height: 27px;
        color: #fff;
        text-align: center;
        background-size: 100% auto;
        font-weight: 700;
        transform: rotateZ(-44deg)
    }

        .product-detail-container .border-box .product-img-inner .ribbon img {
            width: 60px
        }

    .product-detail-container .border-box .product-img-inner .ribbon2 {
        margin: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 12px 15px;
        box-sizing: border-box;
        text-align: center;
        font-size: 14px;
        z-index: 9;
        line-height: normal
    }

    .product-detail-container .border-box .free-shipping {
        padding-bottom: 20px;
        color: #666;
        font-size: 16px
    }

        .product-detail-container .border-box .free-shipping i {
            margin-right: 10px;
            font-size: 24px
        }

    .product-detail-container .border-box .btm-detail-content {
        border-top: 1px solid #dedede;
        margin: 35px -25px 0;
        padding: 25px 25px 0
    }

        .product-detail-container .border-box .btm-detail-content img {
            max-width: 100%
        }

    .product-detail-container .border-box h2, .product-detail-container .border-box h3 {
        font-size: 22px;
        color: #000;
        margin: 0 0 5px;
        line-height: 36px;
        font-weight: 700
    }

    .product-detail-container .border-box .btm-detail-content p {
        font-size: 14px;
        color: #000;
        margin: 0 0 25px;
        line-height: 26px
    }

        .product-detail-container .border-box .btm-detail-content p a {
            text-decoration: underline;
            color: #2a95d2
        }

    .product-detail-container .border-box .btm-detail-content ul, .product-detail-container .border-box .btm-detail-content ol {
        font-size: 14px;
        color: #000;
        margin: 0 0 25px 25px;
        line-height: 26px
    }

        .product-detail-container .border-box .btm-detail-content ul li, .product-detail-container .border-box .btm-detail-content ol li {
            font-size: 14px;
            color: #000
        }

            .product-detail-container .border-box .btm-detail-content ul li a, .product-detail-container .border-box .btm-detail-content ol li a {
                text-decoration: underline;
                color: #2a95d2
            }

.comments-wrap {
    padding: 25px;
    background: #fff;
    border-top: 1px solid #dedede;
    margin: 10px -25px -25px
}

#comments-wrap > .dealhistory > ul {
    padding-left: 40px
}

.comments-wrap .comment-heading {
    border-bottom: solid 1px #ebebeb;
    padding: 8px 0 15px;
    margin: 0 0 15px
}

.comments-list {
    padding: 0;
    margin: 0
}

.comments-wrap .comment-heading h2 {
    margin: 0;
    line-height: 50px
}

.comments-wrap .edit-wrap {
    padding: 0;
    margin: 0
}

    .comments-wrap .edit-wrap .icon-edit-outer {
        width: 50px;
        height: 50px;
        display: inline-block;
        font-size: 18px;
        text-align: center;
        line-height: 46px;
        border: solid 1px #e1e1e1;
        border-radius: 50%;
        color: #454545
    }

.leave-reply {
    padding: 0;
    margin: 0
}

    .leave-reply .reply-inner {
        border: solid 1px #ddd;
        border-radius: 2px
    }

    .leave-reply textarea.form-control {
        height: 188px
    }

    .leave-reply .form-control {
        box-shadow: none;
        border-radius: 2px;
        resize: none;
        padding: 15px;
        height: auto;
        border: 0
    }

    .leave-reply .send-massege {
        border-top: solid 1px #ddd;
        display: table;
        width: 100%
    }

        .leave-reply .send-massege .form-group {
            display: table-cell;
            width: 33.33%;
            margin: 0;
            border-right: solid 1px #ddd;
            vertical-align: top
        }

            .leave-reply .send-massege .form-group .btn {
                font-size: 17px;
                text-transform: uppercase;
                background: #212e3c;
                margin: -1px 0;
                height: 60px;
                box-shadow: 5px 0 20px rgba(87,161,32,.3);
                border-radius: 0 0 2px 0
            }

            .leave-reply .send-massege .form-group .reply-link {
                width: 100%
            }

.comments-list .user-comment {
    position: relative;
    display: block;
    max-width: 100%;
    padding-left: 75px;
    padding-bottom: 30px;
    border-bottom: dotted 1px #ccc;
    margin-bottom: 30px
}

    .comments-list .user-comment .user-img {
        position: absolute;
        left: 0;
        top: 0
    }

        .comments-list .user-comment .user-img img {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            border: 1px solid rgba(0,0,0,.1)
        }

    .comments-list .user-comment .user-comment-wrap {
        padding: 0 30px 0 0;
        margin: 0
    }

        .comments-list .user-comment .user-comment-wrap .comment-head {
            padding: 0;
            margin: 0
        }

            .comments-list .user-comment .user-comment-wrap .comment-head h2 {
                font-size: 14px;
                font-weight: 700;
                margin-bottom: 10px;
                float: left
            }

            .comments-list .user-comment .user-comment-wrap .comment-head .date {
                float: right;
                color: #888;
                font-size: 12px
            }

        .comments-list .user-comment .user-comment-wrap .chat-contant {
            padding: 0;
            margin: 0 0 15px;
            position: relative;
            padding-bottom: 10px
        }

            .comments-list .user-comment .user-comment-wrap .chat-contant p {
                font-size: 14px;
                line-height: 25px;
                color: #888;
                display: inline;
                word-wrap: break-word
            }

            .comments-list .user-comment .user-comment-wrap .chat-contant .reply {
                display: inline;
                margin-left: 5px;
                color: #f8981c
            }

        .comments-list .user-comment .user-comment-wrap .chat-foot {
            padding: 0;
            margin: 0;
            position: relative
        }

            .comments-list .user-comment .user-comment-wrap .chat-foot ul {
                padding: 0;
                margin: 0;
                font-size: 0
            }

                .comments-list .user-comment .user-comment-wrap .chat-foot ul li {
                    display: inline-block;
                    font-size: 12px;
                    margin-right: 25px
                }

                    .comments-list .user-comment .user-comment-wrap .chat-foot ul li a {
                        text-decoration: none;
                        font-size: 16px
                    }

                    .comments-list .user-comment .user-comment-wrap .chat-foot ul li .like {
                        color: #5fab28
                    }

                    .comments-list .user-comment .user-comment-wrap .chat-foot ul li .un-like {
                        color: red
                    }

.similar-div {
    padding: 35px 0 25px
}

    .similar-div h2 {
        font-size: 22px;
        color: #000;
        margin: 0 0 15px;
        line-height: 36px;
        font-weight: 700
    }

.product-detail-container .border-box .socail-icon li.mobile-show {
    display: none
}

.view-all-btn {
    margin: 0 auto;
    width: 150px;
    background-color: #2a95d2;
    border-radius: 30px;
    text-align: center;
    padding: 12px 15px
}

    .view-all-btn a {
        color: #fff;
        text-decoration: none;
        text-align: center;
        font-size: 16px;
        letter-spacing: 1px;
        display: block
    }

.google-ad {
    text-align: center;
    margin: 0 0 25px;
    max-width: 100%;
    overflow: hidden
}

    .google-ad img {
        max-width: 100%
    }

.offers-div {
    padding: 15px 25px 5px;
    background: rgba(34,46,62,.05);
    margin-bottom: 20px;
    max-width: 514px
}

    .offers-div h5 {
        font-size: 16px;
        color: #f8981c;
        margin: 0;
        padding: 0 0 2px
    }

    .offers-div p {
        font-size: 12px;
        color: #666;
        margin: 0;
        padding: 0 0 15px;
        font-weight: 700
    }

        .offers-div p.no-margin {
            padding-bottom: 0
        }

    .offers-div ul {
        font-size: 12px;
        color: #666;
        margin-left: 15px;
        margin-bottom: 15px
    }

    .offers-div a {
        color: #2a95d2
    }

.breadcrumb-filter.no-fixed {
    position: relative !important;
    top: auto !important
}

.fixed-btns {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    background: #fff;
    box-shadow: 0 0 1px 1px #ccc;
    z-index: 999;
    display: none
}

    .fixed-btns .container {
        padding-left: 0;
        padding-right: 0
    }

    .fixed-btns.show-btn {
        position: fixed;
        display: block
    }

.product-detail-container .border-box .fixed-btns .esite-logo-text {
    padding-left: 0;
    border-left: 0;
    margin-top: 17px
}

.product-detail-container .border-box .fixed-btns .esite-logo {
    margin-right: 25px;
    margin-top: 8px
}

.product-detail-container .border-box .fixed-btns .price-row {
    float: left;
    margin-top: 12px;
    margin-bottom: 0
}

.product-detail-container .border-box .fixed-btns .shop-now-button {
    float: right
}

    .product-detail-container .border-box .fixed-btns .shop-now-button a {
        min-width: 180px;
        padding: 10px 25px
    }

.popup-bg {
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none
}

    .popup-bg .popup-content {
        background: #fff;
        max-width: 700px;
        padding: 25px;
        box-sizing: border-box;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -300px;
        margin-left: -350px;
        width: 100%
    }

    .popup-bg .heading-bg {
        text-align: center;
        background: rgba(0,0,0,0.5 )url(../../images/front/boys.jpg) no-repeat center;
        background-size: cover;
        margin: -25px -25px 25px;
        color: #fff
    }

    .popup-bg .popup-content h3 {
        color: #fff;
        text-align: center;
        font-size: 22px;
        margin-bottom: 0;
        background: rgba(248,152,28,.6);
        padding: 50px 15px
    }

    .popup-bg .popup-content .coupon-code-outer {
        background: #f0f0f0;
        padding: 10px 15px;
        margin-bottom: 25px
    }

    .popup-bg .popup-content .coupon-code {
        color: #232f3e;
        background-color: #e1f1ff;
        border: 2px dashed #5cb85c;
        padding: 20px 15px;
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 2px;
        margin: 0
    }

    .popup-bg a.close-popup {
        position: absolute;
        top: -8px;
        right: -8px;
        background: #f8981c;
        border-radius: 50%;
        padding: 0;
        font-size: 15px;
        text-align: center;
        height: 25px;
        line-height: 25px;
        width: 25px;
        color: #fff
    }

    .popup-bg p {
        text-align: center;
        font-size: 13px;
        margin-bottom: 25px
    }

    .popup-bg .left-logo {
        float: left;
        width: 100px;
        border: 1px solid #f2f2f2
    }

        .popup-bg .left-logo img {
            max-width: 100%;
            display: block
        }

    .popup-bg .visit-btn {
        float: right;
        color: #fff;
        font-size: 13px;
        letter-spacing: 1px;
        border-radius: 0;
        display: block;
        line-height: 28px;
        text-align: center;
        background-color: #212e3c;
        margin: 0 10px 10px;
        padding: .375rem .75rem
    }

.popup-content-outer {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: auto
}

.product-detail-container h1.mobile-heading {
    display: none;
    margin: 0 15px 15px
}

.category-box-container {
    padding: 0
}

    .category-box-container .category-box {
        padding: 0 0 35px
    }

    .category-box-container h1 {
        font-size: 26px;
        color: #000;
        margin: 5px 0 25px;
        line-height: 36px
    }

    .category-box-container .category-block {
        border: 1px solid #ccc;
        margin-bottom: 30px;
        opacity: .8
    }

        .category-box-container .category-block:hover {
            opacity: 1
        }

        .category-box-container .category-block a {
            color: #666;
            display: block;
            text-align: center
        }

            .category-box-container .category-block a.pic {
                color: #2a95d2;
                display: block;
                text-align: center;
                padding: 45px 25px;
                font-size: 85px;
                min-height: 175px
            }

        .category-box-container .category-block:hover a.pic {
            color: #f8981c
        }

        .category-box-container .category-block a.cat-name {
            color: #666;
            background: #f2f2f2;
            border-top: 1px solid #ccc;
            padding: 15px;
            min-height: 79px
        }

.coupon-box-container {
    padding: 0
}

    .coupon-box-container h1 {
        font-size: 26px;
        color: #000;
        margin: 5px 0 25px;
        line-height: 36px
    }

    .coupon-box-container h2 {
        font-size: 22px;
        color: #000;
        margin: 25px 0 15px;
        line-height: 36px
    }

    .coupon-box-container .redemption-time {
        text-align: center;
        font-size: 12px;
        padding: 5px 0;
        margin: 0;
        background: #f2f2f2
    }

    .coupon-box-container .product-item-detail .product-img {
        min-height: 110px;
        line-height: 70px
    }

    .coupon-box-container .product-item-detail .time {
        float: none;
        margin-bottom: 5px;
        max-width: unset;
        position: relative;
        left: auto;
        margin-left: 0;
        top: auto;
        width: auto;
        text-align: left
    }

    .coupon-box-container .product-item-detail h3 {
        margin-bottom: 3px
    }

.popular-deals {
    border: 1px solid #ccc;
    margin-bottom: 25px
}

    .popular-deals h3 {
        font-size: 16px;
        color: #fff;
        margin: 0 0;
        padding: 6px 15px;
        line-height: 36px;
        text-align: center;
        background: #f8981c;
        margin: -1px
    }

    .popular-deals ul {
        list-style: none
    }

        .popular-deals ul li {
            display: block;
            border-bottom: 1px solid #ccc;
            padding: 10px 15px;
            float: left;
            width: 100%
        }

            .popular-deals ul li .pic {
                float: left;
                width: 70px;
                height: 50px;
                text-align: center;
                border: 1px solid #f2f2f2
            }

                .popular-deals ul li .pic img {
                    max-width: 100%;
                    max-height: 100%;
                    display: inline-block
                }

            .popular-deals ul li .details {
                float: left;
                width: 70%;
                padding-left: 4%;
                color: #000;
                font-size: 13px;
                line-height: normal
            }

    .popular-deals .more-link {
        text-align: center;
        padding: 8px 15px;
        clear: both;
        background: #f2f2f2
    }

        .popular-deals .more-link a {
            color: #000
        }

    .popular-deals .featured-stores {
        list-style: none
    }

        .popular-deals .featured-stores li {
            width: 50%;
            float: left;
            border-left: 1px solid #ccc
        }

            .popular-deals .featured-stores li img {
                max-width: 100%
            }

.breadcrumb-filter .right-nav .filter-dropdown-link.desktop-hide {
    display: none
}

.filter-dropdown-link.mobile-hide {
    margin-top: 10px;
    font-weight: 700
}

.filter-dropdown-link {
    color: #000;
    float: right
}

    .filter-dropdown-link:hover {
        color: #000
    }

.seo-div {
    padding: 25px 0;
    margin-bottom: 0;
    line-height: 22px;
    font-size: 14px;
    background: #333
}

    .seo-div h1 {
        font-size: 18px;
        color: #fff
    }

    .seo-div h4, .seo-div h5 {
        font-size: 16px;
        font-weight: 700
    }

    .seo-div p {
        font-size: 14px;
        padding-bottom: 15px
    }

.select2-results__option {
    font-size: 13px !important;
    color: #000 !important
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #f8981c !important;
    color: #fff !important
}

.footer-links {
    padding-top: 25px
}

.store-box-container {
    padding: 0
}

    .store-box-container .store-box {
        padding: 0 0 35px
    }

    .store-box-container .store-block {
        border: 1px solid #ccc;
        margin-bottom: 15px;
        opacity: .8
    }

        .store-box-container .store-block img {
            max-width: 100%
        }

        .store-box-container .store-block a.pic {
            color: #2a95d2;
            display: block;
            text-align: center;
            padding: 25px 15px;
            font-size: 85px;
            min-height: 89px
        }

    .store-box-container h1 {
        font-size: 26px;
        color: #000;
        margin: 5px 0 25px;
        line-height: 36px
    }

    .store-box-container .left-filter {
        color: #000;
        border-top: 1px solid #ccc;
        margin-bottom: 25px
    }

        .store-box-container .left-filter ul li h3 {
            font-size: 18px;
            display: inline;
            font-weight: 700
        }

        .store-box-container .left-filter ul {
            list-style: none;
            float: left;
            width: 100%
        }

            .store-box-container .left-filter ul li {
                display: block;
                border-bottom: 1px solid #ccc;
                padding: 8px 5px;
                float: left;
                width: 100%;
                clear: both
            }

                .store-box-container .left-filter ul li a {
                    display: block;
                    color: #000;
                    text-decoration: none
                }

                    .store-box-container .left-filter ul li a span {
                        line-height: 28px;
                        font-weight: 700
                    }

                .store-box-container .left-filter ul li small {
                    float: right;
                    border-radius: 50%;
                    padding: 2px 4px;
                    background: #ccc;
                    color: #fff;
                    display: block;
                    min-width: 28px;
                    text-align: center;
                    font-size: 10px
                }

    .store-box-container .store-box h4 {
        font-size: 16px;
        color: #fff;
        margin: 25px 0;
        padding: 10px 15px;
        background: #2597d3;
        border-radius: 5px
    }

        .store-box-container .store-box h4 span {
            margin-left: 10px;
            font-weight: 700
        }

        .store-box-container .store-box h4.no-margin {
            margin-top: 0
        }

    .store-box-container .store-listings {
        list-style: none
    }

        .store-box-container .store-listings li {
            display: inline-block;
            margin: 0 15px 15px 0;
            padding: 8px 15px;
            border: 1px solid #f2f2f2;
            border-radius: 5px
        }

            .store-box-container .store-listings li:hover {
                background: #f2f2f2
            }

            .store-box-container .store-listings li a {
                color: #666;
                font-weight: 700
            }

            .store-box-container .store-listings li:hover a {
                color: #f8981c;
                text-decoration: none
            }

.breadcrumb-filter .right-nav #storeFilterLink {
    display: none
}

.list-view-container .product-item-detail .time, .text-view-container .product-item-detail .time {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin-left: 0
}

.pagination {
}

.product-container nav.table-responsive {
    overflow: visible
}

    .product-container nav.table-responsive .pagination {
        display: block
    }

        .product-container nav.table-responsive .pagination li {
            display: inline-block;
            margin-bottom: 10px
        }

@media screen and (max-width:1024px) {
    header .navbar-dark .navbar-nav .nav-link {
        padding: 16px 14px
    }

    header .register-login li a {
        padding: 7px 15px;
        margin: 0 4px
    }

    .list-view-container .right-ad-container {
        padding: 10px
    }

    .text-view-container .right-ad-container {
        padding: 10px
    }

    .list-view-container .right-price-colum {
        padding-left: 15px;
        padding-right: 0;
        margin-left: 0
    }

    .text-view-container .right-price-colum {
        padding-left: 15px;
        padding-right: 0;
        margin-left: 0
    }

    .list-view-container .product-item-detail .product-img {
        width: auto;
        max-width: 100%
    }

    .list-view-container .product-item-detail .ribbon2 {
        width: 100%
    }

    .list-view-container .product-item-detail .deatls-inner {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .popular-deals ul li .pic {
        width: 58px
    }

    .coupon-box-container .product-item-detail .shop-now-button a {
        letter-spacing: normal
    }
}

@media screen and (max-width:990px) {
    .blog .blog-slider {
        margin: 0;
        width: 98%
    }

    .blog .item {
        padding: 0 0 !important;
        margin-bottom: 20px
    }

    header {
        background-color: transparent;
        border-bottom: none
    }

    .navbar-collapse {
        /*display: block !important;*/
        /*left: -100%;*/
        /*position: relative*/
    }

    header .show {
        display: block;
        background: #000;
        overflow-y: auto;
        width: 70%;
        height: 100%;
        transition: all .5s;
        position: fixed;
        padding: 10px;
        top: 0;
        z-index: 999
    }

    header .nav-bg .bg-faded {
        background-color: transparent;
        padding: 0;
        position: relative;
        z-index: 9
    }

    header .navbar-dark .navbar-nav .nav-link {
        padding: 13px 15px;
        font-size: 13px;
        letter-spacing: 2px;
        font-weight: 300
    }

    footer p {
        font-size: 14px
    }

    footer ul li a {
        font-size: 14px
    }

    .socail-icon ul {
        padding-bottom: 0
    }

    footer .subscribe-btn {
        padding: 9px 15px
    }

    .access-tab .apple-googleplay-img img {
        width: 190px
    }

    header .container {
        max-width: 100%
    }

    header .register-login li a {
        margin: 0 5px;
        padding-left: 15px;
        padding-right: 15px
    }

    header .search {
        width: 100%
    }

    .breadcrumb-filter .left-nav a {
        padding: 15px 20px 12px
    }

    .breadcrumb-filter .col-md-4 ul li span {
        padding-left: 0
    }

    footer .subscribe {
        width: 100%
    }

    .breadcrumb-filter ul li a {
        padding-left: 5px;
        padding-right: 10px
    }

    footer .col-md-3 {
        padding-left: 5px;
        padding-right: 5px
    }

    footer .socail-icon a {
        width: 32px;
        height: 32px;
        line-height: 25px;
        font-size: 17px
    }

    .product-detail-container .border-box .shop-now-button a {
        min-width: 210px
    }

    .product-detail-container .border-box .fixed-btns .shop-now-button a {
        min-width: 100px;
        padding: 10px 15px
    }

    .product-detail-container .border-box .fixed-btns .esite-logo {
        margin-right: 15px
    }

    .fixed-btns {
        padding-left: 0;
        padding-right: 0
    }

    .popular-deals ul li {
        padding: 10px
    }

        .popular-deals ul li .pic {
            width: 40px
        }

        .popular-deals ul li .details {
            height: 40px;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 12px
        }

    .popular-deals h3 {
        font-size: 12px
    }
}

@media screen and (max-width:767px) {
    header .navbar-brand {
        max-width: 200px;
        margin-right: 0
    }

        header .navbar-brand img {
            width: 100%
        }

    header nav li:hover ul {
        opacity: 1;
        transition: all .5s
    }

    header nav li ul {
        position: relative;
        left: 0;
        top: 0;
        animation: none;
        opacity: 0;
        transition: all .5s;
        width: 100%
    }

        header nav li ul li a {
            display: block;
            padding: 10px 0
        }

    header .slogan p {
        text-align: center
    }

    .partner-with-us .item h4 {
        font-size: 18px;
        padding-bottom: 0;
        padding-top: 0
    }

    .partner-with-us {
        padding-top: 80px
    }

    .work-with-us {
        padding-top: 50px
    }

    .banner .apple-googleplay-img img {
        width: 120px;
        margin-right: 5px
    }

    header .slogan {
        margin: 21px 0 0 0;
        padding: 0
    }

    footer h3 {
        padding: 0 0 5px
    }

    header .contact-us-link {
        display: block !important
    }

    header .navbar-dark .navbar-nav .nav-link {
        padding: 12px 15px
    }

    header .container {
        max-width: 100%;
        width: 100%;
        min-width: 100%
    }

    footer .copyright {
        margin: 0;
        padding: 25px 0 15px;
        border-top: 1px solid #383a46;
        box-shadow: none
    }

    footer .socail-icon {
        margin: 0;
        padding: 0;
        float: none;
        width: 100%;
        text-align: center
    }

        footer .socail-icon li {
            display: inline-table;
            float: none;
            margin-right: 15px;
            margin-top: 15px
        }

    footer .footer-logo {
        margin: 0 0 25px;
        float: none;
        display: block;
        text-align: center;
        max-width: 100%;
        left: 0
    }

        footer .footer-logo img {
            display: inline-block;
            max-width: 250px
        }

    .breadcrumb-filter .left-nav li:first-child {
    }

    .breadcrumb-filter .left-nav a {
        padding-left: 10px;
        padding-right: 10px
    }

    .breadcrumb-filter .container {
        max-width: 100%
    }

    .mobile-hide, .breadcrumb-filter ul li.mobile-hide {
        display: none
    }

    .breadcrumb-filter {
        box-shadow: none
    }

        .breadcrumb-filter .col-3 {
            padding-right: 0
        }

    footer .col-md-3 {
        padding-left: 15px;
        padding-right: 15px
    }

    footer .subscribe-main {
        padding: 15px 0;
        text-align: center;
        margin-bottom: 15px
    }

    footer .subscribe {
        margin-top: 15px;
        margin-bottom: 0
    }

    footer .subscribe-main img {
        float: none;
        display: inline-block
    }

    footer .subscribe-main h3 {
        float: none;
        display: inline-block
    }

    footer .socail-icon {
        margin: 0;
        padding: 0 0 15px;
        float: none;
        text-align: center;
        width: 100%
    }

    footer h4 {
        margin-bottom: 0;
        padding-bottom: 8px;
        text-align: center
    }

    footer address {
        text-align: center
    }

    footer ul {
        text-align: center
    }

        footer ul li {
            display: inline-block;
            margin: 0 5px
        }

            footer ul li a {
                display: inline-block
            }

    footer h3 {
        text-align: center
    }

    footer .copyright {
        padding: 15px 0
    }

    .carousel-item {
        max-height: 143px
    }

    .breadcrumb-filter ul.right-nav li a i {
        padding-right: 0
    }

    .mobile-overly {
        background-color: rgba(0,0,0,.5);
        position: fixed;
        height: 100%;
        display: none;
        width: 100%;
        z-index: 999;
        top: 0;
        left: 0
    }

    header .search {
        float: none;
        width: auto;
        margin: 0
    }

    .search-mobile-icon {
        display: block
    }

    .search-mobile-container {
        display: none;
        position: absolute;
        top: 67px;
        left: 0;
        z-index: 99;
        background: #fff;
        padding: 15px;
        box-shadow: 0 0 2px rgba(0,0,0,.5)
    }

    .signup-login {
        padding-left: 0
    }

    .search-mobile-icon {
        padding-left: 0;
        padding-right: 0;
        padding-top: 6px
    }

    .logo-top {
        padding-right: 8px
    }

    header .register-login li a i {
        display: none
    }

    header .register-login li a {
        padding-left: 7px;
        padding-right: 7px;
        display: inline-block;
        margin: 0 2px
    }

    header .register-login ul {
        text-align: right;
        margin-top: 8px
    }

    header .register-login li {
        display: inline-block;
        float: none
    }

    .breadcrumb-filter ul li a {
        padding-left: 10px;
        padding-right: 10px
    }

    .breadcrumb-filter .filter-dropdown ul {
        padding: 10px 0 0
    }

    .breadcrumb-filter .filter-dropdown {
        padding-top: 10px
    }

        .breadcrumb-filter .filter-dropdown ul li {
            margin-right: 5px;
            margin-bottom: 5px
        }

            .breadcrumb-filter .filter-dropdown ul li a {
                padding: 5px 10px
            }

    .product-item-detail .ad-div {
        min-height: 281px;
        max-height: 281px
    }

    .breadcrumb-filter.fixed-filter {
        position: relative;
        top: auto;
        left: auto
    }

    .product-item-detail .time {
        float: none;
        display: block;
        line-height: 14px;
        font-size: 10px
    }

    .product-item-detail h3 {
        padding-bottom: 0;
        line-height: 15px;
        min-height: 28px;
        max-height: 28px
    }

    .product-item-detail .spacail-price {
        margin-bottom: 0
    }

    .product-item-detail .price {
        margin-bottom: 0
    }

    .special-ad-bar .col-md-10 {
        font-size: 14px
    }

    .special-ad-bar .remove-special {
        font-size: 14px
    }

    .search-mobile-show {
        display: block;
        padding-right: 0
    }

    header .search-mobile-show .subscribe-btn {
        padding: 0 10px;
        height: 30px
    }

    header .search-mobile-show .search .form-control {
        height: 30px
    }

    header .nav-bg {
        height: 50px;
        padding-top: 6px
    }

    .breadcrumb-filter ul li .sort-by {
        display: none
    }

    .list-view-container .product-item-detail .product-img img {
        height: auto
    }

    .list-view-container .product-item-detail .price {
        display: block;
        padding: 0 0 5px;
        float: none;
        text-align: center
    }

    .list-view-container .product-item-detail .spacail-price {
        display: block;
        padding: 0 0 5px;
        float: none;
        margin-bottom: 10px;
        text-align: center
    }

    .list-view-container .product-item-detail .shop-now-button {
        display: inline-block
    }

    .list-view-container .shop-now-button a {
        padding: 6px 4px;
        margin-right: 0;
        border-radius: 5px;
        line-height: 16px;
        font-size: 9px
    }

    .list-view-container .product-item-detail .deatls-inner {
        padding-top: 0
    }

    .list-view-container .product-item-detail h3 {
        font-size: 11px;
        line-height: normal;
        font-weight: 700
    }

    .list-view-container .product-item-detail .col-4 {
        padding-left: 15px;
        padding-right: 15px
    }

    .list-view-container .right-price-colum {
        padding: 10px 5px;
        min-height: 50px
    }

    .list-view-container .product-item-detail .ribbon2 {
        line-height: normal;
        padding-left: 0;
        font-size: 9px;
        font-weight: 700
    }

    .list-view-container .right-ad-container {
        display: none;
        min-height: 50px
    }

    .list-view-container .product-item-detail.ad-contain {
        display: block
    }

        .list-view-container .product-item-detail.ad-contain .ad-div {
            min-height: 90px;
            line-height: 90px
        }

        .list-view-container .product-item-detail.ad-contain img {
            height: 90px;
            width: 100%
        }

        .list-view-container .product-item-detail.ad-contain .shop-now-button {
            width: 100%
        }

    .list-view-container .product-item-detail .product-img {
        min-height: 115px
    }

    .list-view-container .product-item-detail .star-point .star {
        margin-top: 0
    }

    .list-view-container .right-price-colum {
        margin: 0;
        padding-bottom: 0;
        text-align: center
    }

    .list-view-container .product-item-detail .esite-logo {
        margin-bottom: 0
    }

        .list-view-container .product-item-detail .esite-logo img {
            display: block
        }

    .list-view-container .product-item-detail .col-5 {
        padding-left: 0;
        padding-right: 0
    }

    .list-view-container .product-item-detail .star-point {
        margin-bottom: 0
    }

    .list-view-container .product-item-detail .ribbon {
        left: -5px;
        width: 66px;
        height: 60px;
        font-size: 9px;
        line-height: 18px
    }

    .text-view-container .product-item-detail .shop-now-button {
        display: inline-block
    }

    .text-view-container .shop-now-button a {
        padding: 6px 4px;
        margin-right: 0;
        border-radius: 5px;
        line-height: 16px;
        font-size: 9px
    }

    .text-view-container .product-item-detail .deatls-inner {
        padding-top: 0
    }

    .text-view-container .product-item-detail h3 {
        font-size: 11px;
        line-height: normal;
        font-weight: 700
    }

    .text-view-container .right-price-colum {
        margin: 0;
        padding: 10px 5px;
        min-height: 50px;
        text-align: center
    }

    .text-view-container .product-item-detail .price {
        display: block;
        padding: 0 0 5px;
        float: none;
        text-align: center
    }

    .text-view-container .product-item-detail .spacail-price {
        display: block;
        padding: 0 0 5px;
        float: none;
        margin-bottom: 10px;
        text-align: center
    }

    .text-view-container .product-item-detail .esite-logo {
        margin-bottom: 0
    }

    .text-view-container .product-item-detail .ribbon2 {
        margin-bottom: 10px;
        padding-top: 0;
        padding-bottom: 0;
        display: inline-block;
        width: auto;
        font-size: 10px
    }

    .text-view-container .product-item-detail .star-point .star {
        margin-top: 0
    }

    .text-view-container .right-ad-container {
        display: none
    }

    .text-view-container .product-item-detail .ribbon {
        font-size: 10px;
        height: 20px;
        line-height: 20px
    }

    .product-detail-container .border-box .socail-icon li.mobile-show {
        display: block
    }

    .product-detail-container .border-box .shop-now-button a {
        min-width: 150px
    }

    .product-detail-container .border-box .shop-now-button {
        text-align: center
    }

    .comments-list .user-comment .user-comment-wrap .comment-head .date {
        float: none;
        display: block
    }

    .comments-list .user-comment .user-comment-wrap .comment-head h2 {
        float: none;
        margin-bottom: 8px;
        line-height: normal
    }

    .comments-list .user-comment .user-comment-wrap .chat-contant {
        padding-bottom: 0
    }

    #comments-wrap > .dealhistory > ul {
        padding-left: 0
    }

    .product-detail-container .border-box .socail-icon li {
        margin-right: 2px
    }

    .fixed-btns {
        bottom: 0;
        top: auto;
        position: fixed !important;
        text-align: center;
        box-shadow: none;
        display: block;
        padding: 0
    }

    .product-detail-container .border-box .fixed-btns .shop-now-button {
        float: none
    }

        .product-detail-container .border-box .fixed-btns .shop-now-button a {
            width: 50%;
            margin: 0;
            box-sizing: border-box;
            float: left;
            font-weight: 700
        }

    .product-detail-container .border-box .fixed-btns .esite-logo-text, .product-detail-container .border-box .fixed-btns .esite-logo, .product-detail-container .border-box .fixed-btns .price-row {
        display: none
    }

    .product-detail-container .border-box .esite-logo {
        max-width: 96px;
        margin-right: 0;
        margin-top: 4px
    }

        .product-detail-container .border-box .esite-logo img {
            max-width: 100%
        }

    .product-detail-container h1 {
        font-size: 22px;
        margin-top: 15px;
        line-height: 30px
    }

    .similar-div div.col-6:nth-child(5), .similar-div div.col-6:nth-child(6) {
        display: none
    }

    .leave-reply .send-massege .form-group {
        display: block;
        width: 100%;
        border: 1px solid #ddd;
        margin-bottom: 10px
    }

    .leave-reply .reply-inner {
        border: 0
    }

    .leave-reply .send-massege {
        border-top: 0
    }

    .leave-reply textarea.form-control {
        border: 1px solid #ddd;
        margin-bottom: 10px
    }

    .product-detail-container .border-box .shop-now-button.mobile-hide {
        display: none
    }

    .product-detail-container .border-box .star-point .star {
        margin-right: 10px
    }

    .product-detail-container .border-box .star-point .comment-count {
        padding-left: 10px;
        margin-right: 10px
    }

    .product-detail-container .product-img-inner {
        margin-bottom: 15px
    }

    .product-detail-container h1.mobile-heading {
        display: block
    }

    .product-detail-container .border-box {
        border: 0;
        padding: 0
    }

        .product-detail-container .border-box .btm-detail-content {
            margin-left: -15px;
            margin-right: -15px
        }

        .product-detail-container .border-box .free-shipping {
            padding-bottom: 0
        }

        .product-detail-container .border-box .socail-icon p {
            font-size: 14px
        }

    .popular-deals h3 {
        font-size: 16px
    }

    .seo-div {
        display: none
    }

    .breadcrumb-filter .right-nav .filter-dropdown-link.desktop-hide {
        display: block
    }

    .filter-dropdown-link.mobile-hide {
        display: none
    }

    .mobile-filter-hide {
        display: none
    }

    .store-box-container .store-listings li {
        width: 30%;
        margin-right: 2%
    }

    .popup-bg .popup-content {
        width: 300px;
        height: auto;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        padding: 15px
    }

    .popup-bg .heading-bg {
        margin: -15px -15px 15px
    }

    .popup-bg .popup-content h3 {
        font-size: 14px;
        padding: 20px 15px
    }

    .popup-bg p {
        line-height: normal
    }

    .popup-bg .popup-content .coupon-code {
        padding: 10px;
        font-size: 15px
    }

    .popup-bg .popup-content .coupon-code-outer {
        padding: 5px
    }

    .popup-content-outer {
        padding: 25px 5px;
        box-sizing: border-box
    }

    .store-box-container .left-filter ul li small {
        margin-left: 8px;
        display: none
    }

    .store-box-container .left-filter ul li a {
        cursor: pointer
    }

    .store-box-container .left-filter ul li h3 {
        font-size: 14px;
        line-height: 28px
    }

    .store-box-container .left-filter ul li {
        display: inline-block;
        float: none;
        width: auto;
        clear: none;
        border: 1px solid #ccc;
        margin: 10px 5px 0 0;
        padding: 3px 10px;
        border-radius: 10px;
        cursor: pointer
    }

    .breadcrumb-filter .right-nav #storeFilterLink {
        display: block
    }

    .product-container .col-lg-2 {
        min-width: 214px
    }
}

@media screen and (max-width:575px) {
    .product-item-detail .esite-logo {
        width: 115px
    }

    .close-navbtn {
        display: block !important;
        top: 10px;
        position: absolute;
        right: 15px;
        z-index: 999
    }

        .close-navbtn a {
            color: #fff;
            cursor: pointer;
            text-decoration: none;
            font-size: 20px
        }

    header a i {
    }

    .banner {
        margin-top: 50px
    }

    .navbar-brand img {
        width: 185px
    }

    .navbar-dark .navbar-toggler:focus {
        outline: none !important;
        border: none
    }

    .navbar-dark .navbar-toggler {
        color: rgba(255,255,255,.5);
        border-color: #929292;
        border: none !important
    }

    .copyright ul {
        margin: 0 auto;
        margin: 0 auto;
        width: 100%
    }

    footer .copyright p {
        text-align: center
    }

    header .login {
        margin: 6px 15px 10px;
        text-align: center
    }

    .product-item-detail .product-img img {
        max-width: 100%
    }

    .breadcrumb-filter ul li a {
        padding-left: 9px;
        padding-left: 9px
    }

    .breadcrumb-filter .left-nav a {
        padding-left: 6px;
        padding-right: 2px
    }

    .breadcrumb-filter ul li a {
        padding-left: 8px;
        padding-right: 8px
    }

    .search-mobile-show {
        width: 79%
    }

    .product-detail-container .border-box .socail-icon p {
        font-size: 13px;
        margin-right: 10px
    }

    .signup-login {
        padding-right: 0
    }

    .product-detail-container .border-box .esite-logo-text {
        clear: left;
        border: 0;
        padding-left: 0;
        margin-top: 0
    }

    .product-detail-container .border-box .esite-logo {
        margin-top: -8px;
        margin-bottom: 15px
    }

    .product-container .col-lg-2 {
        min-width: 100px
    }

    .product-item-detail .star-point {
        float: none;
        clear: both
    }

    .product-item-detail .product-img {
        min-height: 170px;
        line-height: 170px;
        max-height: 170px
    }

    .product-item-detail .ad-div {
        min-height: 279px;
        max-height: 279px
    }
}

@media screen and (max-width:320px) {
    .navbar-toggler {
        padding: .25rem 0
    }
}

@media screen and (min-width:992px) {
    .product-container .col-lg-2 {
        min-width: 200px
    }

    .similar-div .col-lg-2 {
        min-width: 255px
    }
}
