/* Minification failed. Returning unminified contents.
(3709,55): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
(15725,51): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
 */
/*General*/
body {
    color: #333;
    font-family: Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: inherit;
    margin: 0;
    padding: 0;
    background: #f1f1f1;
}

input {
    -webkit-border-radius: 0;
}

textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

a {
    color: #333;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    a:hover {
        color: #fc0404;
    }

.wrap {
    overflow: hidden;
}

* {
    box-sizing: border-box;
    outline: none;
}

img {
    height: auto !important;
    max-width: 100% !important;
}

ul {
    padding: 0;
    list-style: none;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

.container {
    max-width: 1200px;
    width: 100%;
}

input, input:focus, input:hover {
    outline: none;
}

p {
    line-height: 24px;
}

blockquote {
    border-left: 5px solid #1b1d1f;
    color: #999;
    font-size: 16px;
    line-height: 30px;
    padding: 0 30px;
}

.wrap-item.owl-theme .owl-controls {
    margin: 0;
}

    .wrap-item.owl-theme .owl-controls .owl-buttons div.owl-prev {
        left: -32px;
    }

    .wrap-item.owl-theme .owl-controls .owl-buttons div.owl-next {
        right: -32px;
    }

    .wrap-item.owl-theme .owl-controls .owl-buttons div {
        background: transparent;
        border-radius: 0;
        color: #fff;
        display: block;
        font-size: inherit;
        height: 32px;
        margin: -16px 0 0;
        opacity: 0;
        padding: 0;
        position: absolute;
        top: 50%;
        width: 32px;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        background: #b2b2b2;
        line-height: 32px;
    }

.wrap-item.owl-theme:hover .owl-controls .owl-buttons div {
    opacity: 1;
}

.wrap-item.owl-theme .owl-controls .owl-buttons div:hover {
    background: #2b2b2b;
}

.wrap-item.owl-theme:hover .owl-controls .owl-buttons div.owl-prev {
    left: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.wrap-item.owl-theme:hover .owl-controls .owl-buttons div.owl-next {
    right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
/*Header*/
.top-header {
    background-color: #fafafa;
    border-bottom: 1px solid #e8e8e8;
}

.top-menu {
    font-size: 0;
    margin: 0;
}

    .top-menu li {
        border-left: 1px solid #e8e8e8;
        display: inline-block;
        font-size: 14px;
        padding: 10px 13px;
    }

        .top-menu li:first-child {
            border: none;
        }

    .top-menu a {
        color: #666;
        font-size: 12px;
    }

        .top-menu a:hover {
            color: #fc0404;
        }

.top-info {
    float: right;
    margin: 0;
}

    .top-info > li {
        border-left: 1px solid #e8e8e8;
        float: left;
        padding: 10px 13px;
        position: relative;
    }

        .top-info > li > a {
            font-size: 12px;
            color: #666;
        }

        .top-info > li:first-child {
            border: medium none;
        }

.sub-menu-top {
    background: #fafafa none repeat scroll 0 0;
    border: 10px solid #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 0;
    top: 100%;
    width: 170px;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
    text-align: left;
}

.top-info .has-child:hover .sub-menu-top {
    margin-top: 2px;
    opacity: 1;
    visibility: visible;
}

.language-selected img {
    margin-right: 5px;
}

.sub-menu-top li {
    border-bottom: 1px solid #fff;
    padding: 5px 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    .sub-menu-top li:hover {
        background: #fc0404;
    }

        .sub-menu-top li:hover a {
            color: #fff;
        }

    .sub-menu-top li:last-child {
        border: none;
    }

.top-language .sub-menu-top img {
    margin-right: 10px;
}

.top-currency .sub-menu-top {
    width: 110px;
}

.top-language .sub-menu-top {
    width: 130px;
}

.sub-menu-top a {
    color: #666;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.top-currency .sub-menu-top span {
    margin: 0 16px 0 6px;
}

.sub-menu-top a i {
    display: inline-block;
    width: 22px;
}

.sub-menu-top a:hover {
    color: #e62e04;
}

.has-child > a::after {
    content: "\f107";
    font-family: fontawesome;
    margin-left: 5px;
}

.smart-search {
    margin-left: -30px;
    margin-right: 50px;
    padding: 0 0 0 183px;
    position: relative;
}

.select-category {
    border: 1px solid #ccc;
    height: 45px;
    left: 0;
    position: absolute;
    top: 0;
    width: 183px;
}

.smart-search-form {
    position: relative;
}

    .smart-search-form input[type="text"] {
        border-color: #ccc;
        border-style: solid;
        border-width: 1px 0;
        color: #999;
        height: 45px;
        padding: 0 25px;
        width: 100%;
    }

    .smart-search-form input[type="submit"] {
        background: #f9bc02 url(/Content/images/home1/icon-search.png) no-repeat scroll center center;
        border: medium none;
        height: 45px;
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
    }

.select-category .category-toggle-link {
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    text-transform: uppercase;
    position: relative;
    color: #333;
}

    .select-category .category-toggle-link::after {
        position: absolute;
        right: 13px;
        top: 0;
        font-family: fontawesome;
        content: "\f107";
    }

.list-category-toggle {
    left: 0;
    position: absolute;
    top: 100%;
}

    .list-category-toggle.sub-menu-top {
        margin-top: 1px;
        width: 100%;
        opacity: 1;
        visibility: visible;
        display: none;
    }

.header-mini-cart {
    border: 1px solid #ccc;
    display: block;
    height: 45px;
    line-height: 45px;
    padding-left: 68px;
    position: relative;
    text-transform: uppercase;
}

.mini-cart {
    margin-left: -50px;
    position: relative;
}

.header-mini-cart::before {
    background: #fc0404 url(/Content/images/home1/icon-cart.png) no-repeat scroll center center;
    content: "";
    height: 45px;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 50px;
}

.header-mini-cart .total-mini-cart-item {
    color: #333;
}

.total-mini-cart-price {
    color: #fc0404;
}

.content-mini-cart {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 3px 4px -1px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
    opacity: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    width: 300px;
    z-index: 9999;
}

.mini-cart:hover .content-mini-cart {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

.content-mini-cart h2 {
    font-size: 14px;
    margin: 0;
}

.list-mini-cart-item li {
    border-bottom: 1px solid #e9e9e9;
    display: table;
    padding: 20px 0;
}

.mini-cart-edit {
    display: table-cell;
}

    .mini-cart-edit a {
        color: #999;
        display: block;
        margin-right: 5px;
    }

.mini-cart-thumb {
    display: table-cell;
    vertical-align: top;
}

    .mini-cart-thumb img {
        transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
        width: 70px;
    }

.mini-cart-info {
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
}

    .mini-cart-info h3 {
        font-size: 14px;
        margin: 0 0 5px;
    }

        .mini-cart-info h3 a {
            color: #666;
        }

.info-price span {
    color: #e62e04;
    margin-right: 10px;
}

.info-price del {
    color: #999;
}

.qty-product {
    border: 1px solid #e9e9e9;
    font-size: 0;
    margin-top: 10px;
    max-width: 100px;
}

    .qty-product .qty-num {
        border-left: 1px solid #e9e9e9;
        border-right: 1px solid #e9e9e9;
        cursor: auto;
        width: 58px;
    }

    .qty-product span {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        padding: 0;
        text-align: center;
        width: 20px;
    }

        .qty-product span:hover {
            color: #333;
        }

.mini-cart-total {
    display: table;
    font-size: 18px;
    text-transform: uppercase;
    width: 100%;
}

    .mini-cart-total label {
        color: #999;
        display: table-cell;
        font-size: 14px;
        font-weight: 400;
        margin: 0;
    }

    .mini-cart-total span {
        display: table-cell;
        text-align: right;
    }

.mini-cart-button {
    display: table;
    margin-top: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.mini-cart-view {
    background: #F9BC02 none repeat scroll 0 0;
}

.mini-cart-button a {
    color: #fff;
    display: table-cell;
    height: 40px;
    line-height: 40px;
    position: relative;
    overflow: hidden;
}

    .mini-cart-button a::before {
        background: rgba(0,0,0,0.1);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        z-index: 9;
        transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
        opacity: 0;
    }

    .mini-cart-button a:hover::before {
        opacity: 1;
    }

.mini-cart-checkout {
    background: #fc0404 none repeat scroll 0 0;
}

.list-mini-cart-item {
    margin: 0 0 5px;
}

.mini-cart-info h3 a:hover {
    color: #333;
}

.mini-cart-thumb a {
    display: block;
    overflow: hidden;
}

    .mini-cart-thumb a:hover img {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
    }

.title-category-dropdown {
    background: #f9bc02 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
}

.header {
    background-image: url(/Content/images/header-background.png);
    background-color: #1795d1;
}

.header-main {
    margin: 15px 0;
}

.header-nav {
    margin-top: 0;
}

.title-category-dropdown::after {
    content: "\f0c9";
    font-family: fontawesome;
    position: absolute;
    right: 20px;
    top: 0;
}

.wrap-category-dropdown {
    background: #fff none repeat scroll 0 0;
    left: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 99;
}

.list-category-dropdown {
    margin: 0;
}

.wrap-category-dropdown .expand-category-link {
    background: #f9bc02 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-family: fontawesome;
    font-weight: 400;
    height: 11px;
    line-height: 2px;
    margin-top: -1px;
    padding-top: 4px;
    position: relative;
    text-align: center;
    z-index: 9;
}

    .wrap-category-dropdown .expand-category-link::before {
        content: "\f0d7";
    }

    .wrap-category-dropdown .expand-category-link.expanding::before {
        content: "\f0d8";
    }

.cat-mega-menu {
    background: #fff none repeat scroll 0 0;
    left: 100%;
    position: absolute;
    top: 0;
    border: 1px solid #e5e5e5;
    padding: 20px 30px;
    margin-left: 100px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    opacity: 0;
    visibility: hidden;
}

.list-category-dropdown > li.has-cat-mega:hover > .cat-mega-menu {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
}

.list-category-dropdown > li:hover::before {
    background: #fc0404 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 4px;
    z-index: 10;
}



.cat-mega-menu.cat-mega-style2 {
    width: 750px;
}

    .cat-mega-menu.cat-mega-style2 .title-cat-mega-menu {
        margin-bottom: 20px;
    }

    .cat-mega-menu.cat-mega-style2 .item-category-featured-product {
        margin: 0 -15px;
    }

        .cat-mega-menu.cat-mega-style2 .item-category-featured-product.first-item {
            border: none;
        }

.title-cat-mega-menu {
    border-bottom: 1px solid #e5e5e5;
    border-left: 3px solid #fc0404;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px;
    padding-bottom: 12px;
    padding-left: 15px;
    text-transform: uppercase;
}

.list-cat-mega-menu a {
    color: #666;
}

.list-cat-mega-menu li {
    color: #ccc;
    list-style: outside none circle;
    margin-bottom: 7px;
    padding-left: 5px;
}

.list-cat-mega-menu > ul {
    padding-left: 12px;
}

.category-dropdown {
    position: relative;
}

.list-category-dropdown > li {
    padding: 0 20px;
    position: relative;
}

.list-category-dropdown a:hover {
    color: #fc0404;
}

.list-category-dropdown > li > a {
    border-top: 1px solid #e8e8e8;
    display: block;
    padding: 9px 20px 10px 0;
    line-height: 20px;
}

.list-category-dropdown > li:first-child > a {
    border-top: 1px solid #fff;
}

.list-category-dropdown > li > img {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.main-nav {
    background-color: #fc0404;
}

.no-vertical-menu .main-nav {
    margin: 0;
}

.toggle-mobile-menu {
    display: none;
    position: relative;
}

    .toggle-mobile-menu::after {
        background: #ff9d00;
        content: "";
        position: absolute;
        font-family: fontawesome;
        color: #fff;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        top: 0;
        right: 0;
    }

.main-nav > ul {
    font-size: 0;
    margin: 0;
    position: relative;
}

    .main-nav > ul > li {
        display: inline-block;
        font-size: 14px;
    }

        .main-nav > ul > li.menu-item-has-children {
            position: relative;
        }

    .main-nav > ul li > .sub-menu {
        z-index: 9999;
        background: #fff none repeat scroll 0 0;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
        left: 0;
        margin-top: 30px;
        opacity: 0;
        padding: 0;
        position: absolute;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        visibility: hidden;
        width: 200px;
    }

    .main-nav > ul li:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
    }

    .main-nav > ul > li .sub-menu > li {
        padding: 0 20px;
    }

        .main-nav > ul > li .sub-menu > li:first-child > a {
            border: none;
        }

        .main-nav > ul > li .sub-menu > li > a {
            border-top: 1px solid #e5e5e5;
            color: #666;
            display: block;
            padding: 10px 0px;
            text-transform: capitalize;
            -webkit-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
        }

    .main-nav > ul > li > a {
        color: #fff;
        display: block;
        font-weight: 700;
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        position: relative;
    }

    .main-nav > ul > li:hover > a,
    .main-nav > ul li.current-menu-ancestor > a {
        background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    }

    .main-nav > ul > li .sub-menu > li:hover > a {
        color: #fc0404;
    }

    .main-nav > ul > li > .sub-menu::after {
        position: absolute;
        top: -10px;
        left: 40px;
        font-family: fontawesome;
        content: "\f0d8";
        color: #fff;
    }

    .main-nav > ul > li.menu-item-has-children > a::after {
        content: "";
        font-family: fontawesome;
        margin-left: 5px;
    }

    .main-nav > ul > li.menu-item-has-children li.menu-item-has-children > a {
        position: relative;
        padding-right: 15px;
    }

    .main-nav > ul > li.menu-item-has-children li.menu-item-has-children {
        position: relative;
    }

        .main-nav > ul > li.menu-item-has-children li.menu-item-has-children > .sub-menu {
            left: 100%;
            top: 0;
        }

        .main-nav > ul > li.menu-item-has-children li.menu-item-has-children > a::after {
            content: "\f105";
            font-family: fontawesome;
            right: 0px;
            top: 12px;
            position: absolute;
            font-size: 14px;
        }
/*Mega Menu*/
.mega-menu {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 4px 12px rgba(254, 156, 0, 0.75);
    left: 0;
    margin-top: 30px;
    opacity: 0;
    padding: 10px;
    position: absolute;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: 9999;
}

.main-nav > ul > li.has-mega-menu:hover > .mega-menu {
    opacity: 1;
    margin-top: 0px;
    visibility: visible;
}

.mega-menu-title {
    border-bottom: 1px solid #e5e5e5;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.mega-menu .owl-controls {
    position: absolute;
    right: 0;
    top: -57px;
}

.mega-new-arrival-slider .owl-controls {
    right: 10px;
}

.mega-menu .wrap-item.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 0;
    opacity: 1;
    position: static;
    width: 20px;
}

.mega-hot-deal .social-deal.social-network {
    margin-top: 20px;
}

.mega-new-arrival {
    border-left: 1px solid #e5e5e5;
    margin-left: -10px;
    padding-left: 20px;
}

.mega-new-arrival-slider .item-product, .mega-hot-deal-slider .item-deal-product {
    margin: 0;
}

.mega-new-arrival-slider .item {
    padding: 0 10px;
}

.mega-new-arrival-slider {
    margin: 0 -10px;
}

.mega-hot-deal-slider, .mega-new-arrival-slider {
    position: relative;
}

.mega-adv-info > h3 {
    font-size: 16px;
    font-weight: 700;
}

.mega-adv {
}

.mega-adv-info .more-detail {
    border: 1px solid #e5e5e5;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
    color: #999;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

    .mega-adv-info .more-detail:hover {
        border-color: #fc0404;
        color: #fc0404;
    }

.mega-adv-info > p {
    color: #666;
    margin-bottom: 15px;
}

.main-nav > ul > li.has-mega-menu > a::after {
    content: "";
    font-family: fontawesome;
    margin-left: 5px;
}

.main-nav > ul > li.has-mega-menu:hover > a::before {
    top: 17px;
    opacity: 1;
}

.main-nav.main-nav2 > ul > li.has-mega-menu:hover > a::before {
    top: 22px;
}

.main-nav.main-nav4 > ul > li.has-mega-menu:hover > a::before {
    top: 22px;
}

.main-nav.main-nav5 > ul > li.has-mega-menu:hover > a::before {
    top: 22px;
}

.main-nav.main-nav6 > ul > li.has-mega-menu:hover > a::before {
    top: 22px;
}

.main-nav.main-nav10 > ul > li.has-mega-menu:hover > a::before {
}

.main-nav.main-nav6 > ul > li .sub-menu > li:hover > a {
    color: #4BAE4F;
}

.main-nav > ul > li.has-mega-menu > a::before {
    color: #fff;
    content: "";
    font-family: fontawesome;
    left: 50%;
    margin-left: -5px;
    opacity: 0;
    position: absolute;
    top: 47px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    z-index: 99999;
}
/*End Mega Menu*/
/*Banner Slider*/
.banner-slider {
    position: relative;
}
/*Services*/
.service-box {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    display: table;
    padding: 0px 40px;
    width: 100%;
}

.service-thumb {
    display: table-cell;
}

.service-info {
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
}

    .service-info h2 {
        font-size: 16px;
        font-weight: 700;
        margin: 0 0 5px;
        text-transform: uppercase;
    }

        .service-info h2 a {
            color: #fff;
        }

    .service-info p {
        color: #fff;
        margin: 0;
    }

.inner-list-service {
    background: #fc0404 none repeat scroll 0 0;
    padding: 24px 0;
    position: relative;
}

    .inner-list-service .close-service-box {
        color: #fff;
        position: absolute;
        right: 9px;
        top: 4px;
    }

.service-thumb > a {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: inline-block;
}

    .service-thumb > a:hover {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

.title-tab-product h2 {
    border: 1px solid #e8e8e8;
    font-weight: 700;
    margin: 0;
    padding: 13px 20px;
    text-transform: uppercase;
    background: #f4f4f4;
}

.list-tab-product {
    margin-top: 50px;
    min-height: 375px;
}

.title-tab-product li a {
    border: 1px solid #e8e8e8;
    color: #333;
    display: block;
    font-weight: 700;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.title-tab-product ul {
    margin: 0;
}

.title-tab-product li {
    margin-top: 5px;
}

    .title-tab-product li.active a, .title-tab-product li:hover a {
        background: #f9bc02;
        color: #fff;
        border-color: #f9bc02;
    }

.product-tab-slider .item {
    padding: 6px 15px 0;
}



.content-tab-product {
    overflow: hidden;
    margin-top: -6px;
}

    .content-tab-product .tab-pane {
        display: none;
    }

        .content-tab-product .tab-pane.active {
            display: block;
        }

.product-tab-slider {
    margin: 0 -15px;
}



    .product-tab-slider .wrap-item.owl-theme:hover .owl-controls .owl-buttons div.owl-prev {
        left: 15px;
    }

    .product-tab-slider .wrap-item.owl-theme:hover .owl-controls .owl-buttons div.owl-next {
        right: 15px;
    }







.product-rating {
    background: rgba(0, 0, 0, 0) url(/Content/images/grid/bg-rate.png) repeat-x scroll 0 0;
    height: 14px;
    margin-top: 9px;
    position: relative;
    width: 70px;
}

.inner-rating {
    background: rgba(0, 0, 0, 0) url(/Content/images/grid/rate-star.png) repeat-x scroll 0 0;
    height: 14px;
}

.product-rating span {
    color: #999;
    font-size: 12px;
    position: absolute;
    right: -26px;
    top: -2px;
}

.product-extra-link {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    font-size: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

    .product-extra-link a:hover {
        background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    }

    .product-extra-link::before {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(255,255,255,0.5);
        top: 0px;
        left: -100%;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .product-extra-link:hover::before {
        left: 100%;
    }

    .product-extra-link a {
        color: #fff;
        display: inline-block;
        height: 40px;
        line-height: 40px;
        margin: 0;
        width: 40px;
        font-size: 13px;
    }

        .product-extra-link a:hover {
            color: #fc0404;
        }



.product-list .product-info-cart .addcart-link {
    background: #fc0404 none repeat scroll 0 0;
}

.product-list .product-extra-link {
    background: transparent none repeat scroll 0 0;
    padding: 0;
}

    .product-list .product-extra-link a {
        border: 1px solid #e8e8e8;
        color: #666;
        display: inline-block;
        font-size: 14px;
        height: 36px;
        line-height: 36px;
        margin: 10px 10px 0 0;
        text-align: center;
        width: 36px;
    }

        .product-list .product-extra-link a:hover {
            color: #fc0404;
        }

        .product-list .product-extra-link a:last-child {
            margin-right: 0;
        }

.product-list .product-extra-link {
    background: transparent none repeat scroll 0 0;
    font-size: 0;
    padding: 0;
    text-align: left;
}


.product-thumb-link img, .item-product-bestseller .product-thumb img {
    width: 100%;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.hot-deal-product-thumb .product-thumb-link:hover img, .item-product-bestseller .product-thumb:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
}

.product-list .product-thumb {
    overflow: visible;
}

.product-list .product-info-cart {
    left: auto;
    right: 0;
    top: 35px;
    transform: translate(0px);
    -webkit-transform: translate(0px);
    width: 130px;
}

.product-desc {
    border-top: 1px solid #e8e8e8;
    margin: 0;
    padding-top: 20px;
}

.product-list .title-product {
    font-size: 18px;
}

.product-list .product-info {
    margin-bottom: 25px;
    padding: 0;
    position: relative;
}

.product-code {
    margin-top: 6px;
}

    .product-code > label {
        color: #666;
        font-weight: 400;
        margin: 0;
    }

    .product-code > span {
        color: #999;
    }

.product-stock > label {
    color: #666;
    font-weight: 400;
    margin: 0;
}

.product-stock {
    margin-top: 7px;
}

    .product-stock > span {
        color: #fc0404;
    }

.product-list .item-product {
    padding: 20px 30px;
}

.percent-saleoff label {
}

.product-list .percent-saleoff {
    display: none;
}

.item-adv-simple a {
    display: block;
    position: relative;
    overflow: hidden;
}

    .item-adv-simple a img {
        width: 100%;
    }

    .item-adv-simple a::before {
        border-bottom: 1px solid rgba(255, 255, 255, 0.8);
        border-top: 1px solid rgba(255, 255, 255, 0.8);
        bottom: 20px;
        content: "";
        left: 20px;
        position: absolute;
        right: 20px;
        top: 20px;
        transform: scale(0, 1);
        -webkit-transform: scale(0, 1);
        -moz-transform: scale(0, 1);
        z-index: 9;
    }

.category-home-total {
    float: left;
    width: 17%;
}

.banner-home-category {
    float: left;
    width: 23.5%;
}

.featured-product-category {
    float: left;
    width: 59.5%;
    overflow: hidden;
    margin-top: -5px;
    padding-top: 5px;
}

.category-product-featured {
    border-top: 1px solid rgba(237, 50, 30, 1);
}

.item-category-featured-product {
    border-left: 1px solid #e8e8e8;
    padding: 0 20px;
}

    .item-category-featured-product .product-info {
        padding: 20px 0 23px;
    }

    .item-category-featured-product .product-thumb {
        padding: 10px 0;
        border-bottom: 1px solid #e8e8e8;
    }

.featured-product-category .owl-carousel .owl-wrapper-outer {
    margin-top: -5px;
    padding-top: 5px;
}

.category-home-label span {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    vertical-align: middle;
}

.category-home-label {
    background: rgba(237,50,30,1) none repeat scroll 0 0;
    height: 40px;
    padding: 7px 15px;
}

    .category-home-label img {
        display: inline-block;
        margin-right: 8px;
        vertical-align: middle;
    }

.item-filter span {
    color: #fff;
    display: block;
}

.item-filter {
    padding: 12px 0;
    text-align: center;
}

    .item-filter > a {
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        display: block;
    }

.category-filter-slider {
    background: rgba(237, 50, 30, 0.8) none repeat scroll 0 0;
}

.item-filter span {
    color: #fff;
    display: block;
}

.item-filter {
    padding: 12px 0;
    text-align: center;
}

    .item-filter a {
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        display: block;
    }

.list-child-category a {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    color: #333333;
    display: block;
    padding: 9px 20px;
    position: relative;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.list-child-category {
    min-height: 175px;
}

    .list-child-category a:hover {
        border-bottom: 1px solid #e8e8e8;
        border-top: 1px solid #e8e8e8;
        color: rgba(237,50,30,1);
    }

        .list-child-category a:hover::before {
            position: absolute;
            top: 0;
            left: 0;
            width: 3px;
            height: 100%;
            content: "";
            background: rgba(237,50,30,1);
        }

    .list-child-category ul {
        margin: 0;
        padding: 6px 0;
    }

.item-category-brand {
    text-align: center;
}

.tab-category-info h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}

.tab-category-info h3 {
    font-size: 18px;
    margin: 0;
}

.tab-category-info {
    color: #fff;
    margin-top: 45px;
    padding: 0 40px;
    text-transform: uppercase;
}

    .tab-category-info p {
        font-size: 18px;
        margin: 10px 0 0;
    }

.tab-category-thumb {
    background: rgba(0, 0, 0, 0) radial-gradient(rgba(255, 255, 255, 0.5), rgba(237, 50, 30, 1)) repeat scroll 0 0;
    height: 270px;
    position: relative;
    text-align: center;
}

    .tab-category-thumb::before {
    }

    .tab-category-thumb img {
        bottom: 0;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
    }

.category-brand-slider {
    overflow: hidden;
    border-top: 1px solid #e8e8e8;
}

.featured-product-category .wrap-item.owl-theme .owl-controls .owl-buttons div {
    top: 120px;
}

.category-brand-slider .wrap-item.owl-theme .owl-controls .owl-buttons div {
    height: 20px;
    line-height: 20px;
    margin: -10px 0 0;
    width: 20px;
}

    .category-brand-slider .wrap-item.owl-theme .owl-controls .owl-buttons div.owl-prev {
        left: -20px;
    }

    .category-brand-slider .wrap-item.owl-theme .owl-controls .owl-buttons div.owl-next {
        right: -20px;
    }

.category-brand-slider .wrap-item.owl-theme:hover .owl-controls .owl-buttons div.owl-prev {
    left: 0px;
}

.category-brand-slider .wrap-item.owl-theme:hover .owl-controls .owl-buttons div.owl-next {
    right: 0px;
}

.main-content-home {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 50px 0;
}

.category-product-featured {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 50px;
}

.box-adv-col2 {
    margin-bottom: 50px;
    padding: 0 10px;
}

    .box-adv-col2 .item-adv-simple {
        margin: 0 -10px;
    }

.item-adv-simple a::after {
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    bottom: 20px;
    content: "";
    left: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    z-index: 9;
}
/*Start Color Box*/
/*Red*/
.category-product-featured.red-box {
    border-color: rgba(250, 97, 101, 1);
}

    .category-product-featured.red-box .category-home-label {
        background-color: rgba(250, 97, 101, 1);
    }

    .category-product-featured.red-box .category-filter-slider {
        background-color: rgba(250, 97, 101, 0.8);
    }

    .category-product-featured.red-box .list-child-category a:hover::before {
        background-color: rgba(250, 97, 101, 1);
    }

    .category-product-featured.red-box .list-child-category a:hover {
        color: rgba(250, 97, 101, 1);
    }

    .category-product-featured.red-box .percent-saleoff::after {
        border-top: 12px solid rgba(250, 97, 101, 1);
    }

    .category-product-featured.red-box .percent-saleoff {
        background-color: rgba(250, 97, 101, 1);
    }

    .category-product-featured.red-box .product-info-cart .addcart-link {
        background-color: rgba(250, 97, 101, 1);
    }

    .category-product-featured.red-box .product-extra-link a:hover {
        color: rgba(250, 97, 101, 1);
    }

    .category-product-featured.red-box .title-product a:hover {
        color: rgba(250, 97, 101, 1);
    }

    .category-product-featured.red-box .info-price span {
        color: rgba(250, 97, 101, 1);
    }
/*Yellow*/
.category-product-featured.yellow-box {
    border-color: rgba(250, 187, 41, 1);
}

    .category-product-featured.yellow-box .category-home-label {
        background-color: rgba(250, 187, 41, 1);
    }

    .category-product-featured.yellow-box .category-filter-slider {
        background-color: rgba(250, 187, 41, 0.8);
    }

    .category-product-featured.yellow-box .list-child-category a:hover::before {
        background-color: rgba(250, 187, 41, 1);
    }

    .category-product-featured.yellow-box .list-child-category a:hover {
        color: rgba(250, 187, 41, 1);
    }

    .category-product-featured.yellow-box .percent-saleoff::after {
        border-top: 12px solid rgba(250, 187, 41, 1);
    }

    .category-product-featured.yellow-box .percent-saleoff {
        background-color: rgba(250, 187, 41, 1);
    }

    .category-product-featured.yellow-box .product-info-cart .addcart-link {
        background-color: rgba(250, 187, 41, 1);
    }

    .category-product-featured.yellow-box .product-extra-link a:hover {
        color: rgba(250, 187, 41, 1);
    }

    .category-product-featured.yellow-box .title-product a:hover {
        color: rgba(250, 187, 41, 1);
    }

    .category-product-featured.yellow-box .info-price span {
        color: rgba(250, 187, 41, 1);
    }
/*Pink*/
.category-product-featured.pink-box {
    border-color: rgba(199, 83, 71, 1);
}

    .category-product-featured.pink-box .category-home-label {
        background-color: rgba(199, 83, 71, 1);
    }

    .category-product-featured.pink-box .category-filter-slider {
        background-color: rgba(199, 83, 71, 0.8);
    }

    .category-product-featured.pink-box .list-child-category a:hover::before {
        background-color: rgba(199, 83, 71, 1);
    }

    .category-product-featured.pink-box .list-child-category a:hover {
        color: rgba(199, 83, 71, 1);
    }

    .category-product-featured.pink-box .percent-saleoff::after {
        border-top: 12px solid rgba(199, 83, 71, 1);
    }

    .category-product-featured.pink-box .percent-saleoff {
        background-color: rgba(199, 83, 71, 1);
    }

    .category-product-featured.pink-box .product-info-cart .addcart-link {
        background-color: rgba(199, 83, 71, 1);
    }

    .category-product-featured.pink-box .product-extra-link a:hover {
        color: rgba(199, 83, 71, 1);
    }

    .category-product-featured.pink-box .title-product a:hover {
        color: rgba(199, 83, 71, 1);
    }

    .category-product-featured.pink-box .info-price span {
        color: rgba(199, 83, 71, 1);
    }
/*Blue*/
.category-product-featured.blue-box {
    border-color: rgba(119, 163, 211, 1);
}

    .category-product-featured.blue-box .category-home-label {
        background-color: rgba(119, 163, 211, 1);
    }

    .category-product-featured.blue-box .category-filter-slider {
        background-color: rgba(119, 163, 211, 0.8);
    }

    .category-product-featured.blue-box .list-child-category a:hover::before {
        background-color: rgba(119, 163, 211, 1);
    }

    .category-product-featured.blue-box .list-child-category a:hover {
        color: rgba(119, 163, 211, 1);
    }

    .category-product-featured.blue-box .percent-saleoff::after {
        border-top: 12px solid rgba(119, 163, 211, 1);
    }

    .category-product-featured.blue-box .percent-saleoff {
        background-color: rgba(119, 163, 211, 1);
    }

    .category-product-featured.blue-box .product-info-cart .addcart-link {
        background-color: rgba(119, 163, 211, 1);
    }

    .category-product-featured.blue-box .product-extra-link a:hover {
        color: rgba(119, 163, 211, 1);
    }

    .category-product-featured.blue-box .title-product a:hover {
        color: rgba(119, 163, 211, 1);
    }

    .category-product-featured.blue-box .info-price span {
        color: rgba(119, 163, 211, 1);
    }
/*Green*/
.category-product-featured.green-box {
    border-color: rgba(21, 193, 215, 1);
}

    .category-product-featured.green-box .category-home-label {
        background-color: rgba(21, 193, 215, 1);
    }

    .category-product-featured.green-box .category-filter-slider {
        background-color: rgba(21, 193, 215, 0.8);
    }

    .category-product-featured.green-box .list-child-category a:hover::before {
        background-color: rgba(21, 193, 215, 1);
    }

    .category-product-featured.green-box .list-child-category a:hover {
        color: rgba(21, 193, 215, 1);
    }

    .category-product-featured.green-box .percent-saleoff::after {
        border-top: 12px solid rgba(21, 193, 215, 1);
    }

    .category-product-featured.green-box .percent-saleoff {
        background-color: rgba(21, 193, 215, 1);
    }

    .category-product-featured.green-box .product-info-cart .addcart-link {
        background-color: rgba(21, 193, 215, 1);
    }

    .category-product-featured.green-box .product-extra-link a:hover {
        color: rgba(21, 193, 215, 1);
    }

    .category-product-featured.green-box .title-product a:hover {
        color: rgba(21, 193, 215, 1);
    }

    .category-product-featured.green-box .info-price span {
        color: rgba(21, 193, 215, 1);
    }
/*Violet*/
.category-product-featured.violet-box {
    border-color: rgba(250, 139, 174, 1);
}

    .category-product-featured.violet-box .category-home-label {
        background-color: rgba(250, 139, 174, 1);
    }

    .category-product-featured.violet-box .category-filter-slider {
        background-color: rgba(250, 139, 174, 0.8);
    }

    .category-product-featured.violet-box .list-child-category a:hover::before {
        background-color: rgba(250, 139, 174, 1);
    }

    .category-product-featured.violet-box .list-child-category a:hover {
        color: rgba(250, 139, 174, 1);
    }

    .category-product-featured.violet-box .percent-saleoff::after {
        border-top: 12px solid rgba(250, 139, 174, 1);
    }

    .category-product-featured.violet-box .percent-saleoff {
        background-color: rgba(250, 139, 174, 1);
    }

    .category-product-featured.violet-box .product-info-cart .addcart-link {
        background-color: rgba(250, 139, 174, 1);
    }

    .category-product-featured.violet-box .product-extra-link a:hover {
        color: rgba(250, 139, 174, 1);
    }

    .category-product-featured.violet-box .title-product a:hover {
        color: rgba(250, 139, 174, 1);
    }

    .category-product-featured.violet-box .info-price span {
        color: rgba(250, 139, 174, 1);
    }
/*End Color Box*/
.item-adv-simple a:hover::before, .item-adv-simple a:hover::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.list-partner {
    border-left: 1px solid #e8e8e8;
}

.partner-link {
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    display: block;
    float: left;
    overflow: hidden;
    width: 14.285%;
    background: #fff;
}

    .partner-link:hover img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .partner-link img {
        width: 100%;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

.logo-footer {
    display: inline-block;
    margin-right: 35px;
    vertical-align: middle;
}

.menu-footer {
    display: inline-block;
    vertical-align: middle;
}

    .menu-footer ul {
        font-size: 0;
        margin: 0;
    }

    .menu-footer li {
        display: inline-block;
        font-size: 14px;
    }

    .menu-footer a {
        border-left: 1px solid #dadada;
        display: block;
        height: 14px;
        line-height: 14px;
        padding: 0 13px;
    }

.super-deal-header {
    background: none repeat scroll 0 0 #f9bc02;
    color: #FFFFFF;
    padding: 15px 30px;
    margin-bottom: 30px;
}

.supper-deal-title h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 8px 0 -3px;
    text-transform: uppercase;
}

.supper-deal-title p {
    font-size: 18px;
}

.super-deal-countdown {
    float: right;
    height: 70px;
    position: relative;
    width: 280px;
}



.product-info .desc {
    color: #666;
    text-align: justify;
}

.info-price-deal span {
    color: #fc0404;
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
}

.info-price-deal label {
    background: #ed321e none repeat scroll 0 0;
    color: #fff;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    margin: 2px 0 0 7px;
    padding: 0 5px;
    vertical-align: middle;
}

.info-price-deal del {
    color: #999;
    display: block;
    margin-top: -3px;
}

.deal-shop-social .deal-shop-link:hover {
    background: #ED321E;
}

.deal-shop-social .deal-shop-link {
    background: #fc0404 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-right: 7px;
    padding: 0 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    vertical-align: top;
}

.super-deal-content .view-all-deal {
    color: #fff;
    display: block;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin: 0 auto 50px;
    width: 200px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .super-deal-content .view-all-deal::after {
        position: absolute;
        content: attr(data-hover);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #ED321E;
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px);
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .super-deal-content .view-all-deal span {
        display: block;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        background: #fc0404 none repeat scroll 0 0;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .super-deal-content .view-all-deal:hover::after {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    .super-deal-content .view-all-deal:hover span {
        -webkit-transform: translateX(200px);
        transform: translateX(200px);
    }

.social-deal.social-network {
    display: inline-block;
}

    .social-deal.social-network ul {
        margin: 0;
    }

.deal-shop-social {
    margin-top: 25px;
}

.super-deal-countdown .time_circles > div {
    border: 10px solid #fff;
    border-radius: 50%;
    font-weight: 700;
    height: 66px;
    margin-left: 2px;
    margin-top: -23px;
    position: absolute;
    text-align: center;
    width: 66px !important;
}

.super-deal-countdown .time_circles canvas {
    position: relative;
    z-index: 99;
}

.super-deal-countdown .number {
    border-bottom: 1px solid #fff;
    display: block;
    font-weight: 700;
    margin: 4px auto auto;
    width: 25px;
}

.super-deal-countdown .text {
    display: block;
    font-size: 10px;
}



.menu-footer a:hover {
    color: #fc0404;
}

.item-tags-category h2 {
    color: #FFFFFF;
    display: table-cell;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    width: 130px;
}

.item-tags-category span {
    display: block;
    padding: 10px 15px;
}

.item-tags-category ul {
    display: table-cell;
    font-size: 0;
    margin: 0;
    padding-left: 8px;
}

.item-tags-category li {
    display: inline-block;
    font-size: 14px;
}

.item-tags-category a:hover {
    color: #F9BC02;
}

.item-tags-category a {
    border-right: 1px solid #999999;
    color: #999999;
    display: block;
    height: 13px;
    line-height: 13px;
    padding: 0 5px;
}

    .item-tags-category a.active {
        text-transform: uppercase;
        font-weight: 700;
    }

.list-tags-category {
    border-bottom: 1px solid #e8e8e8;
    padding: 35px 0;
}

.item-tags-category ul li:last-child a {
    border: none;
}

.copyright p {
    color: #333;
    margin: 0;
}

.copyright a {
    color: #999;
}

    .copyright a:hover {
        color: #F9BC02;
    }

.payment-method {
    text-align: right;
}



    .payment-method a:hover {
        top: -5px;
    }

    .payment-method a {
        display: inline-block;
        margin-left: 12px;
        position: relative;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        top: 0;
    }
/*Shop*/
.list-category-dropdown.first-hidden {
    display: none;
    box-shadow: 0 3px 4px -1px rgba(0, 0, 0, 0.2);
}

.content-shop {
    margin-top: 20px;
}

.left-sidebar .main-content {
    float: right;
}

.sidebar-shop .widget {
    border: 1px solid #e8e8e8;
    margin-bottom: 30px;
    padding: 22px 20px;
}

.sidebar-shop .widget-title {
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 12px;
    position: relative;
    text-transform: uppercase;
}

.adv-widget-thumb img {
    width: 100%;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.adv-widget-thumb:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.widget.widget-adv {
    border: medium none;
    padding: 0;
}

.title-widget-adv {
    background: #fc0404 none repeat scroll 0 0;
    color: #fff;
    font-weight: 700;
    margin: 0;
    padding: 11px 20px;
    text-transform: uppercase;
}

    .title-widget-adv > span {
        display: block;
        font-size: 18px;
        margin: 0 0 -5px;
    }

.item-widget-adv {
    position: relative;
}

.adv-widget-info {
    bottom: 110px;
    left: 0;
    padding: 25px;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    background: rgba(255,255,255,0.5);
}

    .adv-widget-info h3 {
        font-size: 18px;
        font-weight: 700;
        margin: 0;
    }

    .adv-widget-info h2 {
        color: #ED321E;
        font-weight: 700;
        margin: 0;
    }

        .adv-widget-info h2 span {
            font-size: 17px;
        }

.widget-adv .owl-theme .owl-controls .owl-page span {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 1px 3px 3px -1px rgba(0, 0, 0, 0.2);
    display: block;
    height: 18px;
    margin: 0 4px;
    opacity: 1;
    width: 18px;
}

.widget-adv .owl-theme .owl-controls .owl-page:hover span, .widget-adv .owl-theme .owl-controls .owl-page.active span {
    background: #e62e04;
}

.widget-adv .owl-theme .owl-controls {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

.widget.widget-vote p {
    color: #666;
}

.widget.widget-vote a {
    color: #666;
    padding-left: 20px;
    background: url(/Content/images/grid/un-vote.png) no-repeat left center;
}

    .widget.widget-vote a.active {
        background: url(/Content/images/grid/vote.png) no-repeat left center;
    }

.widget.widget-vote li {
    margin-bottom: 10px;
}

.widget.widget-vote button:hover {
    background: #fc0404;
}

.widget.widget-vote button {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 36px;
    margin: 10px 0 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 100px;
}

.widget.widget-filter .widget-title::after {
    width: 13px;
    content: "";
    height: 13px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/Content/images/grid/sub.png) no-repeat center center;
}

.widget.widget-filter .widget-title.active::after {
    background: url(/Content/images/grid/add.png) no-repeat center center;
}

.box-filter {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
}

    .box-filter:last-child {
        border: medium none;
        margin: 0;
    }

    .box-filter li {
        margin-bottom: 5px;
    }

        .box-filter li a:hover {
            color: #fc0404;
        }

        .box-filter li a {
            color: #666;
            padding-left: 20px;
            background: url(/Content/images/grid/un-check.jpg) no-repeat left center;
        }

            .box-filter li a.active {
                background: url(/Content/images/grid/check.jpg) no-repeat left center;
            }

.list-color-filter a {
    border: 1px solid #ccc;
    display: inline-block;
    height: 22px;
    margin-bottom: 4px;
    margin-right: 7px;
    width: 22px;
}

    .list-color-filter a.active {
        background: url(/Content/images/grid/check.jpg) no-repeat right bottom;
    }

    .list-color-filter a:hover {
        border: 1px solid #ED321E;
    }

.box-filter ul {
    margin: 0 0 20px;
}

.list-color-filter {
    margin: 0 0 15px;
}

.box-filter:last-child ul {
    margin: 0;
}

.range-filter > label {
    font-weight: 400;
    margin: 0 4px 0 0;
}

.range-filter {
    color: #666;
}

    .range-filter #amount {
        display: inline-block;
        margin-right: 4px;
        vertical-align: top;
    }

        .range-filter #amount > span {
            border: 1px solid #e8e8e8;
            display: inline-block;
            height: 30px;
            line-height: 30px;
            text-align: center;
            width: 59px;
        }

.btn-filter {
    background: #fc0404 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 30px;
    width: 72px;
}

.range-filter #slider-range .ui-slider-handle.ui-state-default.ui-corner-all {
    background: #ff9900 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    height: 16px;
    margin: 0 -8px;
    top: -8px;
    width: 16px;
}

.range-filter #slider-range {
    background: #e8e8e8 none repeat scroll 0 0;
    border: medium none;
    height: 1px;
    margin: 30px 0;
}

    .range-filter #slider-range .ui-widget-header {
        background: #ff9900 none repeat scroll 0 0;
    }

.product-popup-content {
    max-width: 870px;
    width: 100%;
}

.shop-slider-info {
    left: 0;
    margin-top: -50px;
    padding-left: 50px;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
}

    .shop-slider-info > h3 {
        color: #666;
        font-size: 18px;
        font-weight: 700;
        margin: 0;
    }

    .shop-slider-info > h2 {
        color: #ED321E;
        font-weight: 700;
        margin: 0;
    }

    .shop-slider-info .shop-now {
        background: #333 none repeat scroll 0 0;
        color: #fff;
        display: inline-block;
        font-weight: 700;
        height: 40px;
        line-height: 40px;
        margin: 15px 0 0;
        padding: 0 20px;
    }

.banner-shop-slider {
    overflow: hidden;
}

.shop-slider-info {
    left: 0;
    margin-top: -50px;
    padding-left: 50px;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
}

    .shop-slider-info > h3 {
        color: #666;
        font-size: 18px;
        font-weight: 700;
        margin: 0;
    }

    .shop-slider-info > h2 {
        color: #ED321E;
        font-weight: 700;
        margin: 0;
    }

    .shop-slider-info .shop-now {
        background: #333 none repeat scroll 0 0;
        color: #fff;
        display: inline-block;
        font-weight: 700;
        height: 40px;
        line-height: 40px;
        margin: 15px 0 0;
        padding: 0 20px;
    }

.list-shop-cat {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    padding: 24px;
}

    .list-shop-cat ul {
        font-size: 0;
        margin: 0;
    }

    .list-shop-cat li {
        display: inline-block;
        font-size: 14px;
        margin: 5px;
    }

    .list-shop-cat a {
        border: 1px solid #e8e8e8;
        border-radius: 36px;
        color: #666;
        display: block;
        height: 36px;
        line-height: 36px;
        padding: 0 39px 0 12px;
        position: relative;
        background: #fff;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

        .list-shop-cat a span {
            border-radius: 50%;
            width: 26px;
            height: 26px;
            display: block;
            position: absolute;
            text-align: center;
            line-height: 26px;
            top: 4px;
            right: 4px;
            background: #fc0404;
            -webkit-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
            color: #fff;
        }

        .list-shop-cat a:hover span {
            background: #ed321e;
        }

        .list-shop-cat a:hover {
            color: #ed321e;
        }

.shop-tab-title h2 {
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.shop-tab-title {
    margin: 20px 0 18px;
    position: relative;
}

.shop-tab-select {
    font-size: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
}

    .shop-tab-select a {
        border: 1px solid #e8e8e8;
        display: block;
        height: 30px;
        width: 30px;
    }

    .shop-tab-select > li {
        display: inline-block;
    }

    .shop-tab-select li.active a {
        background-color: #fc0404;
        border-color: #fc0404;
    }

    .shop-tab-select a.grid-tab {
        background: url(/Content/images/grid/grid.png) no-repeat center center;
    }

    .shop-tab-select li.active a.grid-tab {
        background: #fc0404 url(/Content/images/grid/grid-at.png) no-repeat center center;
    }

    .shop-tab-select a.list-tab {
        background: url(/Content/images/grid/list.png) no-repeat center center;
    }

    .shop-tab-select li.active a.list-tab {
        background: #fc0404 url(/Content/images/grid/list-at.png) no-repeat center center;
    }

.sort-pagi-bar {
    float: right;
}

.product-order {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.product-per-page {
    display: inline-block;
    margin-left: 25px;
    position: relative;
    vertical-align: top;
}

.product-pagi-nav {
    display: inline-block;
    font-size: 0;
    margin-left: 25px;
    vertical-align: top;
}

    .product-pagi-nav a:hover {
        background: #fc0404;
        color: #fff;
        border-color: #fc0404;
    }

    .product-pagi-nav a {
        border: 1px solid #e8e8e8;
        color: #666;
        display: inline-block;
        font-size: 12px;
        height: 28px;
        line-height: 28px;
        padding: 0 11px;
        text-transform: uppercase;
        vertical-align: top;
        margin-left: -1px;
    }

.product-order-list {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    display: none;
    left: 0;
    margin-top: -1px;
    padding: 10px 15px;
    position: absolute;
    top: 100%;
    width: 110px;
}

.per-page-list {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    display: none;
    margin-top: -1px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 50px;
}

.product-order .product-order-toggle {
    border: 1px solid #e8e8e8;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 55px 0 13px;
    position: relative;
    width: 140px;
    color: #666;
}

.product-order-toggle::before {
    content: "\f0d7";
    font-family: fontawesome;
    position: absolute;
    right: 40px;
    top: 0;
}

.product-order-toggle::after {
    content: "\f15d";
    font-family: fontawesome;
    position: absolute;
    right: 0px;
    top: -1px;
    width: 30px;
    text-align: center;
    height: 30px;
    border-left: 1px solid #e8e8e8;
}

.product-per-page .per-page-toggle {
    border: 1px solid #e8e8e8;
    color: #666;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 30px 0 11px;
    position: relative;
    text-transform: capitalize;
    width: 110px;
}

    .product-per-page .per-page-toggle::after {
        content: "\f0d7";
        font-family: fontawesome;
        position: absolute;
        right: 13px;
        top: 0;
    }

.per-page-list li a {
    color: #666;
    display: block;
}

    .per-page-list li a:hover {
        color: #fc0404;
    }

.upsell-detail-slider {
    margin: 0 -15px;
}

    .upsell-detail-slider .owl-carousel .owl-wrapper-outer {
        padding-top: 6px;
    }

    .upsell-detail-slider .item {
        margin: 0 15px;
    }

    .upsell-detail-slider .wrap-item.owl-theme .owl-controls {
        margin: 0;
        position: absolute;
        width: 66px;
        top: -44px;
        right: 15px;
        z-index: 11;
    }

        .upsell-detail-slider .wrap-item.owl-theme .owl-controls .owl-buttons div {
            float: left;
            margin: 0 0 0 1px;
            opacity: 1;
            position: static;
        }



.widget.widget-related-product {
    padding: 0;
}

.widget-related-product .widget-title {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    padding: 10px 20px;
}

.list-product-related {
    padding: 10px 20px;
}

    .list-product-related li {
        border-bottom: 1px solid #e8e8e8;
        padding: 18px 0;
    }

        .list-product-related li:last-child {
            border-bottom: none;
        }

.product-related-thumb {
    float: left;
    width: 45%;
}

    .product-related-thumb a {
        display: block;
        overflow: hidden;
    }

        .product-related-thumb a img {
            width: 100%;
            -webkit-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
        }

        .product-related-thumb a:hover img {
            -webkit-transform: scale(1.15);
            transform: scale(1.15);
        }

.product-related-info {
    float: left;
    width: 55%;
    padding-left: 20px;
}

.main-detail {
    padding: 15px;
    border: 0;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}



.gallery-control a {
    background: #b2b2b2 none repeat scroll 0 0;
    border: 1px none;
    color: #fff;
    display: block;
    height: 32px;
    line-height: 32px;
    margin-top: -50px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 32px;
    z-index: 99;
}

    .gallery-control a:hover {
        background: #2b2b2b none repeat scroll 0 0;
    }

    .gallery-control a.prev {
        float: left;
        margin-left: -1px;
    }

    .gallery-control a.next {
        float: right;
    }

.detail-info .product-rating {
    display: inline-block;
    margin: 0;
    vertical-align: top;
}

.detail-info .product-order {
    border-left: 1px solid #e8e8e8;
    height: 14px;
    line-height: 14px;
    margin-left: 7px;
    padding-left: 10px;
}

.detail-info .product-stock {
    margin-top: 4px;
}

.detail-info .product-code {
    margin-top: 0;
}

.attr-info {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    margin-top: 20px;
    padding: 25px 20px;
}

.attr-product label {
    margin: 0;
    text-transform: uppercase;
    width: 56px;
}

.attr-color {
    display: inline-block;
    max-width: 240px;
    position: relative;
    width: 100%;
    z-index: 99;
}

    .attr-color .toggle-color {
        border: 1px solid #e8e8e8;
        color: #666;
        display: block;
        height: 30px;
        line-height: 30px;
        padding: 0 30px 0 15px;
        position: relative;
    }

.list-color {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    left: 0;
    margin-top: -1px;
    padding: 10px 15px;
    position: absolute;
    top: 100%;
    width: 100%;
    display: none;
}

    .list-color li a {
        color: #999;
    }

        .list-color li a:hover, .list-color li a.selected {
            color: #fc0404;
        }

.toggle-color::after {
    content: "";
    font-family: fontawesome;
    position: absolute;
    right: 12px;
    top: 0;
}

.attr-size {
    display: inline-block;
    max-width: 240px;
    position: relative;
    width: 100%;
    z-index: 90;
}

    .attr-size .toggle-size {
        border: 1px solid #e8e8e8;
        color: #666;
        display: block;
        height: 30px;
        line-height: 30px;
        padding: 0 30px 0 15px;
        position: relative;
    }

.list-size {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    left: 0;
    margin-top: -1px;
    padding: 10px 15px;
    position: absolute;
    top: 100%;
    width: 100%;
    display: none;
}

    .list-size li a {
        color: #999;
    }

        .list-size li a:hover, .list-size li a.selected {
            color: #fc0404;
        }

.toggle-size::after {
    content: "";
    font-family: fontawesome;
    position: absolute;
    right: 12px;
    top: 0;
}

.attr-product {
    margin-bottom: 10px;
}

.attr-info {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    margin-top: 20px;
    padding: 30px 20px;
}

.size-chart {
    display: inline-block;
    margin-left: 10px;
}

    .size-chart::before {
        background: rgba(0, 0, 0, 0) url(/Content/images/grid/icon-size.png) no-repeat scroll center center;
        content: "";
        display: inline-block;
        height: 14px;
        margin-right: 8px;
        width: 14px;
    }

.info-qty {
    border: 1px solid #e8e8e8;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    max-width: 240px;
    padding: 0 35px;
    position: relative;
    text-align: center;
    width: 100%;
}

    .info-qty a {
        color: #333;
    }

    .info-qty .qty-down {
        border-right: 1px solid #e8e8e8;
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 35px;
    }

        .info-qty .qty-down:hover::before {
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            content: "";
            background: rgba(0,0,0,0) url(/Content/images/home1/minus.png) no-repeat center center;
        }

    .info-qty .qty-up {
        border-left: 1px solid #e8e8e8;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 35px;
    }

        .info-qty .qty-up:hover::before {
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            content: "";
            background: rgba(0,0,0,0) url(/Content/images/home1/plus.png) no-repeat center center;
        }

    .info-qty a:hover {
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    }

    .info-qty .qty-val {
        display: block;
        padding: 0 15px;
        width: 100%;
    }

.attr-info .addcart-link:hover {
    background: #ED321E;
}

.attr-info .addcart-link {
    background: #fc0404 none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 35px;
    line-height: 35px;
    margin: 10px 0 0 60px;
    max-width: 240px;
    text-align: center;
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.addcart-link i {
    margin-right: 5px;
}

.product-social-extra {
    margin: 10px 0 0 60px;
}

    .product-social-extra a:hover {
        color: #fc0404;
    }

    .product-social-extra a {
        border: 1px solid #e8e8e8;
        display: inline-block;
        height: 35px;
        line-height: 35px;
        margin-right: 6px;
        text-align: center;
        width: 35px;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

        .product-social-extra a:last-child {
            margin: 0;
        }





.table-content-tab-detail {
    border: 1px solid #e8e8e8;
    display: table;
    margin-top: -1px;
}

.title-table-detail {
    border-right: 1px solid #e8e8e8;
    display: table-cell;
    padding: 0 15px;
    width: 90px;
}

.icon-table-detail {
    display: table-cell;
    text-align: center;
    width: 60px;
}

.title-table-detail span {
    text-transform: uppercase;
}

.info-table-detail {
    color: #666;
    display: table-cell;
    padding: 30px 0;
}

    .info-table-detail p {
        margin: 0;
        padding: 0 20px 0 0;
    }

    .info-table-detail h3 {
        font-size: 14px;
        font-weight: 700;
        margin: 0 0 5px;
    }





.title-default {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 12px;
}

.upsell-detail {
    margin-top: 15px;
    overflow: hidden;
    padding-top: 10px;
}
/**************************************************************************************
									Home 2
***************************************************************************************/
.top-toggle {
    background: #333 url(/Content/images/home2/img-top.png) no-repeat center center;
}

.inner-top-toggle {
    min-height: 150px;
    position: relative;
}

.top-toggle-info {
    float: left;
    padding-top: 38px;
    position: relative;
    width: 480px;
}

.top-toggle-thumb {
    float: left;
    text-align: center;
    width: 30%;
}

.top-toggle-coutdown {
    float: right;
    margin-top: 40px;
    width: 270px;
    margin-right: 60px;
}

.top-toggle-info > h2 {
    color: #fff;
    font-size: 40px;
    margin: 0;
    text-transform: uppercase;
}

.top-toggle-info > p {
    color: #fff;
    text-transform: uppercase;
}

.top-toggle-info .shop-now {
    background: #fc0404 none repeat scroll 0 0;
    color: #fff;
    display: block;
    float: right;
    height: 34px;
    line-height: 34px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 60px;
    width: 136px;
    text-transform: uppercase;
}

    .top-toggle-info .shop-now i {
        margin-left: 5px;
    }

.top-toggle-coutdown .time_circles > div {
    background: rgba(27,29,31,0.7);
    border-radius: 50%;
    color: #fff;
    height: 62px;
    margin-left: 3px;
    margin-top: -21px;
    position: absolute;
    text-align: center;
    width: 62px !important;
}

.top-toggle-coutdown .time_circles {
    position: relative;
}

.top-toggle-coutdown canvas {
    position: relative;
    z-index: 99;
}

.top-toggle-coutdown .number {
    display: block;
    font-weight: 700;
    margin: 14px 0 -8px;
}

.top-toggle-coutdown .text {
    font-size: 12px;
}

.inner-top-toggle .close-top-toggle {
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 20px;
    right: -30px;
}

.top-info.top-info-left {
    float: none;
}

.top-info-right {
    margin-top: 6px;
}

    .top-info-right > li {
        display: inline-block;
        margin-left: 45px;
    }

        .top-info-right > li:first-child {
            margin: 0;
        }

        .top-info-right > li a:hover {
            color: #ED321E;
        }

        .top-info-right > li a {
            color: #010101;
            font-size: 12px;
            text-transform: uppercase;
        }

            .top-info-right > li a i {
                color: #999;
                margin-right: 7px;
            }

.sub-header2 {
    border-bottom: 1px solid #eaeaec;
}

.top-info.top-info-left > li {
    border: medium none;
    margin-right: 40px;
    padding: 0;
}

    .top-info.top-info-left > li:last-child {
        margin: 0;
    }

.top-info.top-info-left .currency-selected > span {
    color: #999;
    font-weight: 700;
    margin-right: 8px;
}

.top-info.top-info-left .language-selected img {
    margin-right: 9px;
}

.top-contact p {
    color: #010101;
    margin: 5px 0 0;
    text-transform: uppercase;
}

    .top-contact p i {
        color: #999;
        margin-right: 5px;
    }

.top-info.top-info-left li.has-child > a {
    color: #010101;
    display: block;
    padding: 8px 0;
    text-transform: uppercase;
}

.header2 {
    padding: 20px 0;
}

.smart-search.search-form2 {
    border: 2px solid #333333;
    margin: 0 -55px 0 65px;
    padding: 0 0 0 70px;
}

.logo2 {
    margin-top: 5px;
}

.search-form2 .smart-search-form input[type="submit"] {
    background: #333333 none repeat scroll 0 0;
    color: #fff;
    font-weight: 700;
    height: 36px;
    text-transform: uppercase;
    width: 114px;
    right: -2px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    .search-form2 .smart-search-form input[type="submit"]:hover {
        background: #fc0404;
        box-shadow: 0 0 0 2px #fc0404;
    }

.search-form2 .smart-search-form input[type="text"] {
    border: medium none;
    height: 36px;
    padding: 0 120px 0 45px;
}

.search-form2 .select-category .category-toggle-link {
    height: 36px;
    line-height: 36px;
    border-right: 1px solid #e5e5e5;
}

.search-form2 .select-category {
    border: medium none;
    height: 40px;
    width: 70px;
}

.search-form2 .smart-search-form::before {
    color: #999;
    content: "";
    font-family: fontawesome;
    left: 20px;
    position: absolute;
    top: 10px;
}

.search-form2 .list-category-toggle.sub-menu-top {
    margin-top: -2px;
    width: 200px;
    margin-left: -2px;
}

.logo2 {
    margin-top: 5px;
}

.register-box {
    border-right: 1px solid #e5e5e5;
    display: inline-block;
    margin-right: 16px;
    padding-right: 25px;
}

.mini-cart.mini-cart-2 {
    display: inline-block;
    margin: 0;
    vertical-align: top;
}

.register-box > ul {
    margin: 0;
}

.register-box li {
    display: inline-block;
    position: relative;
}

.register-box > p {
    color: #999;
    font-size: 12px;
    margin: -5px 0 0;
    text-transform: uppercase;
}

.register-box a {
    color: #010101;
    text-transform: uppercase;
}

    .register-box a:hover {
        color: #333333;
    }

.register-box li:first-child::after {
    background: #e5e5e5 none repeat scroll 0 0;
    content: "";
    height: 16px;
    position: absolute;
    right: 5px;
    top: 2px;
    transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    width: 1px;
}

.register-box li:first-child {
    padding-right: 16px;
}

.total-mini-cart-icon {
    border: 2px solid #fc0404;
    border-radius: 40px;
    color: #fc0404;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 33px;
    text-align: center;
    width: 40px;
}

.header-mini-cart2 {
    display: block;
    position: relative;
}

    .header-mini-cart2 .total-mini-cart-item {
        background: #333333 none repeat scroll 0 0;
        border-radius: 10px;
        color: #fff;
        display: block;
        font-size: 10px;
        height: 17px;
        line-height: 16px;
        position: absolute;
        right: -17px;
        text-align: center;
        top: 0;
        width: 28px;
    }

.wrap-register-cart {
    float: right;
}

.header-nav2 {
    background: #333333 none repeat scroll 0 0;
}

.main-nav.main-nav2 {
    background: transparent none repeat scroll 0 0;
    margin: 0 0 0 220px;
}

    .main-nav.main-nav2 > ul > li > a {
        height: 50px;
        line-height: 50px;
    }

.hot-news-ticker {
    background: #f5f5f5 none repeat scroll 0 0;
    min-height: 40px;
}

.category-hover2 .title-category-hover {
    height: 50px;
    line-height: 50px;
}

.category-hover2 .inner-category-hover .inner-left-category-hover {
    top: -90px;
}

.hotnews-ticker-slider {
    color: #010101;
    font-size: 12px;
    margin-left: 230px;
    padding-bottom: 10px;
    padding-left: 107px;
    padding-top: 10px;
    position: relative;
    height: 40px;
    overflow: hidden;
}

.header-nav12 .title-category-dropdown {
    background-color: #484848;
    height: 50px;
    line-height: 50px;
}

.header-nav12 .list-category-dropdown > li {
    padding: 0;
}

    .header-nav12 .list-category-dropdown > li > a {
        padding: 10px 20px;
        padding-bottom: 9px;
    }

    .header-nav12 .list-category-dropdown > li.has-cat-mega > a:after {
        content: "\f0a9";
        font-family: 'FontAwesome';
        color: #fc0404;
        float: right;
    }

.header-nav12 .wrap-category-dropdown .expand-category-link {
    padding: 0;
}

    .header-nav12 .wrap-category-dropdown .expand-category-link:before {
        content: '...';
        font-family: inherit;
    }

.header-nav12 .wrap-category-dropdown {
    border: 1px solid #e8e8e8;
}

.bxslider-ticker {
    min-height: 40px;
}

.hotnews-ticker-slider > label {
    background: #f9a725 none repeat scroll 0 0;
    border-radius: 10px;
    color: #fff;
    display: block;
    left: 0;
    margin: 0;
    padding: 0 15px;
    position: absolute;
    text-transform: uppercase;
    top: 11px;
}

.inner-category-hover {
    padding-left: 220px;
    position: relative;
}

    .inner-category-hover .inner-left-category-hover {
        left: 0;
        position: absolute;
        top: -80px;
        width: 220px;
        z-index: 9;
    }

.title-category-hover {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase;
}

    .title-category-hover::after {
        content: "";
        font-family: fontawesome;
        position: absolute;
        right: 20px;
        top: 0;
    }

.list-category-hover {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    margin: 0;
}

    .list-category-hover > li > a {
        color: #333;
        display: block;
        padding: 9px 20px 10px 57px;
        position: relative;
    }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .list-category-hover > li > a {
        padding: 10px 20px 10px 57px;
    }
}

.list-category-hover > li {
    border-top: 1px solid #e5e5e5;
    position: relative;
    z-index: 999;
}

    .list-category-hover > li:hover > a > img {
        filter: drop-shadow(1px 1px 1px #fc0404);
        -moz-filter: drop-shadow(1px 1px 1px #fc0404);=
    }

    .list-category-hover > li:first-child {
        border: medium none;
    }

    .list-category-hover > li > a > img {
        bottom: 0;
        left: 20px;
        margin: auto;
        position: absolute;
        top: 0;
    }

    .list-category-hover > li > a:hover {
        color: #fb9902;
    }

        .list-category-hover > li > a:hover::before {
            width: 4px;
            position: absolute;
            height: 100%;
            content: "";
            background: #fb9902;
            top: 0;
            left: -4px;
        }

.inner-left-category-hover .expand-list-link {
    background: #fb9902 none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 11px;
    text-align: center;
    font-family: fontawesome;
    margin-top: -1px;
    padding-top: 4px;
    z-index: 9;
    line-height: 2px;
}

    .inner-left-category-hover .expand-list-link::before {
        content: "\f0d7";
    }

    .inner-left-category-hover .expand-list-link.expanding::before {
        content: "\f0d8";
    }

.banner-category-hover {
    float: left;
    position: relative;
    width: 48.2%;
}

.large-cat-hover {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    float: left;
    width: 32.3%;
}

.small-cat-hover {
    border-right: 1px solid #e5e5e5;
    float: left;
    width: 19.4%;
    border-top: 1px solid #e5e5e5;
}

.banner-cat-hover-thumb img {
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.banner-cat-hover-thumb {
    overflow: hidden;
}

.banner-category-hover:hover .banner-cat-hover-thumb img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.content-right-category-hover {
    position: relative;
}

.inner-right-category-hover {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .inner-right-category-hover.active {
        position: relative;
        opacity: 1;
        visibility: visible;
    }

.banner-cat-hover-info {
    bottom: 0;
    height: 140px;
    left: 0;
    margin: auto;
    padding: 0 30px;
    position: absolute;
    top: 0;
    width: 100%;
}

    .banner-cat-hover-info > h3 {
        color: #000;
        font-size: 30px;
        font-weight: 700;
        margin: 0;
        text-transform: uppercase;
    }

    .banner-cat-hover-info > p {
        color: #000;
        font-size: 14px;
        font-weight: 700;
        margin: 0;
    }

    .banner-cat-hover-info .shopnow {
        border: 1px solid #000;
        color: #000;
        display: block;
        height: 30px;
        line-height: 30px;
        margin-top: 23px;
        text-align: center;
        text-transform: uppercase;
        width: 114px;
    }

.banner-cat-hover-info {
    bottom: 0;
    height: 140px;
    left: 0;
    margin: auto;
    padding: 0 30px;
    position: absolute;
    top: 0;
    width: 100%;
}

    .banner-cat-hover-info > h3 {
        color: #000;
        font-size: 30px;
        font-weight: 700;
        margin: 0;
        text-transform: uppercase;
    }

    .banner-cat-hover-info > h2 {
        color: #fb9902;
        font-size: 40px;
        font-weight: 700;
        margin: -3px 0 -5px;
        text-transform: uppercase;
    }

    .banner-cat-hover-info > p {
        color: #000;
        font-size: 14px;
        font-weight: 700;
        margin: 0;
    }

    .banner-cat-hover-info .shopnow {
        border: 1px solid #000;
        color: #000;
        display: block;
        height: 30px;
        line-height: 30px;
        margin-top: 23px;
        text-align: center;
        text-transform: uppercase;
        width: 114px;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

        .banner-cat-hover-info .shopnow:hover {
            color: #fb9902;
            border-color: #fb9902;
        }

.item-large-cat-hover {
    border-bottom: 1px solid #e5e5e5;
    float: left;
    min-height: 245px;
    padding: 20px;
    width: 100%;
}

.item-small-cat-hover {
    border-bottom: 1px solid #e5e5e5;
    min-height: 245px;
    padding: 10px 20px;
}

.large-cat-info {
    float: left;
    width: 50%;
}

.large-cat-thumb {
    float: left;
    margin-top: 15px;
    width: 50%;
}

.cat-hover-percent > strong {
    background-color: rgba(230, 46, 4, 0.8);
    color: #fff;
    display: block;
    font-weight: 400;
    height: 23px;
    line-height: 23px;
    margin-bottom: 1px;
    text-align: center;
    padding: 0 5px;
}

.cat-hover-percent > span {
    background: #f8c519 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    padding: 0 5px;
}

.large-cat-info .cat-hover-percent {
    margin-bottom: 15px;
}

.inner-category-hover .title-product {
    font-weight: 400;
    margin: 0 0 3px;
}

.inner-category-hover .info-price span {
    font-size: 18px;
    font-weight: 700;
    color: #fc0404;
}

.large-cat-info .info-price span {
    display: block;
}

.hot-deal-box {
    background: #f5f5f5 none repeat scroll 0 0;
    margin-top: 30px;
    padding: 35px 0 40px;
    margin-bottom: 40px;
}

.hot-deal-tab-slider {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    position: relative;
}

.hot-deal-tab-title > ul {
    display: inline-block;
    margin: 0 0 0 20px;
}

.hot-deal-tab-title li {
    display: inline-block;
    margin-left: 35px;
    position: relative;
}

    .hot-deal-tab-title li:hover a, .hot-deal-tab-title li.active a {
        color: #fc0404;
    }

    .hot-deal-tab-title li.active::before {
        position: absolute;
        top: -21px;
        left: 0;
        height: 4px;
        width: 100%;
        content: "";
        background: #fc0404;
    }

.hot-deal-tab-title {
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 20px;
    height: 50px;
}

    .hot-deal-tab-title > label {
        color: #333;
        font-size: 18px;
        margin: 0;
        text-transform: uppercase;
    }

.slider-home2 .wrap-item.owl-theme .owl-controls .owl-buttons div {
    background: #7f7f7f none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 0;
    opacity: 1;
    position: static;
    text-align: center;
    width: 20px;
}

    .slider-home2 .wrap-item.owl-theme .owl-controls .owl-buttons div:hover {
        background-color: #fc0404;
    }

    .slider-home2 .wrap-item.owl-theme .owl-controls .owl-buttons div.owl-next {
        margin-left: 2px;
        padding-left: 1px;
    }

    .slider-home2 .wrap-item.owl-theme .owl-controls .owl-buttons div i {
        line-height: 20px;
    }

    .slider-home2 .wrap-item.owl-theme .owl-controls .owl-buttons div.owl-prev {
        padding-right: 2px;
    }

.slider-home2 .owl-controls .owl-buttons {
    right: 10px;
    top: -35px;
    position: absolute;
}

.item-hot-deal-product {
    border-left: 1px solid #e5e5e5;
}

.hot-deal-product-thumb {
    padding: 10px 5px 0;
    position: relative;
}

    .hot-deal-product-thumb .cat-hover-percent {
        left: 0;
        position: absolute;
        top: 40px;
        z-index: 99;
        padding: 0 20px;
    }

.hot-deal-product-info {
    padding: 20px;
}

.item-hot-deal-product .title-product {
    font-weight: 400;
    margin-bottom: 3px;
}

.item-hot-deal-product .info-price span {
    font-size: 18px;
    font-weight: 700;
    color: #fc0404;
}

.item-hot-deal-product .title-product a:hover, .item-hot-deal-product .product-extra-link a:hover {
    color: #fc0404;
}
/*Color*/
/*Blue*/
.featured-product2.blue-box .product-info-cart .addcart-link {
    background: #5c6dbd;
}

.featured-product2.blue-box .product-extra-link a:hover {
    color: #5c6dbd;
}

.featured-product2.blue-box .info-price span {
    color: #5c6dbd;
}

.featured-product2.blue-box .title-product a:hover {
    color: #5c6dbd;
}

.featured-product2.blue-box .tags-featured-product a:hover {
    color: #5c6dbd;
}
/*Red*/
.featured-product2.red-box .product-info-cart .addcart-link {
    background: #fe4242;
}

.featured-product2.red-box .product-extra-link a:hover {
    color: #fe4242;
}

.featured-product2.red-box .info-price span {
    color: #fe4242;
}

.featured-product2.red-box .title-product a:hover {
    color: #fe4242;
}

.featured-product2.red-box .tags-featured-product a:hover {
    color: #fe4242;
}

.featured-product2.red-box .title-cat-parent {
    background: #fe4242 none repeat scroll 0 0;
}

.featured-product2.red-box .sidebar-cat-childrent a:hover::before {
    background: #fe4242 none repeat scroll 0 0;
}

.featured-product2.red-box .sidebar-cat-childrent a:hover {
    color: #fe4242;
}
/*Pink*/
.featured-product2.pink-box .info-price span {
    color: #FF74BE;
}

.featured-product2.pink-box .title-product a:hover {
    color: #FF74BE;
}

.featured-product2.pink-box .tags-featured-product a:hover {
    color: #FF74BE;
}

.featured-product2.pink-box .cat-bestsale-slider h2 {
    color: #333;
}
/*Red Dark*/
.featured-product2.red-dark-box .info-price span {
    color: #C75347;
}

.featured-product2.red-dark-box .title-product a:hover {
    color: #C75347;
}

.featured-product2.red-dark-box .tags-featured-product a:hover {
    color: #C75347;
}
/*End Color*/
.item-hot-deal-product .product-info-cart .addcart-link {
    background: #fc0404;
}

.hot-deal-slider.slider-home2 {
    position: relative;
}

    .hot-deal-slider.slider-home2::before {
        background: #fff none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 1px;
        z-index: 99;
    }

.product-bestseller-slider {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
}

    .product-bestseller-slider h2 {
        border-bottom: 1px solid #e5e5e5;
        color: #333;
        font-size: 18px;
        font-weight: 700;
        height: 50px;
        margin: 0;
        padding: 15px 20px;
        text-transform: uppercase;
    }

.item-product-bestseller {
    border-bottom: 1px solid #e5e5e5;
    float: left;
    padding: 10px 0;
    width: 100%;
}

    .item-product-bestseller:hover {
        background-color: rgba(193, 39, 45, 0.2);
    }

    .item-product-bestseller .cat-hover-percent {
        position: absolute;
        z-index: 10;
    }

    .item-product-bestseller .product-thumb {
        width: 40%;
        float: left;
        padding: 0 10px;
    }

    .item-product-bestseller .product-info2 {
        width: 60%;
        float: left;
        padding: 0 10px 0 0;
    }

.product-info2 .title-product {
    font-weight: 500;
    margin: 0 0 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-info2 .info-price span {
    font-weight: 700;
    color: #fc0404;
    display: block;
}

.hot-deal-tab-countdown canvas {
    display: none;
}

.hot-deal-tab-countdown .time_circles::before {
    font-family: FontAwesome;
    content: "\f017";
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 8px;
    left: 5px;
}

.hot-deal-tab-countdown .time_circles {
    background: #fc0404 none repeat scroll 0 0;
    color: #fff;
    left: -36px;
    padding: 46px 5px 0;
    position: absolute;
    text-align: center;
    top: 49px;
    width: 36px;
}

    .hot-deal-tab-countdown .time_circles > div {
        width: 100% !important;
        border-top: 1px solid rgba(255,255,255,0.5);
        padding: 8px 0;
    }

.hot-deal-tab-countdown .number {
    display: block;
    font-weight: 700;
    margin-bottom: -5px;
}

.hot-deal-tab-countdown .text {
    font-size: 12px;
}

.featured-product2 {
    border: 1px solid #e5e5e5;
    margin-bottom: 50px;
    overflow: hidden;
}

.featured-product-sidebar {
    float: left;
    width: 18%;
}

.featured-product-content {
    float: left;
    width: 82%;
    border-left: 1px solid #e5e5e5;
}

.paginav-thumb-link > img {
    width: 100%;
}

.featured-list-brand {
    padding: 0 20px;
    text-align: center;
}

.title-cat-parent {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    height: 76px;
    line-height: 76px;
    margin: -1px;
    padding: 0 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.featured-product2.blue-box .title-cat-parent {
    background: #5c6dbd;
}

.list-cat-childrent > li {
    display: inline-block;
    font-size: 14px;
    height: 74px;
    padding-top: 14px;
    position: relative;
    text-align: center;
    width: 150px;
}

.list-cat-childrent span {
    display: block;
}

.list-cat-childrent a {
    display: block;
    margin: 0 25px;
    position: relative;
}

.list-cat-childrent {
    border-bottom: 1px solid #e5e5e5;
    font-size: 0;
    margin: 0;
}

    .list-cat-childrent > li::after {
        background: #e5e5e5 none repeat scroll 0 0;
        content: "";
        height: 28px;
        position: absolute;
        right: 0;
        top: 23px;
        width: 1px;
    }

    .list-cat-childrent > li:last-child::after {
        display: none;
    }

.featured-product2.blue-box .list-cat-childrent a:hover {
    color: #5C6DBD;
}

.featured-product2.blue-box .list-cat-childrent a::before {
    background: #5c6dbd none repeat scroll 0 0;
    content: "";
    height: 4px;
    left: 50%;
    top: -19px;
    width: 0;
    z-index: 99;
    position: absolute;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.featured-product2.blue-box .list-cat-childrent a:hover::before {
    width: 100%;
    left: 0;
}

.product-rating.rating-style2 {
    height: 15px;
    width: 75px;
    background: rgba(0, 0, 0, 0) url(/Content/images/home2/rate-bg.png) repeat-x scroll 0 0;
}

    .product-rating.rating-style2 .inner-rating {
        background: rgba(0, 0, 0, 0) url(/Content/images/home2/rate-star.png) repeat-x scroll 0 0;
    }

.tags-featured-product {
    background: #f4f4f4 none repeat scroll 0 0;
    border-top: 1px solid #e5e5e5;
    float: left;
    padding: 9px 20px;
    width: 100%;
}

    .tags-featured-product label {
        margin: 0;
        text-transform: uppercase;
    }

    .tags-featured-product a {
        margin-left: 30px;
    }

        .tags-featured-product a:hover {
            color: #fe4242;
        }

    .tags-featured-product label i {
        margin-right: 5px;
    }

.item-featured-product {
    border-left: 1px solid #e5e5e5;
    float: left;
    padding: 20px;
    width: 33.333%;
    min-height: 208px;
}

.featured-product-info.product-info2 {
    float: left;
    padding-right: 20px;
    width: 50%;
    padding-top: 8px;
}

.featured-product-thumb {
    float: left;
    width: 50%;
}

.item-featured-product:first-child {
    border: medium none;
}

.featured-list-brand ul {
    margin: 0;
    padding-top: 6px;
}

.persale {
    background: #f9a725 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-weight: 400;
    height: 22px;
    line-height: 22px;
    margin-bottom: 1px;
    text-align: center;
    width: 40px;
}

.new {
    background: #ff8ba0 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-weight: 400;
    height: 22px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    width: 42px;
}

.persale-text {
    background: #f8c519 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    height: 22px;
    margin: 0;
    text-align: center;
    width: 135px;
}

.featured-info-sale {
    margin-bottom: 15px;
    min-height: 47px;
}

.content-featured-product-sidebar {
    padding: 20px;
}

.sidebar-cat-childrent a {
    color: #010101;
    display: block;
    padding: 10px 0;
    position: relative;
}

    .sidebar-cat-childrent a:hover {
        color: #fc0404;
    }

        .sidebar-cat-childrent a:hover::before {
            background: #fc0404 none repeat scroll 0 0;
            content: "";
            height: 100%;
            left: -25px;
            position: absolute;
            top: 0;
            width: 4px;
        }

.sidebar-cat-childrent {
    margin: -10px 0 8px;
}

.featured-product2.pink-box .title-cat-parent {
    background: #ff74be;
    line-height: 20px;
    padding-top: 17px;
}

.featured-product2.pink-box .title-cat-parent {
    background: #ff74be none repeat scroll 0 0;
    line-height: 20px;
    padding-top: 17px;
}

.list-cat-childrent.no-icon > li {
    width: auto;
    padding: 0 17px;
}

.list-cat-childrent.no-icon a {
    margin: 0;
    padding: 27px 12px;
}

.featured-product2.pink-box .list-cat-childrent.no-icon a:hover {
    color: #ff74be;
}

.featured-product2.pink-box .list-cat-childrent.no-icon a::before {
    background: #ff74be none repeat scroll 0 0;
    position: absolute;
    top: -5px;
    left: 50%;
    width: 0;
    height: 4px;
    content: "";
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.featured-product2.pink-box .list-cat-childrent.no-icon a:hover::before {
    left: 0;
    width: 100%;
}

.cat-bestsale-slider {
    padding: 20px;
}

    .cat-bestsale-slider h2 {
        color: #fc0404;
        font-size: 14px;
        font-weight: 700;
        margin: 7px 0 28px;
        text-transform: uppercase;
    }

    .cat-bestsale-slider .featured-product-thumb {
        float: none;
        width: auto;
        position: relative;
    }

    .cat-bestsale-slider .featured-product-info {
        float: none;
        width: auto;
        margin-top: 20px;
    }

    .cat-bestsale-slider .featured-info-sale {
        left: 0;
        position: absolute;
        top: 0;
        z-index: 9;
    }

    .cat-bestsale-slider .info-price span {
        display: block;
    }

    .cat-bestsale-slider.slider-home2 .owl-controls.clickable {
        right: -10px;
        top: -45px;
    }

    .cat-bestsale-slider .new {
        background: #FF74BE;
    }

.item-paginav-featured {
    float: left;
    width: 33.334%;
    padding: 20px;
    border-right: 1px solid #e5e5e5;
    min-height: 413px;
}

.inner-item-paginav-featured {
    position: relative;
    overflow: hidden;
}

.paginav-featured-info {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: #fff;
    height: 100%;
    left: 0;
    padding-top: 80px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.item-paginav-featured:hover .paginav-featured-info {
    opacity: 1;
    top: 0;
}

.content-featured-product-sidebar .item-adv-simple a::before,
.content-featured-product-sidebar .item-adv-simple a::after {
    display: none;
}

.adv-featured-product.item-adv-simple, .content-featured-product-sidebar .item-adv-simple {
    overflow: hidden;
}

    .adv-featured-product.item-adv-simple img, .content-featured-product-sidebar .item-adv-simple img {
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .adv-featured-product.item-adv-simple:hover img, .content-featured-product-sidebar .item-adv-simple:hover img {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
    }

.paginav-featured-info > span {
    display: block;
    font-size: 30px;
}

.paginav-featured-info > strong {
    font-size: 30px;
}

.paginav-featured-info > p {
    font-size: 18px;
}

.paginav-featured-info .shopnow {
    background: #ff74be none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin-top: 15px;
    width: 110px;
}

.paginav-featured-slider .owl-theme .owl-controls .owl-page span {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fc0404;
    border-radius: 50%;
    display: block;
    height: 12px;
    margin: 0 5px;
    opacity: 1;
    width: 12px;
    position: relative;
}

.paginav-featured-slider .wrap-item.owl-theme .owl-controls {
    position: absolute;
    width: 70px;
    bottom: 32px;
    z-index: 999;
    left: 50%;
    margin-left: -35px;
}

.paginav-featured-slider .owl-theme .owl-controls .owl-page:hover span::before, .paginav-featured-slider .owl-theme .owl-controls .owl-page.active span::before {
    content: "";
    background: #fc0404;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.featured-list-brand a {
    display: block;
    overflow: hidden;
}

    .featured-list-brand a:hover img {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    .featured-list-brand a img {
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

.featured-product2.red-dark-box .title-cat-parent {
    background: #c75347;
}

.featured-product2.red-dark-box .list-cat-childrent a::before {
    background: #c75347 none repeat scroll 0 0;
    content: "";
    height: 4px;
    left: 50%;
    top: -19px;
    width: 0;
    z-index: 99;
    position: absolute;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.featured-product2.red-dark-box .list-cat-childrent a:hover::before {
    width: 100%;
    left: 0;
}

.featured-product2.red-dark-box .list-cat-childrent a:hover {
    color: #c75347;
}

.main-featured-left {
    float: left;
    width: 66.5%;
    overflow: hidden;
}

.main-featured-right {
    float: left;
    width: 33.5%;
}

.main-featured-left .item-featured-product {
    width: 50%;
}

    .main-featured-left .item-featured-product:last-child {
        border-right: 1px solid #e5e5e5;
    }

.best-seller-right.slider-home2 h2 {
    background: #c75347 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    margin: -1px -1px 0 0;
    padding: 17px 20px;
    text-transform: uppercase;
}

.best-seller-right.slider-home2 .wrap-item.owl-theme .owl-controls .owl-buttons div {
    background: rgba(0,0,0,0.5) none repeat scroll 0 0;
}

    .best-seller-right.slider-home2 .wrap-item.owl-theme .owl-controls .owl-buttons div:hover {
        background: rgba(0,0,0,1) none repeat scroll 0 0;
    }

.best-seller-right.slider-home2 .owl-controls.clickable {
    right: 18px;
}

.product-thumb .addcart-link.addcart-single {
    background: #fc0404 none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 0;
    color: #fff;
    content: "";
    display: block;
    font-family: "FontAwesome";
    height: 40px;
    left: 0;
    line-height: 40px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 40px;
}

.product-thumb:hover .addcart-single.addcart-link {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}

.addcart-single.addcart-link i {
    margin: 0;
}

.item-product-right {
    border-bottom: 1px solid #e5e5e5;
    float: left;
    padding: 10px 0;
    width: 100%;
}

    .item-product-right .addcart-link.addcart-single {
        background: #C75347;
    }

    .item-product-right .product-thumb {
        float: left;
        width: 36%;
    }

.best-seller-right .wrap-item {
    padding: 5px 20px;
}

.item-product-right:last-child {
    border: medium none;
}

.item-product-right .product-info {
    float: left;
    width: 64%;
}

    .item-product-right .product-info .title-product {
        font-weight: 400;
        margin: 0 0 3px;
    }

.item-product-right .info-price span {
    font-size: 18px;
    font-weight: 700;
}

.item-product-right .product-thumb img {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.item-product-right .product-thumb:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.featured-product-thumb img {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}

.featured-product-thumb {
    overflow: hidden;
}

    .featured-product-thumb a:hover img {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

.large-cat-thumb img {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}

.large-cat-thumb {
    overflow: hidden;
}

    .large-cat-thumb a:hover img {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
    }

.small-cat-thumb img {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}

.small-cat-thumb {
    overflow: hidden;
}

    .small-cat-thumb a:hover img {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

.small-cat-info {
    margin-top: 5px;
}

.aloshop-brand {
    border: 1px solid #e5e5e5;
    margin-top: 50px;
    padding: 50px 0;
    text-align: center;
    margin-bottom: 50px;
}

.item-aloshop-brand {
    padding: 0 15px;
}

.aloshop-brand > h2 {
    color: #333;
    font-size: 30px;
    font-weight: 700;
    margin: 15px 0 42px;
    text-transform: uppercase;
}

.item-aloshop-brand p {
    margin: 40px 0 15px;
    color: #555;
}

    .item-aloshop-brand p a {
        color: #999;
    }

.aloshop-brand-link:hover {
    box-shadow: 0 0 0 10px rgba(0,0,0,0.1);
}

.aloshop-brand-link {
    display: inline-block;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.outlet-box {
    border: 1px solid #e5e5e5;
}

    .outlet-box .outlet-box-row {
        margin: 0;
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .outlet-box .outlet-box-col {
        padding: 0;
        border-right: 1px solid #e5e5e5;
        display: table-cell;
        float: none;
        vertical-align: top;
    }

        .outlet-box .outlet-box-col:last-child {
            border-right: none;
        }

    .outlet-box .outlet-slider {
        padding: 20px;
    }

.outlet-slider-info {
    bottom: 0;
    padding: 20px;
    position: absolute;
    text-align: center;
    width: 100%;
}

    .outlet-slider-info h2 {
        background: rgba(51, 51, 51, 0.9) none repeat scroll 0 0;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        height: 90px;
        margin: 0;
        padding: 15px 30px;
        text-transform: uppercase;
    }

.outlet-slider .item {
    position: relative;
}

.outlet-slider-info span {
    display: block;
    border-bottom: 1px solid #fff;
    padding-bottom: 12px;
}

.outlet-slider .owl-theme .owl-controls .owl-page span {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 10px;
    margin: 0 5px;
    opacity: 1;
    width: 10px;
    border: 3px solid #fff;
}

.outlet-slider .owl-theme .owl-controls .owl-page.active span, .outlet-slider .owl-theme .owl-controls .owl-page:hover span {
    background: #fc0404 none repeat scroll 0 0;
}

.outlet-slider .wrap-item.owl-theme .owl-controls {
    bottom: 32px;
    left: 0;
    margin: 0;
    position: absolute;
    width: 100%;
}

.outlet-adv .item-adv-simple {
    margin-bottom: 10px;
}

    .outlet-adv .item-adv-simple:last-child {
        margin-bottom: 0px;
    }

.outlet-adv {
    padding: 20px;
}

/*.outlet-brand {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}*/
.outlet-brand > h2 {
    background: #f4f4f4 none repeat scroll 0 0;
    border-bottom: 1px solid #e5e5e5;
    color: #fc0404;
    font-size: 18px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

.outlet-branhd h2 span {
    display: inline-block;
    position: relative;
}

    .outlet-branhd h2 span::before {
        background: #fc0404 none repeat scroll 0 0;
        content: "";
        height: 4px;
        left: 0;
        position: absolute;
        top: -5px;
        width: 100%;
        z-index: 999;
    }

.outlet-brand span {
    display: inline-block;
    position: relative;
}

    .outlet-brand span::after {
        background: #fc0404 none repeat scroll 0 0;
        content: "";
        height: 4px;
        left: 0;
        position: absolute;
        top: -5px;
        width: 100%;
    }

.list-outlet-brand ul {
    float: left;
    list-style: outside none none;
    margin: -10px 0 0;
    padding: 0px 30px;
    width: 50%;
}

.list-outlet-brand a {
    color: #010101;
    display: block;
    padding: 10px 0;
    position: relative;
}

    .list-outlet-brand a:hover {
        color: #fc0404;
    }

.list-outlet-brand .list-outlet-left a:hover::before {
    background: #fc0404 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -35px;
    position: absolute;
    top: 0;
    width: 4px;
}

.list-outlet-brand .list-outlet-right a:hover::before {
    background: #fc0404 none repeat scroll 0 0;
    content: "";
    height: 100%;
    right: -35px;
    position: absolute;
    top: 0;
    width: 4px;
}

.list-outlet-brand {
    height: 420px;
    padding: 20px 0;
    position: relative;
}

    .list-outlet-brand .mCSB_container {
        margin: 0 -5px;
        max-width: none !important;
        padding: 0 5px;
    }

    .list-outlet-brand .mCustomScrollBox > .mCSB_scrollTools {
        right: 50%;
        width: 20px;
        margin-right: -10px;
        opacity: 1;
    }

    .list-outlet-brand .mCSB_scrollTools .mCSB_dragger {
        height: 20px !important;
        width: 20px;
    }

        .list-outlet-brand .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
            background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
            border: 1px solid #fc0404;
            width: 20px;
            height: 20px;
        }

    .list-outlet-brand .mCSB_scrollTools .mCSB_draggerRail {
        border-radius: 0px;
        height: 100%;
        margin: 0 auto;
        width: 1px;
        background: #e5e5e5;
    }

    .list-outlet-brand .mCustomScrollBox {
        margin: 0 -5px;
        max-width: none !important;
        padding: 0 5px;
    }

.list-box-social {
    margin-top: 40px;
}

.title-social-box {
    font-weight: 700;
    margin: 0 0 25px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
}

.box-social.box-twitter iframe {
    border: 1px solid #e5e5e5 !important;
}

.list-item-instagram a {
    display: block;
    float: left;
    border: 1px solid #fff;
    width: 33.334%;
    overflow: hidden;
}

    .list-item-instagram a img {
        width: 100%;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .list-item-instagram a:hover img {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
    }

.list-service2 {
    background: #fc0404 none repeat scroll 0 0;
    color: #fff;
    margin-top: 47px;
    padding: 20px 0;
}

.item-service2 {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    display: table;
    padding: 0 45px;
    width: 100%;
}

.service-thumb2 {
    display: table-cell;
    vertical-align: middle;
    width: 70px;
}

.service-info2 {
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
}

    .service-info2 h2 {
        font-size: 18px;
        font-weight: 700;
        margin: 0;
        text-transform: uppercase;
    }

.box-bottom-home2 {
    border: 1px solid #e5e5e5;
    padding: 30px;
    min-height: 350px;
}

    .box-bottom-home2 h2 {
        font-size: 18px;
        font-weight: 700;
        margin: 0 0 25px;
        text-transform: uppercase;
    }

.bottom-home2 {
    margin-top: 50px;
}

.category-adv-sidebar {
    float: left;
    width: 37%;
}

.category-adv-content {
    float: left;
    width: 63%;
}

.cat-brand-slider.slider-home2 {
    padding: 0 23px;
}

.category-adv {
    border: 1px solid #e5e5e5;
    margin-bottom: 50px;
}

.slider-home2.cat-brand-slider .owl-controls.clickable {
    position: static;
}

.slider-home2.cat-brand-slider .wrap-item.owl-theme .owl-controls .owl-buttons div {
    margin-top: -10px;
    position: absolute;
    opacity: 0;
}

.slider-home2.cat-brand-slider:hover .wrap-item.owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
}

.slider-home2.cat-brand-slider .wrap-item.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -15px;
}

.category-adv.box-right .sidebar-cat-childrent a:hover::before {
    left: auto;
    right: -25px;
}

.category-adv.box-left .list-img-video {
    border-left: 1px solid #e5e5e5;
}

.category-adv.box-right .list-img-video {
    border-right: 1px solid #e5e5e5;
}

.list-img-video {
    border-top: 1px solid #e5e5e5;
    padding: 20px;
}

.video-image-thumb {
    margin-bottom: 20px;
}

    .video-image-thumb a {
        position: relative;
    }

        .video-image-thumb a::before {
            background: rgba(0, 0, 0, 0) url(/Content/images/home2/icon-vd.png) no-repeat scroll center center;
            content: "";
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 9;
        }

.wrap-from-blog {
    display: table;
    width: 100%;
}

.from-blog-thumb {
    display: table-cell;
}

.from-blog-info {
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
}

    .from-blog-info > h3 {
        font-size: 14px;
        font-weight: 700;
        margin: 0 0 10px;
    }

    .from-blog-info > p {
        line-height: 20px;
        margin: 0;
        color: #666;
    }

    .from-blog-info h3 a:hover {
        color: #fc0404;
    }

.from-blog-more {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
    padding: 11px 0;
    position: relative;
}

    .from-blog-more li {
        border-right: 1px solid #e5e5e5;
        display: inline-block;
        height: 13px;
        line-height: 13px;
        margin-right: 7px;
        padding-right: 10px;
    }

    .from-blog-more .readmore {
        position: absolute;
        right: 0;
        top: 10px;
    }

        .from-blog-more .readmore:hover {
            color: #fc0404;
        }

    .from-blog-more > ul {
        color: #999;
        font-size: 12px;
        margin: 0;
    }

    .from-blog-more li i {
        margin-right: 7px;
    }

    .from-blog-more li:last-child {
        border: medium none;
    }

.from-blog-slider .viewall {
    bottom: 0;
    position: absolute;
    right: 0;
}

.box-from-blog {
    padding-bottom: 100px;
    position: relative;
}

    .box-from-blog .viewall {
        background: #fc0404 none repeat scroll 0 0;
        border-radius: 4px;
        bottom: 30px;
        color: #fff;
        display: block;
        font-weight: 700;
        height: 40px;
        line-height: 40px;
        position: absolute;
        right: 30px;
        text-align: center;
        text-transform: uppercase;
        width: 145px;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

        .box-from-blog .viewall:hover {
            background: #333;
        }

.from-blog-slider.slider-home2 .owl-controls.clickable {
    left: 0;
    bottom: -65px;
    top: auto;
    right: auto;
}

.from-blog-thumb img {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.from-blog-thumb a {
    display: block;
    overflow: hidden;
    width: 100px;
}

    .from-blog-thumb a:hover img {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
    }

.box-newsletter > p {
    color: #666;
    margin: -7px 0 22px;
}

.box-newsletter form {
    padding-right: 115px;
    position: relative;
}

.box-newsletter input[type="text"] {
    border: 1px solid #ccc;
    color: #999;
    height: 40px;
    padding: 0 15px;
    width: 100%;
}

.box-newsletter input[type="submit"] {
    background: #fc0404 none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    height: 40px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    width: 120px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    .box-newsletter input[type="submit"]:hover {
        background: #333;
    }

.social-home2.social-network {
    margin-top: 43px;
}

    .social-home2.social-network > ul {
        margin: 0;
    }

    .social-home2.social-network li {
        margin-right: 10px;
    }

.author-testimo {
    border: 1px solid #e5e5e5;
    display: table;
    margin-bottom: 20px;
    padding: 10px;
    position: relative;
    width: 100%;
}

.author-test-link {
    display: table-cell;
}

.author-test-info {
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
    width: 100%;
}

    .author-test-info h3 {
        font-size: 14px;
        margin: 0 0 5px;
        text-transform: uppercase;
    }

        .author-test-info h3 a:hover {
            color: #fc0404;
        }

    .author-test-info span {
        color: #fc0404;
    }

.box-testimo {
    padding-bottom: 77px;
    position: relative;
}

    .box-testimo .viewall {
        background: #fc0404 none repeat scroll 0 0;
        border-radius: 4px;
        bottom: 30px;
        color: #fff;
        font-weight: 700;
        height: 40px;
        line-height: 40px;
        position: absolute;
        right: 30px;
        text-align: center;
        text-transform: uppercase;
        width: 145px;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

        .box-testimo .viewall:hover {
            background: #333 none repeat scroll 0 0;
        }

.item-testimo .desc {
    color: #666;
}

.testimo-slider.slider-home2 .owl-controls.clickable {
    bottom: -40px;
    left: 0;
    right: auto;
    top: auto;
}

.author-testimo::before {
    position: absolute;
    content: "";
    width: 13px;
    height: 14px;
    bottom: -13px;
    left: 38px;
    background: url(/Content/images/home2/half-arrow.png);
}

.author-test-link a {
    display: block;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 70px;
}

    .author-test-link a:hover img {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

.author-test-link img {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.list-box-footer2 {
    background: #2b2b2b none repeat scroll 0 0;
    margin-top: 50px;
    padding: 45px 0 25px;
}

.item-box-footer2 > h2 {
    color: #fc0404;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.menu-footer2 a {
    color: #ccc;
    font-size: 14px;
    padding-left: 10px;
}

    .menu-footer2 a:hover {
        color: #fc0404;
    }

.menu-footer2 > li {
    color: #ccc;
    font-size: 10px;
    list-style: outside none disc;
    padding: 11px 0;
}

.menu-footer2 {
    padding-left: 10px;
}

.contact-footer2 {
    color: #ccc;
}

    .contact-footer2 a {
        color: #ccc;
    }

        .contact-footer2 a:hover {
            color: #fc0404;
        }

    .contact-footer2 li i {
        left: 0;
        position: absolute;
        top: 15px;
    }

    .contact-footer2 > li {
        margin-bottom: 10px;
        padding: 11px 30px 11px 25px;
        position: relative;
    }



.copyright2 > p {
    color: #ccc;
    margin-bottom: 0;
}

.copyright2 a {
    color: #fc0404;
}

.payment2.payment-method {
    margin-top: 10px;
}

    .payment2.payment-method > a {
        margin-left: 7px;
    }
/****************************************************************************************
										Home 3							
****************************************************************************************/
.header3 {
    background: #1bb2b0 none repeat scroll 0 0;
    padding: 22px 0;
}

.smart-search.search-form3 {
    margin: 0 20px 0 -40px;
    padding: 0 0 0 82px;
}

.search-form3 .select-category {
    background: #f4f4f4 none repeat scroll 0 0;
    border: medium none;
    border-radius: 18px 0 0 18px;
    height: 36px;
    width: 82px;
}

    .search-form3 .select-category .category-toggle-link {
        border-right: 1px solid #ccc;
        height: 36px;
        line-height: 36px;
        padding: 0 18px;
    }

        .search-form3 .select-category .category-toggle-link::after {
            right: 20px;
        }

.search-form3 .list-category-toggle {
    border-top-left-radius: 16px;
    width: 200px;
}

.search-form3 .smart-search-form input[type="text"] {
    border: medium none;
    height: 36px;
    padding: 0 20px;
}

.search-form3 .smart-search-form input[type="submit"] {
    background-color: #e0cb26;
    border: medium none;
    border-radius: 0 18px 18px 0;
    height: 36px;
    width: 44px;
}

.search-form3 .smart-search-form {
    padding-right: 44px;
}

.top-info.top-info3 {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    float: none;
    margin-right: 16px;
    vertical-align: middle;
}

.mini-cart.mini-cart-3 {
    display: inline-block;
    margin: 0;
    padding-right: 20px;
    vertical-align: middle;
}

.top-info.top-info3 > li > a {
    color: #fff;
    font-size: 14px;
}

.top-info.top-info3 > li {
    border-color: rgba(255, 255, 255, 0.2);
    padding: 6px 15px;
}

.top-info3 .has-child > a::after {
    margin-left: 9px;
}

.header-mini-cart3 .total-mini-cart-icon {
    background: rgba(0, 0, 0, 0) url(/Content/images/home3/icon-cart.png) no-repeat scroll center center;
    border: medium none;
    border-radius: 0;
    height: 24px;
    width: 28px;
}

.header-mini-cart3 .total-mini-cart-item {
    background: #E0CB26 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: -20px;
    text-align: center;
    top: -15px;
    width: 30px;
}

.header-mini-cart3 {
    position: relative;
    display: block;
}

.wrap-cart-info3 {
    float: right;
    margin-top: 4px;
}

.header-nav3 {
    background: #e0cb26 none repeat scroll 0 0;
}

.main-nav.main-nav3 {
    background: transparent none repeat scroll 0 0;
    margin: 0;
}

.top-info3 .sub-menu-top li:hover {
    background: #fdd922 none repeat scroll 0 0;
}

.mini-cart3 .mini-cart-view {
}

.mini-cart-3 .mini-cart-view {
    background: #1BB2B0 none repeat scroll 0 0;
}

.mini-cart-3 .mini-cart-checkout {
    background: #E0CB26 none repeat scroll 0 0;
}

.content-home3 {
    background: #f3f3f3 none repeat scroll 0 0;
}

.quick-category {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.1);
    color: #555;
    font-size: 14px;
    margin-bottom: 30px;
    padding: 8px 15px;
    text-align: center;
}

    .quick-category a {
        border-right: 1px solid #e5e5e5;
        color: #555;
        display: inline-block;
        margin-right: 20px;
        padding-right: 24px;
    }

    .quick-category img {
        display: inline-block;
        margin-right: 5px;
        vertical-align: sub;
    }

    .quick-category label {
        font-weight: 400;
        margin: 0 10px 0 0;
    }

    .quick-category a:last-child {
        border: medium none;
        margin: 0;
        padding: 0;
    }

    .quick-category a:hover {
        color: #1BB2B0;
    }

.zoom-image-thumb {
    overflow: hidden;
    width: 100%;
}

    .zoom-image-thumb a {
        display: block;
    }

    .zoom-image-thumb img {
        width: 100%;
        transform: scale(0.8);
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .zoom-image-thumb:hover img {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }

.adv-close {
    position: relative;
}

.adv-close-link {
    background: rgba(0, 0, 0, 0) url(/Content/images/home3/icon-close.png) no-repeat scroll center center;
    content: "";
    height: 21px;
    position: absolute;
    right: 0;
    top: 0;
    width: 21px;
    z-index: 9;
}

.adv-close.zoom-image-thumb {
    margin-bottom: 30px;
}

.thenew-info {
    left: 0;
    margin-top: -60px;
    padding: 0 50px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

    .thenew-info h2 {
        font-weight: 700;
        margin: 0;
        color: #fff;
    }

    .thenew-info a {
        background: #1bb2b0 none repeat scroll 0 0;
        border-radius: 4px;
        color: #fff;
        display: inline-block;
        font-weight: 700;
        height: 40px;
        line-height: 40px;
        margin-top: 25px;
        width: 156px;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

        .thenew-info a:hover {
            background: #E0CB26;
        }

.slider-home3 .wrap-item.owl-theme .owl-controls .owl-buttons div {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.1);
    color: #1bb2b0;
    display: block;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 30px;
}

    .slider-home3 .wrap-item.owl-theme .owl-controls .owl-buttons div.owl-prev {
        left: 50%;
        margin-left: -15px;
    }

    .slider-home3 .wrap-item.owl-theme .owl-controls .owl-buttons div.owl-next {
        right: 50%;
        margin-right: -15px;
    }

.slider-home3 .wrap-item.owl-theme:hover .owl-controls .owl-buttons div.owl-prev {
    left: 0;
}

.slider-home3 .wrap-item.owl-theme:hover .owl-controls .owl-buttons div.owl-next {
    right: 0;
}

.slider-home3 .wrap-item.owl-theme .owl-controls .owl-buttons div:hover {
    background: #1BB2B0;
    color: #fff;
}

.slider-home3 .wrap-item.owl-theme:hover .owl-controls .owl-buttons div {
    opacity: 1;
}

.box-thenew-intro {
    float: left;
    margin: 0;
    padding: 25px 0 30px;
    position: relative;
    text-align: center;
    width: 20%;
}

    .box-thenew-intro::before {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 0;
        width: 100%;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        content: "";
        background: #FDD922;
    }

    .box-thenew-intro:hover::before {
        height: 2px;
    }

.list-thenew-intro {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #157ed2;
}

.best-seller3 .wrap-item {
    padding: 0 12px;
}

.best-seller3 {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
    position: relative;
}

    .best-seller3.slider-home3 h2 {
        border-bottom: 1px solid #e5e5e5;
        color: #1bb2b0;
        font-size: 18px;
        font-weight: 700;
        margin: 0;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-top: 20px;
        text-transform: uppercase;
    }

    .best-seller3 .viewall3 {
        color: #fff;
        position: absolute;
        right: 20px;
        top: 20px;
    }

.item-product3 {
    padding: 20px 8px;
}

.product-thumb3 .product-extra-link a:hover {
    color: #e0cb26;
}

.best-seller3 h2 span {
    border-bottom: 2px solid #1bb2b0;
    padding-bottom: 7px;
}

.product-info3 .title-product {
    text-transform: uppercase;
}

.product-info3 .info-price span {
    color: #1bb2b0;
    font-weight: 700;
    margin-right: 8px;
}

.slider-home3.best-seller3 .wrap-item.owl-theme .owl-controls .owl-buttons div {
    top: 130px;
}

.box-trending3 {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
}

.item-trending3 {
    border-bottom: 1px solid #e5e5e5;
    display: table;
    padding: 22px 10px 20px 20px;
    width: 100%;
    position: relative;
}

    .item-trending3::after {
        position: absolute;
        content: "";
        width: 5px;
        top: 50%;
        right: -5px;
        background: #1bb2b0;
        height: 0;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

.ad-best-seller {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 13px;
}

    .ad-best-seller:last-child {
        margin: 0;
    }

.item-trending3:hover::after {
    top: 0;
    height: 100%;
}

.item-trending3:last-child {
    border: none;
}

.trending-thumb3 {
    display: table-cell;
    position: relative;
    width: 100px;
}

    .trending-thumb3 a {
        display: block;
        position: relative;
    }

        .trending-thumb3 a img {
            max-width: 100px;
        }

.item-trending3 .product-info3 {
    display: table-cell;
    margin: 0;
    padding: 0 0 0 19px;
    vertical-align: top;
}

.item-trending3 .addcart-link.addcart-single {
    background: #1BB2B0;
}

.list-trending3 {
    padding: 6px 0;
}

.box-trending3 h2 {
    border-bottom: 1px solid #e5e5e5;
    color: #1bb2b0;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 1px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-top: 20px;
    text-transform: uppercase;
}

    .box-trending3 h2 span {
        border-bottom: 2px solid #1bb2b0;
        padding-bottom: 7px;
    }

.product-info3 {
    margin-top: 17px;
    padding-bottom: 5px;
}

    .product-info3 .title-product a:hover {
        color: #1bb2b0;
    }

.product-thumb3 .product-info-cart .addcart-link {
    background: #1bb2b0 none repeat scroll 0 0;
}

.dealoff-theday {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
    position: relative;
}

.dealoff-countdown {
    background: #e0cb26 none repeat scroll 0 0;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 230px;
}

    .dealoff-countdown .time_circles canvas {
        display: none;
    }

    .dealoff-countdown .time_circles > div {
        color: #fff;
        display: inline-block;
        width: auto !important;
    }

        .dealoff-countdown .time_circles > div::after {
            content: ":";
            padding: 0 5px;
        }

        .dealoff-countdown .time_circles > div:last-child::after {
            content: "Left";
        }

    .dealoff-countdown .time_circles::before {
        color: #fff;
        content: "";
        display: inline-block;
        font-family: fontawesome;
        font-size: 30px;
        margin-left: 30px;
        margin-right: 15px;
        vertical-align: middle;
    }

.dealoff-theday > h2 {
    border-bottom: 1px solid #e5e5e5;
    color: #e0cb26;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 30px;
    padding: 20px 15px 10px 20px;
    text-transform: uppercase;
}

.dealoff-theday h2 span {
    border-bottom: 2px solid #e0cb26;
    padding-bottom: 7px;
}

.item-dealoff {
    padding: 0 8px;
}

    .item-dealoff .item-product {
        border: medium none;
    }

.dealoff-theday-slider .wrap-item {
    padding: 0 12px;
}

.item-dealoff .product-info3 .info-price span {
    color: #e0cb26;
}

.item-dealoff .product-info3 .title-product a:hover {
    color: #e0cb26;
}

.item-dealoff .product-thumb3 .product-info-cart .addcart-link {
    background: #e0cb26 none repeat scroll 0 0;
}

.item-dealoff .product-thumb3 .product-extra-link a:hover {
    color: #1bb2b0;
}

.slider-home3.dealoff-theday-slider .wrap-item.owl-theme .owl-controls .owl-buttons div {
    top: 130px;
    color: #e0cb26;
}

    .slider-home3.dealoff-theday-slider .wrap-item.owl-theme .owl-controls .owl-buttons div:hover {
        background: rgba(224,203,38,0.9);
        color: #fff;
    }

.viewall3 {
    background: #1bb2b0 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    width: 110px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    .viewall3:hover {
        background: #e0cb26 none repeat scroll 0 0;
    }

.service3 {
    background: #1bb2b0 none repeat scroll 0 0;
    margin: 0 0 30px;
}

.item-service-thum3 {
    display: table-cell;
    vertical-align: middle;
}

.item-service3 {
    display: table;
    padding: 15px;
    width: 100%;
}

.item-service-info3 {
    display: table-cell;
    padding-left: 15px;
    vertical-align: middle;
}

    .item-service-info3 > h2 {
        font-size: 16px;
        font-weight: 700;
        margin: 0 0 5px;
        text-transform: uppercase;
    }

    .item-service-info3 a {
        color: #fff;
    }

    .item-service-info3 > p {
        color: #fff;
        margin: 0;
    }

.item-service3:hover {
    background: #e0cb26 none repeat scroll 0 0;
}

.thenew-banner {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.box-thenew-intro li:first-child {
    color: #333;
}

.box-thenew-intro li {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    .box-thenew-intro li:last-child {
        color: #999;
    }

.box-thenew-intro:hover li:first-child {
    color: #157ed2;
}

.box-thenew-intro:hover li:last-child {
    color: #333;
}

.title-home3 {
    color: #1bb2b0;
    font-weight: 700;
    margin: 0 0 45px;
    text-align: center;
    text-transform: uppercase;
}

.mobile-access-box {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding: 30px 30px 31px;
    text-align: center;
    transition: all 0.3s ease-out 0s;
}

    .mobile-access-box:hover {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.3);
    }

    .mobile-access-box > h2 {
        border-bottom: 1px solid #e5e5e5;
        font-size: 14px;
        font-weight: 700;
        margin: 0 0 13px;
        padding-bottom: 17px;
        text-transform: uppercase;
    }

.access-list-link ul {
    float: left;
    margin: 1px 0;
    text-align: left;
    width: 50%;
}

    .access-list-link ul:last-child {
        padding-left: 20px;
    }

.access-list-link li {
    line-height: 21px;
    margin-bottom: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .access-list-link li {
        margin-bottom: 17px;
        line-height: 19px;
    }

    .mobile-access-box.mobile-access-long {
        padding: 39px 25px 40px;
    }
}

.access-list-link li a {
    color: #999;
}

    .access-list-link li a:hover {
        color: #1bb2b0;
    }

.access-list-link {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
}

.mobile-access-box.mobile-access-long {
    padding: 39px 25px;
}

.mobile-access-col2 .mobile-access-thumb {
    float: left;
    width: 53%;
}

.mobile-access-col2 .product-info3 {
    float: left;
    padding-left: 20px;
    padding-top: 35px;
    width: 47%;
}

.mobile-access-box.mobile-access-col2 {
    padding: 39px 30px 39px;
}

.access-more {
    color: #1bb2b0;
}

    .access-more:hover {
        color: #333;
    }

    .access-more i {
        margin-left: 5px;
    }

.mobile-access-box.mobile-access-text {
    padding-bottom: 20px;
}

.mobile-access {
    margin-top: 45px;
}

.shopnow-access:hover {
    background: #1bb2b0;
    color: #fff;
    border-color: #1bb2b0;
}

.shopnow-access {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    color: #999;
    display: block;
    height: 36px;
    line-height: 36px;
    margin: 15px auto auto;
    text-align: center;
    width: 120px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.popular-cat-content {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
}

.popular-cat-box {
    margin-bottom: 30px;
}

.popular-cat-slider .wrap-item {
    padding: 0 12px 2px;
}

.popular-cat-tab-title {
    border-bottom: 1px solid #e5e5e5;
    height: 50px;
    position: relative;
}

    .popular-cat-tab-title > ul {
        bottom: 10px;
        left: 20px;
        margin: 0;
        position: absolute;
    }

    .popular-cat-tab-title li {
        display: inline-block;
        margin-right: 27px;
    }

    .popular-cat-tab-title .viewall:hover {
        background-color: #E0CB26;
        color: #fff;
    }

    .popular-cat-tab-title .viewall {
        background: #1bb2b0 none repeat scroll 0 0;
        border-radius: 4px;
        color: #fff;
        display: block;
        font-weight: 700;
        height: 40px;
        line-height: 40px;
        position: absolute;
        right: 20px;
        text-align: center;
        text-transform: uppercase;
        top: 20px;
        width: 110px;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .popular-cat-tab-title a {
        color: #999;
        display: block;
        font-weight: 700;
        position: relative;
        text-transform: uppercase;
    }

        .popular-cat-tab-title a:hover {
            color: #1bb2b0;
        }

    .popular-cat-tab-title li.active a::after {
        background: #1bb2b0 none repeat scroll 0 0;
        bottom: -12px;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        width: 100%;
    }

    .popular-cat-tab-title li.active a {
        color: #1bb2b0;
        font-size: 18px;
    }

.popular-cat-sidebar {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
}

    .popular-cat-sidebar > h2 {
        background: #1bb2b0 none repeat scroll 0 0;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        height: 50px;
        margin: 0;
        padding-left: 20px;
        padding-top: 20px;
        text-transform: uppercase;
    }

.popular-listcat {
    min-height: 255px;
    padding: 20px 30px;
}

    .popular-listcat a {
        color: #555;
    }

        .popular-listcat a:hover {
            color: #1bb2b0;
        }

    .popular-listcat > li {
        border-bottom: 1px solid #e5e5e5;
        padding: 10px 0;
    }

.popular-cat-slider .category-brand-slider {
    border: medium none;
}

.popular-cat-sidebar .category-brand-slider {
    border: medium none;
    padding: 10px 0;
}

.popular-cat-slider.slider-home3 .wrap-item.owl-theme .owl-controls .owl-buttons div {
    top: 130px;
}

.popular-cat-box.yellow-box .popular-cat-tab-title .viewall {
    background-color: #e0cb26;
}

    .popular-cat-box.yellow-box .popular-cat-tab-title .viewall:hover {
        background-color: #1bb2b0;
    }

.popular-cat-box.yellow-box .popular-cat-tab-title li.active a {
    color: #e0cb26;
}

.popular-cat-box.yellow-box .popular-cat-tab-title li a:hover {
    color: #e0cb26;
}

.popular-cat-box.yellow-box .popular-cat-tab-title li.active a::after {
    background-color: #e0cb26;
}

.popular-cat-box.yellow-box .popular-cat-sidebar > h2 {
    background-color: #e0cb26;
}

.popular-cat-box.yellow-box .popular-listcat a:hover {
    color: #e0cb26;
}

.popular-cat-box.yellow-box .product-thumb3 .product-info-cart .addcart-link {
    background-color: #e0cb26;
}

.popular-cat-box.yellow-box .product-info3 .info-price span {
    color: #e0cb26;
}

.popular-cat-box.yellow-box .product-info3 .title-product a:hover {
    color: #e0cb26;
}

.popular-cat-box.yellow-box .product-thumb3 .product-extra-link a:hover {
    color: #1bb2b0;
}

.popular-cat-box.yellow-box .slider-home3 .wrap-item.owl-theme .owl-controls .owl-buttons div {
    color: #e0cb26;
}

    .popular-cat-box.yellow-box .slider-home3 .wrap-item.owl-theme .owl-controls .owl-buttons div:hover {
        color: #fff;
        background-color: #e0cb26;
    }

.adv-sale3 {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 45px;
}

.world-ad-box {
    border: 10px solid #fff;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    display: block;
}

.alo-smask {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
}

.list-latest-new .zoom-image-thumb {
    float: left;
    width: 36%;
}

.list-latest-new {
    margin: 0;
    padding: 10px 20px 13px;
}

.tab-testimo-slider {
    padding: 10px 20px;
}

.testimo-tab-info {
    margin: 0 0 15px;
}

    .testimo-tab-info > li {
        display: inline-block;
        vertical-align: middle;
    }

    .testimo-tab-info .author-test-info > span {
        color: #1bb2b8;
    }

.item-testimo3 .desc {
    margin: 0;
}

.item-testimo3 {
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 0;
}

.testimo-tab-info .author-test-info h3 a:hover {
    color: #1bb2b0;
}

.tab-testimo-slider .wrap-item.owl-theme .owl-controls {
    margin: 28px 0 19px;
}

.tab-testimo-slider .owl-theme .owl-controls .owl-page span {
    background: #999 none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 10px;
    margin: 0 5px;
    opacity: 1;
    width: 10px;
}

.tab-testimo-slider .owl-theme .owl-controls .owl-page:hover span, .tab-testimo-slider .owl-theme .owl-controls .owl-page.active span {
    background-color: #1BB2B0;
}

.item-manufacture {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
    margin: 0 15px;
}

.manufacture-slider {
    margin: 0 -15px;
}

    .manufacture-slider .owl-wrapper-outer {
        padding: 2px 0 5px;
    }

.list-gift-icon {
    background: #e0cb26 none repeat scroll 0 0;
    color: #fff;
    padding: 50px 0 40px;
    text-align: center;
}

.item-gift-icon > span {
    font-size: 60px;
}

.item-gift-icon > h2 {
    margin: 5px 0 20px;
    text-transform: uppercase;
}

.item-gift-icon {
    padding: 0 30px;
}

.tab-testimo-slider .wrap-item.owl-theme .owl-controls {
    margin: 28px 0 19px;
}

.gift-icon-slider .owl-theme .owl-controls .owl-page span {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 10px;
    margin: 0 5px;
    opacity: 1;
    width: 10px;
}

.gift-icon-slider .wrap-item.owl-theme .owl-controls {
    margin: 10px 0 0;
}

.gift-icon-slider .owl-theme .owl-controls .owl-page:hover span, .gift-icon-slider .owl-theme .owl-controls .owl-page.active span {
    background: #1bb2b0;
}

.box-menu-footer3 > h2 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.box-menu-footer3 > ul {
    margin: 0;
}

.box-menu-footer3 li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

    .box-menu-footer3 li::before {
        color: #1bb2b0;
        content: "";
        font-family: fontawesome;
        left: 0;
        position: absolute;
        top: 3px;
    }

.list-menu-footer3 {
    border-bottom: 1px solid #e5e5e5;
    padding: 40px 0 35px;
}

.newsletter-footer.newsletter-footer3 input[type="submit"] {
    background: #1bb2b0 url(/Content/images/home3/icon-email.png) no-repeat scroll center center;
    height: 40px;
    width: 50px;
}

.social-footer3 a {
    width: 32px;
}

.social-footer-box3 {
    padding: 50px 0;
}

.box-menu-footer3 a:hover {
    color: #1BB2B0;
}

.box-menu-footer3 a {
}



.social-footer.social-footer3.social-network > ul {
    margin: 0;
}

.copyright3 {
    display: inline-block;
    font-weight: 700;
    margin: 0 15px 0 0;
    text-transform: uppercase;
}

.policy3 {
    display: inline-block;
}

    .policy3 > label {
        font-weight: 400;
        margin: 0 5px 0 0;
    }

    .policy3 > a {
        border-right: 1px solid #fff;
        color: #fff;
        display: inline-block;
        height: 14px;
        line-height: 14px;
        margin-right: 3px;
        padding-right: 8px;
    }

        .policy3 > a:hover {
            color: #e0cb26;
        }

        .policy3 > a:last-child {
            border: medium none;
            margin: 0;
            padding: 0;
        }

.findin-store {
    text-align: right;
}

    .findin-store > a {
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
    }

        .findin-store > a i {
            font-size: 30px;
            margin-right: 10px;
            vertical-align: middle;
        }

    .findin-store span {
        display: inline-block;
        vertical-align: middle;
    }

.newsletter-footer.newsletter-footer3 input[type="text"] {
    height: 40px;
}

.latest-testimo-tab {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
}

.latest-post-info {
    float: left;
    padding-left: 20px;
    width: 64%;
}

    .latest-post-info > h3 {
        font-size: 14px;
        line-height: 25px;
        margin: -7px 0 13px;
    }

.list-latest-new > li {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
}

    .list-latest-new > li:last-child {
        border: medium none;
    }

.comment-date-info {
    color: #999;
    font-size: 12px;
}

    .comment-date-info > li {
        border-right: 1px solid #e5e5e5;
        display: inline-block;
        height: 15px;
        line-height: 15px;
        margin-right: 5px;
        padding-right: 8px;
    }

        .comment-date-info > li:last-child {
            border: medium none;
            margin: 0;
            padding: 0;
        }

        .comment-date-info > li i {
            margin-right: 8px;
        }

.latest-post-info > h3 a:hover {
    color: #1BB2B0;
}

.mobile-access-thumb a {
    display: block;
    position: relative;
}

    .mobile-access-thumb a::before {
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        content: "";
        width: 0;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .mobile-access-thumb a::after {
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        content: "";
        width: 100%;
        height: 0;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .mobile-access-thumb a:hover::before {
        left: 0;
        width: 100%;
    }

    .mobile-access-thumb a:hover::after {
        top: 0;
        height: 100%;
    }
/*****************************************************************************************
									 Contact					
******************************************************************************************/
.hidden-category-dropdown .wrap-category-dropdown {
    background: #fff none repeat scroll 0 0;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999;
}

.content-page {
    margin-top: 20px;
}

.contact-map {
    border: 1px solid #e5e5e5;
    padding: 10px;
}

.list-contact-info {
    margin-bottom: 45px;
}

.item-contact-info {
    position: relative;
    text-align: center;
}

    .item-contact-info::after {
        background: #999 none repeat scroll 0 0;
        content: "";
        height: 2px;
        left: 100%;
        margin-left: -50px;
        position: absolute;
        top: 28px;
        width: 100px;
    }

    .item-contact-info.last-item::after {
        display: none;
    }

    .item-contact-info a i {
        color: #999;
        font-size: 60px;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

.contact-form-page h2 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.contact-form-page {
}

.contact-box {
}

.contact-info-box {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #F5F5F5;
}

    .contact-info-box p {
        text-align: justify;
        font-style: italic;
        color: #00a651;
    }

ul.box-info-contact {
    text-align: justify;
}

    ul.box-info-contact li {
        margin-bottom: 10px;
    }

        ul.box-info-contact li i {
            width: 20px;
            color: #00aeef;
            text-align: center;
        }

.contact-info-page {
    background: #f4f4f4 none repeat scroll 0 0;
    padding: 70px 0;
    text-align: center;
}

    .contact-info-page .desc {
        color: #555;
        margin: 0 auto;
        max-width: 800px;
        padding: 0 15px;
    }

.item-contact-info > h2 {
    font-size: 16px;
    font-weight: 700;
    margin: 25px 0 0;
}

.item-contact-info a {
    color: #333;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    .item-contact-info a:hover {
        color: #f9bc02;
    }

.item-contact-info .contact-icon {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

    .item-contact-info .contact-icon::before {
        color: #999;
        font-family: "fontawesome";
        font-size: 60px;
        left: 100%;
        position: absolute;
        top: -1px;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        left: 0;
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
        opacity: 0;
    }

    .item-contact-info .contact-icon.icon-mobile::before {
        content: "\f10b";
    }

    .item-contact-info .contact-icon.icon-phone::before {
        content: "\f095";
    }

    .item-contact-info .contact-icon.icon-home::before {
        content: "\f015";
    }

    .item-contact-info .contact-icon.icon-email::before {
        content: "\f0e0";
    }

    .item-contact-info .contact-icon:hover::before {
        transform: translateX(0) rotate(0);
        -moz-transform: translateX(0) rotate(0);
        -webkit-transform: translateX(0) rotate(0);
        opacity: 1;
        color: #f9bc02;
    }

    .item-contact-info .contact-icon:hover i {
        -webkit-transform: translateX(200%);
        transform: translateX(200%);
        opacity: 0;
        color: #f9bc02;
    }
    /*****************************************************************************************
									 About					
******************************************************************************************/
    .item-contact-info .contact-icon.icon-quality::before {
        content: "\f219";
    }

    .item-contact-info .contact-icon.icon-shipment::before {
        content: "\f017";
    }

    .item-contact-info .contact-icon.icon-payment::before {
        content: "\f155";
    }

.about-menu {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin: 0;
}

    .about-menu > li {
        display: inline-block;
        margin-right: 36px;
    }

    .about-menu a {
        color: #333;
        display: block;
        padding: 15px 0;
        position: relative;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

        .about-menu a::after {
            background: #fc0404 none repeat scroll 0 0;
            content: "";
            height: 1px;
            left: 50%;
            position: absolute;
            top: -1px;
            width: 0;
            -webkit-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
        }

        .about-menu a:hover::after {
            width: 100%;
            left: 0;
        }

        .about-menu a:hover {
            color: #fc0404;
        }



.protect-video {
    margin-top: 95px;
}



.video-about {
    padding-right: 60px;
    padding-top: 20px;
    text-align: right;
}

.about-review {
    border-top: 2px solid #e5e5e5;
    margin-top: 95px;
    padding-top: 95px;
}

    .about-review .title-default {
        margin-bottom: 47px;
        text-transform: uppercase;
    }

.item-about-review {
    display: table;
    margin-bottom: 50px;
}

.about-review-thumb {
    display: table-cell;
}

.about-info {
    display: table-cell;
    padding: 0 30px;
    vertical-align: top;
}

    .about-info h3 {
        font-size: 14px;
        margin: 0 0 8px;
    }

        .about-info h3 a:hover {
            color: #fc0404;
        }

    .about-info p {
        color: #999;
        margin: 0;
    }

.about-review-thumb a {
    border: 1px solid #e5e5e5;
    display: block;
    overflow: hidden;
    padding: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    .about-review-thumb a:hover {
        border-color: #fc0404;
    }

        .about-review-thumb a:hover img {
            -webkit-transform: scale(1.15);
            transform: scale(1.15);
        }

    .about-review-thumb a img {
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }
/*****************************************************************************************
										Blog
******************************************************************************************/
.masonry-list-post .item-post-masonry {
    margin-bottom: 30px;
    padding: 0 15px;
    width: 33.334%;
}

.masonry-list-post {
    margin: 0 -15px;
}

.item-post-masonry .post-info-extra {
    bottom: 0;
    top: auto;
    width: auto;
}

    .item-post-masonry .post-info-extra > div {
        float: left;
        height: 40px;
        line-height: 40px;
        padding: 0 17px;
    }

.item-post-masonry .post-format {
    color: #fc0404;
    font-size: 13px;
}

.item-post-masonry .post-date > strong {
    display: none;
}

.item-post-masonry .blog-post-thumb {
    margin-bottom: 15px;
}

.item-post-masonry .blog-post-info .post-date-author {
    margin: 0 0 8px;
}

.item-post-masonry .desc {
    margin-bottom: 22px;
}

.sidebar-post .widget {
    margin-bottom: 30px;
    background-color: #fff;
    border: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    border-top-left-radius: 15px;
}

    .sidebar-post .widget .product-bestseller-slider {
        background: none;
        border: none;
    }

.title-widget-post {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    background-color: #fc0404;
    border-bottom: 1px solid #fc0404;
    border-radius: 15px 0;
}

.widget-post-cat li {
    margin-bottom: 10px;
    font-weight: 500;
}

    .widget-post-cat li:last-child {
        margin-bottom: 0;
    }

.widget-post-cat > ul {
    margin: 0;
    padding: 10px;
}

.widget.widget-post-cat a {
    width: 100%;
    display: inline-block;
}

.widget.widget-post-cat .list-category .badge {
    width: 86px;
    float: right;
    margin-left: 10px;
    display: inline-block;
}

.widget.widget-post-cat a:hover {
    color: #fc0404;
}

.title-post-tab {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 20px;
    position: relative;
}

    .title-post-tab > ul {
        margin: 0;
    }

    .title-post-tab li {
        display: inline-block;
        margin-right: 25px;
    }

    .title-post-tab a {
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .title-post-tab li:last-child {
        margin: 0;
    }

    .title-post-tab li.active a {
        color: #fc0404;
    }

    .title-post-tab::after {
        content: "";
        font-family: fontawesome;
        font-size: 16px;
        position: absolute;
        right: 20px;
        top: 15px;
    }

.list-post-tab .zoom-image-thumb {
    display: table-cell;
    width: 100px;
}

.list-post-tab {
    margin: 0;
    padding: 0 20px;
}

.post-tab-info {
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
}

.list-post-tab > li {
    border-bottom: 1px solid #e5e5e5;
    display: table;
    padding: 20px 0;
    width: 100%;
}

.post-tab-info > h3 {
    font-size: 14px;
    line-height: 20px;
    margin: -5px 0 5px;
}

.post-tab-info > span {
    color: #999;
    font-size: 12px;
}

.list-post-tab > li:last-child {
    border: medium none;
}

.list-post-tab .zoom-image-thumb a {
    width: 100px;
}

.list-post-faq {
    margin: 0;
}

    .list-post-faq > li {
        border-bottom: 1px solid #e5e5e5;
        padding: 0 20px;
    }

        .list-post-faq > li:last-child {
            border: medium none;
        }

    .list-post-faq li h3 {
        cursor: pointer;
        font-size: 14px;
        margin: 0;
        padding: 12px 20px 11px 0;
        position: relative;
        text-transform: uppercase;
    }

    .list-post-faq li p {
        color: #999;
        margin-bottom: 15px;
        display: none;
    }

    .list-post-faq h3::after {
        content: "+";
        position: absolute;
        right: 0;
        top: 12px;
    }

    .list-post-faq li.active h3::after {
        content: "-";
    }

    .list-post-faq li.active p {
        display: block;
    }

.single-post-leading > h2 {
    font-weight: 700;
    margin: 40px 0 20px;
}

.post-date-author {
    margin: 0;
}

    .post-date-author > li {
        border-right: 1px solid #999;
        color: #999;
        display: inline-block;
        height: 14px;
        line-height: 14px;
        margin-right: 5px;
        padding-right: 10px;
    }

        .post-date-author > li:last-child {
            border: medium none;
            margin: 0;
            padding: 0;
        }

.single-post-leading .post-date-author > li:last-child a {
    color: #fc0404;
}

.single-post-leading {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.main-single-post .desc {
    color: #555;
    margin-bottom: 45px;
}

.blockquote {
    border: 1px solid #e5e5e5;
    color: #999;
    margin-bottom: 50px;
    padding: 20px 30px 20px 100px;
    position: relative;
}

    .blockquote::before {
        background: #f4f4f4 url(/Content/images/blog/quote.png) no-repeat scroll center center;
        border-right: 1px solid #e5e5e5;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 70px;
    }

.simple-owl-slider {
    margin-bottom: 40px;
    margin-right: 20px;
    overflow: hidden;
}

.unorder-post a {
    color: #999;
    font-size: 14px;
}

.unorder-post li {
    color: #333;
    font-size: 12px;
    list-style-type: disc;
    margin-bottom: 4px;
    padding-left: 10px;
}

.unorder-post > ul {
    margin: 13px 0 0;
    padding-left: 12px;
}

.unorder-post a:hover {
    color: #333;
}

.unorder-post > label {
    font-weight: normal;
}

.tabs-share {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 50px;
    padding-bottom: 40px;
}

.sidebar-post .widget.widget-adv {
    border: medium none;
}

.single-post-tabs > label {
    color: #999;
    font-weight: 400;
    margin: 0;
}

.single-post-share {
    margin-top: -10px;
    text-align: right;
}

    .single-post-share > label {
        color: #999;
        font-weight: 400;
        margin: 0 5px;
    }

    .single-post-share > a:hover {
        background: #fb9902;
        border-color: #fb9902;
        color: #fff;
    }

    .single-post-share > a {
        border: 1px solid #e5e5e5;
        border-radius: 50%;
        color: #999;
        display: inline-block;
        height: 38px;
        line-height: 38px;
        margin-left: 5px;
        text-align: center;
        width: 38px;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

.post-author-thumb {
    display: table-cell;
    width: 80px;
}

.post-author-info {
    display: table-cell;
    padding-left: 30px;
    vertical-align: top;
}

.single-post-author {
    display: table;
}

    .single-post-author .zoom-image-thumb img {
        width: 80px;
    }

.post-author-thumb .zoom-image-thumb a {
    border: 1px solid #e5e5e5;
    padding: 10px;
}

.post-author-info > ul {
    margin: 0 0 5px;
}

.post-author-info li {
    border-right: 1px solid #999;
    color: #999;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-right: 5px;
    padding-right: 8px;
}

    .post-author-info li:last-child {
        margin: 0;
        padding: 0;
        border: none;
    }

.title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.single-related-post {
    margin-bottom: 50px;
    margin-top: 65px;
}

    .single-related-post .title {
        margin-bottom: 27px;
    }

.single-related-post-slider .wrap-item {
    margin: 0 -15px;
    width: auto;
}

.single-related-post-info {
    border: 1px solid #e5e5e5;
    padding: 20px 20px 60px;
    position: relative;
}

    .single-related-post-info > h3 {
        font-size: 14px;
        font-weight: 700;
        margin: 0 0 10px;
    }

    .single-related-post-info .post-date-author {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 15px;
    }

    .single-related-post-info > p {
        border-top: 1px solid #e5e5e5;
        color: #999;
        margin-top: 5px;
        padding-top: 12px;
    }

    .single-related-post-info .readmore {
        bottom: 30px;
        left: 20px;
        position: absolute;
    }

.related-comment {
    bottom: 30px;
    position: absolute;
    right: 20px;
}

.single-related-post-slider .item {
    padding: 0 15px;
}

.single-related-post-slider .wrap-item.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    opacity: 1;
    position: static;
    margin-left: 1px;
}

.single-related-post-slider .owl-theme .owl-controls {
    position: absolute;
    right: 15px;
    top: -45px;
}


.single-post-comment-thumb .zoom-image-thumb img {
    width: 80px;
}

.single-post-comment-thumb .zoom-image-thumb a {
    border: 1px solid #e5e5e5;
    display: inline-block;
    padding: 10px;
}

ol.list-post-comment {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.item-single-post-comment {
    display: table;
    margin-bottom: 30px;
    width: 100%;
}

.single-post-comment-thumb {
    display: table-cell;
    padding-bottom: 30px;
    padding-right: 30px;
    width: 110px;
}

.single-post-comment-info {
    border-bottom: 1px solid #e5e5e5;
    display: table-cell;
    vertical-align: top;
}

.header-post-comment {
    margin-bottom: 47px;
    position: relative;
}

    .header-post-comment .leave-comment-link {
        color: #333;
        position: absolute;
        right: 0;
        top: 0;
    }

.comment-author {
    margin-bottom: 8px;
    position: relative;
}

.reply-comment-link {
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
}

.single-post-comment-info > p {
    color: #999;
    margin-bottom: 25px;
}

.leave-comment-link::before {
    border: 1px solid #333;
    border-radius: 50%;
    content: "";
    display: inline-block;
    font-family: fontawesome;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    text-align: center;
    width: 30px;
}

.single-leave-comment {
    margin-top: 50px;
}

.form-leave-comment.form-contact {
    margin-top: 37px;
}

.form-contact.form-leave-comment input[type="submit"] {
    width: 170px;
}

.single-post-control {
    margin-top: 40px;
}

.blog-post-thumb {
    position: relative;
}

.post-info-extra {
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 90px;
    z-index: 9;
}

.post-date {
    background: #fc0404 none repeat scroll 0 0;
    color: #fff;
    padding: 10px 0 8px;
}

    .post-date > strong {
        display: block;
        font-size: 18px;
        margin-bottom: -3px;
    }

    .post-date > span {
        font-size: 12px;
    }

.post-format {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: #fff;
    font-size: 30px;
    padding: 6px 0 8px;
}

.item-post-full .post-title {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 15px;
}

.item-post-full .fa {
}

.item-post-full .blog-post-thumb {
    margin-bottom: 20px;
}

.item-post-full {
    margin-bottom: 50px;
}

.post-info-bottom {
    border-top: 1px solid #e5e5e5;
    margin-top: 23px;
    padding-top: 25px;
}

.post-readmore {
    border: 1px solid #e5e5e5;
    color: #999;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 120px;
}

    .post-readmore:hover {
        border-color: #fc0404;
    }

.post-tags-info a {
    color: #999;
}

    .post-tags-info a:hover {
        color: #fc0404;
    }

.post-tags-info.pull-right > label {
    color: #999;
    font-weight: 400;
    margin: 0;
}

.post-author-link {
    border-right: 1px solid #999;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-right: 3px;
    padding-right: 8px;
}

.post-comment-link {
    border-left: 1px solid #999;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-left: 3px;
    padding-left: 8px;
}

.post-tags-info {
    margin-top: 15px;
}

.post-paginav {
    font-size: 0;
    text-align: right;
}

    .post-paginav > a {
        border: 1px solid #e5e5e5;
        color: #666;
        display: inline-block;
        font-size: 14px;
        height: 32px;
        line-height: 32px;
        margin-right: -1px;
        min-width: 30px;
        padding: 0 12px;
        text-align: center;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

        .post-paginav > a:hover, .post-paginav > a.curent-page {
            background: #fc0404 none repeat scroll 0 0;
            border-color: #fc0404;
            color: #fff;
        }

    .post-paginav.masonry-paginav {
        text-align: center;
    }

.item-post-blog .blog-post-thumb {
    padding-right: 90px;
}

.item-post-blog .post-info-extra {
    left: auto;
    right: 0;
}

.post-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 11px;
}

.blog-post-info .post-date-author a {
    color: #999;
}

    .blog-post-info .post-date-author a:hover {
        color: #333;
    }

.blog-post-info .post-date-author {
    margin: 0 0 18px;
}

.item-post-blog .post-readmore {
    margin-top: 14px;
}

.blog-post-info .desc {
    color: #555;
}

.item-post-blog {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

    .item-post-blog.last-item {
        margin-bottom: 50px;
    }

.title-shop-page {
    font-weight: 700;
    margin: 0 0 35px;
    text-align: center;
    text-transform: uppercase;
}

.form-my-account input[type="text"] {
    border: 1px solid #e5e5e5;
    height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
    width: 100%;
}

    .form-my-account input[type="text"]:focus {
        border-color: #fc0404;
    }

.form-my-account .title {
    margin-bottom: 26px;
}

.form-my-account {
    max-width: 370px;
    width: 100%;
}

.account-register {
    float: left;
    position: relative;
    width: 100%;
}

    .account-register .form-my-account {
        float: right;
    }

    .account-register::before {
        border-right: 1px solid #e5e5e5;
        content: "";
        height: 100%;
        left: -15px;
        position: absolute;
        top: 0;
        width: 1px;
    }

.form-my-account > p {
    margin-bottom: 20px;
    max-width: 370px;
    position: relative;
}

.form-my-account label {
    color: #555;
    font-weight: 400;
    margin: 0;
}

.form-my-account .ship-address label {
    color: #333;
}

.form-my-account input[type="checkbox"] + label::before {
    border: 1px solid #e5e5e5;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: 400;
    height: 20px;
    line-height: 18px;
    margin-right: 17px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
}

.form-my-account input[type="checkbox"]:checked + label::before {
    content: "\f00c";
}

.form-my-account input[type="checkbox"] {
    display: none;
}

.form-my-account a {
    color: #fc0404;
    position: absolute;
    right: 0;
    top: 0;
}

.form-my-account input[type="submit"] {
    background: #fc0404 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 40px;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    .form-my-account input[type="submit"]:hover {
        background-color: #f9bc02;
    }

.form-my-account > p:last-child {
    margin: 0;
}

.box-col2 input[type="text"] {
    float: left;
    width: 47.5%;
}

    .box-col2 input[type="text"]:first-child {
        margin-right: 5%;
    }

.form-my-account textarea {
    border: 1px solid #e5e5e5;
    padding: 10px 15px;
    text-transform: uppercase;
    width: 100%;
}

.ship-address > label {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.check-billing {
    border-right: 1px solid #e5e5e5;
    margin-right: -15px;
}

.check-address {
    float: left;
    width: 100%;
}

    .check-address .form-my-account {
        float: right;
    }

.order_review_heading {
    background: #fc0404 none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 50px 0 -1px;
    padding: 20px;
    position: relative;
    text-transform: uppercase;
}

.shop_table.woocommerce-checkout-review-order-table thread {
    position: relative;
}

    .shop_table.woocommerce-checkout-review-order-table thread::before {
        background: #f9bc02 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: -1px;
        position: absolute;
        top: 0;
        width: 1px;
    }

    .shop_table.woocommerce-checkout-review-order-table thread::after {
        background: #f9bc02 none repeat scroll 0 0;
        content: "";
        height: 100%;
        right: 0px;
        position: absolute;
        top: 0;
        width: 1px;
    }
/*Woocommerce*/
.woocommerce table.shop_table {
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    border-radius: 0;
    margin: 0 0 50px;
    text-align: left;
    width: 100%;
}

    .woocommerce table.shop_table thead {
        background: #f9bc02 none repeat scroll 0 0;
        color: #fff;
        font-weight: 700;
        position: relative;
        text-transform: uppercase;
    }

        .woocommerce table.shop_table thead th {
            border-color: #f9bc02;
            color: #fff;
            padding: 15px 20px;
        }

    .woocommerce table.shop_table td {
        border-top: 1px solid #e5e5e5;
        padding: 15px 20px;
        vertical-align: middle;
    }

.woocommerce table, .woocommerce th, .woocommerce td {
    border: 1px solid #e5e5e5 !important;
    color: #555;
    margin: 0;
    padding: 15px 20px !important;
}

.woocommerce tfoot th {
    text-transform: uppercase;
}

#shipping_method li {
    padding: 10px 0;
}

    #shipping_method li label {
        cursor: pointer;
        margin: 0;
        padding-left: 25px;
        position: relative;
    }

    #shipping_method li input[type="radio"] {
        display: none;
    }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #shipping_method li input[type="radio"] + label::before {
        line-height: 13px;
    }
}

#shipping_method li input[type="radio"] + label::before {
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 6px;
    font-weight: 400;
    height: 14px;
    left: 0;
    line-height: 13px;
    margin-right: 10px;
    position: absolute;
    text-align: center;
    top: 2px;
    vertical-align: middle;
    width: 14px;
}

#shipping_method li input[type="radio"]:checked + label::before {
    content: "\f111";
}

.payment_methods.methods {
    border: 1px solid #e5e5e5;
    margin: 0 0 -1px;
}

    .payment_methods.methods li {
        border-bottom: 1px solid #e5e5e5;
        padding: 20px;
    }

        .payment_methods.methods li:last-child {
            border: none;
        }

        .payment_methods.methods li label {
            font-size: 18px;
            margin: 0 0 0 7px;
            text-transform: uppercase;
        }

.payment_box.payment_method_bacs > p {
    margin: 5px 0 0;
    padding-left: 24px;
}

.payment_method_paypal img {
    margin: -6px 10px 0;
    max-width: 160px;
}

.form-row.place-order {
    border: 1px solid #e5e5e5;
    padding: 20px;
    text-align: right;
}

    .form-row.place-order input[type="submit"] {
        background: #fc0404 none repeat scroll 0 0;
        border: medium none;
        color: #fff;
        height: 40px;
        padding: 0 25px;
        text-transform: capitalize;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

        .form-row.place-order input[type="submit"]:hover {
            background-color: #f9bc02;
        }

.form-my-account select {
    border: 1px solid #e5e5e5;
    font-weight: 500;
    height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: rgba(0, 0, 0, 0) url(/Content/images/blog/arrow-down.png) no-repeat scroll right 20px center;
}

    .form-my-account select option {
        text-transform: capitalize;
        font-weight: 400;
        padding: 10px 20px;
    }

.woocommerce table.shop_table td.actions {
    text-align: right;
}

.woocommerce table.shop_table td .coupon {
    float: left;
}

.woocommerce table.shop_table td.actions input[type="submit"] {
    background: #fc0404 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 40px;
    padding: 0 20px;
}

    .woocommerce table.shop_table td.actions input[type="submit"]:hover {
        background: #f9bc02 none repeat scroll 0 0;
    }

.woocommerce table.shop_table td.actions input[type="text"] {
    border: 1px solid #e5e5e5;
    color: #999;
    height: 40px;
    padding: 0 20px;
}

.woocommerce .cart-content-page table.shop_table thead {
    background: #f4f4f4;
}

    .woocommerce .cart-content-page table.shop_table thead th {
        border-color: #e5e5e5;
        color: #333;
    }

.woocommerce .cart-content-page table.shop_table .product-thumbnail img {
    max-width: 70px;
}

.cart-content-page .info-qty a::before {
    display: none;
}

.cart-content-page .info-qty {
    max-width: 100px;
    border: none;
}

    .cart-content-page .info-qty a {
        border: none;
        width: 30px;
    }

        .cart-content-page .info-qty a:hover {
            color: #fc0404;
        }

    .cart-content-page .info-qty span {
        padding: 0;
        text-align: center;
    }

.cart-collaterals .cart_totals > h2 {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 -1px;
    padding: 15px 20px;
    text-transform: uppercase;
}

.wc-proceed-to-checkout a.checkout-button {
    background: #fc0404 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    padding: 0 25px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    .wc-proceed-to-checkout a.checkout-button:hover {
        background-color: #f9bc02;
    }
/*End Wooocommerce*/
/**********************************************************************************************************
											Home 4
***********************************************************************************************************/
.sub-header4 {
    border-bottom: 1px solid #e5e5e5;
}

.header4 {
    padding: 30px 0;
}

.logo4 {
    margin-top: 6px;
}

.main-nav.main-nav4 > ul > li > a {
    height: 50px;
    line-height: 50px;
}

.smart-search.search-form4 {
    margin-right: -50px;
    padding: 0 0 0 70px;
}

.search-form4 .select-category .category-toggle-link {
    height: 40px;
    line-height: 40px;
}

.search-form4 .smart-search-form input[type="text"] {
    height: 40px;
}

.inner-category-hover4 .title-category-hover {
    height: 50px;
    line-height: 50px;
}

.search-form4 .select-category {
    width: 70px;
    height: 40px;
}

.search-form4 .smart-search-form input[type="submit"] {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    width: 115px;
    height: 40px;
}

.main-nav.main-nav4 {
    background: transparent none repeat scroll 0 0;
}

.wrap-category-hover4 {
    position: relative;
    margin-top: -50px;
}

.inner-category-hover4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

    .inner-category-hover4 .list-category-hover > li > a {
        padding: 9px 20px 10px;
    }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .inner-category-hover4 .list-category-hover > li > a {
        padding: 10px 20px 10px;
    }
}

.inner-category-hover4 .expand-list-link {
    background: #fb9902 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-family: fontawesome;
    height: 11px;
    line-height: 2px;
    margin-top: -1px;
    padding-top: 4px;
    text-align: center;
    z-index: 9;
}

    .inner-category-hover4 .expand-list-link::before {
        content: "";
    }

    .inner-category-hover4 .expand-list-link.expanding::before {
        content: "";
    }

.list-category-hover > li.has-cat-mega:hover > .cat-mega-menu {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
}

.list-category-hover > li.has-cat-mega .cat-mega-menu {
    margin-top: -1px;
}

.list-category-hover .has-cat-mega::after {
    color: #fc0404;
    content: "";
    font-family: fontawesome;
    position: absolute;
    right: 15px;
    top: 12px;
}

.banner-home4.simple-owl-slider {
    margin: 30px 0 0;
}

.item-banner4 .banner-info {
    left: 0;
    position: absolute;
    text-align: center;
    bottom: 60px;
    width: 100%;
    color: #fff;
}

.banner-info > h2 {
    font-weight: 700;
    margin: 0 0 5px;
}

.banner-info > h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.item-banner4 .banner-info.rotate-text {
    bottom: auto;
    color: #333;
    height: 100%;
    left: auto;
    right: 35px;
    top: 0;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.banner-home4 .wrap-item.owl-theme .owl-controls .owl-buttons div {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.hot-deals {
    border: 1px solid #e5e5e5;
    margin-top: 30px;
}

    .hot-deals > h2 {
        border-bottom: 1px solid #e5e5e5;
        font-size: 18px;
        font-weight: 700;
        height: 50px;
        margin: 0;
        padding: 10px 20px;
        text-transform: uppercase;
    }

        .hot-deals > h2 i {
            color: #fc0404;
            display: inline-block;
            font-size: 30px;
            margin-right: 2px;
            vertical-align: sub;
        }

.list-product-hotdeal > li {
    border-bottom: 1px solid #e5e5e5;
    display: table;
    padding: 20px 10px;
    width: 100%;
}

.list-product-hotdeal .zoom-image-thumb img {
    max-width: 91px;
}

.hotdeals-slider.simple-owl-slider {
    margin: 0;
    overflow: visible;
}

.list-product-hotdeal {
    margin: 0;
}

    .list-product-hotdeal > li:last-child {
        border: medium none;
    }

    .list-product-hotdeal .zoom-image-thumb {
        display: table-cell;
        width: 90px;
    }

    .list-product-hotdeal .product-info {
        display: table-cell;
        padding: 0 0 0 20px;
        vertical-align: top;
    }

    .list-product-hotdeal .title-product {
        font-weight: 400;
    }

        .list-product-hotdeal .title-product a:hover {
            color: #fc0404;
        }

    .list-product-hotdeal .info-price span {
        font-size: 18px;
        font-weight: 700;
        color: #fc0404;
        display: block;
    }

    .list-product-hotdeal .title-product {
        font-weight: 400;
        margin: 3px 0 2px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.hotdeal-countdown canvas {
    display: none;
}

.hotdeal-countdown .time_circles > div {
    color: #999;
    display: inline-block;
    text-transform: lowercase;
    width: auto !important;
}

    .hotdeal-countdown .time_circles > div::after {
        content: ":";
        margin: 0 2px;
    }

    .hotdeal-countdown .time_circles > div:last-child::after {
        display: none;
    }

.hotdeal-countdown {
    margin-top: 18px;
}

.item-privacy-shipping {
    border: 1px solid #e5e5e5;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
}

.privacy-shipping {
}

.item-privacy-shipping > ul {
    margin: 0;
    padding: 5px;
    background: #fff;
}

.item-privacy-shipping li {
    display: inline-block;
    padding: 0 5px;
    text-align: justify;
    vertical-align: middle;
}

    .item-privacy-shipping li i {
        color: #999;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

.item-privacy-shipping p {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.item-privacy-shipping span {
    color: #555;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.item-privacy-shipping:hover {
    border-color: #fc0404;
}

    .item-privacy-shipping:hover h2, .item-privacy-shipping:hover i {
        color: #fc0404;
    }

.search-form4 .list-category-toggle.sub-menu-top {
    width: 200px;
}

.top-info-right > li a:hover {
    color: #fc0404;
}

.register-box a:hover {
    color: #fc0404;
}

.search-form4 .smart-search-form input[type="submit"]:hover {
    background: #fc0404;
}

.slider-home4 .wrap-item.owl-theme .owl-controls {
    margin: 0;
    position: absolute;
    right: 0;
    top: -37px;
}

    .slider-home4 .wrap-item.owl-theme .owl-controls .owl-buttons div {
        background: #333 none repeat scroll 0 0;
        display: inline-block;
        font-size: inherit;
        height: 20px;
        line-height: 20px;
        margin: 0 0 0 1px;
        opacity: 1;
        position: static;
        width: 20px;
        font-size: 10px;
    }

        .slider-home4 .wrap-item.owl-theme .owl-controls .owl-buttons div:hover {
            background: #fc0404;
        }

.best-seller-header .title {
    display: inline-block;
    margin-bottom: 15px;
}

.best-seller-header > ul {
    display: inline-block;
}

.best-seller-header li {
    display: inline-block;
    font-size: 12px;
    margin-left: 45px;
    position: relative;
    text-transform: uppercase;
}

.best-seller-header a {
    color: #555;
}

.best-seller-tab-slider .tab-content {
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.best-seller-tab-slider {
    margin-bottom: 50px;
}

.best-seller-header li.active::after {
    background: #fc0404 none repeat scroll 0 0;
    bottom: -15px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99;
}

.best-seller-header li.active a {
    color: #fc0404;
}

.best-seller-header li:hover a {
    color: #fc0404;
}

.best-seller-slider .item {
    float: left;
    width: 100%;
}

.item-best-seller {
    border: 1px solid #e5e5e5;
    float: left;
    padding: 12px;
    position: relative;
    text-align: center;
    width: 50%;
    margin-bottom: 25px;
}

    .item-best-seller.item-leading {
        width: 100%;
    }

    .item-best-seller .info-price {
        background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
        bottom: 0;
        left: 0;
        padding: 7px 15px;
        position: absolute;
        width: 100%;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .item-best-seller:hover .info-price {
        background: rgba(51, 51, 51, 0.9) none repeat scroll 0 0;
    }

    .item-best-seller .zoom-image-thumb {
        position: relative;
    }

    .item-best-seller .info-price span {
        color: #fc0404;
        font-size: 18px;
        font-weight: 700;
    }

.list-banner-adv .item-adv-simple {
    margin-bottom: 30px;
}

.item-pop-cat {
    border-right: 1px solid #e5e5e5;
    position: relative;
    border-top: 1px solid #e5e5e5;
}

    .item-pop-cat:hover {
        border-top: 1px solid #fc0404;
    }

        .item-pop-cat:hover .pop-cat-title {
            opacity: 1;
            bottom: -25px;
        }

.pop-cat-title {
    bottom: -15px;
    color: #fc0404;
    font-size: 14px;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}

.pop-cat-slider .wrap-item {
    border-color: #e5e5e5;
    border-width: 0 1px 1px 1px;
    border-style: solid;
}

.pop-cat-slider {
    margin-bottom: 40px;
}

    .pop-cat-slider .title {
        margin: 0 0 25px;
    }

.list-banner-adv {
    margin-bottom: 15px;
}

.slider-home4.pop-cat-slider .wrap-item.owl-theme .owl-controls {
    top: -50px;
}

.pop-cat-slider .owl-carousel .owl-wrapper-outer {
    margin-bottom: -30px;
    padding-bottom: 30px;
}

.list-product-new .product-extra-link a:hover, .list-product-new .title-product a:hover {
    color: #fc0404;
}

.list-product-new .addcart-link {
    background: #fc0404;
}

.list-product-new .info-price span {
    color: #fc0404;
}

.list-product-new .item-product .product-info {
    background: #fff none repeat scroll 0 0;
    left: -1px;
    position: absolute;
    text-align: center;
    top: 100%;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    box-sizing: padding-box;
    -webkit-box-sizing: content-box;
    padding: 0 0 20px;
    border: 1px solid #e5e5e5;
}

.list-product-new .item-product:hover .product-info {
    opacity: 1;
    top: 100%;
    box-shadow: 0px 4px 3px 1px rgba(0,0,0,0.1);
    border-top: none;
}

.list-product-new .item-product {
    padding: 20px;
}

    .list-product-new .item-product:hover {
        box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.1);
    }

.list-product-new .product-rating {
    left: -10px;
    margin: 9px auto auto;
}

.list-product-new {
    margin-bottom: 20px;
}

.list-product-new {
    margin-bottom: 20px;
}

.list-adv-col2 .item-adv-simple {
    margin: 0 -10px;
}

.list-adv-col2 {
    margin-bottom: 45px;
    padding: 0 10px;
}

.list-product-new {
    margin-bottom: 20px;
}

.list-cat-low-price {
    margin-bottom: 20px;
}

    .list-cat-low-price .title {
        margin-bottom: 25px;
    }

.item-lower-price {
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding: 20px;
    text-align: center;
}

    .item-lower-price > h2 {
        font-size: 18px;
        font-weight: 700;
        margin: 20px 0 5px;
        text-transform: uppercase;
    }

.lower-price-info {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
}

    .lower-price-info > span {
        color: #fc0404;
    }

.item-lower-price .zoom-image-thumb img {
    width: auto;
}

.item-lower-price > h3 {
    color: #666;
    font-size: 12px;
    margin: 15px 0 7px;
    text-transform: uppercase;
}

.item-lower-price .viewall {
    color: #666;
    font-size: 12px;
}

.item-lower-price:hover {
    border-top-color: #fc0404;
}

    .item-lower-price:hover h2 a {
        color: #fc0404;
    }

.item-lower-price h3 a:hover,
.item-lower-price .viewall:hover {
    color: #fc0404;
    text-decoration: underline;
}

.footer4 {
    background: #2b2b2b none repeat scroll 0 0;
}

.box-menu-footer4 > h2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin: 35px 0 15px;
    padding-bottom: 7px;
    text-transform: uppercase;
}

.box-menu-footer4 a {
    color: #ccc;
}

.box-menu-footer4 li {
    margin-bottom: 10px;
}

.box-menu-footer4 a:hover {
    color: #fc0404;
}

.list-order-policy {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 25px;
    padding: 0 15px;
}

.item-order-policy {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 -15px;
    padding: 10px 0;
}

    .item-order-policy > ul {
        margin: 0;
        text-align: center;
    }

        .item-order-policy > ul li {
            display: inline-block;
            padding: 0 5px;
            text-align: left;
            vertical-align: middle;
            max-width: 120px;
        }

    .item-order-policy.last-item {
        border: medium none;
    }

    .item-order-policy > ul li i {
        font-size: 48px;
        color: #fc0404;
    }

    .item-order-policy > ul li span {
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
    }

.copyright-social4 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0;
}

.copyrigh4 {
    color: #ccc;
    display: inline-block;
    margin: 5px 15px 0 0;
}

.policy4 {
    color: #ccc;
    display: inline-block;
}

.copyrigh4 > a {
    color: #fc0404;
}

.policy4 > label {
    font-weight: 400;
    margin: 0;
}

.policy4 > a {
    color: #ccc;
    display: inline-block;
    border-right: 1px solid #ccc;
    padding-right: 6px;
    margin-right: 3px;
    height: 14px;
    line-height: 14px;
}

    .policy4 > a:hover {
        color: #fc0404;
    }

    .policy4 > a:last-child {
        border: medium none;
        margin: 0;
        padding: 0;
    }

.social-footer.social-footer4.social-network > label {
    color: #ccc;
    font-weight: 400;
    margin: 0;
}

.social-footer.social-footer4.social-network a {
    width: 32px;
}

.social-footer.social-footer4.social-network ul {
    margin: 0;
}

.social-footer.social-footer4.social-network a {
    width: 32px;
}

.social-footer.social-footer4.social-network ul {
    margin: 0;
}

.payment4.payment-method {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 20px;
    padding: 20px 0;
    text-align: left;
}

    .payment4.payment-method > label {
        color: #ccc;
        font-weight: 400;
        margin: 0 10px 0 0;
    }

    .payment4.payment-method > a {
        margin-left: 7px;
    }

.top-store-footer {
    margin-top: 25px;
}

    .top-store-footer > label {
        color: #999;
        margin: 0;
    }

    .top-store-footer > a {
        border-right: 1px solid #ccc;
        color: #ccc;
        display: inline-block;
        font-weight: 700;
        height: 14px;
        line-height: 14px;
        margin-right: 3px;
        padding-right: 6px;
    }

        .top-store-footer > a:last-child {
            border: medium none;
            margin: 0;
            padding: 0;
        }

.list-tags-footer {
    margin-top: 15px;
}

.item-tags-footer {
    margin-bottom: 7px;
}

    .item-tags-footer > label {
        color: #999;
        font-weight: 400;
        margin: 0;
    }

    .item-tags-footer > a {
        border-right: 1px solid #ccc;
        color: #ccc;
        display: inline-block;
        height: 14px;
        line-height: 14px;
        margin-right: 3px;
        padding-right: 6px;
    }

        .item-tags-footer > a:last-child {
            border: medium none;
            margin: 0;
            padding: 0;
        }

        .item-tags-footer > a:hover {
            color: #fc0404;
        }

.top-store-footer > a:hover {
    color: #fc0404;
}
/**********************************************************************************************
										Home 5
***********************************************************************************************/
.header3.header5 {
    background: #283442 none repeat scroll 0 0;
    position: relative;
    z-index: 999;
}

.search-form3.search-form5 .smart-search-form input[type="submit"] {
    background-color: #fc0404;
}

.header-mini-cart3.header-mini-cart5 .total-mini-cart-item {
    background-color: #fc0404;
}

.category-dropdown.hidden-dropdown .wrap-category-dropdown {
    display: none;
}

.category-dropdown.hidden-dropdown .wrap-category-dropdown {
    display: none;
}

.main-nav.main-nav5 {
    background: transparent none repeat scroll 0 0;
    margin: 0 -30px;
}

    .main-nav.main-nav5 > ul > li > a {
        color: #333;
        height: 50px;
        line-height: 50px;
    }

        .main-nav.main-nav5 > ul > li > a:hover {
            background: #fc0404;
            color: #fff;
        }

.hidden-dropdown .title-category-dropdown {
    background: #fc0404 none repeat scroll 0 0;
    height: 50px;
    line-height: 50px;
}

.banner-slider5.simple-owl-slider {
    margin: 0 0 30px;
    border: 1px solid #e5e5e5;
    padding: 10px;
}

.main-nav.main-nav5 > ul {
    border-left: 1px solid #e5e5e5;
    margin-left: 30px;
}

.main-nav.main-nav5 > ul {
    border-left: 1px solid #e5e5e5;
    margin-left: 30px;
}

.item-banner5 .banner-info {
    left: 0;
    margin-top: -65px;
    padding-left: 140px;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
}

    .item-banner5 .banner-info > h3 {
        font-size: 24px;
    }

    .item-banner5 .banner-info > h2 {
        color: #e62e04;
        font-size: 36px;
    }

.item-banner5 .shop-now {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin: 20px 0 0;
    text-align: center;
    width: 115px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    .item-banner5 .shop-now:hover {
        background-color: #e62e04;
    }

.banner-slider5 .wrap-item.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -50px;
}

.banner-slider5 .wrap-item.owl-theme .owl-controls .owl-buttons div {
    background: rgba(0,0,0,0.4);
    height: 50px;
    line-height: 50px;
    margin: -25px 0 0;
    top: 50%;
    width: 50px;
    font-size: 20px;
}

    .banner-slider5 .wrap-item.owl-theme .owl-controls .owl-buttons div:hover {
        background: #fc0404;
    }

    .banner-slider5 .wrap-item.owl-theme .owl-controls .owl-buttons div.owl-next {
        right: -50px;
    }

.banner-slider5 .wrap-item.owl-theme:hover .owl-controls .owl-buttons div.owl-prev {
    left: 0px;
}

.banner-slider5 .wrap-item.owl-theme:hover .owl-controls .owl-buttons div.owl-next {
    right: 0px;
}

.main-content-home5 .item-adv-simple {
    margin-bottom: 30px;
}

.popular-cat-title > ul {
    font-size: 0;
    margin: -1px;
}

.popular-cat-title li {
    display: inline-block;
    font-size: 14px;
}

.popular-cat-title a {
    display: block;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    text-transform: uppercase;
}

.popular-cat-title {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
}

    .popular-cat-title li.active {
        position: relative;
        background: #fc0404 none repeat scroll 0 0;
    }

        .popular-cat-title li.active a {
            color: #fff;
            position: relative;
            top: -3px;
        }

        .popular-cat-title li.active::after {
            border-left: 4px solid #333;
            border-top: 7px solid transparent;
            content: "";
            height: 0;
            position: absolute;
            right: -4px;
            top: -6px;
            width: 0;
        }

        .popular-cat-title li.active::before {
            background: #fc0404 none repeat scroll 0 0;
            content: "";
            height: 6px;
            left: 0;
            position: absolute;
            top: -6px;
            width: 100%;
        }

.popular-cat-slider.slider-home5 .wrap-item {
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding: 0;
}

.popular-cat-slider.slider-home5 .item {
    border-left: 1px solid #e5e5e5;
    padding: 10px 20px;
}

.slider-home5 .wrap-item.owl-theme .owl-controls {
    margin: 0;
    position: absolute;
    right: 5px;
    top: -35px;
}

    .slider-home5 .wrap-item.owl-theme .owl-controls .owl-buttons div {
        position: static;
        display: inline-block;
        margin: 0;
        opacity: 1;
        width: 30px;
        height: 30px;
        line-height: 30px;
        background: #969696;
    }

        .slider-home5 .wrap-item.owl-theme .owl-controls .owl-buttons div:hover {
            background: #fc0404;
        }

.product-info5 .title-product > a {
    font-weight: 400;
}

.product-info5 .info-price > span {
    color: #fc0404;
    font-size: 18px;
    font-weight: 700;
}

.popular-cat-slider.slider-home5 .product-info5 {
    padding: 15px 0 10px;
}

.product-info5 .title-product > a:hover {
    color: #fc0404;
}

.product-thumb5 .product-info-cart .addcart-link {
    background: #fc0404;
}

.product-thumb5 .product-extra-link a:hover {
    color: #fc0404;
}

.popular-cat-slider.slider-home5 {
    position: relative;
}

    .popular-cat-slider.slider-home5::before {
        background: #fff none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 1px;
        position: absolute;
        top: 0;
        width: 1px;
        z-index: 9;
    }

    .popular-cat-slider.slider-home5::after {
        background: #fff none repeat scroll 0 0;
        content: "";
        height: 100%;
        right: 1px;
        position: absolute;
        top: 0;
        width: 1px;
        z-index: 9;
    }

.title-special {
    background: #fc0404 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 47px;
    line-height: 47px;
    margin: 0;
    padding: 0 30px;
    position: relative;
    text-transform: uppercase;
}

    .title-special::after {
        border-left: 4px solid #333;
        border-top: 7px solid transparent;
        content: "";
        height: 0;
        position: absolute;
        right: -4px;
        top: 0;
        width: 0;
    }

.hot-category {
    position: relative;
}

    .hot-category .title-special {
        left: 0;
        position: absolute;
        top: -7px;
    }

.listcategory-hot.list-shop-cat {
    font-size: 0;
    margin: 0;
    padding: 58px 10px 25px;
}

    .listcategory-hot.list-shop-cat a span {
        background: #283442;
    }

    .listcategory-hot.list-shop-cat a:hover {
        color: #fc0404;
    }

        .listcategory-hot.list-shop-cat a:hover span {
            background: #fc0404;
        }

.slider-home5.hot-category-slider .wrap-item.owl-theme .owl-controls {
    top: -125px;
}

.hot-category {
    margin-bottom: 30px;
    position: relative;
}

.brand-cat-slider.slider-home5 {
    border: 1px solid #e5e5e5;
    position: relative;
}

.brand-cat-slider .item-product5 {
    border-left: 1px solid #e5e5e5;
    padding: 10px 21px;
}

.brand-cat-slider .product-info5 {
    padding: 15px 0 10px;
}

.brand-cat-slider.slider-home5::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 9;
}

.brand-cat-slider.slider-home5::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 9;
}

.sidebar-cat-brand {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    margin-right: -31px;
}

    .sidebar-cat-brand .title-special {
        margin-left: -1px;
        margin-top: -8px;
        font-size: 18px;
    }

    .sidebar-cat-brand .category-brand-slider {
        border: medium none;
    }

        .sidebar-cat-brand .category-brand-slider .owl-controls {
            display: none;
        }

    .sidebar-cat-brand .sidebar-cat-childrent > li a {
        border-top: 1px solid #e5e5e5;
        padding: 10px 20px;
    }

    .sidebar-cat-brand .sidebar-cat-childrent {
        margin: 0;
        min-height: 203px;
    }

        .sidebar-cat-brand .sidebar-cat-childrent li.active a::before {
            background: #fc0404 none repeat scroll 0 0;
            content: "";
            height: 100%;
            left: -1px;
            position: absolute;
            top: 0;
            width: 4px;
            display: block;
        }

        .sidebar-cat-brand .sidebar-cat-childrent a:hover::before {
            display: none;
        }

        .sidebar-cat-brand .sidebar-cat-childrent li.active a::after {
            background: #fff none repeat scroll 0 0;
            content: "";
            height: 100%;
            right: -1px;
            position: absolute;
            top: 0;
            width: 1px;
            z-index: 999;
        }

        .sidebar-cat-brand .sidebar-cat-childrent li.active a {
            background: #fff;
        }

.slider-home5.brand-cat-slider .wrap-item.owl-theme .owl-controls {
    left: -65px;
    right: auto;
    top: 5px;
}

.cat-brand {
    margin-bottom: 30px;
}

.popcat-list-box > h2 {
    margin: -5px 0 25px;
    position: relative;
}

.popcat-list-box h2 span {
    background: #fff none repeat scroll 0 0;
    color: #fc0404;
    font-weight: 700;
    padding-right: 25px;
    position: relative;
    text-transform: uppercase;
    z-index: 9;
}

.popcat-list-box > h2::after {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 17px;
    width: 100%;
}

.popcat-box {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    min-height: 150px;
    padding: 25px 0;
    text-align: center;
}

    .popcat-box H3 {
        font-size: 14px;
        font-weight: 700;
        margin: 10px 0 0;
    }

.cat-brand {
    margin-bottom: 30px;
}

.popcat-list-box > h2 {
    margin: -5px 0 25px;
    position: relative;
}

.popcat-list-box h2 span {
    background: #fff none repeat scroll 0 0;
    color: #fc0404;
    font-weight: 700;
    padding-right: 25px;
    position: relative;
    text-transform: uppercase;
    z-index: 9;
}

.popcat-list-box > h2::after {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 17px;
    width: 100%;
}

.popcat-box {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    min-height: 150px;
    padding: 25px 0;
    text-align: center;
}

    .popcat-box h3 {
        font-size: 14px;
        font-weight: 700;
        margin: 10px 0 0;
    }

.footer5 {
    background: #fbfbfb none repeat scroll 0 0;
    border-top: 1px solid #fc0404;
    margin-top: 20px;
}

.footer-top.footer-top5 {
    margin-top: 35px;
}

.item-online-shipping {
    border-right: 1px solid #e5e5e5;
    margin: 0 -15px;
    min-height: 130px;
    padding-right: 10px;
}

.online-shipping {
    border: 1px solid #e5e5e5;
    margin-bottom: 45px;
    margin-top: 30px;
    padding: 0 15px;
    border-right: none;
    background: #fff none repeat scroll 0 0;
}

.item-online-shipping > ul {
    display: table;
    margin: 0;
    padding-top: 25px;
}

.item-online-shipping li {
    display: table-cell;
    vertical-align: middle;
}

    .item-online-shipping li i {
        color: #fc0404;
        font-size: 48px;
    }

.item-online-shipping h3 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.item-online-shipping li:first-child {
    padding: 0 15px 0 30px;
}

.item-online-shipping p {
    color: #666;
    margin: 0;
    line-height: 20px;
}

.item-online-shipping span {
    color: #999;
}

.footer-bottom5 {
    border-top: 1px solid #e5e5e5;
    margin-top: 30px;
    padding: 30px 0 35px;
}

    .footer-bottom5 .payment2.payment-method {
        margin: 0;
    }

.hot-deal-slider5.simple-owl-slider.slider-home5 {
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 0 1px 1px;
    margin: 0;
    overflow: visible;
}

.special-slider-header {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    height: 40px;
    position: relative;
}

    .special-slider-header .title-special {
        left: -1px;
        position: absolute;
        top: -8px;
    }

.hot-deal5 {
    margin-bottom: 30px;
}

.product-info5 li {
    display: inline-block;
    vertical-align: middle;
}

.product-info5 > ul {
    margin: 0;
}

.product-info5 li span {
    display: block;
}

.percent-sale {
    background: #e62e04 none repeat scroll 0 0;
    color: #fff;
    height: 32px;
    line-height: 32px;
    margin-right: 5px;
    padding: 0 10px;
}

.count-order {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
}

.hot-deal-slider5 .item-hotdeal {
    padding: 0 20px 15px;
}

.content-popular5 {
    margin-bottom: 30px;
}

.hotdeal-countdown5 {
    margin: 10px 0 3px;
    position: relative;
    width: 222px;
}

    .hotdeal-countdown5 canvas {
        position: relative;
        z-index: 99;
        left: -2px;
        top: -1px;
    }

.item-hotdeal .product-info5 {
    margin-top: 20px;
}

.hotdeal-countdown5 .time_circles > div {
    background: #e62e04 none repeat scroll 0 0;
    border: 10px solid #f4f4f4;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    height: 70px;
    position: absolute;
    text-align: center;
    width: 70px !important;
    margin-top: -25px;
}

.hotdeal-countdown5 .time_circles .number {
    border-bottom: 1px none saddlebrown;
    display: block;
    margin: 7px 0 -3px;
}

.hotdeal-countdown5 .time_circles .text {
    border-top: 1px solid #fff;
    font-size: 10px;
}

.special-slider-content.simple-owl-slider.slider-home5 {
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 0 1px 1px;
    margin: 0;
    overflow: visible;
}

.item-special .zoom-image-thumb img {
    max-width: 70px;
}

.item-special li {
    border-bottom: 1px solid #e5e5e5;
    display: table;
    padding: 20px;
    width: 100%;
}

    .item-special li .zoom-image-thumb {
        display: table-cell;
    }

    .item-special li .product-info5 {
        display: table-cell;
        padding-left: 20px;
        vertical-align: top;
    }

    .item-special li:last-child {
        border: medium none;
    }

.item-special > ul {
    margin: 0;
}

.special-slider {
    margin-bottom: 30px;
}

.slide-adds {
    margin-bottom: 30px;
}

.slide-adds {
    margin-bottom: 30px;
}

    .slide-adds .wrap-item {
        border-color: #e5e5e5;
        border-style: solid;
        border-width: 0 1px 1px;
        padding: 10px;
    }

    .slide-adds .widget-adv .owl-theme .owl-controls {
        margin: 25px 0 5px;
        position: static;
    }

        .slide-adds .widget-adv .owl-theme .owl-controls .owl-page span {
            background-color: #333;
            height: 10px;
            margin: 0 7px;
            width: 10px;
        }

        .slide-adds .widget-adv .owl-theme .owl-controls .owl-page:hover span,
        .slide-adds .widget-adv .owl-theme .owl-controls .owl-page.active span {
            background-color: #fc0404;
        }

.from-blog-slider.slider-home5 .wrap-item {
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 0 1px 1px;
    padding: 20px;
}

.from-blog-slider.slider-home5 {
    position: relative;
}

.item-blog5 .readmore {
    margin-top: 12px;
    margin-bottom: -2px;
    display: block;
}

.viewall5 {
    position: absolute;
    bottom: 18px;
    right: 35px;
}
/******************************************************************************************************
											Home 6
*******************************************************************************************************/

.header6 {
    background: #4bae4f none repeat scroll 0 0;
    padding: 10px 0 30px;
}

.contact-top span {
    color: #ccdb38;
    margin: 0 5px;
}

.contact-top > p {
    color: #fff;
    margin: 0 0 0 -5px;
}

.top-extra-link > a {
    color: #fff;
    margin-left: 33px;
}

.top-extra-link {
    margin-bottom: 20px;
    text-align: right;
}

    .top-extra-link > a i {
        color: #ccdb38;
        margin-right: 5px;
    }

.contact-top {
    margin-bottom: 20px;
}

.logo6 {
    margin-top: 8px;
}

.mini-cart.mini-cart6 .header-mini-cart::before {
    background-color: #ccdb38;
}

.mini-cart.mini-cart6 .header-mini-cart {
    background: #fff none repeat scroll 0 0;
    border-color: #fff;
}

.mini-cart.mini-cart6 .total-mini-cart-price {
    color: #4bae4f;
}

.mini-cart.mini-cart6 .total-mini-cart-item {
    color: #666;
    text-transform: capitalize;
}

.smart-search.smart-search6 .smart-search-form input[type="submit"] {
    background-color: #ccdb38;
}

.smart-search.smart-search6 .smart-search-form input[type="text"] {
    border-color: #fff;
}

.smart-search.smart-search6 .select-category {
    background: #fff none repeat scroll 0 0;
    border-color: #e5e5e5;
    border-width: 0 1px 0 0;
    border-style: solid;
    width: 140px;
}

.smart-search.smart-search6 {
    padding: 0 0 0 140px;
}

    .smart-search.smart-search6 .list-category-toggle.sub-menu-top {
        width: 200px;
    }

    .smart-search.smart-search6 .category-toggle-link {
        text-transform: capitalize;
    }

    .smart-search.smart-search6 .select-category .category-toggle-link::after {
        background: #ccdb38 none repeat scroll 0 0;
        color: #fff;
        height: 20px;
        line-height: 20px;
        right: -10px;
        text-align: center;
        top: 13px;
        width: 20px;
        z-index: 99;
    }

.main-nav.main-nav6 {
    background: transparent none repeat scroll 0 0;
    margin: 0;
}

    .main-nav.main-nav6 > ul > li > a {
        color: #333;
        height: 50px;
        line-height: 50px;
        position: relative;
    }

    .main-nav.main-nav6 > ul > li.current-menu-item > a, .main-nav.main-nav6 > ul > li:hover > a {
        background: #CCDB38;
        color: #fff;
    }

    .main-nav.main-nav6 > ul {
        margin: 0;
    }

.header-nav6 {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.category-dropdown.category-dropdown6 .title-category-dropdown {
    background: #ccdb38 none repeat scroll 0 0;
    float: right;
    overflow: visible;
    width: 52px;
}

.category-dropdown.category-dropdown6 {
    float: right;
    width: 100%;
}

.category-dropdown6 .wrap-category-dropdown {
    left: auto;
    right: 0;
    width: 270px;
}

.category-dropdown6 .list-category-dropdown a:hover {
    color: #4BAE4F;
}

.category-dropdown6 .list-category-dropdown > li:hover::before {
    background: #4BAE4F none repeat scroll 0 0;
}

.category-dropdown6 .wrap-category-dropdown .expand-category-link {
    background: #C1D129 none repeat scroll 0 0;
}

.main-nav.main-nav7 > ul > li:hover > a, .main-nav.main-nav7 > ul li.current-menu-ancestor > a, .main-nav.main-nav7 > ul li.current-menu-item > a {
    background: transparent;
}

.main-nav.main-nav7 > ul > li:hover > a, .main-nav.main-nav7 > ul li.current-menu-ancestor > a, .main-nav.main-nav7 > ul li.current-menu-item > a {
    color: #fc0404;
}

.slider-banner6.simple-owl-slider {
    margin: 0 -10px 0 0;
}

.item-banner6 .banner-info {
    left: 0;
    padding-left: 60px;
    padding-top: 45px;
    position: absolute;
    text-align: center;
    top: 0;
}

    .item-banner6 .banner-info > h2 {
        color: #4bae4f;
        font-size: 120px;
        text-transform: uppercase;
    }

    .item-banner6 .banner-info > h3 {
        color: #999;
        font-size: 60px;
        font-weight: 400;
        margin-top: -8px;
    }

.item-banner6 .shopnow {
    background: #4bae4f none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    margin-top: 20px;
    text-transform: uppercase;
    width: 136px;
}

.item-adv-simple.adv-home6 {
    margin-bottom: 20px;
}

    .item-adv-simple.adv-home6.item-leading {
        margin-right: -10px;
    }

.list-adv-center {
    margin-bottom: 30px;
}

.item-supperdeal {
    padding: 0 15px;
}

.content-top6 {
    margin-bottom: 10px;
}

.supper-deal6 {
    border: 1px solid #e5e5e5;
    margin-bottom: 50px;
}

.product-info6 .title-product a:hover {
    color: #4bae4f;
}

.product-info6 .info-price span {
    color: #4bae4f;
    font-size: 18px;
    font-weight: 700;
}

.item-supperdeal .title-product {
    font-weight: 400;
    margin: 0;
}

.product-info6 {
    padding: 15px 0 20px;
}

.product-thumb6 .product-info-cart .addcart-link {
    background: #4bae4f none repeat scroll 0 0;
}

.product-thumb6 .product-extra-link a:hover {
    color: #4bae4f;
}

.slider-home6 .wrap-item.owl-theme .owl-controls .owl-buttons div {
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    position: static;
    margin: 0 0 0 1px;
    background: #707070;
    opacity: 1;
}

    .slider-home6 .wrap-item.owl-theme .owl-controls .owl-buttons div:hover {
        background: #4bae4f none repeat scroll 0 0;
    }

.slider-home6 .owl-theme .owl-controls {
    position: absolute;
    right: 20px;
    top: -40px;
}

.supperdeal-header > h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.supperdeal-sidebar {
    margin-right: -40px;
    padding-left: 80px;
}

.supperdeal-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 22px 0 19px;
    position: relative;
}

    .supperdeal-header::before {
        background: #4bae4f none repeat scroll 0 0;
        border-radius: 50%;
        color: #fff;
        content: "";
        display: block;
        font-family: fontawesome;
        font-size: 30px;
        height: 50px;
        left: -60px;
        line-height: 50px;
        position: absolute;
        text-align: center;
        top: 23px;
        width: 50px;
    }

    .supperdeal-header > span {
        color: #999;
        text-transform: uppercase;
    }

.popular-cat-slider.slider-home6 {
    padding-left: 40px;
    padding-top: 60px;
}

.supperdeal-tab a {
    color: #555;
    display: block;
    height: 40px;
    line-height: 40px;
    position: relative;
}

.supperdeal-tab li {
    border-bottom: 1px solid #e5e5e5;
}

.supperdeal-tab {
    margin-bottom: 30px;
}

    .supperdeal-tab li.active a {
        color: #4bae4f;
    }

        .supperdeal-tab li.active a::after {
            content: "";
            font-family: fontawesome;
            font-size: 8px;
            font-weight: 400;
            position: absolute;
            right: 0;
            top: 0;
        }

    .supperdeal-tab a:hover {
        color: #4bae4f;
    }

.supperdeal-countdown {
    margin: -2px 0 42px;
    position: relative;
    width: 225px;
}

    .supperdeal-countdown .time_circles > div {
        background: #5f6062 none repeat scroll 0 0;
        border-radius: 50%;
        height: 52px;
        margin-top: -18px;
        position: absolute;
        text-align: center;
        width: 52px !important;
    }

    .supperdeal-countdown .time_circles canvas {
        left: -2px;
        position: relative;
        z-index: 999;
    }

    .supperdeal-countdown .number {
        color: #fff;
        display: block;
        font-weight: 700;
        margin: 10px 0 -7px;
    }

    .supperdeal-countdown .text {
        color: #ccc;
        font-size: 12px;
    }

.header-product-filter > h2 {
    background: #ccdb38 none repeat scroll 0 0;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    position: relative;
}

.header-product-filter {
    position: relative;
}

    .header-product-filter span {
        background: #4bae4f none repeat scroll 0 0;
        display: inline-block;
        height: 50px;
        line-height: 50px;
        padding: 0 20px;
    }

    .header-product-filter .toggle-link-filter {
        font-size: 18px;
        color: #fff;
        display: block;
        position: absolute;
        top: 16px;
        right: 20px;
    }

.box-product-filter {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 99;
    display: none;
}

.item-box-filter {
    float: left;
    padding: 27px 25px 15px;
    width: 20.8%;
}

    .item-box-filter.box-tags-filter {
        width: 37.6%;
    }

    .item-box-filter > h2 {
        border-bottom: 1px solid #e5e5e5;
        font-size: 14px;
        margin: 0 0 15px;
        padding-bottom: 14px;
        text-transform: uppercase;
    }

    .item-box-filter a {
        color: #999;
    }

    .item-box-filter.box-tags-filter a:hover {
        background: #4BAE4F;
        color: #fff;
    }

    .item-box-filter li {
        margin-bottom: 10px;
    }

    .item-box-filter.box-tags-filter li {
        display: inline-block;
        margin: 0 2px 5px 0;
    }

        .item-box-filter.box-tags-filter li a {
            background: #f9f9f9 none repeat scroll 0 0;
            display: block;
            height: 30px;
            line-height: 30px;
            padding: 0 20px;
        }

    .item-box-filter a:hover {
        color: #ccdb38;
    }

    .item-box-filter span.color-filter {
        border: 1px solid #e5e5e5;
        height: 14px;
        margin-right: 10px;
        padding: 0;
        vertical-align: sub;
        width: 14px;
    }

.category-filter-title {
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 0 1px 1px;
    padding: 0 20px;
}

    .category-filter-title li {
        display: inline-block;
        font-size: 12px;
        margin-right: 45px;
    }

    .category-filter-title > ul {
        font-size: 0;
        margin: 0;
    }

    .category-filter-title a {
        color: #555;
        display: block;
        height: 40px;
        line-height: 40px;
        text-transform: uppercase;
        position: relative;
    }

    .category-filter-title li.active a, .category-filter-title li:hover a {
        color: #4bae4f;
    }

        .category-filter-title li.active a::after {
            background: #4bae4f none repeat scroll 0 0;
            bottom: -1px;
            content: "";
            height: 1px;
            left: 0;
            position: absolute;
            width: 100%;
        }

.item-product-filter .product-thumb6 {
    border: 1px solid #e5e5e5;
    padding: 20px;
}

.new-product-filter {
    margin-bottom: 43px;
}

.category-filter-content {
    margin-top: 30px;
}

.item-product-filter .inner-product-thumb {
    position: relative;
    overflow: hidden;
}

.product-info6 .title-product {
    margin: 2px;
}

.category-filter-content .loadmore-item {
    background: #ccdb38 none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    max-width: 400px;
    width: 100%;
}

.item-product-filter {
    margin-bottom: 5px;
}

.category-filter-content .loadmore-item:hover {
    background: #4bae4f none repeat scroll 0 0;
}

.item-from-blog .zoom-image-thumb {
    float: left;
    width: 50%;
}

.item-from-blog .from-blog-info {
    display: block;
    float: left;
    padding: 0 30px;
    width: 50%;
}

.item-from-blog .post-title a {
    color: #4bae4f;
}

.item-from-blog .post-title {
    font-size: 18px;
    margin: 0 0 20px;
}

.item-from-blog .post-date-author {
    margin-bottom: 20px;
}

.item-from-blog .post-desc {
    color: #555;
    line-height: 25px;
}

.item-from-blog .post-date-author a {
    color: #999;
}

.from-blog6 > h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 25px;
    position: relative;
}

    .from-blog6 > h2::after {
        background: #e5e5e5 none repeat scroll 0 0;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        top: 17px;
        width: 100%;
    }

    .from-blog6 > h2 span {
        background: #fff none repeat scroll 0 0;
        padding-right: 30px;
        position: relative;
        z-index: 9;
    }

.fromblog-slider.slider-home6 .owl-theme .owl-controls {
    background: #fff none repeat scroll 0 0;
    padding-left: 30px;
    right: 0;
    top: -53px;
    z-index: 99;
}

.from-blog6 {
    margin-bottom: 50px;
}

.newsletter6 {
    background: #4bae4f none repeat scroll 0 0;
    margin-bottom: 50px;
    padding: 20px 0;
}

.newsletter-form > label {
    color: #fff;
    display: inline-block;
    font-size: 30px;
    margin: 0 20px 0 0;
    text-transform: uppercase;
    vertical-align: middle;
}

.newsletter-form > form {
    display: inline-block;
    max-width: 520px;
    padding-right: 120px;
    position: relative;
    width: 100%;
}

.newsletter-form input[type="text"] {
    border: medium none;
    color: #999;
    height: 40px;
    padding: 0 20px;
    width: 100%;
}

.newsletter-form input[type="submit"] {
    background: #ccdb38 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 40px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    width: 120px;
}

.from-blog6 {
    margin-bottom: 50px;
}

.newsletter6 {
    background: #4bae4f none repeat scroll 0 0;
    margin-bottom: 50px;
    padding: 20px 0;
}

.newsletter-form > label {
    color: #fff;
    display: inline-block;
    font-size: 30px;
    margin: 0 20px 0 0;
    text-transform: uppercase;
    vertical-align: middle;
}

.newsletter-form > form {
    display: inline-block;
    max-width: 520px;
    padding-right: 120px;
    position: relative;
    width: 100%;
}

.newsletter-form input[type="text"] {
    border: medium none;
    color: #999;
    height: 40px;
    padding: 0 20px;
    width: 100%;
}

.newsletter-form input[type="submit"] {
    background: #ccdb38 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 40px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    width: 120px;
}

.footer-box6 > h2 {
    color: #4bae4f;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.footer-box6 {
    border-right: 1px solid #e5e5e5;
    min-height: 240px;
    padding-left: 20px;
}

    .footer-box6.footer-contact6 {
        border: medium none;
    }

    .footer-box6.first-item {
        padding-left: 0;
    }

.footer6 .footer-menu-box li a::before {
    display: none;
}

.footer-box6 .footer-menu-box a {
    color: #555;
    padding: 0;
}

.footer-box6 .footer-menu-box > li {
    margin-bottom: 10px;
}

    .footer-box6 .footer-menu-box > li:last-child {
        margin: 0;
    }

.list-footer-box6 {
    margin-bottom: 50px;
}

.footer-box6 .footer-menu-box a:hover {
    color: #4bae4f;
}

.footer-contact6 .footer-box-contact .fa {
    color: #4bae4f;
    left: 0;
    position: absolute;
    top: 0;
    width: auto;
}

.footer-contact6 .footer-box-contact > li {
    margin-bottom: 10px;
    padding-left: 26px;
    position: relative;
}

.footer-contact6 .footer-box-contact a {
    color: #4BAE4F;
}

.footer-contact6 .footer-box-contact {
    margin-bottom: 42px;
}

.footer-contact6 .social-footer.social-network {
    margin-left: -10px;
    text-align: left;
}

.footer-bottom6 {
    border-top: 1px solid #e5e5e5;
    padding: 40px 0 35px;
}

.copyrigh4.policy6 {
    color: #555;
    margin: 0 15px 0 0;
}

    .copyrigh4.policy6 a {
        color: #4bae4f;
    }

.policy4.policy6 {
    color: #555;
}

    .policy4.policy6 a {
        color: #555;
    }

        .policy4.policy6 a:hover {
            color: #4bae4f;
        }

.payment6.payment-method > label {
    font-weight: 400;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

.payment6.payment-method > a {
    margin-left: 5px;
}

.mini-cart6 .mini-cart-view {
    background-color: #CCDB38;
}

.mini-cart6 .mini-cart-checkout {
    background-color: #4BAE4F;
}
/********************************************************************************************************
											Home 7				
********************************************************************************************************/

.header7 {
    background: #2e2e2e none repeat scroll 0 0;
}

.top-header7 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 0;
}

.header-nav7 {
    padding: 25px 0;
}

.contact-top7 {
    color: #fff;
    font-size: 0;
    list-style: outside none none;
    margin: 0;
}

    .contact-top7 > li {
        display: inline-block;
        font-size: 14px;
        height: 28px;
        line-height: 28px;
        margin-right: 27px;
    }

    .contact-top7 a {
        color: #fff;
    }

        .contact-top7 a:hover {
            color: #ccc;
        }

    .contact-top7 i {
        color: #fc0404;
        margin-right: 5px;
    }

    .contact-top7 > li:first-child {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        margin-right: 19px;
        padding-right: 19px;
    }

.top-info.top-info7 > li {
    border-color: rgba(255, 255, 255, 0.1);
    height: 28px;
    line-height: 28px;
    padding: 0;
}

    .top-info.top-info7 > li > a {
        color: #fff;
        font-size: 14px;
    }

        .top-info.top-info7 > li > a i {
            color: #fc0404;
            margin-right: 5px;
        }

    .top-info.top-info7 > li:last-child {
        margin-left: 18px;
        padding-left: 18px;
    }

.main-nav.main-nav7 {
    background: transparent none repeat scroll 0 0;
    float: right;
    margin: 0 -30px 0 0;
}

.mini-cart.mini-cart-7 {
    float: right;
    margin: 0;
}

.header-mini-cart7 .total-mini-cart-icon {
    background: rgba(0, 0, 0, 0) url(/Content/images/home7/icon-cart.png) no-repeat scroll center center;
    border: medium none;
    border-radius: 0;
    display: block;
    height: 24px;
    width: 28px;
}

.header-mini-cart7 {
    padding: 8px 0;
    position: relative;
    display: block;
}

    .header-mini-cart7 .total-mini-cart-item {
        color: #fc0404;
        font-size: 14px;
        position: absolute;
        right: 6px;
        top: -7px;
    }

.logo7 {
    margin-top: 4px;
}

.banner-slider7.simple-owl-slider {
    margin: 10px 0;
}

.item-banner7 .banner-info {
    left: 0;
    margin-top: -60px;
    padding: 0 0 0 100px;
    position: absolute;
    top: 50%;
}

    .item-banner7 .banner-info h2 {
        margin: 0 0 11px;
        text-transform: uppercase;
    }

    .item-banner7 .banner-info h4 {
        font-size: 14px;
        font-weight: 700;
        margin: 0;
    }

    .item-banner7 .banner-info .shopnow {
        border: 1px solid #333;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        margin-top: 26px;
        padding: 0 25px;
        text-transform: uppercase;
        font-size: 12px;
    }

    .item-banner7 .banner-info.style2 .shopnow, .item-banner7 .banner-info.style2 {
        color: #fff;
    }

        .item-banner7 .banner-info.style2 .shopnow {
            border-color: #fff;
        }

.item-adv-simple.item-ad7 {
    margin: 0 -10px;
}

.list-box-adv7 {
    margin-bottom: 30px;
    padding: 0 10px;
}

.featured-product2.featured-product-cat {
    margin-bottom: 30px;
    margin-top: 0;
}

.featured-product-cat .best-seller-right.slider-home2 .wrap-item.owl-theme .owl-controls .owl-buttons div {
    background: #fff none repeat scroll 0 0;
    color: #333;
}

    .featured-product-cat .best-seller-right.slider-home2 .wrap-item.owl-theme .owl-controls .owl-buttons div:hover {
        background: #b2b2b2;
        color: #fff;
    }

.featured-product-cat .new {
    background: #ff8ba0 none repeat scroll 0 0;
}

    .featured-product-cat .new.style2 {
        background: #fe4242 none repeat scroll 0 0;
    }
/*Start Color Box*/
/*Red*/
.featured-product2.red-box7 .product-info-cart .addcart-link {
    background: #fa6165 none repeat scroll 0 0;
}

.featured-product2.red-box7 .product-extra-link a:hover {
    color: #fa6165;
}

.featured-product2.red-box7 .item-product-right .addcart-link.addcart-single {
    background: #fa6165 none repeat scroll 0 0;
}

.featured-product2.red-box7 .title-cat-parent {
    background: #fa6165;
}

.featured-product2.red-box7 .list-cat-childrent a::before {
    background: #fa6165 none repeat scroll 0 0;
}

.featured-product2.red-box7 .list-cat-childrent a:hover::before {
    width: 100%;
    left: 0;
}

.featured-product2.red-box7 .list-cat-childrent a:hover {
    color: #fa6165;
}

.featured-product2.red-box7 .list-cat-childrent a::before {
    background: #fa6165 none repeat scroll 0 0;
    content: "";
    height: 4px;
    left: 50%;
    top: -19px;
    width: 0;
    z-index: 99;
    position: absolute;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.featured-product2.red-box7 .best-seller-right.slider-home2 h2 {
    background: #fa6165;
}

.featured-product2.red-box7 .title-product a:hover {
    color: #fa6165;
}

.featured-product2.red-box7 .info-price span {
    color: #fa6165;
}

.featured-product2.red-box7 .tags-featured-product a:hover {
    color: #fa6165;
}
/*Blue*/
.featured-product2.blue-box7 .product-info-cart .addcart-link {
    background: #77a3d3 none repeat scroll 0 0;
}

.featured-product2.blue-box7 .product-extra-link a:hover {
    color: #77a3d3;
}

.featured-product2.blue-box7 .item-product-right .addcart-link.addcart-single {
    background: #77a3d3 none repeat scroll 0 0;
}

.featured-product2.blue-box7 .title-cat-parent {
    background: #77a3d3;
}

.featured-product2.blue-box7 .list-cat-childrent a::before {
    background: #77a3d3 none repeat scroll 0 0;
}

.featured-product2.blue-box7 .list-cat-childrent a:hover::before {
    width: 100%;
    left: 0;
}

.featured-product2.blue-box7 .list-cat-childrent a:hover {
    color: #77a3d3;
}

.featured-product2.blue-box7 .list-cat-childrent a::before {
    background: #77a3d3 none repeat scroll 0 0;
    content: "";
    height: 4px;
    left: 50%;
    top: -19px;
    width: 0;
    z-index: 99;
    position: absolute;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.featured-product2.blue-box7 .best-seller-right.slider-home2 h2 {
    background: #77a3d3;
}

.featured-product2.blue-box7 .title-product a:hover {
    color: #77a3d3;
}

.featured-product2.blue-box7 .info-price span {
    color: #77a3d3;
}

.featured-product2.blue-box7 .tags-featured-product a:hover {
    color: #77a3d3;
}
/*Yellow*/
.featured-product2.yellow-box7 .product-info-cart .addcart-link {
    background: #fc0404 none repeat scroll 0 0;
}

.featured-product2.yellow-box7 .product-extra-link a:hover {
    color: #fc0404;
}

.featured-product2.yellow-box7 .item-product-right .addcart-link.addcart-single {
    background: #fc0404 none repeat scroll 0 0;
}

.featured-product2.yellow-box7 .title-cat-parent {
    background: #fc0404;
}

.featured-product2.yellow-box7 .list-cat-childrent a::before {
    background: #fc0404 none repeat scroll 0 0;
}

.featured-product2.yellow-box7 .list-cat-childrent a:hover::before {
    width: 100%;
    left: 0;
}

.featured-product2.yellow-box7 .list-cat-childrent a:hover {
    color: #fc0404;
}

.featured-product2.yellow-box7 .list-cat-childrent a::before {
    background: #fc0404 none repeat scroll 0 0;
    content: "";
    height: 4px;
    left: 50%;
    top: -19px;
    width: 0;
    z-index: 99;
    position: absolute;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.featured-product2.yellow-box7 .best-seller-right.slider-home2 h2 {
    background: #fc0404;
}

.featured-product2.yellow-box7 .title-product a:hover {
    color: #fc0404;
}

.featured-product2.yellow-box7 .info-price span {
    color: #fc0404;
}

.featured-product2.yellow-box7 .tags-featured-product a:hover {
    color: #fc0404;
}
/*End Color Box*/
.great-deal {
    text-align: center;
}

    .great-deal > h2 {
        font-weight: 700;
        margin: 0 0 20px;
        text-transform: uppercase;
    }

    .great-deal > h4 {
        color: #999;
        font-size: 18px;
        font-weight: 400;
        margin: 0 0 25px;
        text-transform: uppercase;
    }

.great-deal-countdown canvas {
    display: none;
}

.great-deal-countdown .time_circles > div {
    border: 4px solid #fc0404;
    color: #fc0404;
    display: inline-block;
    font-size: 30px;
    left: 0 !important;
    margin: 0 10px;
    padding: 5px 10px;
    position: relative;
    top: 0 !important;
    width: 100px !important;
}

    .great-deal-countdown .time_circles > div::after {
        content: ":";
        position: absolute;
        right: -18px;
        top: 0;
    }

    .great-deal-countdown .time_circles > div:last-child::after {
        display: none;
    }

.great-deal-countdown {
    margin-bottom: 50px;
}

.list-cat-great-deal {
    font-size: 0;
    margin: 0 0 30px;
}

    .list-cat-great-deal > li {
        display: inline-block;
        font-size: 14px;
        list-style: outside none none;
        min-width: 120px;
        padding: 0 10px;
        text-align: center;
    }

    .list-cat-great-deal a {
        display: block;
    }

        .list-cat-great-deal a span {
            color: #333;
            position: relative;
        }

    .list-cat-great-deal img {
        display: block;
        margin: auto auto 12px;
    }

    .list-cat-great-deal a span::after {
        background: #fc0404 none repeat scroll 0 0;
        content: "";
        height: 4px;
        left: 50%;
        margin-top: 15px;
        position: absolute;
        top: 100%;
        width: 0;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .list-cat-great-deal a:hover span::after, .list-cat-great-deal li.active a span::after {
        width: 100%;
        left: 0;
    }

.slider-home3.great-deal-cat-slider .wrap-item.owl-theme .owl-controls .owl-buttons div:hover {
    background: rgba(254,166,25,0.9);
    color: #fff;
}

.slider-home3.great-deal-cat-slider .wrap-item.owl-theme .owl-controls .owl-buttons div {
    color: #fc0404;
}

.product-info7 {
    text-align: left;
}

    .product-info7 .title-product {
        text-transform: uppercase;
    }

        .product-info7 .title-product a:hover {
            color: #fc0404;
        }

    .product-info7 .info-price span {
        color: #fc0404;
        font-weight: 700;
    }

.product-thumb7 .product-info-cart .addcart-link {
    background: #fc0404 none repeat scroll 0 0;
}

.product-thumb7 .product-extra-link a:hover {
    color: #fc0404;
}

.product-thumb.product-thumb7 {
    margin-bottom: 18px;
}

.item-product7 {
    padding: 15px;
    position: relative;
    z-index: 999;
}

.great-deal {
    text-align: center;
    margin-bottom: 30px;
}

.great-deal-cat-slider .item {
    position: relative;
}

    .great-deal-cat-slider .item::before {
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        content: "";
        width: 0;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .great-deal-cat-slider .item::after {
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        content: "";
        width: 100%;
        height: 0;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .great-deal-cat-slider .item:hover::before {
        left: 0;
        width: 100%;
    }

    .great-deal-cat-slider .item:hover::after {
        top: 0;
        height: 100%;
    }

.newsletter6.newsletter7 {
    background: #2e2e2e none repeat scroll 0 0;
    margin-bottom: 30px;
}

.newsletter7 .newsletter-form input[type="submit"] {
    background-color: #fc0404;
}

.footer-box6.footer-box7 > h2 {
    color: #fc0404;
}

.footer-box6.footer-box7 .footer-menu-box a:hover {
    color: #fc0404;
}

.footer-contact6.footer-box7 .footer-box-contact .fa {
    color: #fc0404;
}

.footer-contact6.footer-box7 .footer-box-contact a {
    color: #fc0404;
}

.footer7 .list-footer-box6 {
    margin-bottom: 30px;
}

.footer-bottom6.footer-bottom7 {
    padding: 20px 0;
}

.footer-bottom7 .copyrigh4.policy6 a {
    color: #fc0404;
}

.footer-bottom7 .policy4.policy6 a:hover {
    color: #fc0404;
}

.fromblog-slider .from-blog-info h3 a:hover {
    color: #333;
}

.right-category-dropdown .cat-mega-menu {
    left: auto;
    right: 100%;
    margin-right: 100px;
}

.right-category-dropdown .list-category-dropdown > li.has-cat-mega:hover > .cat-mega-menu {
    margin-right: 0;
}

.right-category-dropdown .list-category-dropdown > li:hover::before {
    left: auto;
    right: 0;
}

.hidden-dropdown .list-category-dropdown {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
/********************************************************************************************************
											Popup
********************************************************************************************************/
#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
}

#boxes .window {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 9999;
}

.window-popup {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 10px solid #fff;
    padding: 30px;
    width: 600px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}

.image-popup {
    bottom: 5px;
    position: absolute;
    right: 30px;
}

.window-popup .close-popup {
    background: #fc0404 none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 15px;
    width: 30px;
    z-index: 999;
}

.content-popup {
    position: relative;
    z-index: 99;
}

    .content-popup p {
        color: #666;
        font-size: 14px;
        margin: 0 0 15px;
        text-transform: uppercase;
    }

    .content-popup h4 {
        color: #fc0404;
        font-size: 30px;
        margin: -5px 0 0;
    }

    .content-popup h2 {
        color: #e53005;
        font-size: 60px;
        font-weight: 700;
        margin: -10px 0 0;
        text-transform: uppercase;
    }

    .content-popup form {
        max-width: 370px;
        position: relative;
        width: 100%;
        padding-right: 50px;
    }

    .content-popup input[type="text"] {
        display: block;
        width: 100%;
        height: 44px;
        line-height: 44px;
        padding: 0 15px;
        border: 1px solid #e5e5e5;
        background: #fff;
        color: #999;
        margin-bottom: 20px;
    }

    .content-popup input[type="submit"] {
        position: absolute;
        width: 50px;
        height: 44px;
        background: #e53005 url(/Content/images/home1/popup.png) no-repeat scroll center center;
        top: 0;
        right: 0;
        border: none;
    }

    .content-popup label {
        font-size: 12px;
        margin: 0 0 0 10px;
        color: #666;
        font-weight: 400;
    }

    .content-popup input[type="checkbox"] {
        display: inline-block;
        margin: 0;
        vertical-align: middle;
    }
/*******************************************************************************************************
											Pages
********************************************************************************************************/
/***********************************************************************
						Accordions						
************************************************************************/
.accordion-box {
}

    .accordion-box h2 {
        color: #999;
        font-size: 16px;
        margin: 0;
        text-transform: uppercase;
    }

.desc-accordion {
    color: #666;
    margin: 0;
    display: none;
}

.item-accordion.active .desc-accordion {
    display: block;
}

.title-accordion {
    font-size: 16px;
    margin: 0;
    color: #1b1d1f;
    padding: 15px 0;
    cursor: pointer;
    position: relative;
    font-weight: 500;
}

    .title-accordion:hover {
        color: #fc0404;
    }

.accordion-box.style1 .title-accordion::after {
    color: #747474;
    content: "";
    font-family: linearicons;
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 15px;
}

.accordion-box.style1 .title-accordion {
    padding-right: 20px;
}

.accordion-box.style1 .item-accordion.active .title-accordion::after {
    content: "";
}

.accordion-box.style1 .item-accordion {
    border-bottom: 1px solid #e5e5e5;
}

.accordion-box.style2 .title-accordion {
    font-size: 14px;
    padding: 10px 8px;
    text-transform: uppercase;
}

.accordion-box.style3 .title-accordion {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    font-size: 13px;
    margin-bottom: 15px;
    padding: 12px 15px 12px 55px;
    text-transform: uppercase;
}

.accordion-box.style2 .item-accordion {
    border: 1px solid #71be0e;
    margin-bottom: 15px;
    padding: 0;
    background-color: #f2fde5;
}

.accordion-box.style3 .item-accordion {
    margin-bottom: 5px;
}

.accordion-box.style2 h2 {
    margin-bottom: 30px;
}

.accordion-box.style3 h2 {
    margin-bottom: 30px;
}

.accordion-box.style2 .title-accordion::before {
    content: "\f0da";
    font-family: "FontAwesome";
    font-size: 16px;
    margin-right: 10px;
}

.accordion-box.style2 .item-accordion.active .title-accordion::before {
    content: "\f0d7";
}

.accordion-box.style3 .title-accordion::before {
    background: #1b1d1f url(/Content/images/pages/add1.png) no-repeat scroll center center;
    content: "";
    display: block;
    height: 40px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 40px;
}

.accordion-box.style3 .item-accordion.active .title-accordion::before {
    background: #1b1d1f url(/Content/images/pages/sub1.png) no-repeat scroll center center;
}
/***********************************************************************
						Buttons						
************************************************************************/
.bt-link {
    border: medium none;
    display: inline-block;
    height: 40px;
    padding: 0 30px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    vertical-align: top;
    overflow: hidden;
}

.list-button-box1 {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 50px 0 40px;
}

.list-button-box2 {
    background: #1b1d1f none repeat scroll 0 0;
    padding: 50px 0 40px;
}

.list-button-box1 .bt-link {
    margin-bottom: 10px;
    margin-left: 50px;
}

.list-button-box2 .bt-link {
    margin-bottom: 10px;
    margin-left: 50px;
}

.bt-black {
    background: #1b1d1f;
    color: #fff;
}

.bt-yellow {
    background: #fec64d;
    color: #fff;
}

.bt-white {
    background: #fff;
    color: #1b1d1f;
}

.bt-style1:hover {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 0 2px #1b1d1f inset;
    color: #1b1d1f;
}

.bt-style6 {
    box-shadow: 0 0 0 2px #1b1d1f inset;
}

    .bt-style6:hover {
        background: #1b1d1f none repeat scroll 0 0;
        box-shadow: none;
        color: #fff;
    }

.bt-style7 {
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.1);
}

    .bt-style7:hover {
        background: #1b1d1f;
        color: #fff;
        box-shadow: none;
    }

.bt-style2:hover {
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.1);
    background: #fff;
    color: #1b1d1f;
}

.bt-style8 {
    background-clip: content-box;
    box-shadow: 0 0 0 1px #1b1d1f inset;
    padding: 5px;
    width: 143px;
}

    .bt-style8:hover {
        background-clip: padding-box;
    }

.bt-style3 {
    padding: 5px;
    width: 143px;
    box-shadow: 0 0 0 1px #1b1d1f inset;
}

    .bt-style3:hover {
        background-clip: content-box;
    }

.bt-style4:hover {
    background: #fec64d;
}

.bt-style9:hover {
    background: #1b1d1f;
}

.bt-style5:hover {
    background: #1b1d1f;
}

.bt-style10:hover {
    background: #fec64d;
}

.bt-style11 {
    box-shadow: 0 0 0 1px #fff inset;
}

    .bt-style11:hover {
        background: #fec64d;
        box-shadow: 0 0 0 2px #fff inset;
    }

.bt-style16 {
    box-shadow: 0 0 0 2px #fff inset;
}

    .bt-style16:hover {
        background: #1b1d1f;
        box-shadow: 0 0 0 1px #fff inset;
    }

.bt-style12 {
    box-shadow: 0 0 0 1px #fff inset;
}

    .bt-style12:hover {
        box-shadow: 0 0 0 1px #FEC64D inset;
        background: #fff;
        color: #1b1d1f;
    }

.bt-style17 {
    box-shadow: 0 0 0 1px #FEC64D inset;
}

    .bt-style17:hover {
        box-shadow: 0 0 0 1px #fff inset;
        background: #1b1d1f;
        color: #fff;
    }

.bt-style13 {
    box-shadow: 0 0 0 1px #fff inset;
}

    .bt-style13:hover {
        box-shadow: 0 0 0 4px #FEC64D inset;
        background: #fff;
        color: #1b1d1f;
    }

.bt-style18 {
    box-shadow: 0 0 0 4px #FEC64D inset;
    background: #fff;
    color: #1b1d1f;
}

    .bt-style18:hover {
        box-shadow: 0 0 0 1px #fff inset;
        background: #1b1d1f;
        color: #fff;
    }

.bt-style14 {
    box-shadow: 0 0 0 1px #fff inset;
}

    .bt-style14:hover {
        background: #fff;
        color: #1b1d1f;
    }

.bt-style19 {
    box-shadow: 0 0 0 1px #fff inset;
}

    .bt-style19:hover {
        background: #1b1d1f;
        color: #fff;
    }

.bt-brown {
    background: #323436;
    color: #FEC64D;
}

.bt-style15:hover {
    background: #323436;
    color: #FEC64D;
}

.bt-style20:hover {
    background: #FEC64D;
    color: #fff;
}

.title-bittons {
    font-size: 16px;
    margin: 50px 0 30px;
    text-transform: uppercase;
}

.bt-blue {
    background: #1997D4;
    color: #fff;
}

.bt-radius, .bt-radius span {
    border-radius: 4px;
}

.bt-cart {
    text-transform: capitalize;
}

.bt-loadmore {
    color: #fff;
    max-width: 300px;
    width: 100%;
}

.bt-link span {
    display: block;
    line-height: 32px;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    margin: 4px;
}

.bt-style21 {
    width: 140px;
    padding: 0;
}

    .bt-style21:hover {
        box-shadow: 0 0 0 1px #1997D4 inset;
        background: #fff;
    }

        .bt-style21:hover span {
            background: #1997D4;
        }

.bt-style26 {
    width: 140px;
    background: #fff;
    box-shadow: 0 0 0 1px #1997D4 inset;
    padding: 0;
}

    .bt-style26:hover {
        background: #1997D4;
    }

    .bt-style26 span {
        background: #1997D4;
    }

.bt-style22:hover {
    box-shadow: 0 0 0 1px #1997D4 inset;
    background: #fff;
    color: #1997D4;
}

.bt-style27 {
    box-shadow: 0 0 0 1px #1997D4 inset;
    background: #fff;
    color: #1997D4;
}

    .bt-style27:hover {
        background: #1997D4;
        color: #fff;
    }

.bt-style23:hover {
    background: #FFD21D;
    color: #1b1d1f;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.3);
}

.bt-shadow {
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.3);
}

.bt-gold {
    background: #FFD21D;
}

.bt-style28:hover {
    background: #1997D4;
    color: #fff;
    box-shadow: none;
}

.bt-style24:hover {
    background: #FFD21D;
}

.bt-style29:hover {
    background: #1997D4;
}

.bt-style25 {
    box-shadow: 0 0 0 1px #e3e3e3 inset;
}

    .bt-style25:hover {
        box-shadow: none;
        background: #1997D4;
        color: #fff;
    }

.bt-style30:hover {
    box-shadow: 0 0 0 1px #e3e3e3 inset;
    background: #fff;
    color: #1b1d1f;
}

.bt-style31 {
    width: 140px;
    padding: 0;
}

    .bt-style31 span {
        background: #1997D4;
    }

    .bt-style31:hover {
        box-shadow: 0 0 0 1px #1997D4 inset;
        background: #1b1d1f;
    }

.bt-style36 {
    padding: 0;
    box-shadow: 0 0 0 1px #1997D4 inset;
    background: #1b1d1f;
}

    .bt-style36 span {
        background: #1997D4;
        padding: 0 10px;
    }

    .bt-style36:hover {
        background: #1997D4;
    }

.bt-style32 {
    box-shadow: 0 0 0 1px #8d8d8d inset;
}

    .bt-style32:hover {
        box-shadow: 0 0 0 1px #fff inset;
        background: #fff;
        color: #1b1d1f;
    }

.bt-style37:hover {
    box-shadow: 0 0 0 1px #8d8d8d inset;
    background: #1b1d1f;
    color: #fff;
}

.bt-style33 {
    box-shadow: 0 0 0 1px #FFD21D inset;
    color: #FFD21D;
}

    .bt-style33:hover {
        box-shadow: 0 0 0 1px #FFD21D inset;
        color: #1b1d1f;
        background: #FFD21D;
    }

.bt-style38 {
    box-shadow: 0 0 0 1px #FFD21D inset;
    color: #1b1d1f;
    background: #FFD21D;
}

    .bt-style38:hover {
        box-shadow: 0 0 0 1px #FFD21D inset;
        color: #FFD21D;
        background: #1b1d1f;
    }

.bt-style34 {
    box-shadow: 0 0 0 2px #fff inset;
}

    .bt-style34:hover {
        box-shadow: 0 0 0 2px #4082F0 inset;
        background: #4082F0;
    }

.bt-style39:hover {
    box-shadow: 0 0 0 2px #fff inset;
    background: #1b1d1f;
}

.bt-style35 {
    color: #fff;
}

    .bt-style35:hover {
        color: #1997D4;
        background: #1b1d1f;
        box-shadow: 0 0 0 2px #1997D4 inset;
    }

.bt-style40 {
    color: #1997D4;
    background: #1b1d1f;
    box-shadow: 0 0 0 2px #1997D4 inset;
}

    .bt-style40:hover {
        color: #fff;
        background: #323436;
        box-shadow: 0 0 0 2px #323436 inset;
    }

.link-black {
    background: transparent none repeat scroll 0 0;
    color: #1b1d1f;
    margin-right: 40px;
    padding: 0;
    position: relative;
    text-decoration: underline;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    height: 36px;
    line-height: 36px;
}

.link-style1 {
    padding: 0 30px;
    border: 1px solid transparent;
}

    .link-style1:hover {
        border: 1px solid #1b1d1f;
        text-decoration: none;
    }

.link-style6 {
    padding: 0 30px;
    border: 1px solid #1b1d1f;
    text-decoration: none;
}

    .link-style6:hover {
        border: 1px solid transparent;
        text-decoration: underline;
    }

.link-style2 {
    border-bottom: 3px double transparent;
}

    .link-style2:hover {
        border-bottom: 3px double #1b1d1f;
        text-decoration: none;
        color: #666;
    }

.link-style7 {
    border-bottom: 3px double #1b1d1f;
    color: #666;
    text-decoration: none;
}

    .link-style7:hover {
        border-bottom: 3px double transparent;
        text-decoration: underline;
        color: #1b1d1f;
    }

.link-style3 {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
}

    .link-style3:hover {
        border-bottom: 1px solid #1b1d1f;
        border-top: 1px solid #1b1d1f;
        text-decoration: none;
    }

.link-style8 {
    text-decoration: none;
    border-bottom: 1px solid #1b1d1f;
    border-top: 1px solid #1b1d1f;
}

    .link-style8:hover {
        border-bottom: 1px solid transparent;
        border-top: 1px solid transparent;
        text-decoration: underline;
    }

.link-style5:hover {
    color: #fec64d;
}

.link-style10:hover {
    color: #1b1d1f;
}

.link-style10 {
    color: #fec64d;
}

.link-style4 span {
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -webkit-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

.link-style4:hover span {
    -webkit-transform: translate(0,100%);
    transform: translate(0,100%);
}

.link-style4:hover::before {
    top: 0;
}

.link-style4::before {
    content: "";
    font-family: linearicons;
    left: 0;
    position: absolute;
    top: -100%;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    width: 100%;
    font-size: 18px;
}

.link-style4::after {
    background: #1b1d1f none repeat scroll 0 0;
    bottom: 100%;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    width: 100%;
}

.link-style4:hover::after {
    bottom: 0;
}

.link-style9 span {
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -webkit-transform: translate(0,100%);
    transform: translate(0,100%);
}

.link-style9:hover span {
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
}

.link-style9:hover::before {
    top: -100%;
}

.link-style9::before {
    content: "";
    font-family: linearicons;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    width: 100%;
    font-size: 18px;
}

.link-style9::after {
    background: #1b1d1f none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    width: 100%;
}

.link-style9:hover::after {
    bottom: 100%;
}

.link-white {
    background: transparent none repeat scroll 0 0;
    color: #fff;
    height: 36px;
    line-height: 36px;
    margin-right: 40px;
    padding: 0;
    position: relative;
    text-decoration: underline;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.link-style11 {
    padding: 0 30px;
    border: 1px solid transparent;
}

    .link-style11:hover {
        border: 1px solid #fec64d;
        text-decoration: none;
        color: #fec64d;
    }

.link-style16 {
    padding: 0 30px;
    border: 1px solid #fec64d;
    text-decoration: none;
    color: #fec64d;
}

    .link-style16:hover {
        border: 1px solid transparent;
        text-decoration: underline;
        color: #fff;
    }

.link-style12 {
    border-bottom: 3px double transparent;
}

    .link-style12:hover {
        border-bottom: 3px double #666;
        text-decoration: none;
        color: #fec64d;
    }

.link-style17 {
    border-bottom: 3px double #666;
    color: #fec64d;
    text-decoration: none;
}

    .link-style17:hover {
        border-bottom: 3px double transparent;
        text-decoration: underline;
        color: #fff;
    }

.link-style13 {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
}

    .link-style13:hover {
        border-bottom: 1px solid #1997d4;
        border-top: 1px solid #1997d4;
        text-decoration: none;
        color: #1997d4;
    }

.link-style18 {
    text-decoration: none;
    border-bottom: 1px solid #1997d4;
    border-top: 1px solid #1997d4;
    color: #1997d4;
}

    .link-style18:hover {
        border-bottom: 1px solid transparent;
        border-top: 1px solid transparent;
        text-decoration: underline;
        color: #fff;
    }

.link-style15:hover {
    color: #fec64d;
}

.link-style20:hover {
    color: #fff;
}

.link-style20 {
    color: #fec64d;
}

.link-style14 span {
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

.link-style14:hover span {
    -webkit-transform: translate(0,100%);
    transform: translate(0,100%);
}

.link-style14:hover::before {
    top: 0;
}

.link-style14::before {
    content: "";
    font-family: linearicons;
    left: 0;
    position: absolute;
    top: -100%;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    width: 100%;
    font-size: 18px;
    color: #fec64d;
}

.link-style14::after {
    background: #fec64d none repeat scroll 0 0;
    bottom: 100%;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    width: 100%;
}

.link-style14:hover::after {
    bottom: 0;
}

.link-style19 span {
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -webkit-transform: translate(0,100%);
    transform: translate(0,100%);
}

.link-style19:hover span {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

.link-style19:hover::before {
    top: -100%;
}

.link-style19::before {
    content: "";
    font-family: linearicons;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    width: 100%;
    font-size: 18px;
    color: #fec64d;
}

.link-style19::after {
    background: #fec64d none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    width: 100%;
}

.link-style19:hover::after {
    bottom: 100%;
}

.btn-circle-box {
    display: inline-block;
    margin: 0 35px;
    vertical-align: middle;
}

    .btn-circle-box a {
        display: inline-block;
        margin: 0 15px;
        vertical-align: middle;
        border-radius: 50%;
        text-align: center;
        text-transform: uppercase;
        position: relative;
        -webkit-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
        overflow: hidden;
    }

        .btn-circle-box a span {
            bottom: 0;
            display: block;
            height: 13px;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
            top: 0;
            font-size: 13px;
            -webkit-transition: all 0.5s ease-out 0s;
            transition: all 0.5s ease-out 0s;
            z-index: 99;
        }

        .btn-circle-box a.link-add-cart span {
            height: 18px;
            font-size: 18px;
        }

    .btn-circle-box .link-add-cart {
        width: 48px;
        height: 48px;
    }

    .btn-circle-box .link-wishlist {
        width: 36px;
        height: 36px;
    }

    .btn-circle-box .link-compare {
        width: 36px;
        height: 36px;
    }

    .btn-circle-box .link-quick-view {
        width: 130px;
        height: 130px;
        line-height: 130px;
    }

.btn-circle-box1 a {
    background: #2FA0D8;
    color: #fff;
}

.btn-circle-box1 .link-add-cart {
    background: #2FA0D8 url(/Content/images/pages/icon-cart.png) no-repeat center center;
}

.btn-circle-box1 a:hover {
    background-color: #FFD21D;
}

.btn-circle-box1 .link-wishlist:hover span {
    -webkit-transform: scale(2);
    transform: scale(2);
}

.btn-circle-box1 .link-compare:hover {
    box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.3);
}

.btn-circle-box11 a {
    background: #FFD21D;
    color: #fff;
}

.btn-circle-box11 .link-add-cart {
    background: #FFD21D url(/Content/images/pages/icon-cart.png) no-repeat center center;
}

.btn-circle-box11 a:hover {
    background-color: #2FA0D8;
}

.btn-circle-box11 .link-wishlist:hover span {
    -webkit-transform: scale(2);
    transform: scale(2);
}

.btn-circle-box11 .link-compare:hover {
    box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.3);
}

.btn-circle-box2 a {
    background: #1b1d1f;
    color: #fff;
}

.btn-circle-box2 .link-add-cart {
    width: 56px;
    height: 56px;
}

    .btn-circle-box2 .link-add-cart:hover {
        background-color: #fff;
        box-shadow: 1px 4px 4px 0 rgba(0, 0, 0, 0.3);
    }

.btn-circle-box2 .link-wishlist:hover span {
    -webkit-transform: scale(2);
    transform: scale(2);
}

.btn-circle-box2 .link-compare:hover span {
    -webkit-transform: scale(2);
    transform: scale(2);
}

.btn-circle-box2 .link-add-cart::before {
    background: #1b1d1f none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 48px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
}

.btn-circle-box22 a {
    background: #FEC64D;
    color: #fff;
}

.btn-circle-box22 .link-add-cart {
    width: 56px;
    height: 56px;
}

    .btn-circle-box22 .link-add-cart:hover {
        background-color: #fff;
        box-shadow: 1px 4px 4px 0 rgba(0, 0, 0, 0.3);
    }

.btn-circle-box22 .link-wishlist:hover {
    box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.3);
}

.btn-circle-box22 .link-compare:hover {
    box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.3);
}

.btn-circle-box22 .link-add-cart::before {
    background: #FEC64D none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 48px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
}

.btn-circle-box3 .link-quick-view {
    background: #2FA0D8;
    color: #fff;
}

    .btn-circle-box3 .link-quick-view:hover {
        background: #FFD533;
    }

.btn-circle-box33 .link-quick-view {
    background: #FFD533;
    color: #fff;
}

    .btn-circle-box33 .link-quick-view:hover {
        background: #2FA0D8;
    }

.btn-circle-box4 a {
    background: #fff;
    color: #2FA0D8;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
}

.btn-circle-box4 .link-add-cart {
    background: #1997D4 url(/Content/images/pages/icon-cart.png) no-repeat center center;
    box-shadow: none;
}

.btn-circle-box4 a, .btn-circle-box44 a {
    margin: 0 5px;
}

.btn-circle-box4 .link-add-cart:hover {
    background-color: #1b1d1f;
}

.btn-circle-box4 .link-wishlist:hover {
    box-shadow: 0 0 0 1px #1997D4 inset;
}

.btn-circle-box4 .link-compare:hover {
    box-shadow: 0 0 0 1px #1997D4 inset;
    background-color: #1997D4;
    color: #fff;
}

.btn-circle-box44 .link-add-cart {
    background: #1b1d1f url(/Content/images/pages/icon-cart.png) no-repeat center center;
}

    .btn-circle-box44 .link-add-cart:hover {
        background-color: #1997D4;
    }

.btn-circle-box44 .link-wishlist {
    box-shadow: 0 0 0 1px #1997D4 inset;
    background: #fff;
    color: #1997D4;
}

    .btn-circle-box44 .link-wishlist:hover {
        box-shadow: 0 0 0 1px #e5e5e5 inset;
    }

.btn-circle-box44 .link-compare {
    background: #1997D4;
    color: #fff;
}

    .btn-circle-box44 .link-compare:hover {
        box-shadow: 0 0 0 1px #e5e5e5 inset;
        background: #fff;
        color: #1997D4;
    }

.list-button-circle {
    padding: 10px 0;
}

    .list-button-circle > div {
        padding: 5px 0;
    }

.btn-circle-box7 .link-quick-view {
    background: #e9e9e9;
    color: #1b1d1f;
    border: 3px solid transparent;
}

    .btn-circle-box7 .link-quick-view:hover {
        border: 3px solid #000;
    }

.btn-circle-box77 .link-quick-view {
    background: #e9e9e9;
    color: #1b1d1f;
    border: 3px solid #000;
}

    .btn-circle-box77 .link-quick-view:hover {
        border: 3px solid transparent;
    }

.btn-circle-box5 .link-add-cart {
    background: #1997D4 url(/Content/images/pages/icon-cart.png) no-repeat center center;
}

    .btn-circle-box5 .link-add-cart:hover {
        background-color: #FFD21D;
    }

        .btn-circle-box5 .link-add-cart:hover::before {
            border: 1px solid transparent;
            width: 48px;
            height: 48px;
        }

    .btn-circle-box5 .link-add-cart::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 38px;
        height: 38px;
        border: 1px solid #1b1d1f;
        border-radius: 50%;
        -webkit-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }

.btn-circle-box5 .link-wishlist {
    background: #fff;
    box-shadow: 0 0 0 1px #1997D4 inset;
    color: #1997D4;
}

    .btn-circle-box5 .link-wishlist:hover {
        background: #FFD21D;
        color: #fff;
        box-shadow: 0 0 0 1px transparent inset;
    }

        .btn-circle-box5 .link-wishlist:hover span {
            -webkit-transform: scale(2);
            transform: scale(2);
        }

.btn-circle-box5 .link-compare {
    background: #1997D4;
    color: #fff;
}

    .btn-circle-box5 .link-compare:hover {
        background: #FFD21D;
        color: #1b1d1f;
    }

.btn-circle-box55 .link-add-cart {
    background: #FFD21D url(/Content/images/pages/icon-cart.png) no-repeat center center;
}

    .btn-circle-box55 .link-add-cart:hover {
        background-color: #1997D4;
    }

        .btn-circle-box55 .link-add-cart:hover::before {
            border: 1px solid #1b1d1f;
            width: 38px;
            height: 38px;
        }

    .btn-circle-box55 .link-add-cart::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 48px;
        height: 48px;
        margin: auto;
        border: 1px solid transparent;
        border-radius: 50%;
        -webkit-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }

.btn-circle-box55 .link-wishlist {
    background: #FFD21D;
    color: #fff;
    box-shadow: 0 0 0 1px transparent inset;
}

    .btn-circle-box55 .link-wishlist:hover {
        background: #fff;
        color: #1997D4;
        box-shadow: 0 0 0 1px #1997D4 inset;
    }

        .btn-circle-box55 .link-wishlist:hover span {
            -webkit-transform: scale(2);
            transform: scale(2);
        }

.btn-circle-box55 .link-compare:hover {
    background: #1997D4;
    color: #fff;
}

.btn-circle-box55 .link-compare {
    background: #FFD21D;
    color: #1b1d1f;
}

    .btn-circle-box55 .link-compare:hover span {
        transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
    }

.btn-circle-box5 .link-compare:hover span {
    transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}

.btn-circle-box6 a {
    color: #fff;
}

.btn-circle-box6 .link-wishlist:hover {
    background: #fff;
    color: #1b1d1f;
}

.btn-circle-box6 .link-add-cart {
    width: 56px;
    height: 56px;
}

    .btn-circle-box6 .link-add-cart:hover {
        background: #fff;
        color: #1b1d1f;
    }

    .btn-circle-box6 .link-add-cart::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 56px;
        height: 56px;
        margin: auto;
        border: 3px solid transparent;
        border-radius: 50%;
        -webkit-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }

    .btn-circle-box6 .link-add-cart:hover::before {
        border: 3px solid #1b1d1f;
        width: 52px;
        height: 52px;
    }

.btn-circle-box6 .link-compare:hover {
    transform: rotate(225deg) scale(2);
    -moz-transform: rotate(225deg) scale(2);
    -webkit-transform: rotate(225deg) scale(2);
}

.btn-circle-box66 .link-wishlist {
    background: #fff;
    color: #1b1d1f;
}

    .btn-circle-box66 .link-wishlist:hover {
        background: transparent;
        color: #fff;
    }

.btn-circle-box66 .link-add-cart {
    width: 56px;
    height: 56px;
    background: #fff;
    color: #1b1d1f;
}

    .btn-circle-box66 .link-add-cart:hover {
        background: transparent;
        color: #fff;
    }

    .btn-circle-box66 .link-add-cart::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 52px;
        height: 52px;
        margin: auto;
        border: 3px solid #1b1d1f;
        border-radius: 50%;
        -webkit-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }

    .btn-circle-box66 .link-add-cart:hover::before {
        border: 3px solid transparent;
        width: 56px;
        height: 56px;
    }

.btn-circle-box66 .link-compare {
    -webkit-transform: scale(2);
    transform: scale(2);
    color: #fff;
}

    .btn-circle-box66 .link-compare:hover {
        transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
    }

.btn-circle-box8 a, .btn-circle-box88 a {
    margin: 0 5px;
}

.btn-circle-box8 a {
    background: transparent;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.2) inset;
    color: #fff;
}

.btn-circle-box8 .link-add-cart {
    background: #fff url(/Content/images/pages/icon-cart2.png) no-repeat center center;
    box-shadow: 0 0 0 1px transparent inset;
}

    .btn-circle-box8 .link-add-cart:hover {
        background: transparent url(/Content/images/pages/icon-cart.png) no-repeat center center;
        box-shadow: 0 0 0 1px rgba(255,255,255,0.2) inset;
    }

.btn-circle-box8 .link-wishlist:hover {
    color: #1698D4;
    box-shadow: 0 0 0 1px #1698D4 inset;
}

.btn-circle-box8 .link-compare:hover {
    color: #fff;
    box-shadow: 0 0 0 1px #fff inset;
}

.btn-circle-box88 .link-add-cart:hover {
    background: #fff url(/Content/images/pages/icon-cart2.png) no-repeat center center;
    box-shadow: 0 0 0 1px transparent inset;
}

.btn-circle-box88 .link-add-cart {
    background: transparent url(/Content/images/pages/icon-cart.png) no-repeat center center;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.2) inset;
}

.btn-circle-box88 .link-wishlist {
    color: #1698D4;
    box-shadow: 0 0 0 1px #1698D4 inset;
}

    .btn-circle-box88 .link-wishlist:hover {
        color: #fff;
        box-shadow: 0 0 0 1px rgba(255,255,255,0.2) inset;
    }

.btn-circle-box88 .link-compare {
    color: #fff;
    box-shadow: 0 0 0 1px #fff inset;
}

    .btn-circle-box88 .link-compare:hover {
        box-shadow: 0 0 0 1px rgba(255,255,255,0.2) inset;
    }
/***********************************************************************
						Charts & Progress Bars						
************************************************************************/
/*Circle Chart*/
.circle1 .circles-text {
    color: #ccc;
    font-size: 60px !important;
}

.list-chart-processbar {
    padding: 40px 0;
}

.circle1 {
    float: left;
    margin-right: 135px;
    width: 300px;
}

    .circle1:last-child {
        margin-right: 0;
    }

.circle2 {
    border-radius: 50%;
    float: left;
    height: 170px;
    margin-right: 80px;
    padding: 23px;
    width: 170px;
}

    .circle2:last-child {
        margin-right: 0;
    }

    .circle2 .circles-text {
        font-size: 30px !important;
    }

#chart-4 {
    background: #2ea0d7;
}

    #chart-4 .circles-text {
        color: #fff;
    }

#chart-5 {
    background: #fec942;
}

    #chart-5 .circles-text {
        color: #fff;
    }

#chart-6 {
    background: #cccccc;
}

    #chart-6 .circles-text {
        color: #1b1d1f;
    }

#chart-7 {
    background: #ffd21e;
}

    #chart-7 .circles-text {
        color: #1b1d1f;
    }

#chart-8 {
    background: #1b1d1f;
}

    #chart-8 .circles-text {
        color: #ffd21e;
    }
/*Progressbar*/
.item-progressbar label {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #494a4c;
}

.list-chart-processbar .item-progressbar {
    max-width: 470px;
    width: 100%;
}

.list-chart-processbar .ui-progressbar .ui-progressbar-value {
    float: right;
    margin: 0;
    border: none;
}

.list-chart-processbar .ui-progressbar.ui-widget-content {
    background: #e5e5e5;
    border: none;
}

.list-chart-processbar #progressbar-1.ui-progressbar {
    height: 5px;
    border-radius: 0;
}

    .list-chart-processbar #progressbar-1.ui-progressbar .ui-progressbar-value {
        background: #fec942;
        border-radius: 0;
    }

.list-chart-processbar #progressbar-2.ui-progressbar {
    height: 5px;
    border-radius: 0;
}

    .list-chart-processbar #progressbar-2.ui-progressbar .ui-progressbar-value {
        background: #2ea0d7;
        border-radius: 0;
    }

.list-chart-processbar #progressbar-3.ui-progressbar {
    height: 5px;
    border-radius: 0;
}

    .list-chart-processbar #progressbar-3.ui-progressbar .ui-progressbar-value {
        background: #494a4c;
        border-radius: 0;
    }

.list-chart-processbar #progressbar-4.ui-progressbar {
    height: 5px;
    border-radius: 0;
}

    .list-chart-processbar #progressbar-4.ui-progressbar .ui-progressbar-value {
        background: #ffd21e;
        border-radius: 0;
    }

.list-chart-processbar #progressbar-5.ui-progressbar {
    height: 11px;
    border-radius: 4px;
}

    .list-chart-processbar #progressbar-5.ui-progressbar .ui-progressbar-value {
        background: #fec942;
        border-radius: 4px;
    }

.list-chart-processbar #progressbar-6.ui-progressbar {
    height: 11px;
    border-radius: 4px;
}

    .list-chart-processbar #progressbar-6.ui-progressbar .ui-progressbar-value {
        background: #2ea0d7;
        border-radius: 4px;
    }

.list-chart-processbar #progressbar-7.ui-progressbar {
    height: 11px;
    border-radius: 4px;
}

    .list-chart-processbar #progressbar-7.ui-progressbar .ui-progressbar-value {
        background: #494a4c;
        border-radius: 4px;
    }

.list-chart-processbar #progressbar-8.ui-progressbar {
    height: 11px;
    border-radius: 4px;
}

    .list-chart-processbar #progressbar-8.ui-progressbar .ui-progressbar-value {
        background: #ffd21e;
        border-radius: 4px;
    }

#progressbar-2, #progressbar-2, #progressbar-5, #progressbar-6 {
    margin-bottom: 50px;
}

#progressbar-3, #progressbar-4 {
    margin-bottom: 100px;
}

/***********************************************************************
						Feature Boxes						
************************************************************************/
.feature-box-info p {
    color: #666;
    margin: 0;
}

.item-feature-box {
    display: table;
    width: 100%;
}

.feature-box-link {
    display: block;
    text-align: center;
    width: 40%;
    border-radius: 4px;
    position: relative;
}

    .feature-box-link img {
        border-radius: 50%;
    }

.feature-box-info {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 30px;
}

    .feature-box-info ul {
        text-align: justify;
        margin: 15px 0 0 0;
    }

        .feature-box-info ul li {
            margin-bottom: 10px;
        }

            .feature-box-info ul li i {
                color: #1997d4;
            }

            .feature-box-info ul li:last-child {
                margin-bottom: 0;
            }

.feature-box-style-daidien {
    padding: 10px;
    margin: 40px 0 30px 0;
    border-radius: 2px;
    background-color: #f2fbff;
    border: 1px dashed #1997d4;
    box-shadow: 0 1px 2px 2px rgba(0,0,0,.1);
}

.item-feature-box.text-left .feature-box-info {
    padding: 0 0 0 30px;
}

.item-feature-box.text-right .feature-box-info {
    padding: 0 30px 0 0;
    text-align: right;
}

.item-feature-box.text-center .feature-box-icon {
    display: block;
}

    .item-feature-box.text-center .feature-box-icon .feature-box-link {
        margin: 0 auto 5px;
    }

.item-feature-box.text-center .feature-box-info {
    display: block;
    padding: 0;
}

.item-feature-box.text-center.feature-box-style-daidien .feature-box-link {
    border-radius: 50%;
    margin-top: -50px;
    background: #fff;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
}

/***********************************************************************
						Message Boxes						
************************************************************************/
.item-message-box {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    padding: 20px;
    text-align: justify;
}

    .item-message-box i {
        margin-right: 10px;
    }

    .item-message-box.item-message-info {
        color: #fff;
        background-color: #29B6F6;
        border: 2px dashed #2196F3;
    }

    .item-message-box.item-message-error {
        color: #ff0000;
        background-color: #f1d4d4;
        border: 2px dashed #f96565;
    }

    .item-message-box.item-message-success {
        background-color: #eaf8e7;
        color: #2ebe12;
    }

    .item-message-box.item-message-warning {
        background-color: #fff9ed;
        color: #fec64d;
    }

/***********************************************************************
						Teams				
************************************************************************/
.team-gallery-thumb {
    display: block;
    margin-bottom: 20px;
    position: relative;
}

    .team-gallery-thumb img {
        width: 100%;
    }

.item-team-gallery h3 a {
    color: #1997d4;
    font-size: 16px;
}

    .item-team-gallery h3 a:hover {
        color: #1b1d1f;
    }

.item-team-gallery h3 {
    margin: 0 0 20px;
}

.item-team-gallery > span {
    color: #999;
    display: block;
    margin-bottom: 10px;
}

.item-team-gallery .desc {
    color: #666;
}

.team-gallery-thumb::before {
    background: rgba(120, 120, 120, 0.5) url(/Content/images/pages/icon-zoom.png) no-repeat scroll center center;
    content: "";
    height: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    width: 0;
    z-index: 9;
}

.team-gallery-thumb:hover::before {
    height: 100%;
    left: 0;
    opacity: 1;
    top: 0;
    width: 100%;
}

.team-social-network a {
    background: #f5f5f5 none repeat scroll 0 0;
    border-radius: 50%;
    color: #666;
    display: block;
    height: 34px;
    text-align: center;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    width: 34px;
}

    .team-social-network a:hover {
        background: #1997D4;
        color: #fff;
    }

    .team-social-network a i {
        line-height: 34px;
    }

.team-social-network li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px;
}

.team-social-network {
    margin-left: -2px;
    margin-top: 20px;
}

.team-circle-thumb {
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    background-color: #777;
}

.team-cirle-image {
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    width: 100%;
}

.info-circle-thumb {
    margin: 0;
    top: 50%;
    left: 50%;
    width: 100%;
    position: absolute;
    text-align: center;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    opacity: 0;
    -webkit-transform: scale(0) translate(-50%,-50%);
    transform: scale(0) translate(-50%,-50%);
}

    .info-circle-thumb .desc {
        color: #999;
    }

.team-circle-social-network a {
    background: #f5f5f5 none repeat scroll 0 0;
    border-radius: 50%;
    color: #666;
    display: block;
    height: 34px;
    text-align: center;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    width: 34px;
}

    .team-circle-social-network a:hover {
        color: #fff;
        background-color: #fc0404;
    }

    .team-circle-social-network a i {
        line-height: 34px;
    }

.team-circle-social-network li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px;
}

.team-circle-social-network {
    margin-left: -2px;
    margin-top: 20px;
}

.team-circle-info {
    text-align: center;
}

    .team-circle-info p {
        color: #1b1d1f;
        font-size: 16px;
        font-weight: 500;
        margin: 10px 0 0 0;
    }

    .team-circle-info span {
        font-style: italic;
        font-size: 13px;
    }

.team-circle-thumb:hover .team-cirle-image {
    transform: scale(0.5) translateX(100%) rotate(360deg);
    -moz-transform: scale(0.5) translateX(100%) rotate(360deg);
    -webkit-transform: scale(0.5) translateX(100%) rotate(360deg);
    margin-left: 30px;
}

.team-circle-thumb:hover {
    z-index: 9;
}

    .team-circle-thumb:hover .info-circle-thumb {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1) translate(-50%,-50%);
        transform: scale(1) translate(-50%,-50%);
    }

.item-team-rectang {
    border: 1px solid #e3e3e3;
    overflow: hidden;
    position: relative;
    text-align: center;
}

    .item-team-rectang .team-circle-info {
        background: #fff none repeat scroll 0 0;
        bottom: -60px;
        left: 0;
        padding: 0 20px 15px;
        position: absolute;
        -webkit-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
        width: 100%;
    }

    .item-team-rectang:hover .team-circle-info {
        bottom: 0;
    }

.list-team-box {
    margin-bottom: 50px;
    margin-top: 55px;
}

    .list-team-box .team-gallery, .list-team-box .team-circle {
        margin-bottom: 100px;
    }

.item-team-circle1 {
    z-index: 104;
}

.item-team-circle2 {
    z-index: 103;
}

.item-team-circle3 {
    z-index: 102;
}

.item-team-circle4 {
    z-index: 101;
}

.item-team-circle {
    position: relative;
}

.team-rectang-thumb > img, .team-circle-thumb > img {
    width: 100%;
}
/*Testimonial*/
.testimonial-slider {
    margin: 40px 0 70px;
}

.testimo-item {
    background: #797979 none repeat scroll 0 0;
    color: #fff;
}

.info-testimo-author {
    left: 0;
    position: absolute;
    top: 90px;
    width: 100%;
    z-index: 2;
}

.testimo-thumb {
    filter: blur(8px);
    -moz-filter: blur(8px);
    -webkit-filter: blur(8px);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.testimo-content-left::before {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.testimo-content-left {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.testimo-avatar {
    border: 3px solid #3a3a3a;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 150px;
}

    .testimo-avatar::before {
        position: absolute;
        content: "";
        background: rgba(251,180,80,0.2);
        width: 100%;
        height: 100%;
        display: block;
        top: 0;
        left: 0;
        -webkit-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
        opacity: 0;
        border-radius: 50%;
        z-index: 9;
    }

    .testimo-avatar:hover::before {
        opacity: 1;
    }

    .testimo-avatar img {
        border-radius: 50%;
        width: 100%;
        -webkit-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }

    .testimo-avatar:hover img {
        transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
    }

.testimo-name {
    font-size: 16px;
    font-weight: bold;
}

    .testimo-name > a {
        color: #fff;
    }

        .testimo-name > a:hover {
            color: #999;
        }

.testimo-desc {
    font-size: 16px;
}

.testimo-content-right {
    padding-left: 55px;
    padding-right: 70px;
    padding-top: 95px;
    position: relative;
}

    .testimo-content-right .testimo-desc::before {
        content: "";
        font-family: linearicons;
        font-size: 30px;
        left: 0;
        position: absolute;
        top: 0;
    }

.testimo-desc {
    padding-top: 60px;
    position: relative;
}

.testimo-date {
    color: #ccc;
    display: block;
    margin-top: 24px;
    padding-top: 15px;
    position: relative;
}

    .testimo-date::before {
        background: #fff none repeat scroll 0 0;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        top: 0;
        width: 24px;
    }

.item-customer-saying {
    display: table;
    width: 100%;
}

.thumb-customer-saying {
    display: table-cell;
    width: 70px;
}

    .thumb-customer-saying > a {
        border-radius: 50%;
        display: block;
        overflow: hidden;
    }

    .thumb-customer-saying img {
        border-radius: 50%;
        -webkit-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
        width: 100%;
    }

.info-customer-saying {
    display: table-cell;
    padding-left: 40px;
    padding-right: 20px;
    position: relative;
    vertical-align: top;
}

    .info-customer-saying h3 a {
        color: #1997d4;
        font-size: 16px;
    }

        .info-customer-saying h3 a:hover, .item-post-slider h3 a:hover {
            color: #fdd932;
        }

    .info-customer-saying .desc {
        position: relative;
    }

    .info-customer-saying::before {
        color: #ccc;
        content: "";
        font-family: fontawesome;
        left: 20px;
        position: absolute;
        top: 5px;
    }

    .info-customer-saying > h3 {
        margin: 20px 0 5px;
    }

    .info-customer-saying > span {
        color: #999;
    }

.customer-saying > h2 {
    margin: 0 0 45px;
}

.customer-saying {
    margin-top: 45px;
}

.thumb-customer-saying a:hover img {
    transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
}

.paginav-slider .owl-theme .owl-controls .owl-page span {
    background: #ccc none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 7px;
    margin: 4px;
    opacity: 1;
    width: 7px;
}

    .paginav-slider .owl-theme .owl-controls .owl-page span:hover, .paginav-slider .owl-theme .owl-controls .owl-page.active span {
        background: #1b1d1f;
    }

.paginav-slider .owl-pagination {
    left: 0;
    position: absolute;
    top: -40px;
    width: 100%;
}

.paginav-slider .wrap-item {
    margin-top: 60px;
}

.box-intro h2 {
    margin: 0;
    position: relative;
}

.box-intro {
    margin-bottom: 30px;
    text-align: center;
}

    .box-intro h2::before {
        background: #e5e5e5 none repeat scroll 0 0;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        top: 17px;
        width: 100%;
    }

    .box-intro .title {
        background: #fff none repeat scroll 0 0;
        display: inline-block;
        margin-bottom: 10px;
        padding: 0 40px;
        position: relative;
    }
/********************************************************************************************************
												Home 8
********************************************************************************************************/
.smart-search.search-form8 {
    margin: 0 -20px 0 -30px;
    padding: 0;
}

.header-main9 {
    padding: 25px 0;
}

.smart-search.search-form8 .smart-search-form {
    border: 2px solid #ff9933;
    padding: 0 100px 0 0;
}

    .smart-search.search-form8 .smart-search-form input[type="text"] {
        border: medium none;
        height: 40px;
        padding: 0 15px;
    }

.smart-search.search-form8 .select-category {
    border: medium none;
    height: 40px;
    left: auto;
    right: 50px;
    width: 50px;
}

    .smart-search.search-form8 .select-category .category-toggle-link {
        border-left: 1px solid #e5e5e5;
        height: 40px;
        width: 50px;
    }

        .smart-search.search-form8 .select-category .category-toggle-link::after {
            right: 19px;
        }

.smart-search.search-form8 .smart-search-form input[type="submit"] {
    background-color: #ff9900;
    background-position: 20px 14px;
    height: 40px;
}

.smart-search.search-form8 .list-category-toggle.sub-menu-top {
    left: auto;
    margin-top: 4px;
    right: 0;
    width: 200px;
}

.register-box8 > ul {
    margin: 13px 0 0;
    text-align: center;
}

.register-box8 li {
    display: inline-block;
    margin-right: 25px;
}

.register-box8 a {
    text-transform: uppercase;
}

    .register-box8 a i {
        color: #e62e04;
        margin-right: 5px;
    }

.mini-cart.mini-cart8 .header-mini-cart {
    border: 2px solid #e62e04;
    height: 44px;
    line-height: 44px;
    padding: 0 65px 0 20px;
}

    .mini-cart.mini-cart8 .header-mini-cart::before {
        background: #e62e04 url(/Content/images/home1/icon-cart.png) no-repeat scroll center center;
        content: "";
        height: 44px;
        left: auto;
        top: -2px;
        right: -2px;
        width: 50px;
    }

.mini-cart.mini-cart8 {
    margin-left: 0px;
}

.register-box8 {
    margin-right: -20px;
}
/*.category-dropdown.category-dropdown8 {
    margin-top: -40px;
}*/
.content-top8 {
    background: #f5f5f5 none repeat scroll 0 0;
}

.banner-slider8.simple-owl-slider {
    margin: 0 -30px;
    padding: 0;
}

.item-banner8 .banner-info {
    left: 0;
    padding-left: 120px;
    position: absolute;
    top: 70px;
    width: 100%;
}

    .item-banner8 .banner-info h3 {
        font-size: 30px;
        text-transform: uppercase;
    }

    .item-banner8 .banner-info h2 {
        color: #e62e04;
        font-size: 40px;
        margin: 0 0 -5px;
        text-transform: uppercase;
    }

.banner-info > p {
    font-size: 14px;
    font-weight: 700;
}

.item-banner8 .banner-info .shopnow {
    border: 1px solid #000;
    color: #000;
    display: inline-block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin: 12px 0 0;
    text-align: center;
    text-transform: uppercase;
    width: 120px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    .item-banner8 .banner-info .shopnow:hover {
        background: #000;
        color: #fff;
    }

.banner-slider8 .wrap-item.owl-theme .owl-controls .owl-buttons div:hover {
    background: #FF9900;
}

.banner-slider8 .wrap-item.owl-theme .owl-controls .owl-buttons div {
    background: rgba(0,0,0,0.5);
    height: 60px;
    line-height: 60px;
    margin: -30px 0 0;
    width: 30px;
}

.category-dropdown8 .title-category-dropdown {
    background: #ff9900;
}

.main-nav.main-nav8 {
    background: #f5f5f5 none repeat scroll 0 0;
    margin: 0 -30px;
}

    .main-nav.main-nav8 > ul > li > a {
        color: #333;
    }

.box-trending8 {
    background: #fff none repeat scroll 0 0;
    position: relative;
}

.content-top8 .box-trending8 {
    margin-top: -40px;
}

.box-trending8 > h2 {
    background: #e62e04 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 20px;
    text-transform: uppercase;
}

.list-trending8 .item-trending3::after {
    display: none;
}

.list-trending8 .item-trending3 a::before {
    display: none;
}

.trending-thumb3 a.addcart-link {
    background: #1bb2b0 none repeat scroll 0 0;
    border-radius: 50%;
    bottom: auto;
    color: #fff;
    content: "";
    display: block;
    font-family: "FontAwesome";
    height: 40px;
    left: 30px;
    line-height: 40px;
    margin: auto;
    position: absolute;
    right: auto;
    text-align: center;
    top: 40px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 40px;
}

.trending-thumb3 .addcart-link i {
    margin: 0;
}

.item-trending3:hover .trending-thumb3 a.addcart-link {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.list-trending8 .product-info3 .title-product a:hover, .list-trending8 .product-info3 .info-price span {
    color: #E62E04;
}

.list-trending8 .trending-thumb3 a.addcart-link {
    background: #E62E04 none repeat scroll 0 0;
}

.list-trending8 .product-info3 .desc {
    color: #999;
}

.list-trending8 {
    margin: 0;
    padding: 6px 0;
}

.box-trending8 .list-trending8 {
    padding: 1px 0;
}

.box-trending8.box-border .list-trending8 {
    padding: 5px 0;
}

.adv-sidebar9 .sidebar-cat-childrent {
    min-height: 160px;
}

.supper-deal-box8 {
    margin-top: 30px;
}

.header-supper-deal8 {
    background: #f5f5f5 none repeat scroll 0 0;
    margin-bottom: 30px;
}

.deal-title8 > h2 {
    color: #e62e04;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.deal-title8 {
    padding-left: 30px;
    padding-top: 23px;
    padding-bottom: 10px;
}

.deal-countdown8 {
    width: 280px;
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    position: relative;
}

    .deal-countdown8 canvas {
        position: relative;
        z-index: 99;
        left: -2px;
        top: -2px;
    }

    .deal-countdown8 .time_circles > div {
        background: #e62e04 none repeat scroll 0 0;
        border: 10px solid #fafafa;
        border-radius: 50%;
        color: #fff;
        font-weight: 700;
        height: 66px;
        margin-top: -25px;
        position: absolute;
        text-align: center;
        width: 66px !important;
    }

    .deal-countdown8 .time_circles .number {
        border-bottom: 1px none saddlebrown;
        display: block;
        margin: 7px 0 -3px;
    }

    .deal-countdown8 .time_circles .text {
        border-top: 1px solid #fff;
        font-size: 10px;
        width: 24px;
        display: inline-block;
    }

.box-border .list-trending8 {
    border-width: 0 1px 1px 1px;
    border-color: #e5e5e5;
    border-style: solid;
}

.box-border.box-trending8 > h2 {
    background: #FF9900;
}

.deal-cat-title > ul {
    margin: 0;
}

.deal-cat-title li {
    display: inline-block;
}

    .deal-cat-title li a {
        border: 1px solid #e5e5e5;
        display: block;
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        text-transform: uppercase;
        position: relative;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

.deal-cat-title {
    margin-bottom: 25px;
}

    .deal-cat-title li.active a, .deal-cat-title li:hover a {
        border: 1px solid #ff9933;
        color: #ff9933;
    }

        .deal-cat-title li.active a::before {
            color: #ff9933;
            content: "";
            font-family: "FontAwesome";
            left: 50%;
            position: absolute;
            top: -25px;
        }

        .deal-cat-title li.active a::after {
            color: #ff9933;
            content: "";
            font-family: "FontAwesome";
            left: 50%;
            position: absolute;
            bottom: -25px;
        }

.item-deal-product8 .product-thumb {
    padding: 20px;
}

.product-advert {
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    position: relative;
}

.adv-product-thumb {
    float: left;
    width: 50%;
}

.adv-product-info {
    float: left;
    padding-top: 40px;
    text-align: center;
    width: 50%;
}

.item-product-adv {
    padding: 40px 30px;
    margin: 0 -15px;
}

.product-advert::after {
    background: #e5e5e5 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px;
}

.adv-product-info > h3 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 4px;
    text-transform: uppercase;
}

.adv-product-info .info-price span {
    font-size: 30px;
    font-weight: 700;
    margin-right: 0;
}

.adv-product-info .shopnow {
    background: #ff9933 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 36px;
    line-height: 36px;
    margin-top: 10px;
    text-transform: uppercase;
    width: 120px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    .adv-product-info .shopnow:hover {
        background: #ED321E;
    }

.parent-category {
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

    .parent-category .tags-featured-product {
        float: none;
    }

.header-cat-parent label {
    background: #ff9933 none repeat scroll 0 0;
    color: #fff;
    height: 50px;
    line-height: 50px;
    margin: -1px 0 0;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 18px;
}

.header-cat-parent a {
    margin-left: 20px;
}

.newsletter-footer.newsletter-footer8 {
    border: 1px solid #e5e5e5;
    padding: 40px 50px 40px 200px;
    position: relative;
    z-index: 99;
    background: #fff;
}

    .newsletter-footer.newsletter-footer8 label {
        left: 50px;
        margin: 0;
        position: absolute;
        top: 50px;
        font-size: 18px;
    }

    .newsletter-footer.newsletter-footer8 > form {
        border: 1px solid #e5e5e5;
        max-width: none;
    }

    .newsletter-footer.newsletter-footer8 input[type="text"] {
        border: medium none;
        height: 40px;
        line-height: 40px;
    }

    .newsletter-footer.newsletter-footer8 input[type="submit"] {
        height: 40px;
        background: transparent url(/Content/images/home8/bg-mail.png) no-repeat scroll center center;
    }

.wrap-newsletter-footer8 {
    margin-bottom: 10px;
    margin-top: -40px;
    padding: 10px;
    position: relative;
}

    .wrap-newsletter-footer8::before {
        background: #ff9933 none repeat scroll 0 0;
        content: "";
        height: 40px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.footer8 {
    background: #f5f5f5 none repeat scroll 0 0;
    margin-top: 60px;
}

    .footer8 .footer-bottom {
        border-bottom: 1px solid #e5e5e5;
        border-top: 1px solid #e5e5e5;
        margin: 40px 0;
        padding: 10px 0;
    }

.list-tags-category8 li {
    display: inline-block;
    margin-bottom: 15px;
}

.list-tags-category8 a {
    border-right: 1px solid #999;
    color: #999;
    display: block;
    height: 14px;
    line-height: 14px;
    margin-right: 5px;
    padding-right: 5px;
}

.list-tags-category8 {
    padding-bottom: 10px;
}

    .list-tags-category8 li:last-child a {
        border: medium none;
        margin: 0;
        padding: 0;
    }

    .list-tags-category8 a.active {
        text-transform: uppercase;
        font-weight: 700;
    }

    .list-tags-category8 a:hover {
        color: #ff9933;
    }

.slider-cat-parent .wrap-item.owl-theme .owl-controls .owl-buttons div {
    margin: -60px 0 0;
}

.slider-cat-parent {
    overflow: hidden;
}

.item-cat-parent {
    padding: 0 10px;
}

    .item-cat-parent .product-info {
        padding: 20px 0;
    }

.slider-cat-parent .wrap-item {
    padding: 0 10px;
}

.item-cat-parent .info-price span {
    font-size: 18px;
    font-weight: 700;
}

.item-cat-parent .title-product {
    font-weight: 400;
    margin: 0 0 3px;
}

.content-cat-parent .item-adv-simple {
    margin: 20px;
}

.header-cat-parent {
    border-bottom: 1px solid #e5e5e5;
}

.list-category-dropdown8 > li {
    padding: 0 20px;
    position: relative;
}

    .list-category-dropdown8 > li > a {
        border-top: 1px solid #e8e8e8;
        display: block;
        line-height: 20px;
        padding: 9px 20px 10px 0;
    }

    .list-category-dropdown8 > li:first-child > a {
        border-top: 1px solid #fff;
    }

    .list-category-dropdown8 > li > img {
        bottom: 0;
        margin: auto;
        position: absolute;
        right: 20px;
        top: 0;
    }

    .list-category-dropdown8 > li:hover::before {
        background: #fc0404 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 4px;
        z-index: 10;
    }

    .list-category-dropdown8 > li.has-cat-mega:hover > .cat-mega-menu {
        margin-left: 0;
        opacity: 1;
        visibility: visible;
    }

.list-category-dropdown8 {
    margin: 0;
}

.category-dropdown8 .expand-category-link8 {
    background: #ff9933 none repeat scroll 0 0;
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 55px;
    color: #fff;
    margin-top: 5px;
    position: relative;
    padding: 0;
    text-align: left;
    padding: 0 30px;
}

    .category-dropdown8 .expand-category-link8::before {
        content: "\f0d7";
        font-family: "FontAwesome";
        margin-right: 20px;
    }

    .category-dropdown8 .expand-category-link8.expanding::before {
        content: "\f0d8";
    }
/********************************************************************************************
										Home 9
*********************************************************************************************/
.list-product-cat .item-product9 {
    float: left;
    padding: 0 10px;
    width: 50%;
}

.list-product-cat {
    border-left: 1px solid #e5e5e5;
    padding: 10px;
}

.item-product9 .product-info {
    padding: 6px 0 10px;
}

    .item-product9 .product-info .title-product {
        font-weight: 400;
        margin: 0;
    }

    .item-product9 .product-info .info-price span {
        font-size: 18px;
        font-weight: 700;
    }

.sidebar-cat-childrent {
    min-height: 165px;
}

.list-brand-zoom .zoom-image-thumb {
    margin: auto;
    max-width: 152px;
}

.box-trending9 .hot-deal-tab-countdown {
    position: absolute;
    left: 100%;
    margin-left: 36px;
    top: -9px;
}

.top-menu.top-menu9 a:hover {
    color: #009000;
}

.top-info9 .sub-menu-top li:hover {
    background: #3ebb51 none repeat scroll 0 0;
}

.smart-search.search-form8.search-form9 .smart-search-form input[type="submit"] {
    background-color: #3ebb51;
}

.smart-search.search-form8.search-form9 .smart-search-form {
    border: 2px solid #3ebb51;
}

.register-box8.register-box9 a i {
    color: #009000;
}

.register-box9 a:hover {
    color: #3ebb51;
}

.mini-cart.mini-cart8.mini-cart9 .header-mini-cart {
    border: 2px solid #009000;
}

.mini-cart9 .total-mini-cart-price {
    color: #3ebb51;
}

.mini-cart.mini-cart8.mini-cart9 .header-mini-cart::before {
    background: #009000 url(/Content/images/home1/icon-cart.png) no-repeat scroll center center;
}

.category-dropdown9 .title-category-dropdown {
    background: #3ebb51 none repeat scroll 0 0;
}

.category-dropdown9 .list-category-dropdown8 > li:hover::before {
    background: #3ebb51 none repeat scroll 0 0;
}

.category-dropdown9 .list-category-dropdown8 > li:hover > a {
    color: #3ebb51;
}

.category-dropdown9 .expand-category-link8 {
    background: #3ebb51 none repeat scroll 0 0;
}

.box-trending9 > h2 {
    background: #009000;
}

.list-trending9 .info-price {
    margin-top: 10px;
}

.list-trending9 .product-info3 .title-product a:hover,
.list-trending9 .product-info3 .info-price span {
    color: #3ebb51;
}

.list-trending9 .trending-thumb3 a.addcart-link {
    background: #009000 none repeat scroll 0 0;
}

.box-trending9 .hot-deal-tab-countdown .time_circles {
    background: #3ebb51;
}

.item-banner9 .banner-info {
    bottom: 0;
    height: 245px;
    left: 0;
    margin: auto;
    padding-top: 45px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 430px;
}

    .item-banner9 .banner-info h2 {
        color: #fff;
        font-size: 40px;
        text-transform: uppercase;
    }

    .item-banner9 .banner-info h3 {
        color: #fff;
        font-size: 30px;
        text-transform: uppercase;
    }

.item-banner9 .shopnow {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
    text-transform: uppercase;
    width: 155px;
}

.item-banner9 .banner-info.bg-blue {
    background: rgba(10,167,174,0.7);
}

.item-banner9 .banner-info.bg-brown {
    background: rgba(187,106,62,0.7);
}

.item-banner9 .banner-info.bg-violet {
    background: rgba(86,78,158,0.7);
}

.banner-slider9 .wrap-item.owl-theme .owl-controls .owl-buttons div:hover {
    background: #3ebb51 none repeat scroll 0 0;
}

.adv-home9 {
    margin: 30px 0;
}

.item-adv9.box-right {
    margin-left: -30px;
}

.list-categorybox .category-adv {
    margin-bottom: 30px;
}
/*Color*/
/*Red*/
.category-adv.red-box .title-cat-parent {
    background: #f87062 none repeat scroll 0 0;
}

.category-adv.red-box .sidebar-cat-childrent a:hover::before {
    background: #f87062 none repeat scroll 0 0;
}

.category-adv.red-box .sidebar-cat-childrent a:hover {
    color: #f87062;
}

.category-adv.red-box .tags-featured-product a:hover {
    color: #f87062;
}

.category-adv.red-box .title-product a:hover {
    color: #f87062;
}

.category-adv.red-box .info-price span {
    color: #f87062;
}

.category-adv.red-box .product-info-cart .addcart-link {
    background: #f87062 none repeat scroll 0 0;
}

.category-adv.red-box .product-extra-link a:hover {
    color: #f87062;
}
/*Blue*/
.category-adv.blue-box .title-cat-parent {
    background: #6170BC none repeat scroll 0 0;
}

.category-adv.blue-box .sidebar-cat-childrent a:hover::before {
    background: #6170BC none repeat scroll 0 0;
}

.category-adv.blue-box .sidebar-cat-childrent a:hover {
    color: #6170BC;
}

.category-adv.blue-box .tags-featured-product a:hover {
    color: #6170BC;
}

.category-adv.blue-box .title-product a:hover {
    color: #6170BC;
}

.category-adv.blue-box .info-price span {
    color: #6170BC;
}

.category-adv.blue-box .product-info-cart .addcart-link {
    background: #6170BC none repeat scroll 0 0;
}

.category-adv.blue-box .product-extra-link a:hover {
    color: #6170BC;
}
/*Green*/
.category-adv.green-box .title-cat-parent {
    background: #55C932 none repeat scroll 0 0;
}

.category-adv.green-box .sidebar-cat-childrent a:hover::before {
    background: #55C932 none repeat scroll 0 0;
}

.category-adv.green-box .sidebar-cat-childrent a:hover {
    color: #55C932;
}

.category-adv.green-box .tags-featured-product a:hover {
    color: #55C932;
}

.category-adv.green-box .title-product a:hover {
    color: #55C932;
}

.category-adv.green-box .info-price span {
    color: #55C932;
}

.category-adv.green-box .product-info-cart .addcart-link {
    background: #55C932 none repeat scroll 0 0;
}

.category-adv.green-box .product-extra-link a:hover {
    color: #55C932;
}
/*Yellow*/
.category-adv.yellow-box .title-cat-parent {
    background: #fc0404 none repeat scroll 0 0;
}

.category-adv.yellow-box .sidebar-cat-childrent a:hover::before {
    background: #fc0404 none repeat scroll 0 0;
}

.category-adv.yellow-box .sidebar-cat-childrent a:hover {
    color: #fc0404;
}

.category-adv.yellow-box .tags-featured-product a:hover {
    color: #fc0404;
}

.category-adv.yellow-box .title-product a:hover {
    color: #fc0404;
}

.category-adv.yellow-box .info-price span {
    color: #fc0404;
}

.category-adv.yellow-box .product-info-cart .addcart-link {
    background: #fc0404 none repeat scroll 0 0;
}

.category-adv.yellow-box .product-extra-link a:hover {
    color: #fc0404;
}
/*Pink*/
.category-adv.pink-box .title-cat-parent {
    background: #ff74be none repeat scroll 0 0;
    line-height: 20px;
    padding-top: 17px;
}

.category-adv.pink-box .sidebar-cat-childrent a:hover::before {
    background: #ff74be none repeat scroll 0 0;
}

.category-adv.pink-box .sidebar-cat-childrent a:hover {
    color: #ff74be;
}

.category-adv.pink-box .tags-featured-product a:hover {
    color: #ff74be;
}

.category-adv.pink-box .title-product a:hover {
    color: #ff74be;
}

.category-adv.pink-box .info-price span {
    color: #ff74be;
}

.category-adv.pink-box .product-info-cart .addcart-link {
    background: #ff74be none repeat scroll 0 0;
}

.category-adv.pink-box .product-extra-link a:hover {
    color: #ff74be;
}
/*Blood*/
.category-adv.blood-box .title-cat-parent {
    background: #fe4242 none repeat scroll 0 0;
}

.category-adv.blood-box .sidebar-cat-childrent a:hover::before {
    background: #fe4242 none repeat scroll 0 0;
}

.category-adv.blood-box .sidebar-cat-childrent a:hover {
    color: #fe4242;
}

.category-adv.blood-box .tags-featured-product a:hover {
    color: #fe4242;
}

.category-adv.blood-box .title-product a:hover {
    color: #fe4242;
}

.category-adv.blood-box .info-price span {
    color: #fe4242;
}

.category-adv.blood-box .product-info-cart .addcart-link {
    background: #fe4242 none repeat scroll 0 0;
}

.category-adv.blood-box .product-extra-link a:hover {
    color: #fe4242;
}
/*DarkRed*/
.category-adv.darkred-box .title-cat-parent {
    background: #c75347 none repeat scroll 0 0;
}

.category-adv.darkred-box .sidebar-cat-childrent a:hover::before {
    background: #c75347 none repeat scroll 0 0;
}

.category-adv.darkred-box .sidebar-cat-childrent a:hover {
    color: #c75347;
}

.category-adv.darkred-box .tags-featured-product a:hover {
    color: #c75347;
}

.category-adv.darkred-box .title-product a:hover {
    color: #c75347;
}

.category-adv.darkred-box .info-price span {
    color: #c75347;
}

.category-adv.darkred-box .product-info-cart .addcart-link {
    background: #c75347 none repeat scroll 0 0;
}

.category-adv.darkred-box .product-extra-link a:hover {
    color: #c75347;
}
/*Cyan*/
.category-adv.cyan-box .title-cat-parent {
    background: #15c1d7 none repeat scroll 0 0;
}

.category-adv.cyan-box .sidebar-cat-childrent a:hover::before {
    background: #15c1d7 none repeat scroll 0 0;
}

.category-adv.cyan-box .sidebar-cat-childrent a:hover {
    color: #15c1d7;
}

.category-adv.cyan-box .tags-featured-product a:hover {
    color: #15c1d7;
}

.category-adv.cyan-box .title-product a:hover {
    color: #15c1d7;
}

.category-adv.cyan-box .info-price span {
    color: #15c1d7;
}

.category-adv.cyan-box .product-info-cart .addcart-link {
    background: #15c1d7 none repeat scroll 0 0;
}

.category-adv.cyan-box .product-extra-link a:hover {
    color: #15c1d7;
}
/*End Color*/
.mobile-access-box.mobile-access-box9 {
    box-shadow: none;
    border: 1px solid #e5e5e5;
}

.mobile-access.mobile-access9 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.mobile-access9 .access-list-link li a:hover {
    color: #009000;
}

.mobile-access9 .access-more {
    color: #009000;
}

.mobile-access9 .product-info3 .title-product a:hover {
    color: #009000;
}

.mobile-access9 .product-info3 .info-price span {
    color: #009000;
}

.mobile-access9 .shopnow-access:hover {
    background: #009000;
    border-color: #009000;
}

.newsletter6.newsletter9 {
    background: #2e2e2e none repeat scroll 0 0;
    margin-bottom: 30px;
}

    .newsletter6.newsletter9 .newsletter-form input[type="submit"] {
        background: #38b04a none repeat scroll 0 0;
    }

        .newsletter6.newsletter9 .newsletter-form input[type="submit"]:hover {
            background: #009000 none repeat scroll 0 0;
        }

.main-nav.main-nav9 > ul > li .sub-menu > li:hover > a {
    color: #009000;
}

.search-form9 .sub-menu-top li:hover {
    background: #009000 none repeat scroll 0 0;
}

.mini-cart9 .mini-cart-view {
    background: #3ebb51 none repeat scroll 0 0;
}

.mini-cart9 .mini-cart-checkout {
    background: #009000 none repeat scroll 0 0;
}

.main-nav.main-nav8 .toggle-mobile-menu > span {
    display: none;
}
/*****************************************************************************************
										Home 10,11,12...
******************************************************************************************/
.header-nav.header-nav10 {
    background-color: #fc0404;
}

.main-nav.main-nav10 > ul > li > a {
    height: 40px;
    line-height: 40px;
}

.banner-slider10.simple-owl-slider {
    margin: 0 0 20px;
}

.item-banner10 .banner-info {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.banner-content-text {
    border: 1px solid #fff;
    display: inline-block;
    float: right;
    margin-top: 25%;
    padding: 2px;
}

.inner-content-text {
}

    .inner-content-text .shopnow {
        color: #fff;
        display: inline-block;
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        font-size: 16px;
        font-weight: bold;
    }

.banner-slider10 .wrap-item.owl-theme .owl-controls .owl-buttons div {
    background: rgba(0,0,0,0.4) none repeat scroll 0 0;
    height: 50px;
    line-height: 50px;
    margin: -25px 0 0;
    width: 30px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

    .banner-slider10 .wrap-item.owl-theme .owl-controls .owl-buttons div:hover {
        background-color: #fc0404;
    }

.title-box10 {
    background: #fc0404 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin: -1px 0 0 -1px;
    padding: 0 20px;
    text-transform: uppercase;
}

.list-partner10 {
    margin-bottom: 50px;
}

.box-category10 {
    padding-left: 220px;
    position: relative;
}

    .box-category10 .content-left-category-hover {
        border: 1px solid #e5e5e5;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 220px;
    }

    .box-category10 .list-category-hover {
        border: none;
    }

    .box-category10 .category-brand-slider {
        border: medium none;
        bottom: 15px;
        left: 0;
        position: absolute;
        width: 100%;
    }

.box-category10 {
    margin-bottom: 50px;
}

    .box-category10 .info-price span {
        font-size: 18px;
        font-weight: 700;
    }

    .box-category10 .title-product {
        font-weight: 400;
        margin: 0 0 3px;
    }

.box-adv10.box-adv-col2 {
    padding: 0 10px;
}

.box-category10 .list-category-hover > li {
    display: block !important;
}

.footer.footer10 {
    margin: 0;
}

.privacy-shipping.privacy-shipping11 {
    margin: 30px 0 50px;
}

.content-popular11 {
    margin-bottom: 50px;
}

.list-partner.list-partner11 {
    border-top: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.simple-adv11 {
    margin-bottom: 50px;
}

.home-banner-thumb img {
    width: 100%;
}

.home-banner-info {
    background: rgba(250, 97, 101, 0.9) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 29px 15px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.category-product-featured.red-box .home-banner-info {
    background-color: rgba(250, 97, 101, 0.9);
}

.category-product-featured.yellow-box .home-banner-info {
    background-color: rgba(250, 187, 41, 0.9);
}

.category-product-featured.pink-box .home-banner-info {
    background-color: rgba(199, 83, 71, 0.9);
}

.category-product-featured.blue-box .home-banner-info {
    background-color: rgba(119, 163, 211, 0.9);
}

.category-product-featured.green-box .home-banner-info {
    background-color: rgba(21, 193, 215, 0.9);
}

.category-product-featured.violet-box .home-banner-info {
    background-color: rgba(250, 139, 174, 0.9);
}

.home-banner-info p {
    font-weight: 700;
    margin: 0;
}

.featured-product12 .item-category-featured-product:first-child {
    border-bottom: 1px solid #e5e5e5;
}

.featured-product12 .item-category-featured-product {
    position: relative;
}

    .featured-product12 .item-category-featured-product .product-info {
        padding: 20px 0 20px;
    }

.owl-directnav {
    overflow: hidden;
}

.featured-product12 .featured-product-category .wrap-item.owl-theme .owl-controls .owl-buttons div {
    top: 50%;
}

.category-product-featured.featured-product12 {
    position: relative;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
}

.featured-product12 .category-brand-slider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 17%;
}

.hot-deals12.hot-deals > h2 {
    padding: 15px 20px;
}

.privacy-shipping.privacy-shipping12 {
    margin-bottom: 20px;
}

.hot-deal-tab-slider.hot-deal-tab-slider12 {
    margin-bottom: 50px;
}

.popular-cat-label label::before {
    background: #fc0404 none repeat scroll 0 0;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: -6px;
    width: 100%;
}

.popular-cat-label label::after {
    border-left: 4px solid #333;
    border-top: 7px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -4px;
    top: -6px;
    width: 0;
}

.popular-cat-label label {
    background: #fc0404 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 42px;
    line-height: 42px;
    margin: -1px;
    padding: 0 30px;
    position: relative;
    text-transform: uppercase;
}

.popular-cat-title.popular-cat-label li.active {
    background: transparent;
}

    .popular-cat-title.popular-cat-label li.active::before {
        display: none;
    }

    .popular-cat-title.popular-cat-label li.active::after {
        display: none;
    }

.popular-cat-title.popular-cat-label li a {
    font-weight: 400;
}

.popular-cat-title.popular-cat-label li.active a {
    color: #fc0404;
    position: static;
}

.popular-cat-title.popular-cat-label > ul li {
    display: inline-block;
}

.popular-cat-title.popular-cat-label > ul {
    display: inline-block;
    margin: 0;
}

.bottom-home2.bottom-home12 {
    margin-bottom: 50px;
}

.list-super-deal .post-paginav {
    text-align: center;
}

/*********************************Fix Css***********************************/
.footer.footer-home {
    margin-top: 0;
}

.back-to-top::after {
    font-family: fontawesome;
    content: "\f106";
    position: absolute;
    font-weight: 400;
    top: 5px;
    line-height: normal;
    left: 18px;
}

.back-to-top {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    display: block;
    height: 48px;
    position: absolute;
    right: -40px;
    top: -66px;
    width: 48px;
    color: #333;
    text-align: center;
    line-height: 65px;
    text-transform: uppercase;
    font-weight: 700;
}

.adv-sidebar9 .list-brand-zoom .zoom-image-thumb {
    max-width: 148px;
}

.footer-box-contact > li {
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}

    .footer-box-contact > li i {
        left: 0;
        position: absolute;
        top: 0;
    }

.top-menu.top-menu8 li a:hover {
    color: #E62E04;
}

.item-product.item-deal-product8 {
    margin: 0 -5px 30px;
}

.content-deal8 .product-tab-slider {
    padding: 0 5px;
    overflow: hidden;
}

.mini-cart8 .total-mini-cart-price {
    color: #E62E04;
}

.list-trending8.list-trending9 {
    padding: 1px 0;
}

.list-footer-box6.list-footer-box9 {
    margin-bottom: 30px;
}

.footer-bottom6.footer-bottom9 {
    padding: 25px 0;
}

.header3.header5.header11 {
    background: #333 none repeat scroll 0 0;
}

.hot-deal-tab-slider12 .slider-home2 .wrap-item.owl-theme .owl-controls .owl-buttons div.owl-next {
    margin-left: 0;
}

.hot-deal-tab-slider12 .slider-home2 .wrap-item.owl-theme .owl-controls .owl-buttons div {
    border-radius: 0;
    height: 30px;
    line-height: 30px;
    width: 30px;
}

.hot-deal-tab-slider12 .slider-home2 .owl-controls.clickable {
    top: -40px;
}

.slider-home2.rect-arrow .wrap-item.owl-theme .owl-controls .owl-buttons div {
    border-radius: 0;
    height: 30px;
    line-height: 30px;
    width: 30px;
}

    .slider-home2.rect-arrow .wrap-item.owl-theme .owl-controls .owl-buttons div.owl-next {
        margin-left: 0;
    }

.sidebar-cat-childrent li.active:last-child a {
    border-bottom: 1px solid #e5e5e5;
}

.featured-product2 .adv-featured-product {
    margin-right: -1px;
}

.list-category-dropdown > li:hover > img {
    filter: drop-shadow(1px 1px 1px #fc0404);
    -moz-filter: drop-shadow(1px 1px 1px #fc0404);=
}

.featured-product2.red-box .sidebar-cat-childrent {
    min-height: 160px;
}

.social-home2.social-network li:last-child {
    margin-right: 0;
}

.item-paginav-featured:last-child {
    border-right: none;
}

.desc-hidden {
    color: #666;
    margin: 10px 0 0;
    display: none;
}
/*#region Header*/
.header-main .group-header-right {
    float: right;
    margin-top: 13px;
}

    .header-main .group-header-right .btn-hotline {
        color: #fff;
        font-size: 24px;
        background-color: #ed321e;
    }

        .header-main .group-header-right .btn-hotline.hvr-icon-buzz:before {
            content: "\f098";
            top: 2px;
            font-size: 30px;
        }

        .header-main .group-header-right .btn-hotline span {
            top: -2px;
            padding-left: 40px;
            position: relative;
        }

.header-info {
    float: right;
}

    .header-info .he-company {
        color: #ffffff;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 1px;
        text-transform: uppercase;
        /*text-shadow: 1px 1px 3px #2a2f31;*/
    }

    .header-info .he-address {
        color: #03A9F4;
        font-size: 16px;
        text-align: center;
    }

        .header-info .he-address i {
            margin-right: 10px;
        }

        .header-info .he-address span {
            font-weight: 500;
            letter-spacing: 2px;
        }

.header-extras {
    float: right;
    margin: 3px 0 0;
}

    .header-extras li {
        float: left;
        margin-left: 20px;
        height: 40px;
        overflow: hidden;
        list-style: none;
    }

        .header-extras li:first-child {
            margin-left: 0;
            padding-left: 0;
            border-left: 0;
        }

        .header-extras li i {
            margin-top: 0 !important;
            font-size: 36px !important;
            float: left;
            color: #fc0404;
        }

        .header-extras li .he-text {
            float: left;
            padding-left: 5px;
            font-weight: 300;
            font-size: 12px;
            color: #E0E0E0;
            text-transform: uppercase;
            letter-spacing: 1px;
            max-width: 260px;
        }

            .header-extras li .he-text p {
                line-height: 20px;
                margin: 0;
                color: #ffffff;
            }

            .header-extras li .he-text a {
                font-weight: 500;
                text-transform: none;
                font-size: 14px;
                letter-spacing: 0;
                display: block;
                color: #FFEB3B;
            }

                .header-extras li .he-text a:hover {
                    color: #ffffff;
                }
/*#endregion*/

/*#region Home About*/
.about-full-protec {
    text-align: justify;
}

    .about-full-protec h2 {
        font-size: 18px;
        font-weight: 700;
        margin: 0 0 40px;
        text-transform: uppercase;
    }

    .about-full-protec span {
        background: #fe9c00 none repeat scroll 0 0;
        border-radius: 50%;
        color: #fff;
        display: table-cell;
        font-size: 18px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        vertical-align: middle;
        width: 60px;
    }

    .about-full-protec ul {
        margin: 0;
        position: relative;
    }

    .about-full-protec li {
        display: table;
        margin-bottom: 15px;
        position: relative;
        width: 100%;
    }

    .about-full-protec p {
        display: table-cell;
        padding-left: 10px;
        vertical-align: middle;
    }

    .about-full-protec li i {
        font-size: 24px;
        color: #fc0404;
    }

    .about-full-protec li:last-child {
        margin: 0;
    }

    .about-full-protec .new-user-guide {
        color: #3a49b8;
        display: block;
        margin-top: 30px;
    }

        .about-full-protec .new-user-guide:hover {
            color: #FE9C00;
        }
/*#endregion*/

/*#region Header Nav*/
.mega-adv-info {
    text-align: center;
}

    .mega-adv-info .category-name {
        display: block;
        font-size: 16px;
        font-weight: 700;
    }

    .mega-adv-info .price {
        font-style: italic;
        cursor: pointer;
    }
/*#endregion*/

/*#region Product*/
.item-product {
    background-color: #fbfbfb;
    border: 1px solid #e8e8e8;
    margin-bottom: 20px;
    border-radius: 2px;
    position: relative;
}

    .item-product:hover {
        border: 1px solid rgba(237,31,36,.7);
        box-shadow: 0 0 2px rgba(87,87,87,.6);
    }

        .item-product:hover .title-product a {
            color: #fc0404;
        }

    .item-product .title-product {
        font-size: 16px;
    }

.product-thumb {
    overflow: hidden;
    position: relative;
    padding: 10px;
}

    .product-thumb:hover .product-thumb-link img {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
    }

    .product-thumb:hover .product-info-cart {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
    }

.product-thumb-link {
    display: block;
    overflow: hidden;
    position: relative;
}

.second-thumb {
    left: 0;
    position: absolute;
    top: 100%;
}

.product-info-cart {
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    width: 100%;
    transition: all 0.3s ease-out 0s;
}

    .product-info-cart .addcart-link {
        font-size: 13px;
        background: rgba(237, 31, 36, 0.7);
        color: #fff;
        display: block;
        padding: 3px 0;
        position: relative;
        overflow: hidden;
    }

        .product-info-cart .addcart-link:hover {
            color: #fff;
        }

        .product-info-cart .addcart-link::before {
            position: absolute;
            width: 100%;
            height: 100%;
            content: "";
            background: rgba(255,255,255,0.5);
            top: 0px;
            left: -100%;
            transition: all 0.3s ease-out 0s;
            -webkit-transition: all 0.3s ease-out 0s;
        }

        .product-info-cart .addcart-link:hover::before {
            left: 100%;
        }

.percent-saleoff {
    background-color: #ed321e;
    color: #fff;
    height: 28px;
    left: 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: -7px;
    width: 46px;
    z-index: 100;
}

    .percent-saleoff:hover {
        cursor: pointer;
    }

    .percent-saleoff span {
        display: block;
        font-size: 18px;
        font-weight: bold;
        position: relative;
        margin: 4px 0 -4px;
        z-index: 99;
    }

    .percent-saleoff::before {
        background: rgba(0, 0, 0, 0) url(/Content/images/home/shape.png) no-repeat scroll center top;
        content: "";
        display: block;
        height: 10px;
        left: -4px;
        position: absolute;
        top: 0px;
        width: 54px;
        z-index: 999;
    }

    .percent-saleoff::after {
        width: 0;
        height: 0;
        border-left: 23px solid transparent;
        border-right: 23px solid transparent;
        border-top: 12px solid #ed321e;
        position: absolute;
        bottom: -12px;
        content: "";
        left: 0;
    }

.product-info {
    padding: 10px;
}

    .product-info .max-price {
        font-size: 14px;
        font-style: italic;
    }

    .product-info .info-price {
        width: 100%;
        padding-top: 10px;
    }

        .product-info .info-price span {
            font-size: 16px;
            font-weight: bold;
        }

        .product-info .info-price del {
            color: #999;
            float: right;
            font-size: 14px;
        }

    .product-info .product-description {
    }

        .product-info .product-description li {
            margin-top: 5px;
        }

.product-color {
    margin-top: 5px;
}

    .product-color li {
        width: 20px;
        height: 20px;
        float: right;
        margin: 0 0 5px 5px;
        border: 1px solid #eaeaea;
    }

        .product-color li:hover {
            border-color: #fe9c00;
        }

.title-product {
    font-size: 14px;
    font-weight: 700;
}

    .title-product a:hover {
        color: #fc0404;
    }

.title-detail {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
}

.button-lienhe {
    padding: 10px 0;
}

    .button-lienhe button {
        color: #ed321e;
        font-size: 16px;
        font-weight: bold;
        box-shadow: 0 4px 4px 0 rgba(0,0,0,0.3);
    }

        .button-lienhe button.hvr-shutter-in-horizontal:before {
            background: rgb(255, 210, 29);
        }

        .button-lienhe button.hvr-shutter-in-horizontal {
            background: #1997d4;
        }

.info-price.info-price-detail {
    margin-bottom: 20px;
}

    .info-price.info-price-detail label {
        margin-right: 10px;
        text-transform: uppercase;
        font-size: 16px;
    }

    .info-price.info-price-detail span {
        font-size: 24px;
        font-weight: 500;
    }

    .info-price.info-price-detail del {
        font-size: 16px;
        float: right;
    }

.detail-info .detail-color {
    margin-bottom: 20px;
}

    .detail-info .detail-color span {
        margin-right: 10px;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
    }

.info-price.info-price-detail del {
    font-size: 16px;
    line-height: 18px;
    float: right;
    background: #ff6a00;
    position: relative;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    border-radius: 3px;
    padding: 3px 5px 3px 10px;
    margin: 0;
}

    .info-price.info-price-detail del::before {
        content: "";
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-right: 9px solid #ff6a00;
        position: absolute;
        top: 0;
        left: -8px;
    }

    .info-price.info-price-detail del::after {
        content: "•";
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        font-size: 16px;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        line-height: 23px;
    }

.detail-color .product-color {
    display: inline-block;
    margin: 0;
}

    .detail-color .product-color li {
        width: 40px;
        height: 25px;
        float: none;
        display: inline-block;
        margin: 0;
        cursor: pointer;
    }

.detail-info {
}

    .detail-info .thongsokythuat {
        margin-bottom: 20px;
    }

.thongsokythuat .listts {
    padding: 4px;
}

.thongsokythuat .col-item {
    text-align: center;
    border: 1px solid #e8e8e8;
    padding: 5px;
    cursor: pointer;
}

    .thongsokythuat .col-item:hover {
        border: 1px solid #fe9c00;
    }

    .thongsokythuat .col-item .col-item-image {
        line-height: 40px;
    }

    .thongsokythuat .col-item .col-item-content {
    }

        .thongsokythuat .col-item .col-item-content .t1 {
            font-size: 16px;
            font-weight: 500;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .thongsokythuat .col-item .col-item-content .t2 {
            font-style: italic;
        }

.likebox-wrapper {
    margin-top: 20px;
}

#fb-root {
    display: none;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] {
    width: 100% !important;
}

.detail-gallery {
}

    .detail-gallery .mid {
        margin-bottom: 5px;
        position: relative;
        padding: 3px;
        border: 1px solid #e2e2e2;
        box-shadow: 0 1px 2px rgba(0,0,0,.1);
    }

    .detail-gallery .carousel {
        margin: 0 35px;
    }

        .detail-gallery .carousel a {
            border: 1px solid #e8e8e8;
            display: block;
            margin: 5px 4px 0;
            width: 90px;
        }

            .detail-gallery .carousel a.active {
                border-color: #FE9C00;
                position: relative;
            }

                .detail-gallery .carousel a.active::after {
                    color: #fe9c00;
                    content: "\f0d8";
                    font-family: fontawesome;
                    left: 50%;
                    margin-left: -4px;
                    position: absolute;
                    top: -11px;
                }

    .detail-gallery .mid p {
        background: #fafafa none repeat scroll 0 0;
        bottom: 0;
        color: #999;
        left: 0;
        margin: 0;
        padding: 2px 0;
        position: absolute;
        text-align: center;
        width: 100%;
    }

div.carousel {
    overflow: hidden;
    visibility: visible;
    position: relative;
    z-index: 2;
}

    div.carousel ul {
        margin: 0;
        padding: 0;
        position: relative;
        list-style-type: none;
        z-index: 1;
    }

    div.carousel li {
        overflow: visible;
        float: left;
    }

/*#region Product Image Gallery*/
.product-img-thumb {
    padding: 0 40px;
}

    .product-img-thumb .owl-theme {
        margin: 0;
    }

        .product-img-thumb .owl-theme .owl-controls {
            margin: 0;
        }

        .product-img-thumb .owl-theme .owl-buttons div {
            position: absolute;
            top: 50%;
            padding: 10px;
            margin: 5px 0 0 0;
            border-radius: 3px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            background-color: #FF5722;
        }

            .product-img-thumb .owl-theme .owl-buttons div.owl-prev {
                left: -40px;
            }

            .product-img-thumb .owl-theme .owl-buttons div.owl-next {
                right: -40px;
            }

            .product-img-thumb .owl-theme .owl-buttons div:hover {
                background-color: #fc0404;
            }

    .product-img-thumb li {
        margin: 10px 2px 0 2px;
    }

        .product-img-thumb li a {
            display: block;
            border: 1px solid #eaeaea;
        }

            .product-img-thumb li a:hover {
                border: 1px solid #fe9c00;
            }

                .product-img-thumb li a:hover:before {
                    content: "\f0de";
                    color: #fe9c00;
                    z-index: 100;
                    padding-left: 0;
                    font-family: "FontAwesome";
                    font-size: 14px;
                    line-height: 12px;
                    height: 9px;
                    width: 100%;
                    display: block;
                    text-align: center;
                    margin-top: -9px;
                }

            .product-img-thumb li a.zoomGalleryActive {
                border-color: #fc0404;
            }

                .product-img-thumb li a.zoomGalleryActive:before {
                    content: "\f0de";
                    color: #fc0404;
                    z-index: 100;
                    padding-left: 0;
                    font-family: "FontAwesome";
                    font-size: 14px;
                    line-height: 12px;
                    height: 9px;
                    width: 100%;
                    display: block;
                    text-align: center;
                    margin-top: -9px;
                }
/*#endregion*/

/*#region Body Detail - Tab Detail*/
.main-body {
    margin: 30px 0;
}

.title-tab-detail ul {
    margin: 0 0 -1px 0;
}

.title-tab-detail li {
    display: inline-block;
    margin-right: 5px;
}

    .title-tab-detail li a {
        color: #666;
        display: block;
        font-weight: 500;
        height: 40px;
        line-height: 40px;
        padding: 0 25px;
        text-transform: uppercase;
        background-color: #e8e8e8;
        border: 1px solid #e8e8e8;
        border-bottom-width: 0;
        box-shadow: 0 1px 2px rgba(0,0,0,.1);
        -webkit-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
    }

    .title-tab-detail li:hover a, .title-tab-detail li.active a {
        color: #fc0404;
        background-color: #fff;
        border-top: 2px solid #fc0404;
    }

.content-tab-detail {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-top-width: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    position: relative;
}

.inner-content-tab-detail {
    border: 0;
    background: #fff;
    padding: 25px 15px;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

.hideContent {
    overflow: hidden;
    height: 800px;
}

.showContent {
    height: auto;
}

.view-more {
    right: 0;
    left: 0;
    margin-top: -14px;
    text-align: center;
    position: absolute;
}

    .view-more .btn {
        text-transform: none;
        background-color: rgba(193, 39, 45, 0.8);
    }

        .view-more .btn::after {
            right: 0;
            margin: 0 5px;
            font-family: fontawesome;
        }

    .view-more .btn-show-more::after {
        content: "\f107";
    }

    .view-more .btn-show-less::after {
        content: "\f106";
    }
/*#endregion*/

/*#endregion*/

/*#region Body*/


.breadcrumb {
    border-radius: 2px;
    background: #fff;
}

img {
    height: auto;
}

.popcat-box {
    padding: 25px 15px;
}

    .popcat-box .popcat-box-title {
        margin: 10px 0;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
    }

        .popcat-box .popcat-box-title .pcolor {
            color: #ff9d00;
        }

    .popcat-box p {
        text-align: justify;
        margin-top: 10px;
        margin-bottom: 0;
    }

.bg-styleShowroom {
    background-color: #fc0404 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.box-top-home {
    margin: 15px 0 30px 0;
}

.banner-slider10.simple-owl-slider {
    margin: 0;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
}

.banner-content-text {
    float: none;
    margin-top: 0;
    position: absolute;
    right: 20px;
    bottom: 20px;
}



.wrap-item.owl-theme:hover .owl-controls .owl-buttons div.owl-prev {
    border-radius: 0;
}

.wrap-item.owl-theme:hover .owl-controls .owl-buttons div.owl-next {
    border-radius: 0;
}
/*#endregion*/

/*#region Tag*/
.tags {
    padding: 5px;
    margin: 0;
    overflow: hidden;
    border-radius: 3px;
    font-size: 13px;
    border: 1px dashed #fe9c00;
}

    .tags li {
        float: left;
        line-height: 24px;
        margin: 3px;
    }

        .tags li:first-child {
            color: #fff;
            background-color: #ff9d00;
            padding: 0 10px;
            font-weight: bold;
            border-radius: 3px;
        }

    .tags a {
        display: inline-block;
        position: relative;
        color: #fff;
        background-color: #3fb618;
        border-radius: 3px;
        padding: 0 10px 0 18px;
    }

        .tags a:hover {
            background-color: #f36519;
            color: #fff;
        }

        .tags a::before {
            background-color: #fff;
            border-radius: 10px;
            box-shadow: inset 0 1px rgba(0,0,0,.5);
            content: '';
            height: 6px;
            left: 6px;
            position: absolute;
            width: 6px;
            top: 8px;
        }

        .tags a:hover::before {
            background-color: #3fb618;
        }
/*#endregion*/

/*#region Hieu ung chuyen dong*/
/*#region Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.hvr-pulse-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}

/*.hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active*/
.hvr-pulse-grow {
    -webkit-animation-name: hvr-pulse-grow;
    animation-name: hvr-pulse-grow;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
/*#endregion*/

/*#region Shutter In Horizontal */
.hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: rgba(25, 151, 212, 0.7);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-shutter-in-horizontal:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgb(244, 188, 0);
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
        color: white;
    }

        .hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
        }
/*#endregion*/

/*#region Icon Up */
@-webkit-keyframes hvr-icon-up {
    0%, 50%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25%, 75% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@keyframes hvr-icon-up {
    0%, 50%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25%, 75% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

/* Icon Up */
.hvr-icon-up {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
}

    .hvr-icon-up:before {
        /*content: "\f01b";*/
        /*position: absolute;*/
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .hvr-icon-up:hover:before, .hvr-icon-up:focus:before, .hvr-icon-up:active:before {
        -webkit-animation-name: hvr-icon-up;
        animation-name: hvr-icon-up;
        -webkit-animation-duration: 0.75s;
        animation-duration: 0.75s;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
/*#endregion*/

/*#region Icon Buzz */
@-webkit-keyframes hvr-icon-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}

@keyframes hvr-icon-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}

.hvr-icon-buzz {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    /*padding-right: 2.2em;*/
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-icon-buzz:before {
        /*content: "\f017";*/
        position: absolute;
        /*right: 1em;*/
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .hvr-icon-buzz:hover:before, .hvr-icon-buzz:focus:before, .hvr-icon-buzz:active:before {
        -webkit-animation-name: hvr-icon-buzz;
        animation-name: hvr-icon-buzz;
        -webkit-animation-duration: 0.15s;
        animation-duration: 0.15s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }
/*#endregion*/

/*#region Float */
.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

    .hvr-float:hover, .hvr-float:focus, .hvr-float:active {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
/*#endregion*/
/*#endregion*/

/*#region Scroll */
.scroll_top {
    width: 40px;
    height: 40px;
    position: fixed;
    display: none;
    font-size: 0;
    z-index: 9998;
    right: 30px;
    bottom: 80px;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    border-radius: 2px;
}

    .scroll_top:hover {
        background: #fc0404;
    }

    .scroll_top.hvr-icon-up:before {
        content: "\f106";
        font-family: "FontAwesome";
        font-size: 30px;
        color: #fff;
        text-align: center;
        width: 40px;
        height: 40px;
        line-height: 35px;
        display: block;
    }
/*#endregion*/

/*#region Box*/
.box {
    margin-bottom: 20px;
}

ul.box-header {
    position: relative;
    margin: 0;
    z-index: 9;
}

    ul.box-header li {
        position: absolute;
        display: inline-block;
        height: 40px;
        bottom: 0;
    }

        ul.box-header li.c1 {
            width: 5px;
            transform: skewX(-17deg) translate(7px, 0);
            background-color: #ab0d10;
        }

        ul.box-header li.c2 {
            width: 10px;
            transform: skewX(-17deg) translate(14px, 0);
            background-color: #d81216;
        }

        ul.box-header li.c3 {
            transform: skewX(-17deg) translate(26px, 0);
            background-color: #fc0404;
            position: relative;
        }

            ul.box-header li.c3 .box-title {
                font-size: 18px;
                text-transform: uppercase;
                font-weight: bold;
                padding: 0 20px;
                margin: 0;
                line-height: 40px;
                color: #fff;
            }

        ul.box-header li.line {
            border-bottom: 1px solid #fc0404;
            width: 95%;
            right: 0;
            height: 0;
        }

.box-body {
    font-size: 16px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    z-index: 10;
}

.article-body {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}

    .article-body ul {
        margin-left: 20px;
    }
/*#endregion*/

/*#region Form - Text*/
.form-control {
    height: 40px;
    border-radius: 0;
}

.text-danger {
    color: #ff0000;
    font-size: 14px;
    font-style: italic;
}

.input-validation-error {
    border: 1px dashed #ff0000;
}
/*#endregion*/

/*#region Contact - About*/
.contact-box .contact-box-title {
    font-size: 18px;
    padding: 6px;
    text-transform: uppercase;
    background-color: #fffde7;
    border-left: 3px solid #ff9d00;
    margin-bottom: 20px;
}

.contact-box p {
    text-align: justify;
    font-style: italic;
}

.contact-box ul.box-contact-info {
    font-size: 18px;
    padding: 10px;
    margin: 20px 0;
    text-align: justify;
    background-color: #FFFDE7;
    border: 1px dashed #ff9d00;
}

    .contact-box ul.box-contact-info > li {
        margin-bottom: 10px;
    }

        .contact-box ul.box-contact-info > li:last-child {
            margin-bottom: 0;
        }

        .contact-box ul.box-contact-info > li > i {
            width: 20px;
            color: #ff9d00;
            text-align: center;
        }

.contact-googlemap {
    margin: 0;
    padding: 0;
    height: 280px;
    overflow: hidden;
}

    .contact-googlemap iframe {
        height: 100%;
        width: 100%;
        overflow: hidden;
    }
/*#endregion*/

/*#region Button*/
.btn {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

    .btn:hover {
        color: #fff;
        -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,0.2);
        box-shadow: inset 0 0 100px rgba(0,0,0,0.2);
    }

.call-now {
    left: 0;
    bottom: 25px;
    height: 50px;
    min-width: 200px;
    position: fixed;
    background-color: #fc0404;
    border-radius: 0 25px 25px 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
    z-index: 998;
}

    .call-now .btn-call-now p {
        color: #fff;
        font-size: 14px;
        min-width: 150px;
        text-align: center;
        vertical-align: middle;
        display: inline-block;
    }

    .call-now .btn-call-now strong {
        display: block;
        font-size: 18px;
    }

    .call-now .btn-call-now i {
        position: absolute;
        color: #e31d1a;
        background-color: #fff;
        font-size: 35px;
        right: 0;
        height: 50px;
        width: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 50%;
        border: 1px solid #fc0404;
    }
/*#endregion*/

/*#region Common*/
.box-contact-info {
    margin: 0;
}

    .box-contact-info i {
        font-size: 20px;
        color: #fc0404;
        min-width: 20px;
        text-align: center;
        margin-right: 5px;
    }

    .box-contact-info li:last-child {
        margin-bottom: 0;
    }
/*#endregion*/

/*#region Footer*/
.footer {
    margin-top: 50px;
    background-color: #f5f5f5;
    border-top: 1px solid #fc0404;
}

.list-footer-box {
    margin-bottom: 40px;
}

.footer-box {
    padding: 20px 0;
}

    .footer-box .footer-box-title {
        font-weight: 700;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .footer-box li {
        margin-bottom: 8px;
    }

.footer-menu-box li a {
    color: #333;
    font-size: 14px;
    padding-left: 10px;
    position: relative;
}

    .footer-menu-box li a:hover {
        color: #fe9c00;
    }

    .footer-menu-box li a::before {
        content: "\f111";
        font-family: fontawesome;
        font-size: 5px;
        left: 0;
        position: absolute;
        top: 7px;
    }

.footer-box-contact .fa {
    color: #fe9c00;
    font-size: 18px;
    width: 25px;
}

.footer-box-contact a:hover {
    color: #fe9c00;
}

.social-footer-box {
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    margin-top: 20px;
    padding: 35px 0;
}

.social-footer ul {
    font-size: 0;
    margin: 0;
}

.social-footer li {
    display: inline-block;
}

.social-footer a {
    margin-right: 10px;
}

.social-footer li:last-child a {
    margin-right: 0;
}

.social-network a {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: block;
    position: relative;
}

    .social-network a:hover::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(0,0,0,0.1);
    }

.footer-bottom {
    padding: 5px 0;
    border-top: 1px solid #ddd;
}

.copyright {
    font-size: 12px;
}
/*#endregion*/

/*#region Widget*/


.home-widget-product-bestseller .widget {
    margin-top: -55px;
    margin-left: -15px;
    position: relative;
}

.product-bestseller-slider {
    border: none;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
}

    .product-bestseller-slider .title-widget-post {
        border-radius: 0;
        background-color: #f9bc02;
        border-bottom: 2px solid rgba(237, 31, 36, 0.5);
    }
/*#endregion*/

.home-baogia-header {
    text-align: justify;
    margin-bottom: 20px;
    line-height: 24px;
}

.logo {
}

.list-category a:hover span.badge {
    background-color: #fc0404;
}

.zoom-out-image-thumb {
    overflow: hidden;
}

    .zoom-out-image-thumb a {
        display: block;
    }

    .zoom-out-image-thumb img {
        width: 100%;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .zoom-out-image-thumb:hover img {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
    }

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

@media (max-width:1920px) { }
@media (max-width:1366px) { }
@media (max-width:1280px) {
    .featured-product-sidebar { float: left; width: 22% }
    .featured-product-content { width: 78% }
    .inner-top-toggle .close-top-toggle { right: 0 }
    .tp-caption.lfl.start { left: 30px !important }
    .outlet-slider-thumb img { width: 100% }
    .item-featured-product { min-height: 280px }
    .item-paginav-featured{min-height: 465px;}
    .banner-content-text{margin-top:20%}
}
@media (max-width:1024px) {
    .wrap-category-dropdown { display: none; min-width: 290px }
    .title-category-dropdown { width: 50px }
    .title-category-dropdown > span { display: none }
    .list-cat-childrent > li { width: auto }
    .main-nav.main-nav8 { margin: 0 }
    .content-top8 .box-trending8 { margin: 0 }
    .featured-product2 .main-featured-product::after { display: none }
    .featured-product2 .adv-featured-product { margin-right: 0px; }
    .item-blog5 .from-blog-thumb a { width: 70px }
    .hot-deal-tab-slider.hot-deal-tab-slider12 { margin-top: 80px }
    .content-popular11 .popular-cat-title a { line-height: 40px; padding: 0 20px }
    .box-category10 .item-large-cat-hover { padding: 21px 20px }
    .list-trending8 .product-info3 .desc { display: none }
    .featured-product2 .product-info-cart, .trending-thumb3 a.addcart-link { display: none }
    .featured-product-cat .main-featured-left .item-featured-product { min-height: auto; }
    .featured-product-cat  .featured-list-brand a { margin: auto; max-width: 150px }
    .footer-contact6 .footer-box-contact { margin-bottom: 20px }
    .slider-home2 .item-product-bestseller { padding: 10px 0 }
    .list-latest-new { margin: 0; padding: 2px 20px 3px }
    .addcart-link.addcart-single { display: none !important }
}
@media (max-width:990px) {
    .list-category-hover > li { height: 39px }
    .featured-product12 .category-brand-slider { width: 30% }
    .sidebar-cat-childrent { min-height: auto }
    .deal-title8 { text-align: center; padding-left: 0 }
    .adv-product-thumb { float: none; width: auto }
    .adv-product-info { float: none; width: auto }
    .deal-countdown8 { float: none; margin: auto auto 20px }
    .smart-search.search-form8 { margin: 0 0px 20px 0px; padding: 0 }
    .banner-slider8.simple-owl-slider { margin-left: 0 }
    .box-trending8 .trending-thumb3 { width: 100px }
    .box-trending8 .trending-thumb3 a img { max-width: 100px }
    .main-nav.main-nav8 { margin: 0 }
    .register-box9 > ul { text-align: left }
    .smart-search.search-form9 { margin: 0 0px 20px -30px; padding: 0 }
    .main-nav.main-nav7 { float: none; margin: 10px 0 0 }
    .supperdeal-sidebar { margin-right: 0 }
    .popular-cat-slider.slider-home6 { padding-left: 0; padding-top: 0 }
    .search-form4 .smart-search-form input[type="submit"] { font-weight: 400; width: 80px }
    .banner-thumb img { width: 100% }
    .smart-search.search-form4 .select-category .category-toggle-link::after { font-size: 14px; right: 13px }
    .item-privacy-shipping { margin-bottom: 15px }
    .privacy-shipping { margin: 20px 0 0 }
    .search-form2 .select-category .category-toggle-link { padding: 0 15px }
    .simple-owl-slider { margin-right: 0 }
    .single-post-share { margin: 20px 0 0; text-align: left }
    .single-post-leading > h2 { font-size: 18px; margin: 20px 0 }
    .item-post-blog .blog-post-thumb { padding-right: 0 }
    .category-home-total { width: 30% }
    .banner-home-category { width: 37.9% }
    .featured-product-category { width: 32% }
    .service-box { padding: 0 15px }
    .main-nav { margin-left: 0 }
    .main-nav > ul { margin: 0 }
    .main-nav > ul > li > a { padding: 0 10px }
    .category-toggle-link > span { display: none }
    .select-category { width: 50px }
    .select-category .category-toggle-link::after { right: 18px; font-size: 18px }
    .smart-search { padding: 0 0 0 50px; margin-left: -15px }
    .list-category-toggle.sub-menu-top { width: 200px }
    .cat-mega-menu { display: none }
    .video-about { padding-right: 0 }
    .about-full-protec span { display: inline-block }
    .detail-info { margin-top: 30px; padding-left: 0 }
    .title-tab-detail li { display: block; margin-bottom: 1px; margin-right: 0 }
    .detail-gallery { margin-right: 0 }
    .product-list .product-thumb { margin-bottom: 15px }
    .product-list .product-thumb .product-thumb-link { margin: auto; max-width: 270px }
    .smart-search.smart-search6 .smart-search-form input[type="text"] { padding-left: 65px }
    .smart-search.smart-search6 .select-category .category-toggle-link::after { right: auto; width: 50px; height: 45px; top: 0; line-height: 45px; left: 0 }
    .smart-search.smart-search6 .select-category .category-toggle-link::after { right: 30px }
    .smart-search.smart-search6 .select-category { width: 0 }
    .smart-search.smart-search6 { padding: 0 0 0 1px }
    .contact-top { text-align: center; margin-bottom: 10px }
    .top-extra-link { text-align: center }
    .footer-box6 { padding: 0px !important }
    .footer-box6 { border: none; margin-bottom: 30px }
    .list-footer-box6 { margin-bottom: 0 }
    .item-team-gallery, .item-team-circle, .item-team-rectang { margin-bottom: 30px }
    .list-team-box { margin-bottom: 0; margin-top: 0 }
    .top-extra-link { margin-left: 0px }
}
@media (max-width:800px) {
    .item-category-featured-product { padding: 0px 20px }
    .product-thumb .addcart-link.addcart-single, .trending-thumb3 a.addcart-link { display: none }
    .latest-testimo-tab .comment-date-info { display: none }
    .banner-category-hover { margin-left: 0 }
    .item-paginav-featured { min-height: 245px }
    .item-from-blog .from-blog-info { float: none; padding: 15px 0; width: auto }
    .item-from-blog .zoom-image-thumb { float: none; width: auto }
    .fromblog-slider .item-from-blog { padding: 0 15px }
    .fromblog-slider { margin: 0 -15px }
    .box-trending8 .trending-thumb3 { width: 70px }
    .box-trending8 .trending-thumb3 a img { max-width: 70px }
    .trending-thumb3 a.addcart-link { left: 15px; top: 15px }
    .list-trending8 .product-info3 .desc { display: none }
    .contact-top7 > li { margin-right: 25px }
    .main-nav.main-nav7 > ul > li > a { padding: 0 11px }
    .popular-cat-title a { padding: 0 15px }
    .hotdeal-countdown5 { margin: 10px 0 3px -5px }
    .header-nav2.header-nav4 { border: none }
    .header4 { border-bottom: 1px solid #e5e5e5 }
    .popular-cat-tab-title li.active a::after { display: none }
    .popular-cat-tab-title > ul { bottom: 2px }
    .popular-listcat { padding: 15px 30px }
    .list-cat-childrent a { margin: 0px 15px }
    .hot-deal-tab-title > label { display: none }
    .hot-deal-tab-title > ul { display: block; margin: 0 }
    .hot-deal-tab-title { height: auto }
    .hot-deal-tab-title li { margin-left: 0; margin-right: 15px }
    .search-form2 .smart-search-form input[type="submit"] { font-weight: 400; width: 80px }
    .inner-right-category-hover .small-cat-hover { display: none }
    .banner-category-hover { width: 100% }
    .content-right-category-hover { width: 72%; float: right }
    .inner-left-category-hover { width: 28% }
    .search-form2 .smart-search-form::before { left: 10px }
    .search-form2 .smart-search-form input[type="text"] { padding: 0 80px 0 35px }
    .search-form2 .smart-search-form input[type="submit"] { width: 80px }
    .top-toggle-coutdown { margin-right: 20px }
    .top-toggle-info { width: 400px }
    .top-toggle-info .shop-now { display: none }
    .top-info.top-info-left > li { margin-right: 20px }
    .top-info-right > li { margin-left: 15px }
    .item-deal-product .product-thumb, .item-deal-product .product-info { float: none; width: 100% }
    .mega-hot-deal .item-deal-product .product-thumb, .mega-hot-deal .item-deal-product .product-info { float: left; width: 50% }
    .mega-hot-deal .deal-shop-social { display: none }
    .masonry-list-post .item-post-masonry { width: 50% }
    .check-billing { border-right: medium none; margin-right: 0 }
    .top-info.top-info7 { margin-left: -15px }
    .circle2 { margin-bottom: 15px }
    .list-feature-boxes .row .col-md-6.col-sm-6.col-xs-12:nth-child(2n) { padding-left: 15px }
    .list-feature-boxes .row .col-md-6.col-sm-6.col-xs-12:nth-child(2n+1) { padding-right: 15px }
    .list-outlet-brand ul { padding: 0 15px }
    .list-outlet-brand a { padding: 5px 0 }
    .list-outlet-brand { height: 250px }
    .sidebar-cat-childrent a { padding: 5px 0 }
    .box-bottom-home2 { padding: 15px; margin-bottom: 30px }
    .item-service2 { padding: 0 15px }
    .box-from-blog .viewall { position: static; margin-top: 15px }
    .box-testimo .viewall { position: static; display: block }
    .item-trending3 .desc { display: none }
    .trending-thumb3 a img { max-width: 70px }
    .trending-thumb3 { width: 70px }
    .inner-content-text > h2 { font-size: 30px }
    .banner-content-text { margin-top: 20px }
    .social-home2.social-network li { margin-bottom: 10px }
    .category-hover2 .inner-category-hover .inner-left-category-hover { width: 28% }
    .category-hover2 .list-category-hover > li > a { padding: 9px 20px 9px 50px }
    .hot-deals .slider-home4 .list-product-hotdeal > li { padding: 15px 10px }
    .latest-testimo-tab .list-latest-new > li { padding: 16px 0 }
    .latest-testimo-tab .latest-post-info > h3 { line-height: 20px; margin: -7px 0 0px }
}
@media (max-width:991px) {
    .paginav-featured-info > span { font-size: 20px }
    .paginav-featured-info > strong { font-size: 20px }
    .paginav-featured-info > p { font-size: 14px }
    .paginav-featured-info .shopnow { font-size: 12px; width: 90px; height: 30px; line-height: 30px }
    .paginav-featured-info { padding-top: 30px }
    .item-trending3 { padding: 29px 10px }
}
@media (max-width:767px) {
	.header .header-main .logo img{margin:0 auto}
    .footer-box6 { min-height: 0 }
    .adv-sidebar9 .sidebar-cat-childrent > li { border-bottom: 1px solid #e5e5e5 }
    .popular-cat-title li.active::after { display: none }
    .box-trending8 .list-trending8 { padding: 0px }
    .item-online-shipping { min-height: auto }
    .item-featured-product, .item-paginav-featured { min-height: auto !important }
    .popular-cat-label label { display: block; padding: 0 15px }
    .featured-product12 .item-category-featured-product:first-child { border-bottom: none }
    .featured-product12 .category-brand-slider { position: static; width: auto }
    .item-trending3 .desc { display: block }
    .trending-thumb3 a img { max-width: 100px }
    .trending-thumb3 { width: 100px }
    .list-chart-processbar .item-progressbar { float: none !important; margin-bottom: 30px }
    .detail-info { margin-top: 15px }
    .title-detail { font-size: 18px }
    .product-related-info { margin-top: 10% }
    .content-shop { margin-top: 0 }
    .item-product-right .product-info { margin-top: 10% }
    .content-mini-cart { width: 290px }
    .contact-top7 { text-align: center }
    .top-info.top-info7 { margin-top: 10px }
    .logo7 { margin: 0 0 10px; text-align: center }
    .main-nav.main-nav7 .toggle-mobile-menu::after { right: auto; left: 0 }
    .main-nav.main-nav7  .toggle-mobile-menu { text-align: right; z-index: 9999 }
    .main-nav.main-nav7 > ul { right: auto; left: 0 }
    .mini-cart.mini-cart-7 { margin-top: 10px }
    .main-nav.main-nav7  .toggle-mobile-menu span { margin-right: -45px; color: #fff }
    .list-footer-box6 { margin-bottom: 0 }
    .payment6.payment-method > label { display: block; margin: 0 0 10px 5px }
    .payment6.payment-method { margin: 10px 0 0 -5px }
    .supperdeal-sidebar { padding-right: 15px }
    .logo5 { text-align: center }
    .popular-cat-title li { border-bottom: 1px solid #e5e5e5; display: block }
    .hotdeal-countdown5 { margin: 10px 0 3px 0px }
    .header-nav5 { float: right; margin-top: -62px; z-index: 999; position: relative; margin-bottom: addadpx }
    .main-nav.main-nav5 { float: right; margin: 0 }
    .banner-slider5.simple-owl-slider { margin-top: 30px }
    .sidebar-cat-brand { margin-right: 0 }
    .slider-home5.brand-cat-slider .wrap-item.owl-theme .owl-controls { left: 0; right: auto; top: -30px }
    .slider-home5.hot-category-slider .wrap-item.owl-theme .owl-controls { top: -30px; right: 0 }
    .item-banner5 .banner-info { display: none }
    .main-nav.main-nav3 .toggle-mobile-menu::after { background: #E0CB26 }
    .wrap-cart-info3 { margin-left: 0; float: left; margin-top: 30px }
    .header-nav3 { background: transparent none repeat scroll 0 0; float: right; margin-top: -62px }
    .sub-header2 { padding-bottom: 10px }
    .content-page { margin-top: 0 }
    .check-address .form-my-account { float: none; margin-top: 30px }
    .item-post-blog .blog-post-thumb { margin-bottom: 20px }
    .list-post-tab .zoom-image-thumb a { width: 100px }
    .item-contact-info::after { display: none }
    .item-contact-info { margin-bottom: 30px }
    .list-contact-info { margin-bottom: 0 }
    .contact-info-page { padding: 40px 0 }
    .protect-video { margin-top: 50px }
    .video-about { text-align: left }
    .about-review { border-top: 2px solid #e5e5e5; margin-top: 45px; padding-top: 45px }
    .item-about-review.last-item { margin: 0 }
    .category-home-total { width: 50% }
    .banner-home-category { width: 50% }
    .featured-product-category { width: 100% }
    .item-category-featured-product { border-top: 1px solid #e5e5e5 }
    .super-deal-countdown { float: none }
    .super-deal-header { padding: 15px }
    .inner-list-service { padding: 15px 0; margin-top: 30px }
    .service-thumb { width: 70px }
    .service-box { padding: 15px }
    .main-nav { position: relative; background: transparent !important }
    .main-nav > ul { display: none; position: absolute; right: 0; top: 100%; width: 100%; z-index: 999; background: #fff; border: 1px solid #e5e5e5 }
    .toggle-mobile-menu { display: block; height: 40px; line-height: 40px }
    .toggle-mobile-menu > span { color: #333; display: block; font-weight: 700; margin-left: -30px; text-transform: uppercase }
    .no-vertical-menu .toggle-mobile-menu > span { margin: 0 }
    .main-nav > ul > li { display: block; margin: 0 15px }
    .main-nav > ul > li > a { border-bottom: 1px solid #e5e5e5; color: #333; font-weight: 400; height: 40px !important; line-height: 40px !important; padding-left:0 }
    .main-nav > ul > li > a:hover { color: #fe9c00 !important; background: transparent !important }
    .main-nav > ul > li:last-child > a { border: medium none }
    .main-nav > ul > li.menu-item-has-children > a::after { position: absolute; right: 0; top: 0 }
    .main-nav > ul > li .sub-menu::after { display: none }
    .main-nav > ul > li .sub-menu { display: none; width: 100% }
    .main-nav > ul > li.menu-item-has-children li.menu-item-has-children>.sub-menu { left: 0; top: 100%; margin-top: 1px }
    .main-nav > ul > li.menu-item-has-children li.menu-item-has-children> a::after { content: "\f107"; top: 13px }
    .top-menu { border-bottom: 1px solid #e5e5e5; margin: 0 -15px; text-align: center }
    .top-info > li { float: none; display: inline-block }
    .top-info { float: none; text-align: center }
    .logo { text-align: center }
    .smart-search { margin: 15px 0 0 !important }
    .sub-menu-top { right: auto; left: 0; display: none; visibility: inherit }
    .top-info .has-child:hover .sub-menu-top { margin: 0; display: none }
    .list-category-dropdown { border: 1px solid #e5e5e5 }
    .payment-method { margin: 10px 0 0 -12px; text-align: left }
    .menu-footer { margin-bottom: -10px; margin-top: 20px }
    .menu-footer li:first-child > a { border: medium none; padding-left: 0 }
    .menu-footer li { margin-bottom: 10px }
    .social-footer { text-align: left; margin-top: 20px }
    .social-footer ul { margin: 0 0 0 -10px }
    .footer-bottom { padding: 20px 0 }
    .list-tags-category { padding: 30px 0 10px }
    .content-tab-product { margin-top: 4px }
    .box-adv-col2 .item-adv-simple { margin-bottom: 30px }
    .item-adv-simple { margin-bottom: 30px }
    .box-adv-col2 { margin-bottom: 0px }
    .sort-pagi-bar { float: none }
    .account-register .form-my-account { float: none; margin-top: 30px }
    .mini-cart.mini-cart-2 { float: left; margin-right: 15px }
    .wrap-register-cart { margin-top: 25px; width: 100% }
    .logo2 { text-align: center }
    .header-mini-cart2 .total-mini-cart-item { right: auto; top: -8px; left: -7px }
    .mini-cart.mini-cart-2 .content-mini-cart { right: auto; width: 290px; left: 0 }
    .register-box { border-right: none }
    .header-nav2 { background: transparent; margin-top: -60px; border-bottom: 1px solid #e5e5e5; padding-bottom: 20px; float: right }
    .main-nav.main-nav2 .toggle-mobile-menu > span { display: none }
    .content-right-category-hover { display: none }
    .content-left-category-hover { position: relative }
    .inner-left-category-hover { width: 100% }
    .featured-product-sidebar, .featured-product-content { width: 100% }
    .featured-list-brand li { display: inline-block }
    .list-cat-childrent { text-align: center }
    .item-featured-product { width: 100%; border-bottom: 1px solid #e5e5e5 !important }
    .list-cat-childrent.no-icon a { padding: 0px }
    .list-cat-childrent.no-icon > li::after { display: none }
    .list-cat-childrent.no-icon > li { height: auto; margin-bottom: 15px }
    .main-featured-left, .main-featured-right { width: 100% }
    .world-ad-box > img { width: 100% }
    .findin-store { text-align: left; margin-top: 10px }
    .social-footer.social-footer3.social-network > ul { margin: 0 0 0 -10px }
    .popular-cat-tab-title li.active a::after { display: block }
    .popular-cat-tab-title > ul { bottom: 10px }
    .sub-header4 { padding-bottom: 10px }
    .header4 { padding: 10px 0 20px }
    .best-seller-header > ul { display: block; margin-left: -45px }
    .best-seller-header .title { display: block }
    .best-seller-header li.active::after { display: none }
    .item-order-policy { border-right: none }
    .item-order-policy > ul { text-align: left }
    .item-order-policy > ul li { max-width: none }
    .social-footer.social-footer4.social-network ul { margin: 10px 0 0 -10px }
    .logo4 { text-align: center }
    .logo6 { text-align: center }
    .top-extra-link > a { margin-left: 0; padding: 0 15px }
    .category-dropdown.category-dropdown6 .title-category-dropdown::before { display: none }
    .category-dropdown.category-dropdown6 .title-category-dropdown { width: 50px; height: 40px; line-height: 40px }
    .main-nav.main-nav6 .toggle-mobile-menu { text-align: right; position: relative; z-index: 9999 }
    .main-nav.main-nav6 .toggle-mobile-menu > span { margin-right: -30px }
    .main-nav.main-nav6 .toggle-mobile-menu::after { left: 0; right: auto; background: #4BAE4F }
    .header-nav6 { margin-top: 30px }
    .main-nav.main-nav6 > ul { right: auto; left: 0 }
    .main-nav.main-nav6 > ul > li.current-menu-item > a::before, .main-nav.main-nav6 > ul > li:hover > a::before { display: none }
    .main-nav.main-nav6 > ul > li.current-menu-item > a, .main-nav.main-nav6 > ul > li:hover > a { background: transparent; color: #4BAE4F }
    .slider-banner6.simple-owl-slider { margin: 0 0px 30px 0 }
    .footer-box6.first-item { margin-bottom: 30px }
    .footer-box6 { margin-bottom: 0 }
    .item-adv-simple.item-ad7 { margin-bottom: 10px }
    .footer-box7 .social-footer.social-network { margin: 0px 0 }
    .footer-bottom6.footer-bottom7 { margin-top: -30px }
    .list-cat-great-deal a span::after { display: none }
    .item-service2 { padding: 15px }
    .item-box-filter { width: 50% !important }
    .logo8 { text-align: center }
    .register-box9 { margin-bottom: 10px }
    .register-box9 ul { text-align: center }
    .main-nav.main-nav8 { float: right; margin-top: -60px }
    .register-box8 ul { margin-top: 30px; text-align: left }
    .banner-slider8.simple-owl-slider { margin: 0 0 30px }
    .content-top8 .box-trending8 { margin-top: 0 }
    .box-trending8 .trending-thumb3 { width: 100px }
    .box-trending8 .trending-thumb3 a img { max-width: 100px }
    .trending-thumb3 a.addcart-link { left: 30px; top: 40px }
    .list-trending8 .product-info3 .desc { display: block }
    .list-trending8 { border: 1px solid #e5e5e5 }
    .box-trending8.box-border { margin-bottom: 30px }
    .product-advert::after { display: none }
    .item-adv9.box-right { margin-left: 0; margin-top: 30px }
    .footer-contact6 .social-footer.social-network { margin-left: 0px }
    .item-adv9.box-left { padding-right: 0 }
    .main-nav9 .toggle-mobile-menu::after { background: #3EBB51 }
    .category-hover.category-hover2 { display: none }
    .featured-product-content { border: none }
    .item-featured-product { border-left: none }
    .privacy-shipping.privacy-shipping11 { margin: 30px 0 10px }
    .content-popular11 { margin-bottom: 30px }
    .footer-bottom5 .payment2.payment-method { margin: 10px 0 0 -5px }
    .main-nav.main-nav10 { margin: 0 }
    .main-nav.main-nav10 .toggle-mobile-menu > span { color: #fff; margin-left: 15px; }
    .item-banner10 .banner-info { display: none }
    .list-partner10 { margin: -30px 0 30px }
    .box-adv10 .item-adv-simple { margin-bottom: 30px }
    .box-adv10 .item-adv-simple { margin-bottom: 30px }
    .box-category10 { margin-bottom: 30px }
    .box-category10 .large-cat-hover { width: 100% }
    .box-category10 .small-cat-hover { display: none }
    .item-featured-product { min-height: auto }
    .sidebar-cat-childrent a { padding: 10px 0 12px }
    .content-cat-parent .item-adv-simple { padding-bottom: 20px; border-bottom: 1px solid #e5e5e5 }
    .sidebar-cat-brand .sidebar-cat-childrent { min-height: auto }
    .back-to-top { display: none }
    .box-bottom-home2 { margin-bottom: 0 }
    .outlet-brand { border: none; margin: 0 }
    .outlet-adv { padding: 15px; margin-left: 0 }
    .adv-sidebar9 .sidebar-cat-childrent { min-height: auto }
    .box-trending8 .trending-thumb3 a img { max-width: 200px }
    .box-trending8 .trending-thumb3 { width: 200px }
    .item-trending3 .product-info3 { padding-top: 5% }
    .item-special .zoom-image-thumb img { max-width: 200px }
    .item-special li .product-info5 { padding-top: 5% }
    .list-product-hotdeal .zoom-image-thumb img { max-width: 200px }
    .list-product-hotdeal .product-info { padding-top: 5% }
    .featured-product-info.product-info2 { padding-top: 5% }
    .adv-sidebar9 .item-adv-simple, .adv-sidebar9 .list-brand-zoom { display: none }
    .list-categorybox .category-adv-sidebar { width: 100% }
    .list-categorybox .category-adv-content { width: 100% }
    .adv-sidebar9 .sidebar-cat-childrent { min-height: 0px }
    .list-categorybox .list-product-cat { border-left: none }
    .category-adv-sidebar, .category-adv-content { width: 100% }
    .category-adv.box-left .list-img-video { border-left: none }
    .category-adv.box-right .list-img-video { border-right: none }
    .desc-hidden { display: block }
    .latest-testimo-tab .comment-date-info { display: block }
    .latest-testimo-tab .latest-post-info { padding-top: 10% }
    .trending-thumb3 a img { max-width: 200px }
    .trending-thumb3 { width: 200px }
    .list-product-hotdeal .zoom-image-thumb { width: 200px }
    .item-special li .zoom-image-thumb { width: 200px }
    .item-service2 { max-width: 290px; margin: auto; border: none }
    .list-cat-great-deal img { display: none }
    .list-cat-great-deal > li { min-width: auto; padding: 0 15px; border: 1px solid #e5e5e5; height: 40px; line-height: 40px; margin: 0 5px 10px }
    .list-cat-great-deal > li.active { border-color: #fe9c00 }
    .banner-home-category, .category-home-total .category-filter-slider, .category-home-total .category-brand-slider { display: none }
    .category-home-total { width: 100% }
    .category-home-total .list-child-category { min-height: 0 }
    .category-home-total .list-child-category ul { padding: 0 }
    .logo3 { text-align: center }
    .online-shipping { padding: 0 15px 30px }
    .mega-menu { display: none }
    .main-nav > ul > li.has-mega-menu > a::before, .main-nav > ul > li.has-mega-menu > a::after { display: none !important }
    .outlet-box .outlet-box-col, .outlet-box .outlet-box-row { display: block; border:none; }
    ul.box-header li.c3 .box-title{font-size:14px;padding:0 10px;}
    .about-full-protec ul{font-size:14px;}
    .about-full-protec li{display:block;margin-bottom:10px;}
    .about-full-protec li i{font-size:20px;float:left;margin-right:10px;}
    .about-full-protec p{display:block;padding-left:0;}
    .about-full-protec li:last-child p{margin-bottom:0;}
    .home-widget-product-bestseller .widget{margin: 15px 0 0 0;}
    .tab-detail{margin-bottom:40px;}
    .header-nav .container{padding:0;}
}
@media (max-width:480px) {
    .item-special li .zoom-image-thumb { width: 100px }
    .list-product-hotdeal .zoom-image-thumb { width: 100px }
    .trending-thumb3 a img { max-width: 100px }
    .trending-thumb3 { width: 100px }
    .latest-testimo-tab .comment-date-info { display: none }
    .desc-hidden { display: none }
    .item-special .zoom-image-thumb img, .list-product-hotdeal .zoom-image-thumb img { max-width: 100px }
    .mobile-access-col2 .product-info3 { padding-top: 0; margin-top: 0 }
    .box-trending8 .trending-thumb3 a img { max-width: 100px }
    .box-trending8 .trending-thumb3 { width: 100px }
    .hot-deal-tab-title { padding-right: 20px }
    .list-child-category { min-height: auto }
    .category-filter-title li { display: block; font-size: 14px; margin: 0 }
    .header-product-filter > h2 { font-size: 18px }
    .title-home3 { margin: 0 0 25px; font-size: 20px }
    .quick-category a { margin-right: 7px; padding-right: 10px }
    .item-paginav-featured { border-right: none }
    .popcat-list-box > h2::after { display: none }
    .deal-cat-title li { display: block }
    .box-category10 { padding-left: 0 }
    .box-category10 .content-left-category-hover { position: static; width: 100% }
    .box-category10 .category-brand-slider { position: static }
    .box-category10 .large-cat-hover { border: 1px solid #e5e5e5 }
    .item-banner9 .banner-info { display: none }
    .item-banner8 .banner-info { padding-left: 50px }
    .newsletter-footer.newsletter-footer8 { padding: 30px }
    .newsletter-footer.newsletter-footer8 label { margin: 0 0 10px; position: static }
    .great-deal-countdown .time_circles > div::after { right: -10px; top: 4px }
    .great-deal-countdown .time_circles > div { border: 2px solid #fe9c00; font-size: 14px; margin: 0 6px; width: 60px !important }
    .best-seller-header li { display: block; margin-bottom: 10px }
    .popular-cat-tab-title .viewall { top: -20px }
    .adv-sale3 { display: none }
    .popular-cat-tab-title li.active a { font-size: 14px }
    .thenew-info { display: none }
    .dealoff-countdown { top: -30px }
    .popular-cat-tab-title .viewall { display: none }
    .main-featured-left .item-featured-product { width: 100%; border-bottom: 1px solid #e5e5e5 }
    .item-paginav-featured { width: 100% }
    .hot-deal-tab-title { padding-right: 55px }
    .product-pagi-nav { display: block; margin: 10px 0 0 }
    .product-per-page { margin-left: 7px }
    .partner-link { width: 33.334% }
    .category-home-total { width: 100% }
    .banner-home-category { width: 100% }
    .banner-home-category .item-adv-simple { margin-bottom: 0 }
    .masonry-list-post .item-post-masonry { width: 100% }
    .size-chart { display: none }
    .product-list .product-info-cart { margin-top: 15px; position: static }
    .shop-slider-info { display: none }
    .banner-shop-slider { margin-bottom: 30px }
    .list-shop-cat { padding: 15px }
    .item-from-blog .from-blog-info { padding: 15px 0 0; width: 100% }
    .item-from-blog .zoom-image-thumb { width: 100% }
    .item-banner7 .banner-info { display: none }
    .list-shop-cat li { display: block }
    .list-shop-cat a span { border-radius: 0 }
    .list-shop-cat a { border-radius: 0 }
    .top-info .top-language, .top-info .top-currency { display: none }
    .list-cat-childrent { border-top: 1px solid #e5e5e5 }
    .main-featured-left .item-featured-product:last-child { border-right: none }
    .featured-product2.pink-box .list-cat-childrent { padding-top: 15px }
    .tags-featured-product a { margin-left: 15px }
    .list-child-category li { border-bottom: 1px solid #e5e5e5 }
    .list-child-category li:last-child { border: none }
    .list-child-category ul { padding: 0 }
    .hot-news-ticker { display: none }
    .left-sidebar .main-content { float: none }
    .breadcrumb{margin-top:20px;}
    .button-lienhe{text-align:center;}
    .button-lienhe button{margin:10px 0;}
    .contact-box .contact-box-title{font-size:16px;}
    .contact-box ul.box-contact-info{font-size:14px;}
    .footer-box{padding:10px 0 5px 0;}
    .footer-menu-box{margin:0;}
}
@media (max-width:479px){
    .auto-clear .col-ts-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-ts-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-ts-15:nth-child(5n+1){clear:left;}
    .auto-clear .col-ts-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-ts-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-ts-6:nth-child(odd){clear:left;}
    ul.home-pannel-header li.c1{height:30px;width:5px;}
    ul.home-pannel-header li.c2{height:30px;width:5px;left:7px;}
    ul.home-pannel-header li.c3{height:30px;margin-left:14px;}
    ul.home-pannel-header li.c3 .title{font-size:14px;line-height:30px;padding:0 5px;}
    .info-price.info-price-detail label{font-size:12px;display:block;}
    .info-price.info-price-detail span{font-size:20px;}
    .info-price.info-price-detail del{float:none;}
    .detail-info .detail-color span{font-size:12px;}
    .detail-color .product-color li{width:25px;}
    .button-lienhe .btn1{margin-bottom:10px;}
    .gallery-control a{margin-top:-32px;}
}
@media (max-width:360px) {
    .latest-testimo-tab .latest-post-info { padding-top: 0 }
    .search-form4 .select-category { display: none }
    .header-cat-parent a { display: block; padding: 5px 0px; font-weight: 700 }
    .smart-search.search-form4 { padding-left: 0; border-left: 1px solid #e5e5e5 }
    .hot-deal-tab-title li { display: block; margin-bottom: 10px; margin-right: 0; border-bottom: 1px solid #e5e5e5; padding-bottom: 10px }
    .hot-deal-tab-title li:last-child { border: none; margin: 0; padding: 0 }
    .hot-deal-tab-title { padding-right: 20px }
    .popular-cat-title.popular-cat-label > ul li { display: block }
    .deal-cat-title li { display: block; margin: 10px 0 }
    .item-banner8 .banner-info { display: none }
    .item-box-filter { width: 100% !important }
    .attr-product label { display: block; margin-bottom: 10px }
    .attr-info .addcart-link, .product-social-extra { margin: 10px 0 0 }
    .icon-table-detail { width: 40px }
    .item-tags-category h2 { display: block; margin-bottom: 20px }
    .item-tags-category ul { display: block; padding: 0 0 10px }
    .post-info-extra { display: none }
    .item-post-full .post-title { font-size: 18px }
    .search-form2 .select-category { display: none }
    .smart-search.search-form2 { margin: 0; padding: 0 }
    .top-info.top-info3 { display: none }
    .mini-cart.mini-cart-3 .content-mini-cart { right: auto; left: 0; width: 290px }
    .mobile-access-col2 .mobile-access-thumb { width: 100% }
    .mobile-access-col2 .product-info3 { padding-left: 0; padding-top: 0; width: 100% }
    .payment4.payment-method > label { margin: 0 0 10px 10px; display: block }
    .gallery-control a { height: 24px; line-height: 24px; margin-top: -50px; width: 24px }
    .list-button-box2 .bt-link, .list-button-box1 .bt-link { margin-left: 15px }
    .btn-circle-box { margin: 10px 15px }
    .circle2, .pie-chart, .circle1 { float: none; margin: 10px auto !important }
    .info-testimo-author { top: 25px }
    .quick-category { text-align: left }
    .header-product-filter .toggle-link-filter { position: static; display: block; padding: 15px 20px }
    .header-product-filter h2 span { display: block }
    .newsletter-footer.newsletter-footer8 { padding: 15px }
    .list-product-cat .item-product9 { float: none; width: auto }
    .list-outlet-left { padding-left: 30px !important }
    .quick-category a { border-right: none; display: block; margin-right: 0; padding-right: 0 }
    .category-filter-title li { display: block; margin: 0 }
    .header-nav2 { border: none; margin-top: -40px }
    .header2 { padding: 25px 0 0 0 }
}
@media (max-width:320px) {
    .contact-top7 > li:first-child { border-right: none; margin-right: 0; padding-right: 0 }
    .super-deal-countdown { margin-left: -10px }
    .bt-loadmore { max-width: 260px }
    .product-social-extra a { margin-right: 4px }
    .detail-gallery .carousel a { width: 60px }
    .large-cat-info, .large-cat-thumb { width: 100% }
    .box-category10 .info-price span { display: inline-block }
    .top-extra-link > a { padding: 5px 10px; display: inline-block }
}

@media (min-width:1200px){
    .auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-lg-15:nth-child(5n+1){clear:left;}
    .auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:992px) and (max-width:1199px){
    .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-md-15:nth-child(5n+1){clear:left;}
    .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
    .auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-sm-15:nth-child(5n+1){clear:left;}
    .auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-sm-6:nth-child(odd){clear:left;}
}
@media (min-width:480px) and (max-width:767px){
    .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-xs-15:nth-child(5n+1){clear:left;}
    .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-xs-6:nth-child(odd){clear:left;}
}
