html {
    height: 100%;
}

body {
    font-family: 'Arial', sans-serif;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    background: #fff;
}

body.is-ontop {
    margin-top: 53px;
}

h1 {
    font-size: 44px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

a {
    color: #333333;
}

a:hover {
    color: #853d08;
    text-decoration: none;
    transition: all 0.25s;
}

a:focus {
    text-decoration: none;
}

.fa {
    line-height: inherit;
}

.bold {
    font-weight: bold;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.btn-fb-login {
    width: 65px;
    height: 22px;
    background: url('../images/fb.jpg') no-repeat;
    display: inline-block;
    margin-top: 5px;
    font-size: 0;
    border: none!important;
}

.button {
    padding: 10px 20px;
    border: 1px solid #eaeaea;
    background: #666;
    color: #fff;
}

.button-sm {
    padding: 5px 10px;
}

.button:hover {
    background: #853d08;
    border: 1px solid #853d08;
}

.input {
    border-radius: 0px;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.button .fa {
    line-height: inherit;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

img.alignleft {
    margin: 0 20px 15px 0;
}

img.alignright {
    margin: 0 0 15px 20px;
}

.clearfix:before {
    content: "";
    display: table;
}

.container {
    padding-left: 0;
    padding-right: 0;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff url('../images/Preloader_4.gif') 50% 50% no-repeat;
}

.banner-opacity {
    position: relative;
}

.banner-opacity a:before {
    display: block;
    position: absolute;
    -webkit-transition: all 0.1s ease-in 0.1s;
    transition: all 0.1s ease-in 0.1s;
    background: rgba(0,0,0,0.1);
    opacity: 0;
    filter: alpha(opacity=0);
    left: 0px;
    top: 0px;
    content: "";
    height: 0%;
    width: 100%;
    left: 0%;
    top: 50%;
}

.banner-opacity a:hover:before {
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transition: all 0.2s ease-in 0.1s;
    transition: all 0.2s ease-in 0.1s;
    height: 100%;
    left: 0%;
    top: 0%;
}

.tab-container {
    position: relative;
}

.tab-container .tab-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.tab-container .active {
    opacity: 1;
    visibility: inherit;
    position: inherit;
    -vendor-animation-duration: 0.3s;
    -vendor-animation-delay: 1s;
    -vendor-animation-iteration-count: infinite;
}

.hover-zoom {
    -webkit-transition: 0.7s all ease-in-out;
    transition: 0.7s all ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    overflow: hidden;
}

.hover-zoom:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.7;
}

.banner-boder-zoom {
    position: relative;
    overflow: hidden;
}

.banner-boder-zoom a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.banner-boder-zoom a:after {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    content: "";
    display: block;
    z-index: 10;
    border: 1px solid #fff;
    opacity: 0;
}

.banner-boder-zoom a img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.banner-boder-zoom:hover a img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.banner-boder-zoom:hover a:before {
    opacity: 1;
}

.banner-boder-zoom:hover a:after {
    opacity: 0;
}

.banner-boder-zoom2 {
    position: relative;
    overflow: hidden;
}

.banner-boder-zoom2 a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.banner-boder-zoom2 a:after {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    content: "";
    display: block;
    z-index: 10;
    border: 1px solid #fff;
    opacity: 0;
}

.banner-boder-zoom2 a img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.banner-boder-zoom2:hover a img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.banner-boder-zoom2:hover a:before {
    opacity: 1;
}

.banner-boder-zoom2:hover a:after {
    opacity: 0;
}

.icon-up, .icon-down {
    width: 100%;
    height: 17px;
    display: block;
}

.icon-up {
    background: url("../images/up.png") no-repeat center center;
}

.icon-down {
    background: url("../images/down.png") no-repeat center center;
}

.image-hover2 a {
    position: relative;
    display: table;
    width: 100%;
}

.image-hover2 a:after {
    overflow: hidden;
    position: absolute;
    top: 0;
    content: "";
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: 1;
}

.image-hover2 a:before {
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f002";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    color: #fff;
    ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.image-hover2 a:hover:after {
    visibility: visible;
    opacity: 0.8;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.image-hover2 a:hover:before {
    opacity: 1;
}

.top-banner {
    height: 55px;
    background: url('../images/header-2016.jpg') no-repeat top center #171B1C;
    position: relative;
    color: #fff;
    line-height: 20px;
}

.bg-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
}

.top-banner .container {
    position: relative;
    padding-top: 10px;
}

.top-banner h1 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-left: 25px;
}

.top-banner h2 {
    font-weight: bold;
    font-size: 15px;
    padding-left: 150px;
}

.top-banner span {
    font-size: 12px;
    color: #999;
}

.top-banner .btn-close {
    width: 24px;
    height: 24px;
    background: #853d08 url("../images/btn-close.png") no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.nav-ontop {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding-bottom: 0px;
    height: 50px;
    z-index: 9999;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.15);
}

.nav-ontop span.notify-right {
    top: 2px;
}

.nav-ontop>.container {
    position: relative;
}

.nav-ontop #box-vertical-megamenus {
    width: 300px;
    padding: 0;
}

.nav-ontop #box-vertical-megamenus .title {
}

.nav-ontop #box-vertical-megamenus .title.active {
    background: #853d08;
    color: #fff;
}

.nav-ontop #box-vertical-megamenus .title .btn-open-mobile {
}

.nav-ontop #box-vertical-megamenus .title .title-menu {
}

.nav-ontop #box-vertical-megamenus .vertical-menu-content {
    display: none;
    border-top: none;
    box-shadow: 0 0px 6px 2px rgba(0, 0, 0, 0.1);
}

.nav-ontop #box-vertical-megamenus .vertical-menu-content .vertical-menu-list {
    border-left: none;
}

.nav-ontop #box-vertical-megamenus .vertical-menu-content .all-category {
}

#shopping-cart-box-ontop {
    width: 50px;
    height: 32px;
    position: absolute;
    top: 10px;
    right: 0;
    display: none;
    background: #853d08;
    border-radius: 3px;
}

#shopping-cart-box-ontop .fa {
    line-height: 30px;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    width: 100%;
    color: #fff;
}

#shopping-cart-box-ontop .shopping-cart-box-ontop-content {
    position: absolute;
    right: 35px;
    top: 100%;
}

#shopping-cart-box-ontop:hover .cart-block {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
    visibility: visible;
}

#user-info-opntop {
    width: 50px;
    height: 32px;
    position: absolute;
    top: 10px;
    right: 60px;
    background: #853d08;
    border-radius: 3px;
    display: none;
}

#user-info-opntop .col-sm-8 {
    width: auto;
    padding: 0;
}

#user-info-opntop a.current-open span {
    display: none;
}

#user-info-opntop a.current-open {
    padding-top: 7px;
    width: 50px;
    float: left;
    text-align: center;
}

#user-info-opntop a.current-open:hover .dropdown-menu {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -khtml-transform: translateY(0px);
    opacity: 1;
    z-index: 2;
}

#user-info-opntop a.current-open:before {
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f007";
    color: #fff;
}

#user-info-opntop .dropdown {
    height: 50px;
}

#user-info-opntop .dropdown-menu {
    border-radius: 0;
    border: none;
    top: 48px;
    right: -80px;
    left: auto;
    border-top: 2px solid #853d08;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    opacity: 0;
    display: block;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -khtml-transform: translateY(50px);
    z-index: 0;
    visibility: hidden;
}

#user-info-opntop .dropdown:hover .dropdown-menu {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -khtml-transform: translateY(0px);
    opacity: 1;
    z-index: 2;
    visibility: inherit;
}

#form-search-opntop {
    position: absolute;
    top: 0;
    right: 120px;
    height: 50px;
}

#form-search-opntop .form-category {
}

#form-search-opntop form {
    margin-top: 10px;
    border: 1px solid transparent;
    padding-right: 10px;
}

#form-search-opntop .btn-search {
}

#form-search-opntop .btn-search {
    background: #853d08 url("../images/search.png") no-repeat scroll center center;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 32px;
    padding: 0 5px 0 30px;
    position: absolute;
    right: 0;
    top: 10px;
    text-indent: -9999px;
}

#form-search-opntop .btn-search:before {
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f002";
    color: #853d08;
    height: 30px;
    width: 25px;
    display: none;
    padding-top: 6px;
}

#form-search-opntop .input-serach {
    padding: 6px 5px 7px 5px;
}

#form-search-opntop .input-serach input {
    width: 220px;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}

#form-search-opntop form {
    border: none;
    border-left: 1px solid #fff;
    background: #fff;
    border-radius: 3px
}

#form-search-opntop:hover form {
    background: #fff;
}

#form-search-opntop:hover .input-serach input {
}

#form-search-opntop .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0px solid #aaa;
    border-radius: 0px;
}

#form-search-opntop .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 10px;
    line-height: 30px;
}

#form-search-opntop .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 2px;
    right: 15px;
}

#form-search-opntop .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    border-right: 1px solid #eaeaea;
    width: 90px !important;
}

.top-header {
    background: #e7e8e9;
}

.top-header .support-link {
    padding-top: 6px;
    padding-bottom: 6px;
}

.top-header .support-link ul {
}

.top-header .support-link li {
    display: inline-block;
    line-height: 25px;
    margin-right: 20px;
}

.top-header .support-link li a {
    color: #853d08;
}

.top-header .support-link li:last-child {
    margin-right: 0px;
}

.top-header .support-link li .icon-header, .box-vertical-megamenus .icon-navigation, .icon-navigation, .icon-navigation-page, .main-header .shopping-cart-box a.cart-link:after, .header-customer-box .user-info span::after {
    background: url(../images/icon-all.png) no-repeat scroll 0 0 transparent;
    display: inline-block;
}

.top-header .support-link li .icon-khachhang, .top-header .support-link li .icon-giaohang, .top-header .support-link li .icon-doitra, .top-header .support-link li .icon-baohanh, .top-header .support-link li .icon-tuyendung, .top-header .support-link li .icon-download {
    width: 26px;
    height: 26px;
    margin-right: 7px;
}

.top-header .support-link li .icon-khachhang {
    background-position: -68px -55px;
}

.top-header .support-link li .icon-giaohang {
    background-position: 0 -28px;
    width: 40px;
}

.top-header .support-link li .icon-doitra {
    background-position: 0 -54px;
}

.top-header .support-link li .icon-baohanh {
    background-position: 0 -82px;
}

.top-header .support-link li .icon-tuyendung {
    background-position: 0 -111px;
}

.top-header .support-link li .icon-download {
    background-position: 0 -138px;
}

#box-vertical-icons .icon-navigation.icon-307 {
    background-position: 0 -380px;
    height: 20px;
}

#box-vertical-icons .icon-navigation.icon-308 {
    background-position: 0 -380px;
    height: 20px;
}

#box-vertical-icons .icon-navigation.icon-309 {
    background-position: 0 -380px;
    height: 20px;
}

#box-vertical-icons .icon-navigation.icon-310 {
    background-position: 0 -380px;
    height: 20px;
}

#box-vertical-icons .icon-navigation.icon-311 {
    background-position: 0 -380px;
    height: 20px;
}

#box-vertical-icons .icon-navigation.icon-312 {
    background-position: 0 -380px;
    height: 20px;
}

.icon-navigation-page {
    width: 24px;
    height: 22px;
    margin-right: 5px;
    display: none;
}

.icon-navigation-page.icon-307 {
    background-position: 0 -378px;
}

.icon-navigation-page.icon-308 {
    background-position: 0 -378px;
}

.icon-navigation-page.icon-309 {
    background-position: 0 -378px;
}

.icon-navigation-page.icon-310 {
    background-position: 0 -378px;
}

.icon-navigation-page.icon-311 {
    background-position: 0 -378px;
}

.icon-navigation-page.icon-312 {
    background-position: 0 -378px;
}

.icon-navigation-page.icon-301 {
    background-position: 0 -495px;
}

.current-categorie .icon-navigation-page.icon-301 {
    background-position: -50px -495px;
}

.icon-navigation-page.icon-302 {
    background-position: 0 -594px;
}

.current-categorie .icon-navigation-page.icon-302 {
    background-position: -50px -594px;
}

.icon-navigation-page.icon-303 {
    background-position: 0 -469px;
}

.current-categorie .icon-navigation-page.icon-303 {
    background-position: -50px -469px;
}

.icon-navigation-page.icon-304 {
    background-position: 0 -570px;
}

.current-categorie .icon-navigation-page.icon-304 {
    background-position: -50px -570px;
}

.icon-navigation-page.icon-305 {
    background-position: 0 -422px;
}

.current-categorie .icon-navigation-page.icon-305 {
    background-position: -50px -422px;
}

.icon-navigation-page.icon-datmay {
    background-position: 0 -624px;
}

.icon-navigation {
    width: 26px;
    height: 26px;
    margin-right: 5px;
    margin-top: 10px;
    display: none !important;
}

.icon-navigation.icon-view {
    background-position: -34px -82px;
}

.icon-navigation.icon-seling {
    background-position: -34px 0px;
}

.icon-navigation.icon-muakem {
    background-position: -34px -104px;
}

.icon-navigation.icon-saleoff {
    background-position: -34px -123px;
}

.icon-navigation.icon-video {
    background-position: -34px -55px;
}

.icon-navigation.icon-baohanh {
    background-position: -34px -148px;
}

.icon-navigation.icon-download {
    background-position: -69px 0px;
}

.icon-navigation.icon-search {
    background-position: -65px -24px;
}

.icon-navigation.icon-310 {
    background-position: -34px 0px;
}

.icon-navigation.icon-308 {
    background-position: -34px 0px;
}

.icon-navigation.icon-309 {
    background-position: -34px 0px;
}

.icon-navigation.icon-311 {
    background-position: -34px 0px;
}

.top-header .nav-top-links, .top-header .language , .top-header .currency, .top-header .user-info, .top-header .top-bar-social {
    display: inline-block;
    line-height: 34px;
}

.top-header a.current-open:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 17px;
    vertical-align: 0;
    padding-left: 5px;
    font-weight: bold;
}

.top-header .dropdown {
    width: auto;
    display: inline-block;
}

.header-customer-box .dropdown-menu {
    border-radius: 0;
    border: none;
    top: 100%;
    left: auto;
    right: 0;
    border-top: 2px solid #853d08;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    opacity: 0;
    display: block;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -khtml-transform: translateY(50px);
    z-index: 0;
    visibility: hidden;
}

.header-customer-box .dropdown:hover .dropdown-menu {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -khtml-transform: translateY(0px);
    opacity: 1;
    z-index: 1001;
    visibility: inherit;
}

.header-customer-box .dropdown-menu a {
    border: none;
    padding: 0;
    padding: 5px 10px;
    font-size: 14px;
}

.header-customer-box .user-info {
    font-size: 12px;
    margin-top: 15px;
    text-align: right;
}

.header-customer-box .user-info span {
    position: relative;
    padding-left: 37px;
    display: inline-block;
    padding-top: 4px;
}

.header-customer-box .user-info span::after {
    content: '';
    width: 40px;
    height: 39px;
    position: absolute;
    top: 0;
    left: 0;
    background-position: 0 -240px;
}

.header-customer-box .user-info span.re-user::after {
    display: none;
}

.block-language {
    float: right;
    margin-left: 15px;
    border-left: 1px solid #ccc;
    padding-left: 10px;
    height: 38px;
}

.block-language .language-content {
    padding-top: 8px;
}

.block-language .language-content img {
    margin-right: 7px;
}

.top-header .dropdown-menu {
    border-radius: 0;
    border: none;
    top: 100%;
    left: auto;
    right: 0;
    border-top: 2px solid #853d08;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    opacity: 0;
    display: block;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -khtml-transform: translateY(50px);
    z-index: 0;
    visibility: hidden;
}

.top-header .dropdown:hover .dropdown-menu {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -khtml-transform: translateY(0px);
    opacity: 1;
    z-index: 1001;
    visibility: inherit;
}

.main-header {
    padding: 5px 0 5px 0;
}

.main-header .header-search-box {
    margin-top: 10px;
    padding-left: 0px;
}

.main-header .header-search-box .form-inline .popup {
    left: 156px;
    position: absolute;
    top: 52px;
    z-index: 11;
    font-size: 12px;
}

#form-search-opntop .sup-popup {
    display: none;
}

.sup-popup {
    background: #fff none repeat scroll 0 0;
    border: 0px solid rgba(204, 213, 219, 0.8);
    box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.3);
    color: #555;
    line-height: 22px;
    padding: 12px;
    width: 376px;
    border-radius: 5px;
}

.popup-content::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #fff;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    content: "";
    height: 0;
    left: 20px;
    position: absolute;
    top: -18px;
    width: 0;
}

.sup-popup span {
    display: block;
    text-align: right;
}

.sup-popup span > a {
    padding: 0 10px;
    display: inline-block;
    margin-top: 6px;
}

.btn-danger {
    background: #853d08;
    border-color: #853d08;
    color: #fff;
}

.btn-sm, .btn-group-sm > .btn {
    font-size: 13px;
    line-height: 1.5;
    padding: 5px 10px;
}

.btn.btn-danger:hover {
    background: #494748;
    border: 1px solid #333;
}

.main-header .header-search-box .form-inline._active {
    border: 2px solid #ff7c1d;
}

.main-header .header-search-box .form-inline {
    border: 1px solid #ccc;
    height: 44px;
    position: relative;
    border-right: none;
}

.main-header .header-search-box .form-inline .form-category {
    background: #fff;
    height: 39px;
}

.main-header .header-search-box .form-inline .select2 {
    border-right: 1px solid #eaeaea;
    height: 40px;
    min-width: 90px;
    width: auto !important;
}

.main-header .header-search-box .form-inline .select2 .select2-selection {
    border: none;
    background: transparent;
    margin-top: -1px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
    right: 15px;
}

.select2-dropdown {
    border: 1px solid #ccc;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 500px;
}

.select2-container--open .select2-dropdown {
    left: -1px;
    width: 200px !important;
    top: 2px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
}

.main-header .header-search-box .form-inline .input-serach {
    width: calc(100% - 200px);
}

.main-header .header-search-box .form-inline .input-serach input {
    border: none;
    padding-left: 15px;
    width: 100%;
}

.main-header .header-search-box .form-inline .btn-search {
    background: #853d08 url("../images/search.png") no-repeat scroll center center;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 44px;
    padding: 0 24px;
    position: absolute;
    right: 0;
    top: -1px;
    text-indent: -99999px;
}

.main-header .header-search-box .form-inline .btn-search:hover {
    opacity: 0.8;
}

.main-header .shopping-cart-box {
    margin-top: 12px;
}

.main-header .shopping-cart-box:hover .cart-block {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
    visibility: visible;
}

.main-header .shopping-cart-box a.cart-link {
    height: 41px;
    width: 100%;
    border: 0px solid #eaeaea;
    display: block;
    position: relative;
    padding: 2px 41px 0 15px;
}

.main-header .shopping-cart-box a.cart-link:hover:after {
    opacity: 0.8;
}

.main-header .shopping-cart-box a.cart-link .title {
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 2px;
}

.main-header .shopping-cart-box a.cart-link::after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background-position: 0 -164px;
}

.cart-block {
    position: absolute;
    top: 100%;
    right: -34px;
    z-index: 1002;
    max-height: 500px;
    overflow-y: auto;
    background: #FFF;
    color: #666;
    width: 300px;
    opacity: 0;
    -webkit-box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.2);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transform: translate(0,40px);
    -moz-transform: translate(0,40px);
    -o-transform: translate(0,40px);
    -ms-transform: translate(0,40px);
    transform: translate(0,40px);
    opacity: 0;
    display: block;
    visibility: hidden;
    border-top: 3px solid #853d08;
}

.cart-block .cart-block-content {
    padding: 10px;
    overflow: hidden;
}

.cart-block .cart-block-content .cart-title {
    text-transform: uppercase;
    font-size: 12px;
}

.cart-block .cart-block-content .cart-block-list {
    font-size: 12px;
}

.cart-block .cart-block-content .product-info {
    margin-top: 10px;
    border-bottom: 1px solid #eaeaea;
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
}

.cart-block .cart-block-content .product-info .p-left {
    width: 100px;
    float: left;
    position: relative;
}

.cart-block .cart-block-content .product-info .p-left .remove_link {
    position: absolute;
    left: 0;
    top: 0;
}

.cart-block .cart-block-content .product-info .p-left .remove_link:after {
    content: '';
    background: url("../images/delete_icon.png") no-repeat center center;
    font-size: 0;
    height: 9px;
    width: 9px;
    display: inline-block;
    line-height: 24px;
}

.cart-block .cart-block-content .product-info .p-right {
    margin-left: 110px;
    line-height: 25px;
}

.cart-block .cart-block-content .product-info .p-right .p-rice {
    color: #853d08;
}

.cart-block .cart-block-content .product-info .p-right .change_quantity {
    margin-top: 10px;
}

.cart-block .cart-block-content .product-info .p-right .change_quantity .blockcart_quantity_down, .cart-block .cart-block-content .product-info .p-right .change_quantity .blockcart_quantity_up {
    float: left;
    width: 20px;
    height: 30px;
    border: 1px solid #ccc;
    padding-top: 2px;
    text-align: center;
}

.cart-block .cart-block-content .product-info .p-right .change_quantity .cart_quantity_input_text {
    width: 60px;
    border: 1px solid #ccc;
    margin-left: -1px;
    margin-right: -1px;
    height: 30px;
    line-height: 100%;
    float: left;
    text-align: center;
}

.cart-block .cart-block-content .toal-cart {
    margin-top: 10px;
}

.cart-block .cart-block-content .toal-cart .toal-price {
    font-size: 18px;
    color: #853d08;
}

.cart-block .cart-block-content .cart-buttons {
    overflow: hidden;
    width: 100%;
}

.cart-block .cart-block-content .cart-buttons a {
    width: 49%;
    float: left;
    margin-top: 12px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 0;
    text-align: center;
}

.cart-block .cart-block-content .cart-buttons a:hover {
    opacity: 0.8;
}

.cart-block .cart-block-content .cart-buttons a.btn-my-cart {
    background: #eee;
}

.cart-block .cart-block-content .cart-buttons a.btn-check-out {
    background: #853d08;
    color: #fff;
    margin-right: 5px;
}

.cart-block .cart-block-content .cart-buttons a.btn-view-cart {
    background: #444;
    color: #fff;
}

span.notify {
    width: 32px;
    height: 20px;
    color: #fff;
    text-align: center;
    position: absolute;
    line-height: normal;
    font-size: 12px;
    padding-top: 3px;
    z-index: 1;
    background: #853d08;
    border-radius: 10px;
    font-weight: bold;
}

span.notify-left {
    right: -30px;
    top: 0px;
}

span.notify-right {
    background: transparent;
    right: -54px;
    top: auto;
    color: #333;
    width: 60px;
    bottom: 0;
    font-weight: normal;
}

.header {
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 102;
}

.nav-top-menu {
    background: #853d08;
}

.nav-top-menu.nav-ontop #main-menu {
    border-top: 0px solid #dfdfdf;
    border-right: 0px solid #dfdfdf;
}

.nav-top-menu.nav-ontop #main-menu .navbar-nav > li {
    display: none;
}

.nav-top-menu.nav-ontop #main-menu .navbar-nav > li:nth-child(1) {
    display: block;
}

.nav-top-menu.nav-ontop #main-menu .navbar-nav > li:nth-child(2) {
    display: block;
}

.nav-top-menu.nav-ontop #main-menu .navbar-nav > li:nth-child(3) {
    display: block;
}

.box-vertical-megamenus {
    position: absolute;
    left: 15px;
    right: 15px;
    z-index: 1000;
    cursor: pointer;
}

.box-vertical-megamenus .title {
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 20px;
    text-transform: uppercase;
}

.box-vertical-megamenus .title .btn-open-mobile>.fa {
    line-height: inherit;
}

.box-vertical-megamenus .title .btn-open-mobile {
    font-size: 18px;
    cursor: pointer;
    line-height: 50px;
}

.box-vertical-megamenus.open .vertical-menu-content {
    display: block !important;
}

.box-vertical-megamenus .vertical-menu-content {
    background: #fff none repeat scroll 0 0;
    border-color: #853d08;
    border-style: solid;
    border-width: 0;
    display: none;
}

.home .box-vertical-megamenus .vertical-menu-content {
    display: block;
}

.box-vertical-megamenus .vertical-menu-list {
}

.box-vertical-megamenus .vertical-menu-list li {
    display: block;
    line-height: 34px;
    margin-left: 0px;
    position: relative;
}

.box-vertical-megamenus .vertical-menu-content ul>li>a.parent:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    position: absolute;
    top: 14px;
    right: 8px;
    color: #666;
    display: inline-block;
    font-size: 15px;
}

.box-vertical-megamenus .vertical-menu-content ul > li > a.parent::after {
    border: 0px solid #dfdfdf;
    border-radius: 100%;
    color: #333;
    content: "";
    display: none;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    height: 20px;
    left: 8px;
    line-height: 1;
    padding-top: 3px;
    position: absolute;
    text-align: center;
    top: 8px;
    width: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.box-vertical-megamenus .vertical-menu-list>li:hover {
    background: #d7d8d9;
}

.box-vertical-megamenus .vertical-menu-list>li:hover a {
    transition: none;
}

.box-vertical-megamenus .vertical-menu-list>li:hover>a {
}

.box-vertical-megamenus .vertical-menu-list>li:hover>a.parent:before {
}

.box-vertical-megamenus .vertical-menu-list > li > a {
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 35px;
    padding: 2px 0 2px 15px;
}

.box-vertical-megamenus .vertical-menu-content ul > li > a.parent::after {
}

.box-vertical-megamenus .vertical-menu-content ul > li:hover > a.parent:after {
    background: url(../images/not-nhac-20-white.png) no-repeat scroll 0 0 transparent;
    opacity: 1;
}

.box-vertical-megamenus .vertical-menu-content ul > li.cat-link-orther {
    display: none;
}

.box-vertical-megamenus .vertical-menu-content ul li:hover .vertical-dropdown-menu {
    visibility: visible;
    display: block;
    height: auto;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
}

.box-vertical-megamenus .vertical-menu-content ul li img.icon-menu {
    vertical-align: middle;
    padding-right: 8px;
}

.box-vertical-megamenus .all-category {
}

.box-vertical-megamenus .all-category span {
    height: 40px;
    width: 100%;
    line-height: 39px;
    display: block;
    cursor: pointer;
    font-weight: bold;
    padding-left: 20px;
}

.box-vertical-megamenus .all-category span:hover {
    background: #ff7c1d;
    color: #fff;
}

.box-vertical-megamenus .all-category span:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    font-weight: bold;
    margin-left: 20px;
}

.vertical-dropdown-menu {
    background: rgba(0,0,0,0.7);
    position: absolute;
    top: 0px;
    left: 100%;
    z-index: 900;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transition: all 0.45s ease-out 0s;
    -moz-transition: all 0.45s ease-out 0s;
    -o-transition: all 0.45s ease-out 0s;
    transition: all 0.45s ease-out 0s;
    -moz-transform: translate(100px, 0);
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
    opacity: 0;
    display: block;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    height: 0;
    box-shadow: 0 3px 12px 1px rgba(0, 0, 0, 0.1);
}

.vertical-dropdown-menu.vertical-dropdown-menu-2 {
    top: -39px;
}

.vertical-dropdown-menu.vertical-dropdown-menu-3 {
    top: -78px;
}

.vertical-dropdown-menu.vertical-dropdown-menu-4 {
    top: -122px;
}

.vertical-dropdown-menu.vertical-dropdown-menu-5 {
    top: -156px;
}

.vertical-dropdown-menu.vertical-dropdown-menu-6 {
    top: -195px;
}

.vertical-dropdown-menu.vertical-dropdown-menu-7 {
    top: -234px;
}

.vertical-dropdown-menu.vertical-dropdown-menu-8 {
    top: -273px;
}

.vertical-dropdown-menu.vertical-dropdown-menu-9 {
    top: -312px;
}

.vertical-dropdown-menu .vertical-groups {
    padding: 10px 10px 10px 10px;
}

.vertical-dropdown-menu .mega-group-header {
    border-bottom: 0px solid #E8E8E8;
    font-size: 15px;
    margin-bottom: 0px;
    display: table;
    width: 100%;
}

.vertical-dropdown-menu .mega-group {
    margin-bottom: 20px;
}

.vertical-dropdown-menu .mega-group-header span {
    padding-bottom: 0;
    float: left;
    margin-bottom: 7px;
    font-size: 14px;
}

.vertical-dropdown-menu .mega-group-header span, .vertical-dropdown-menu .mega-group-header span a, .vertical-dropdown-menu .group-link-default a {
    color: #fff;
}

.vertical-dropdown-menu .group-link-default {
    border: none !important;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.vertical-xemthem {
    width: 400px !important;
    top: -374px !important;
    height: 414px !important;
}

.vertical-dropdown-menu .group-link-default li {
    border: none !important;
    padding-left: 0 !important;
    line-height: 27px !important;
    font-size: 15px;
}

.vertical-dropdown-menu .mega-products .mega-product {
    border-right: 1px solid #eaeaea;
    margin-top: 15px;
    line-height: 18px;
}

.vertical-dropdown-menu .mega-products .mega-product:last-child {
    border-right: none;
}

.vertical-dropdown-menu .mega-products .mega-product .product-price .new-price {
    width: auto;
    display: inline-block;
    color: #853d08;
}

.vertical-dropdown-menu .mega-products .mega-product .product-price .old-price {
    color: #999;
    text-decoration: line-through;
    width: auto;
    display: inline-block;
    padding-left: 20px;
}

.vertical-dropdown-menu .mega-products .mega-product .product-star {
    margin-top: 5px;
    color: #ff9900;
}

.mega-custom-html {
}

.mega-custom-html li {
    padding: 5px;
}

.mega-custom-html li .row-logo {
    background: #fff;
    padding: 0 10px;
}

#main-menu {
    border-top: 0px solid #dfdfdf;
    padding: 0;
    margin: 0 -15px;
    border-right: 0px solid #dfdfdf;
}

#main-menu .container-fluid {
    padding: 0;
}

#main-menu .navbar-header {
    display: none;
}

#main-menu .navbar {
    border: none;
    margin: 0;
    background: none;
}

#main-menu .navbar-collapse {
    padding: 0;
}

#main-menu .navbar .navbar-nav > li > a {
    background: transparent none repeat scroll 0 0;
    border-right: 0px solid #cdcdcd;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0;
    padding: 0 20px;
    text-transform: uppercase;
    line-height: 20px;
}

#main-menu .navbar .navbar-nav>li:last-child>a {
    border-right: none;
}

#main-menu .navbar .navbar-nav>li:hover, #main-menu .navbar .navbar-nav>li.active {
    background: #fff;
    color: #333333;
}

#main-menu .navbar .navbar-nav>li:hover>a, #main-menu .navbar .navbar-nav>li.active>a {
    color: #333333;
}

.nav-ontop #main-menu .navbar .navbar-nav > li > a {
    color: #fff;
    padding: 0px 15px;
}

.nav-ontop #main-menu .navbar .navbar-nav > li:hover > a {
    color: #333;
}

#main-menu .nav, #main-menu .collapse, #main-menu .dropup, #main-menu .dropdown {
    position: static;
}

#main-menu .dropdown-menu {
    border-radius: 0;
    min-width: 200px;
    border-top: none;
    left: auto;
    padding: 30px 15px;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transform: translate(0,40px);
    -moz-transform: translate(0,40px);
    -o-transform: translate(0,40px);
    -ms-transform: translate(0,40px);
    transform: translate(0,40px);
    display: block;
    visibility: hidden;
    opacity: 0;
    background: #fff;
}

#main-menu .dropdown-menu.container-fluid {
    padding: 15px 30px;
}

#main-menu .navbar-nav > li:hover .dropdown-menu {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
    visibility: visible;
}

#main-menu .mega_dropdown .block-container {
    padding: 0 15px;
}

#main-menu .mega_dropdown .group_header {
    text-transform: uppercase;
    border: 1px solid transparent;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 13px;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 6px;
}

#main-menu .mega_dropdown .group_header:hover {
    border: 1px solid #dfdfdf;
    box-shadow: 0 3px 12px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

#main-menu .mega_dropdown .group_header:first-child {
    margin-top: 0;
}

#main-menu .mega_dropdown .img_container {
    padding: 0 0 5px;
}

#main-menu .dropdown-menu .block-container .link_container>a {
    line-height: 32px;
}

#main-menu .dropdown-menu .block-container .group_header>a {
    line-height: 32px;
    border-bottom: 0px solid #853d08;
    display: inline-block;
}

#main-menu .dropdown-menu .block-container .group_header>a>img {
    height: 80px;
}

#main-menu li.dropdown>a:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 14px;
    vertical-align: 0;
    padding-left: 7px;
}

#main-menu li.dropdown:before {
    content: "\f0de";
    font-family: "FontAwesome";
    font-size: 15px;
    color: #fff;
    padding-left: 7px;
    position: absolute;
    bottom: -13px;
    right: 48%;
    display: none;
    z-index: 1001;
}

#main-menu li.dropdown:hover:before {
    display: none;
}

.nav-menu {
    border: none;
}

.nav-menu .container-fluid {
    padding: 0;
}

.nav-menu .navbar-collapse {
    z-index: 10000;
    padding: 0;
    margin: 0;
}

.nav-menu .nav>li:last-child a {
    background-image: none;
}

.nav-menu .nav > li > a {
    padding: 0px 15px;
    margin: 0;
    text-align: center;
    line-height: 48px;
}

.nav-menu .nav>li>a:hover {
    background: transparent;
}

.nav-menu .navbar-toggle {
    background: url('../images/bar.png') no-repeat left center;
    height: 50px;
    margin: 0;
    padding-right: 3px;
}

.nav-menu .navbar-brand {
    font-size: 14px;
    font-weight: bold;
    display: none;
    text-transform: uppercase;
}

.nav-menu .navbar-brand a {
    color: #fff;
}

.nav-menu .toggle-menu {
    float: right;
    line-height: 50px;
    max-height: 50px;
    margin-right: 5px;
    padding: 0 10px;
    display: none;
    cursor: pointer;
}

.nav-menu .toggle-menu:before {
    font: normal normal normal 21px/1 FontAwesome;
    content: "\f0c9";
    line-height: inherit;
    color: #fff;
}

.floor-elevator {
    width: 70px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 38px;
    padding-right: 22px;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    color: #999;
    padding-top: 7px;
    display: none;
}

.floor-elevator .fa {
    font-weight: bold;
}

.floor-elevator .btn-elevator {
    cursor: pointer;
}

.floor-elevator .btn-elevator:hover, .floor-elevator .disabled {
    color: #ccc;
}

.floor-elevator .down {
    margin-top: -6px;
}

.category-featured .navbar-collapse .navbar-nav li.active a {
    font-weight: bold;
    font-size: 12px;
}

.category-featured .navbar-collapse .navbar-nav li {
    background: url('../images/line.png') no-repeat right center;
}

.category-featured .navbar-collapse .navbar-nav li:last-child {
    background: none;
}

.category-featured .navbar-collapse .navbar-nav li a {
    font-size: 12px;
    margin: 0 1px 0 0;
}

.category-featured .navbar-collapse .navbar-nav li a:hover {
    background: #fff;
}

.category-featured .navbar-collapse .navbar-nav li a .subcategory-item-thumbnail {
    height: 40px;
}

.category-featured .navbar-collapse .navbar-nav li a:hover .subcategory-item-thumbnail img {
    opacity: 0.7;
}

.nav-menu-default {
    height: 50px;
    background: #853d08;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.nav-menu-default .navbar-collapse {
    background: #eee;
}

.nav-menu-default ul>li>a:hover, .nav-menu-default ul>li.active>a, .nav-menu-default ul>li.selected>a {
    background: #853d08;
    color: #fff;
}

.nav-menu-custom {
    height: 50px;
    background: #f5f5f5;
    border-radius: 0;
    padding: 0;
    margin: 0;
    border-top: 0px solid #853d08;
    box-shadow: none;
    border-right: 0px solid #eee;
    position: relative;
}

.nav-menu-custom .navbar-collapse {
}

.nav-menu-custom .navbar-brand {
}

.nav-menu-custom li a:hover, .nav-menu-custom li.active a, .nav-menu-custom li.selected a {
}

.nav-menu-custom.muakem {
    background: #fff;
    box-shadow: none;
    border-bottom: 1px solid #f1f1f1;
    border-top: 2px solid #ccc;
    height: 51px;
}

.show-brand.muakem .navbar-brand {
    background: #fff;
    width: auto;
    font-weight: bold;
    font-size: 16px;
}

.show-brand.muakem .navbar-brand a {
    color: #333;
}

.show-brand .navbar-brand.navbar-brand-1 {
    background: #853d08;
}

.nav-menu.nav-menu-1 {
    border-top: 2px solid #853d08
}

.show-brand .navbar-brand.navbar-brand-2 {
    background: #853d08;
}

.nav-menu.nav-menu-2 {
    border-top: 2px solid #853d08
}

.show-brand .navbar-brand.navbar-brand-3 {
    background: #853d08;
}

.nav-menu.nav-menu-3 {
    border-top: 2px solid #853d08
}

.show-brand .navbar-brand.navbar-brand-4 {
    background: #853d08;
}

.nav-menu.nav-menu-4 {
    border-top: 2px solid #853d08
}

.show-brand .navbar-brand.navbar-brand-5 {
    background: #853d08;
}

.nav-menu.nav-menu-5 {
    border-top: 2px solid #853d08
}

.show-brand .navbar-brand.navbar-brand-6 {
    background: #853d08;
}

.nav-menu.nav-menu-6 {
    border-top: 2px solid #853d08
}

.show-brand .navbar-brand.navbar-brand-7 {
    background: #853d08;
}

.nav-menu.nav-menu-7 {
    border-top: 2px solid #853d08
}

.show-brand .navbar-brand.navbar-brand-8 {
    background: #853d08;
}

.nav-menu.nav-menu-8 {
    border-top: 2px solid #853d08
}

.show-brand .navbar-brand.navbar-brand-9 {
    background: #853d08;
}

.nav-menu.nav-menu-9 {
    border-top: 2px solid #853d08;
}

.show-brand .navbar-brand.navbar-brand-10 {
    background: #853d08;
}

.nav-menu.nav-menu-10 {
    border-top: 2px solid #853d08;
}

.show-brand .navbar-brand.navbar-brand-11 {
    background: #853d08;
}

.nav-menu.nav-menu-11 {
    border-top: 2px solid #853d08;
}

.show-brand .navbar-brand.navbar-brand-12 {
    background: #853d08;
}

.nav-menu.nav-menu-12 {
    border-top: 2px solid #43A047;
}

.show-brand .navbar-brand.navbar-brand-13 {
    background: #D2845E;
}

.nav-menu.nav-menu-13 {
    border-top: 2px solid #D2845E;
}

.show-brand .navbar-brand.navbar-brand-274 {
    background: #5b5c5e;
}

.nav-menu.nav-menu-274 {
    border-top: 2px solid #5b5c5e;
}

.show-brand .navbar-brand.navbar-brand-273, .show-brand .navbar-brand.navbar-brand-275 {
    background: #f38288;
}

.nav-menu.nav-menu-273, .nav-menu.nav-menu-275 {
    border-top: 2px solid #f38288;
}

.show-brand .navbar-brand {
    background: #853d08;
    display: block;
    font-size: 17px;
    height: 48px;
    line-height: 48px;
    margin-left: 0 !important;
    padding: 0 0px 0 10px;
    text-transform: uppercase;
    width: 260px;
}

.show-brand .navbar-brand a {
    color: #fff;
    line-height: 50px;
    padding-right: 5px;
}

.show-brand .navbar-brand img {
    vertical-align: middle;
    margin-right: 10px;
    display: none;
}

.show-brand .navbar-brand::after {
    border-color: transparent #853d08;
    border-style: solid;
    border-width: 24px 0 24px 8px;
    content: "";
    display: none;
    left: 270px;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1;
}

.slider-left {
}

.header-top-right {
}

.header-top-right .homeslider {
    overflow: hidden;
}

.header-top-right .header-banner {
    width: 26%;
    float: right;
    background: #fff;
}

.header-top-right .homeslider img {
    width: 100%;
    height: auto;
}

.header-top-right .homeslider .bx-wrapper .bx-viewport {
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: none;
    border: 0;
    left: 0;
    background: #fff;
}

.header-top-right .homeslider .bx-controls-direction .bx-prev {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0px, transparent);
}

.header-top-right .homeslider .bx-controls-direction .bx-next {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.3) 0px, transparent);
}

.header-top-right .homeslider .bx-controls-direction .bx-prev, .header-top-right .homeslider .bx-controls-direction .bx-next {
    text-indent: 0px!important;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 32px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 80px;
    height: 100%;
    top: 0;
    margin-top: 0;
    background-position: 0 0;
}

.header-top-right .homeslider .bx-controls-direction .bx-prev .fa {
    position: absolute;
    top: 43%;
    font-size: 80px;
    left: 15px;
}

.header-top-right .homeslider .bx-controls-direction .bx-next .fa {
    position: absolute;
    top: 43%;
    font-size: 80px;
    right: 15px;
}

.header-top-right .homeslider .bx-controls-direction .bx-prev {
    left: 50%;
}

.header-top-right .homeslider .bx-controls-direction .bx-next {
    right: 50%;
}

.header-top-right .homeslider:hover .bx-controls-direction .bx-next {
    right: 0px;
    opacity: 1;
    visibility: inherit;
}

.header-top-right .homeslider:hover .bx-controls-direction .bx-prev {
    left: 0px;
    opacity: 1;
    visibility: inherit;
}

.header-top-right .homeslider .bx-controls-direction .bx-prev:hover, .header-top-right .homeslider .bx-controls-direction .bx-next:hover {
    opacity: 0.8;
}

.header-top-right .homeslider .bx-wrapper:hover .bx-prev,.bx-wrapper:hover .bx-next {
    display: block;
}

.header-top-right .homeslider .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: right;
    padding-right: 10px;
}

.header-top-right .homeslider .bx-wrapper .bx-pager .bx-pager-item {
    width: 14px;
    height: 14px;
    border-radius: 0%;
    margin-right: 5px;
    line-height: 20px;
}

.header-top-right .homeslider .bx-wrapper .bx-pager .bx-pager-item a {
    width: 100%;
    height: 100%;
    float: left;
    background: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
    text-indent: 0px;
    color: #666;
    border: 0px solid #999;
    padding-left: 1px;
    text-indent: -9999px;
    border-radius: 0;
}

.header-top-right .homeslider .bx-wrapper .bx-pager.bx-default-pager a:hover, .header-top-right .homeslider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #853d08;
    color: #fff;
    border: 0px solid #fff;
}

.bx-wrapper {
    margin: 0;
}

.page-top {
    margin-top: 10px;
}

.page-top > .container {
    background: #fff;
}

.header-customer-box {
}

.popular-tabs .nav-tab .latest-deals {
}

.popular-tabs .nav-tab .latest-deals .count-down-time {
    margin-top: 0px;
    display: inline-block;
}

.popular-tabs .nav-tab .latest-deals.active .count-down-time span {
    color: #853d08;
}

.popular-tabs .nav-tab .latest-deals .count-down-time span {
    color: #333;
    background: transparent;
    padding-left: 0px;
    margin: 0 0px;
    letter-spacing: 0;
    width: 30px;
    height: auto;
    line-height: 48px;
}

.popular-tabs .nav-tab .latest-deals .count-down-time b {
    margin-left: 0px;
    position: relative;
}

.popular-tabs .nav-tab .latest-deals .count-down-time b:after {
    position: absolute;
    right: -2px;
    top: -17px;
    content: ':';
}

.latest-deals {
}

.latest-deal-title-box {
    margin: 10px;
}

.latest-deal-title {
    font-size: 15px;
    border-bottom: 1px solid #e1e1e1;
    font-weight: bold;
    padding-bottom: 7px;
}

.latest-deal-title span {
    text-transform: uppercase;
    padding: 5px 10px 5px 0;
}

.latest-deals .latest-deal-title {
}

.latest-deals .product-list li {
    padding-right: 0;
    border: none;
}

.latest-deals .latest-deal-content {
    border: 3px solid transparent;
    padding: 24px 20px 29px 20px;
}

.latest-deals .count-down-time {
    text-align: center;
    padding-bottom: 0px;
}

.latest-deals .count-down-time span {
    height: 24px;
    background: #999;
    color: #fff;
    width: auto;
    display: inline-block;
    line-height: 24px;
    margin: 0 3px;
    font-size: 18px;
    letter-spacing: 17px;
    padding-left: 7px;
    position: relative;
}

.latest-deals .count-down-time span:after {
    content: '';
    height: 24px;
    width: 5px;
    position: absolute;
    left: 25px;
    top: 0;
    background: #fff;
}

.latest-deals .count-down-time span:before {
    content: '';
    height: 24px;
    width: 5px;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
}

.latest-deals .count-down-time span:first-child {
    margin-left: 10px;
}

.latest-deals .count-down-time b {
    margin-left: -8px;
    position: relative;
}

.latest-deals .count-down-time b:after {
    position: absolute;
    right: -1px;
    top: 0;
    content: ':';
}

.latest-deals .product-list .owl-controls {
    width: 100%;
    top: 40%;
}

.latest-deals .product-list li .right-block {
}

.latest-deals .content_price {
    width: 100%!important;
}

.latest-deals .colreduce-percentage {
    float: right;
    padding-right: 20px;
}

.latest-deals .owl-prev, .latest-deals .owl-next {
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
    display: block;
    opacity: 0;
}

.latest-deals .owl-next {
    right: -50px;
}

.latest-deals .owl-prev {
    left: -50px;
}

.latest-deals:hover .owl-prev {
    left: -15px;
    opacity: 1;
}

.latest-deals:hover .owl-next {
    right: -15px;
    opacity: 1;
}

.page-top-right .homenews {
    padding: 0 10px;
}

.homenews .title-box {
    margin: 7px 0 7px 0;
}

.block-news-products .homenews .title, .block-products-cunggia .nav-menu-custom.muakem {
    border-bottom: 0px solid #e1e1e1;
    line-height: 22px;
}

.homenews .title {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 7px;
    position: relative;
    line-height: 27px;
}

.homenews .title .view-all {
    position: relative;
    top: 2px;
    right: 0;
    font-weight: normal;
    font-size: 12px;
    float: right;
}

.homenews .title .view-all::after {
    content: "\f101";
    font-family: "FontAwesome";
    margin-left: 5px;
}

.homenews .title span {
    text-transform: uppercase;
    padding: 5px 10px 5px 0;
}

.homenews ul {
    display: block;
    overflow: hidden;
    background: #fff;
}

.homenews li {
    display: block;
    border-bottom: 1px dotted #ededed;
    background: #fff;
    margin: 0 0px;
    padding: 8px 0;
}

.homenews li:last-child {
    border-bottom: 0;
}

.homenews li a {
    display: block;
    overflow: hidden;
}

.homenews li h3:hover {
    color: #007197;
}

.homenews li img {
    float: right;
    width: 100px;
    height: 57px;
    margin-left: 10px;
}

.homenews li h3 {
    display: block;
    overflow: hidden;
    height: 35px;
    line-height: 18px;
    font-size: 12px;
    color: #333;
    margin-bottom: 5px;
}

.homenews li span {
    font-size: 12px;
    color: #999;
    margin-right: 10px;
    position: relative;
}

.homenews li span::before {
    content: "\f073";
    font-family: "FontAwesome";
    margin-right: 5px;
}

.popular-tabs .owl-controls .owl-next {
    top: -35px;
    height: 24px;
    right: 4px;
}

.popular-tabs .owl-controls .owl-prev {
    top: -35px;
    left: inherit;
    right: 34px;
    height: 24px;
}

.popular-tabs .nav-tab {
    margin: 0;
    padding: 0;
}

.popular-tabs .nav-tab {
    margin: 0px;
    overflow: hidden;
}

.popular-tabs .nav-tab li {
    list-style: none;
    display: inline;
    margin-left: 15px;
    height: 48px;
    line-height: 48px;
    float: left;
    position: relative;
}

.popular-tabs .nav-tab li:first-child {
}

.popular-tabs .nav-tab li:first-child {
}

.popular-tabs .nav-tab li:hover, .popular-tabs .nav-tab li.active {
    background: #fff;
}

.popular-tabs .nav-tab li:hover a, .popular-tabs .nav-tab li.active a {
    color: #853d08;
}

.popular-tabs .nav-tab li.active a {
    font-weight: bold;
}

.popular-tabs .nav-tab li a {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    background: #fff;
    padding: 0 10px;
    border-radius: 3px;
}

.popular-tabs .tab-container {
    padding-top: 10px;
}

.popular-tabs .product-list li .left-block, .page-product-box-other .product-list li .left-block, #box-products-selling .product-list li .left-block {
    padding: 10px 0 0 0;
}

.popular-tabs .product-list li {
    border-radius: 2px;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 0;
}

.popular-tabs .product-list li:hover {
    box-shadow: 0 3px 12px 1px rgba(0, 0, 0, 0.1);
}

.service {
    background: #f6f6f6;
    border: 1px solid #eaeaea;
    padding: 19px 0;
    font-size: 12px;
    margin-top: 10px;
    float: left;
    width: 100%;
}

.service .service-item {
    padding-left: 35px;
    border-right: 1px solid #ccc;
    overflow: hidden;
}

.service .service-item .icon {
    width: 40px;
    height: 40px;
    float: left;
}

.service .service-item .info {
    padding-left: 15px;
    margin-left: 40px;
    padding-top: 2px;
}

.service .service-item h3 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.service .service-item:last-child {
    border-right: none;
}

.product-list li {
}

.product-list li:hover .add-to-cart {
    bottom: 0;
}

.product-list li:hover .quick-view a.heart {
    margin-left: 0;
}

.product-list li:hover .quick-view a.compare {
    margin-left: 0;
}

.product-list li:hover .quick-view a.search {
    margin-left: 0;
}

.product-list li .left-block {
    position: relative;
    overflow: hidden;
    padding: 10px 10px 0;
}

.h350 {
    height: 350px;
    overflow: hidden;
}

.h278 {
    height: 278px;
}

.h180 {
    height: 180px;
}

.h160 {
    height: 160px;
}

.h224 {
    height: 224px;
}

.h182 {
    height: 182px;
}

.product-list.news-list li .left-block {
    padding: 0;
}

.product-list li .left-block.h-226 {
    height: 226px;
}

.product-list li .left-block a {
    display: block;
    overflow: hidden;
}

.product-list li .left-block img {
    transition: all 0.5s;
    webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
    margin: 0 auto;
}

.product-list li:hover img {
    -webkit-transform: scale(1.2,1.2);
    -webkit-transform-origin: top right;
    -moz-transform: scale(1.2,1.2);
    -moz-transform-origin: top right;
    -o-transform: scale(1.2,1.2);
    -o-transform-origin: top right;
    transform: scale(1.2,1.2);
    transform-origin: top right;
}

.product-list li:hover img {
}

.product-list li .right-block {
    padding: 5px 10px 10px 10px;
}

.product-list li .quick-view {
    position: absolute;
    right: 47%;
    top: 60px;
    width: 32px;
    overflow: hidden;
}

.product-list li .quick-view a {
    width: 32px;
    height: 32px;
    float: left;
    border-radius: 90%;
    margin-top: 5px;
    text-align: center;
    line-height: 32px;
    color: #853d08;
}

.product-list li .quick-view a.heart {
    -webkit-transition: margin-left 0.4s ease 0.4s;
    -moz-transition: margin-left 0.4s ease 0.4s;
    -ms-transition: margin-left 0.4s ease 0.4s;
    -o-transition: margin-left 0.4s ease 0.4s;
    transition: margin-left 0.4s ease 0.4s;
    margin-left: 200px;
    background: rgba(0,0,0,0.4);
    display: none;
}

.product-list li .quick-view a.heart:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f08a";
    font-weight: bold;
}

.product-list li .quick-view a.compare {
    background: rgba(0,0,0,0.4);
    -webkit-transition: margin-left 0.3s ease 0.3s;
    -moz-transition: margin-left 0.3s ease 0.3s;
    -ms-transition: margin-left 0.3s ease 0.3s;
    -o-transition: margin-left 03s ease 0.3s;
    transition: margin-left 0.3s ease 0.3s;
    margin-left: 200px;
    display: none;
}

.product-list li .quick-view a.compare:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f012";
}

.product-list li .quick-view a.search {
    -webkit-transition: margin-left 0.2s ease 0.2s;
    -moz-transition: margin-left 0.2s ease 0.2s;
    -ms-transition: margin-left 0.2s ease 0.2s;
    -o-transition: margin-left 0.2s ease 0.2s;
    transition: margin-left 0.2s ease 0.2s;
    margin-left: 200px;
}

.product-list li .quick-view a.search:before {
    font: normal normal normal 17px/1 FontAwesome;
    content: "\f002";
}

.product-list li .quick-view a:hover {
    background: rgba(0,0,0,0.4);
    color: #fff;
}

.product-list li .add-to-cart {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    width: 100%;
    background-color: rgba(229,16,29,0.7);
    color: #fff;
    text-align: center;
    line-height: 50px;
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
    display: none !important;
}

.product-list li .add-to-cart:hover {
    background-color: rgba(229,16,29,0.5);
}

.product-list li .add-to-cart a {
    background: url("../images/add-cart.png") no-repeat left center;
    height: 32px;
    line-height: 32px;
    color: #fff;
    width: auto;
    padding-left: 40px;
    display: inline-block;
    vertical-align: middle;
}

.product-list li .product-name {
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    overflow: hidden;
    padding: 5px 0px;
}

.product-list li .product-name {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-list li .product-info {
    padding: 0 5px;
}

.product-list li .content_price {
    display: inline-block;
    height: 18px;
    width: auto;
}

.product-list li .product-price {
    font-size: 16px;
    color: #ed1c24;
    margin-right: 4px;
}

.product-list li .content_size {
    font-size: 14px;
    color: #333;
}

.product-list li .old-price {
    color: #999;
    font-size: 15px;
    margin-left: 3px;
    position: relative;
    margin-right: 4px;
}

.product-list li .old-price::after {
    background: #aaa none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin-top: 0;
    position: absolute;
    top: 7px;
    width: 100%;
    z-index: 1;
}

.product-list li .sale-off {
    background: #d60c0c none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    padding: 1px 6px;
    font-size: 15px;
    position: absolute;
    top: 0;
    right: 0;
}

.product-list li .colreduce-percentage {
    line-height: 28px;
}

.product-list li .group-price {
    position: absolute;
    top: 10px;
    left: 10px;
    height: auto;
}

.product-list li .group-price .price-percent-reduction {
    width: 36px;
    height: 36px;
    background: #ff6600;
    color: #fff;
    float: left;
    border-radius: 90%;
    line-height: normal;
    text-align: center;
    font-size: 12px;
    padding-top: 5px;
    margin-bottom: 5px;
}

.product-list li .price-percent-reduction2 {
    width: 52px;
    height: 44px;
    background: url("../images/price-percent-br.png") no-repeat center center;
    color: #fff;
    line-height: normal;
    text-align: center;
    font-size: 14px;
    position: absolute;
    top: 10px;
    right: 0;
    font-family: 'Arial Narrow', Arial, sans-serif;
    padding-left: 5px;
    padding-top: 2px;
}

.product-list li .group-price .product-new {
    background: #fff;
    border: 1px solid #853d08;
    color: #853d08;
    float: left;
    font-size: 11px;
    line-height: 17px;
    padding: 0 5px;
    text-align: center;
    height: 18px;
    border-radius: 3px;
    text-transform: uppercase;
}

.product-list li .group-price .product-sale {
    border: 1px solid #ff7c1d;
    color: #ff7c1d;
    float: left;
    font-size: 11px;
    line-height: 17px;
    padding: 0 5px;
    text-align: center;
    height: 18px;
    border-radius: 3px;
    text-transform: uppercase;
}

.product-list li .product-star {
    width: 100%;
    float: right;
    color: #ff9900;
    text-align: left;
    display: inline-block;
    padding-top: 0;
    font-size: 10px;
}

.product-list li .product-star .fa {
    margin-right: 3px;
}

.owl-controls {
}

.owl-controls .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-controls .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-controls .owl-prev, .owl-controls .owl-next {
    background: #eaeaea none repeat scroll 0 0;
    color: #333;
    font-size: 17px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 24px;
}

.owl-controls .owl-prev:hover, .owl-controls .owl-next:hover {
    background: #853d08;
    color: #fff;
}

.owl-controls .owl-prev .fa, .owl-controls .owl-next .fa {
    font-weight: bold;
}

.banner a {
    width: 100%;
    overflow: hidden;
    height: auto;
    display: block;
    position: relative;
}

.banner a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,300%,0);
}

.banner a:hover:before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-300%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,-300%,0);
}

.banner-img, .banner-img2 {
    position: relative;
    background: #fff;
}

.content-page {
    background: #f1f1f1;
    margin-top: 0px;
    padding-bottom: 0px;
}

.category-featured {
    margin-top: 20px;
}

.category-featured.-featured-1 {
    margin-top: 0px;
}

.category-banner {
    overflow: hidden;
}

.category-banner .banner {
    padding: 0;
    overflow: hidden;
}

.featured-text {
    position: absolute;
    right: -5px;
    top: -5px;
    background: url('../images/featured2.png') no-repeat;
    width: 75px;
    height: 75px;
    z-index: 100;
    display: none;
}

.featured-text span {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    width: 100%;
    height: 20px;
    line-height: 24px;
    float: left;
    margin-top: 24px;
    margin-left: 17px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #003366;
    font-weight: bold;
    text-indent: -999px;
}

.product-featured {
    background: #fff;
    border-bottom: 0px solid #f1f1f1;
    border-left: 0px solid #f1f1f1;
    border-right: 0px solid #f1f1f1;
    margin-top: 0;
}

.product-featured .product-featured-content {
    width: 100%;
    float: right;
}

.product-featured .product-featured-content .product-featured-list .product-list.grid li {
    margin: 0;
    padding: 0;
}

.product-featured .banner-featured {
    width: 40%;
    float: left;
    position: relative;
    overflow: hidden;
}

.banner-featured .owl-carousel {
    z-index: 0;
}

.show-right .product-featured .banner-featured {
    float: right;
}

.show-right .product-featured .product-featured-content {
    float: left;
}

.show-right .product-featured .product-list .product-container {
    border: none;
    border-left: 0px solid #f1f1f1;
    border-right: 0px solid #f1f1f1;
}

.show-right .product-featured .product-list .product-container:hover {
    border: none;
    border-right: 0px solid #f1f1f1;
}

.product-featured .product-list .product-container {
    border: none;
    border-left: 0px solid #f1f1f1;
}

.product-featured .product-list .product-container:hover {
    border: none;
    border-left: 0px solid #f1f1f1;
}

.product-featured .product-list li:hover h5 a {
    color: #853d08;
}

.product-featured .product-list .owl-stage .active:last-child li {
    border: none;
}

.product-featured .product-list li .left-block img {
    margin: 0 auto;
}

.product-featured .owl-prev, .product-featured .owl-next {
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
    opacity: 0;
    visibility: hidden;
}

.product-featured .owl-next {
    right: -50px;
}

.product-featured .owl-prev {
    left: -50px;
}

.product-featured .owl-carousel:hover .owl-prev {
    left: 0;
    opacity: 1;
    visibility: inherit;
}

.product-featured .owl-carousel:hover .owl-next {
    right: 0;
    opacity: 1;
    visibility: inherit;
}

.banner-bottom {
    margin-top: 18px;
}

.owl-carousel .item {
    background: #eaeaea;
}

.brand-showcase {
    margin-top: 0px;
}

.brand-showcase .brand-showcase-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
    border-bottom: 3px solid #853d08;
    line-height: 40px;
    padding-left: 0px;
}

.brand-showcase-box {
    border-bottom: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.brand-showcase-box .brand-showcase-logo {
}

.brand-showcase-box .brand-showcase-logo .owl-item:last-child {
    margin-right: 0!important;
}

.brand-showcase-box .brand-showcase-logo li {
    background: #f1f1f1 none repeat scroll 0 0;
    cursor: pointer;
    padding: 10px;
    text-align: center;
    font-size: 15px;
    font-family: "Roboto Condensed";
}

.brand-showcase-box .brand-showcase-logo li:hover,.brand-showcase-box .brand-showcase-logo li.active {
    background: #fff;
}

.brand-showcase-box .brand-showcase-logo .owl-controls .owl-prev, .brand-showcase-box .brand-showcase-logo .owl-controls .owl-next {
    top: -18px;
}

.brand-showcase-box .brand-showcase-logo .owl-controls .owl-next {
}

.brand-showcase-box .brand-showcase-logo .owl-controls .owl-prev {
    left: inherit;
    right: 26px;
}

.brand-showcase-box .brand-showcase-logo .owl-controls .fa {
    font-weight: bold;
}

.brand-showcase-content .brand-showcase-content-tab {
    display: none;
}

.brand-showcase-content .active {
    display: block;
}

.trademark-info {
    padding-left: 25px!important;
}

.trademark-info .trademark-logo, .trademark-info .trademark-desc {
    border-bottom: 1px dotted #999999;
    padding-bottom: 20px
}

.trademark-info .trademark-logo {
    margin-top: 30px;
}

.trademark-info .trademark-desc {
    line-height: 18px;
    margin-top: 20px;
}

.trademark-info .trademark-link {
    border: 0px solid #999;
    float: left;
    line-height: 30px;
    margin-top: 10px;
    padding: 0 10px 0 15px;
    text-transform: uppercase;
    font-size: 12px;
}

.trademark-info .trademark-link:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0da";
    padding-left: 12px;
}

.trademark-product {
    padding-right: 22px;
    padding-left: 22px;
}

.trademark-product .product-item {
    margin-top: 10px;
}

.trademark-product .image-product {
    float: left;
    width: 40%
}

.trademark-product .info-product .product-price {
    font-size: 13px;
    color: #853d08;
    font-weight: bold;
}

.trademark-product .info-product {
    float: right;
    width: 60%;
    padding-left: 20px;
    line-height: 35px;
    padding-top: 20px;
}

.trademark-product .info-product .product-star {
    color: #ff9900;
    font-size: 13px;
}

.trademark-product .info-product .quick-view a {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: rgba(0,0,0,0.7);
    color: #fff;
    text-align: center;
}

.trademark-product .info-product .btn-view-more {
    height: 26px;
    text-align: center;
    line-height: 24px;
    padding: 0 15px;
    display: inline-block;
    border: 1px solid #eaeaea;
}

.trademark-product .info-product .btn-view-more:hover {
    background: #853d08;
    color: #fff;
}

.trademark-product .info-product .quick-view a .fa {
    text-align: center;
    line-height: 25px;
}

.trademark-product .info-product .quick-view a:hover {
    background: #853d08;
}

#hot-categories {
    margin-top: 10px
}

.group-title-box {
    margin-bottom: 10px;
    margin-top: 20px;
}

.group-title {
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 7px;
}

.group-title span {
    border-bottom: 0px solid #853d08;
    text-transform: uppercase;
    padding: 5px 0px 5px 0;
}

.cate-box {
    padding-bottom: 10px;
}

.cate-box .cate-tit {
    overflow: hidden;
    border: 1px solid transparent;
}

.cate-box .cate-tit img {
    height: 60px;
}

.cate-box .cate-tit:hover {
    border: 1px solid #f1f1f1;
    box-shadow: 0 3px 12px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.cate-box .cate-tit .div-1 {
    float: left;
    width: 100%;
}

.cate-name-wrap {
    display: table;
}

.cate-box .cate-name {
    font-size: 12px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    display: none;
}

.cate-box .cate-link {
    padding: 4px 4px 3px 7px;
    background: #999999;
    text-decoration: none;
    color: #fff;
}

.cate-box .cate-link:hover {
    background: #853d08 !important;
}

.cate-link span {
    padding-right: 12px;
    background: url('../images/cate-readmore-arrow.png') right 2px top 50% no-repeat;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
}

.cate-content {
    padding-top: 10px;
    padding-bottom: 10px;
}

.cate-content ul {
    list-style: none;
}

.cate-content ul li a:before {
    display: inline-block;
    font-family: FontAwesome;
    content: "\f105";
    padding: 0 10px;
    font-weight: bold;
}

.cate-box .div-2 {
    width: 46%;
    float: left;
    padding-top: 10px;
    overflow: hidden;
}

#footer {
    background: #eee;
}

#address-list .tit-name {
    float: left;
    width: 25px;
    padding-right: 5px;
    line-height: 20px;
}

#address-list .tit-name .fa {
    font-size: 13px;
    margin-right: 5px;
    width: 12px;
}

#address-list .tit-name .fa.fa-map-marker {
    font-size: 17px;
}

#address-list {
    margin-top: 18px;
    font-size: 12px;
}

#address-list .tit-contain {
    display: flex;
    line-height: 20px;
}

#introduce-box {
    margin-top: 15px;
}

.introduce-title {
    text-transform: uppercase;
    font-size: 13px;
    list-style: none;
    font-weight: bold;
    margin-top: 20px;
    line-height: 22px;
    position: relative;
    color: #c4c4c4;
}

.introduce-title::after {
    content: '';
    display: block;
    width: 46px;
    height: 2px;
    margin: 10px 0px 20px 0;
    background: #999;
}

.introduce-title .fa {
    font-size: 20px;
}

.introduce-list li {
    padding-top: 3px;
    padding-bottom: 2px;
}

.introduce-list li p {
    padding-top: 4px;
    padding-bottom: 6px;
}

.introduce-list li p:first-child {
    padding-top: 0px;
}

.introduce-list li p:last-child {
    padding-bottom: 0px;
}

.introduce-list li p span {
    display: inline-block;
    width: 85px;
}

.introduce-list li p a {
    font-weight: bold;
    color: #ff0000 !important;
    display: inline-block;
    width: 106px;
}

.introduce-list li p a:hover {
    color: #fff !important;
}

.introduce-list li a {
    font-size: 12px;
}

.introduce-list {
    list-style: none;
}

#mail-box {
    margin-bottom: 20px;
}

#mail-box input {
    height: 30px;
    background: #fff;
    width: 100%;
    padding-left: 10px;
}

#mail-box .btn {
    font-weight: bold;
    color: #fff;
    height: 30px;
    border-radius: 0;
    background: #853d08;
    border: none;
    outline: none;
}

#mail-box .btn:hover {
    z-index: 0;
    opacity: 0.8;
    transition: 0.3s;
}

#trademark-text-box {
    font-size: 12px;
    margin-top: 20px;
}

#trademark-list {
    border-bottom: 0 solid #e1e1e1;
    border-top: 0 solid #e1e1e1;
    display: table;
    list-style: outside none none;
    margin-top: 0;
    width: 100%;
}

#trademark-list li {
    display: inline-block;
    padding: 5px 0px;
    margin-right: 2px;
}

#trademark-list li:last-child {
    padding-right: 0;
}

#trademark-list #payment-methods {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 0px;
    padding-top: 12px;
}

.trademark-text-tit {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.trademark-list {
    list-style: none;
    margin-bottom: 10px;
}

.trademark-list li {
    display: inline;
    padding: 0 7px 0 5px;
    border-right: 1px solid #f0f0f0;
}

.trademark-list li a {
    font-size: 12px;
}

.trademark-list li:first-child {
    border-right: none;
    padding-right: 0;
    padding-left: 0;
}

.trademark-list li:last-child {
    border-right: 0;
    padding-right: 0;
}

.social-link {
    margin-top: 3px;
}

.social-link a {
    cursor: pointer;
}

.social-link .fa {
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    background: transparent;
    font-size: 17px;
}

.social-link a:hover .fa {
    color: #333;
}

.social-link .fa-facebook {
}

.social-link .fa-youtube {
}

.social-link .fa-instagram {
}

.social-link .fa-pinterest-p {
}

.social-link .fa-twitter {
}

.social-link .fa-google-plus {
}

.social-link.social-link-news {
    margin-top: 0;
}

.social-link.social-link-news .fa {
    color: #999;
}

.social-link.social-link-news .fa {
    line-height: 20px;
}

.social-link.social-link-products {
    margin-top: 25px;
    margin-left: -10px;
}

.social-link.social-link-products .fa {
    color: #999;
    margin-right: 10px;
    font-size: 21px;
    line-height: 20px;
}

#footer {
    background: url(../images/footer_map.png) no-repeat scroll center 0 #1f1f1f;
    font-size: 12px;
    padding-top: 20px;
    position: relative;
    padding-bottom: 50px;
}

#footer, #footer a {
    color: #999;
}

#footer .box-footer-address {
}

#footer-menu-box {
    margin-top: 10px;
    padding: 20px 0;
    font-size: 11px;
    background: #000;
}

.footer-menu-list {
    list-style: none;
    text-align: center;
    margin-bottom: 5px;
}

.footer-menu-list li {
    display: inline;
    padding: 0 7px 0 5px;
    border-right: 1px solid #0066cc;
}

.footer-menu-list li:last-child {
    border-right: none;
}

.footer-menu-list li a {
    color: #0066cc;
}

.footer-menu-list li a:hover {
    text-decoration: underline;
    transition: all 0.3s;
}

.scroll_top {
    width: 40px;
    height: 40px;
    position: fixed;
    display: none;
    font-size: 0;
    z-index: 999;
    right: 10px;
    bottom: 52px;
    background: #853d08;
    display: none;
    border-radius: 2px;
}

.scroll_top:hover {
    background: #555;
}

.scroll_top:before {
    content: "\f106";
    font-family: "FontAwesome";
    font-size: 28px;
    color: #fff;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
    padding-bottom: 8px;
    line-height: normal;
    font-size: 12px;
    color: #777;
}

.breadcrumb a {
    color: #777;
}

.breadcrumb .navigation-pipe:before {
    content: "\f105";
    font-size: 14px;
    display: inline-block;
    text-align: right;
    width: 6px;
    color: #666;
    font-family: "FontAwesome";
    padding: 0 15px;
}

#columns {
    padding-top: 10px;
    padding-bottom: 10px;
}

#left_column .left-module {
    margin-bottom: 10px;
    overflow: hidden;
}

#left_column .left-module .owl-dots {
    bottom: 5px;
}

#left_column .left-module:last-child {
    margin-bottom: 0;
}

#left_column .left-module img {
    margin: 0 auto;
}

#left_column .block .block_content {
    border: 1px solid #eaeaea;
    border-top: none;
}

#left_column .block .title_block {
    background: #494748 none repeat scroll 0 0;
    border-radius: 3px 3px 0 0;
    color: #fff;
    font-size: 17px;
    padding-bottom: 4px;
    padding-left: 21px;
    padding-top: 3px;
    text-transform: uppercase;
    font-family: "Roboto condensed";
}

#left_column .block .title_block a {
    color: #fff;
}

#left_column .block .block_content {
    padding: 15px 20px;
}

.layered .layered_subtitle {
    color: #666;
    font-size: 13px;
    padding-bottom: 4px;
    text-transform: uppercase;
    font-weight: bold;
}

.layered .layered-content {
    border-bottom: 0px solid #eaeaea;
    padding-bottom: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
}

.layered .layered-content:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.layered .layered-content:first-child {
}

.layered-category .layered-content {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
}

.tree-menu li {
    line-height: 24px;
}

.tree-menu li:hover>a, .tree-menu li.active>a, .tree-menu li:hover>span:before, .tree-menu li.active>span:before {
    color: #853d08;
}

.tree-menu li i {
    line-height: 24px;
    font-style: normal;
    color: #777;
    font-size: 12px;
}

.tree-menu > li >span:before {
    content: "\f105";
    font-size: 14px;
    display: inline-block;
    text-align: right;
    color: #666;
    font-family: "FontAwesome";
    padding-right: 12px;
    color: #ccc;
    font-weight: bold;
    cursor: pointer;
}

.tree-menu > li >span.open:before {
    content: "\f107";
    font-size: 14px;
    display: inline-block;
    text-align: right;
    color: #666;
    font-family: "FontAwesome";
    padding-right: 12px;
    color: #ccc;
    font-weight: bold;
    cursor: pointer;
}

.tree-menu > li > ul {
    padding-left: 17px;
    display: none;
}

.tree-menu > li > ul > li {
    border-bottom: 1px dotted #eaeaea;
}

.tree-menu > li > ul > li:last-child {
    border: none;
}

.tree-menu > li > ul > li >span:before {
    content: "\f0da";
    font-size: 14px;
    display: inline-block;
    text-align: right;
    color: #666;
    font-family: "FontAwesome";
    padding-right: 12px;
    color: #ccc;
}

.layered-filter-price .amount-range-price {
    padding: 15px 0;
}

.layered-filter-price .slider-range-price {
    height: 7px;
    background: #853d08;
    border: none;
    border-radius: 0;
}

.layered-filter-price .slider-range-price .ui-widget-header {
    background: #ccc;
    height: 7px;
}

.layered-filter-price .slider-range-price .ui-slider-handle {
    border: none;
    border-radius: 0;
    background: url("../images/range-icon.png") no-repeat;
    cursor: pointer;
}

.check-box-list {
    overflow: hidden;
}

.check-box-list li {
    line-height: 24px;
    cursor: pointer;
    display: inline-block;
    margin-right: 15px;
}

.check-box-list label {
    display: inline-block;
    cursor: pointer;
    line-height: 12px;
}

.check-box-list img.img-close {
    display: inline-block;
    cursor: pointer;
    margin-top: 3px !important;
    margin-left: 3px;
}

.check-box-list label:hover {
    color: #853d08;
}

.check-box-list input[type="checkbox"] {
    display: none;
}

.check-box-list input[type="checkbox"] + label span.button {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    background: url("../images/checkbox.png") no-repeat;
    padding: 0;
    border: none;
}

.check-box-list input[type="checkbox"]:checked + label span.button, .filter-color li input[type="checkbox"] + label.checked span.button, .filter-brand li input[type="checkbox"] + label.checked span.button {
    background: #853d08 url("../images/checked.png") no-repeat center center;
}

.check-box-list input[type="checkbox"]:checked + label, .check-box-list label.checked {
    color: #853d08;
}

.check-box-list label span.count {
    color: #a4a4a4;
    margin-left: 2px;
}

.filter-color ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -5px;
}

.filter-color li {
    display: inline;
    padding: 0;
    margin: 0;
    line-height: normal;
    float: left;
    padding: 5px;
    position: relative;
}

.filter-color li label {
    border: 1px solid #eaeaea;
    width: 20px;
    height: 20px;
    padding-top: 6px;
    padding-left: 6px;
    float: left;
}

.filter-color li input[type="checkbox"] + label span.button {
    background: none;
    margin: 0;
}

.filter-color li input[type="checkbox"]:checked + label {
    border-color: #853d08;
}

.filter-color li .checked {
    border-color: #853d08;
}

.filter-brand li {
    position: relative;
    display: inline-block;
    margin-right: 15px;
}

.filter-size {
    max-height: 200px;
    overflow-y: auto;
}

.filter-size li {
    width: 50%;
    float: left;
}

.owl-controls .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.owl-controls .owl-dots .owl-dot {
    width: 14px;
    height: 14px;
    background: #adadad;
    display: inline-block;
    margin: 0 6px;
    border-radius: 0%;
}

.owl-controls .owl-dots .owl-dot.active {
    background: #853d08;
}

.products-block {
    overflow: hidden;
}

.products-block .products-block-left {
    width: 75px;
    float: left;
}

.products-block .products-block-right {
    margin-left: 85px;
}

.products-block .product-price {
    font-size: 12px;
    color: #853d08;
    font-weight: bold;
    line-height: 35px;
}

.products-block .product-star {
    color: #ff9900;
    display: none;
}

.products-block-bottom {
    padding-top: 15px;
}

.products-block .link-all {
    height: 35px;
    width: 120px;
    border: 1px solid #853d08;
    line-height: 33px;
    font-size: 14px;
    color: #853d08;
    display: block;
    margin: 0 auto;
    text-align: center;
    clear: both;
    background: #853d08;
    color: #fff;
}

.products-block .link-all:hover {
    opacity: 0.8;
}

.products-block .link-all:after {
    font: normal normal normal 13px/1 FontAwesome;
    content: "\f101";
    margin-left: 10px;
}

.best-sell li {
    border-bottom: 0px solid #eaeaea;
    padding: 5px 0;
    overflow: hidden;
}

.best-sell li:first-child {
    padding-top: 0;
}

.best-sell li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.owl-best-sell {
    padding-bottom: 35px;
}

.best-sell .product-name {
    font-family: "iCielPanton-Light";
    font-size: 16px;
    font-weight: bold;
}

.best-sell .product-price {
    display: inline-block;
    font-family: "iCielPanton-Light";
    font-size: 15px;
}

#left_column .block .block_content.product-onsale {
    padding: 15px 20px;
}

#left_column .block .block_content.product-onsale .product-list {
    padding-bottom: 25px;
}

#left_column .block .block_content.product-onsale .product-list .product-container {
    border: none;
}

#left_column .block .block_content.product-onsale .product-list .product-container .right-block {
    padding: 0;
}

.product-bottom {
    padding-top: 10px;
    text-align: center;
}

.btn-add-cart {
    background: #853d08 none repeat scroll 0 0;
    border-radius: 0px;
    clear: both;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    padding: 0 25px 0 0;
    text-align: center;
    width: auto;
    overflow: hidden;
    font-family: "Roboto condensed";
}

.btn-add-cart:hover {
    color: #fff;
    opacity: 0.8;
}

.btn-add-cart:before {
    width: 40px;
    height: 100%;
    float: left;
    background: url("../images/cart.png") no-repeat scroll left center;
    content: " ";
    margin-right: 15px;
    background-color: rgba(0, 0, 0, 0.2);
}

.btn-tuvan {
    background: #96979b none repeat scroll 0 0;
    border-radius: 0px;
    clear: both;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    padding: 0 21px 0 0px;
    text-align: center;
    width: auto;
    overflow: hidden;
    font-family: "Roboto condensed";
}

.btn-tuvan:hover {
    color: #fff;
    opacity: 0.8;
}

.btn-tuvan:before {
    width: 40px;
    height: 100%;
    float: left;
    background: url("../images/speechbubble.png") no-repeat scroll 7px center;
    content: " ";
    margin-right: 10px;
    background-color: rgba(0, 0, 0, 0.2);
}

.btn-view {
    background: #96979b none repeat scroll 0 0;
    border-radius: 0px;
    clear: both;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    padding: 0 25px 0 0;
    text-align: center;
    width: auto;
    overflow: hidden;
    font-family: "Roboto condensed";
}

.btn-view:hover {
    color: #fff;
    opacity: 0.8;
}

.btn-view:before {
    width: 40px;
    height: 100%;
    float: left;
    background: url("../images/icon-view.png") no-repeat scroll 7px center;
    content: " ";
    margin-right: 15px;
    background-color: rgba(0, 0, 0, 0.2);
}

.tags {
    line-height: 26px;
}

.tags span {
    padding: 0 5px;
}

.tags .level1 {
    font-size: 12px;
}

.tags .level2 {
    font-size: 16px;
}

.tags .level3 {
    font-size: 18px;
}

.tags .level4 {
    font-size: 20px;
}

.tags .level5 {
    font-size: 24px;
}

.testimonials {
    padding-bottom: 38px;
}

.testimonials .client-mane {
    font-weight: 600;
    text-align: left;
    font-size: 12px;
}

.testimonials .client-avarta {
    margin-top: 10px;
    text-align: center;
}

.testimonials .client-avarta img {
    width: 110px;
    height: 110px;
    border: 3px solid #eaeaea;
    border-radius: 90%;
    margin: 0 auto;
}

.testimonials .testimonial {
    font-size: 12px;
    line-height: 20px;
    height: 118px;
    overflow: hidden;
}

.category-slider .owl-controls .owl-prev, .category-slider .owl-controls .owl-next {
    background: #aaa;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.category-slider .owl-controls .owl-prev:hover, .category-slider .owl-controls .owl-next:hover {
    background: #853d08;
}

.category-slider .owl-controls .owl-prev {
    left: 50%;
}

.category-slider .owl-controls .owl-next {
    right: 50%;
}

.category-slider:hover .owl-controls .owl-next {
    right: 0;
    visibility: inherit;
    opacity: 1;
}

.category-slider:hover .owl-controls .owl-prev {
    left: 0;
    visibility: inherit;
    opacity: 1;
}

.subcategories.subcategories-help li {
    margin-bottom: 15px;
}

.subcategories {
    border-radius: 0px;
    margin-bottom: 10px;
}

.subcategories ul {
}

.subcategories li {
    display: inline-block;
    width: 16%;
    margin-bottom: 10px;
}

.subcategories li:first-child a {
    margin-left: 0;
}

.subcategories li a {
    display: block;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #f1f1f1;
    margin: 0 5px;
    text-align: center;
    border-radius: 5px;
    position: relative;
}

.subcategories li a:hover {
    color: #853d08;
    border: 1px solid #dfdfdf;
    box-shadow: 0 3px 12px 1px rgba(0, 0, 0, 0.1);
}

.subcategories li a .subcategory-item-thumbnail img {
    width: 50px;
    height: 50px;
}

.subcategories li a .subcategory-item-thumbnail {
    display: none;
}

.subcategories li a .subcategory-item-title {
    margin: 10px 0;
}

.subcategories li.current-categorie {
    position: relative;
    float: left;
}

.subcategories li.current-categorie::after {
    border-color: #853d08 transparent;
    border-style: solid;
    border-width: 10px 10px 0px 10px;
    content: "";
    display: none;
    left: 45%;
    position: absolute;
    bottom: -10px;
    width: 0;
    z-index: 1;
}

.subcategories li:hover a::after {
    border-color: #853d08 transparent;
    border-style: solid;
    border-width: 10px 10px 0px 10px;
    content: "";
    display: none;
    left: 46%;
    position: absolute;
    bottom: -10px;
    width: 0;
    z-index: 1;
}

.subcategories li.current-categorie a {
    font-weight: bold;
    border: 1px solid #853d08;
    color: #853d08;
    margin-left: 0;
}

.subcategories li:hover a {
    border: 1px solid #853d08;
}

.view-product-list {
    position: relative;
}

.page-heading {
    border-bottom: 1px solid #eaeaea;
    font-size: 17px;
    line-height: 30px;
    position: relative;
    margin-top: 10px;
    font-family: "Roboto condensed";
}

.page-heading span.page-heading-title {
    border-bottom: 3px solid #853d08;
    padding: 0 0px 2px 0px;
}

.page-heading-h1 {
    border-bottom: 2px solid #853d08;
    font-size: 21px;
    margin-bottom: 15px;
    text-transform: uppercase;
    position: relative;
    padding: 7px 0;
    color: #853d08;
    line-height: 26px;
}

.page-heading-h1 span.page-heading-title {
    padding: 0 0 0 0px;
}

.page-heading-h1 .icon-navigation {
    margin-right: 10px;
    margin-top: 0px;
}

.page-heading-h1 .page-heading-title a, .page-heading-h2 .page-heading-title a {
    color: #fff;
}

.page-heading-h2 {
    border-top: 2px solid #853d08;
    font-size: 17px;
    margin-bottom: 0px;
    text-transform: uppercase;
    position: relative;
    background: #96979b;
    padding: 7px 0;
    color: #fff;
    line-height: 26px;
    border-radius: 3px 3px 0 0;
}

.page-heading-h2 span.page-heading-title {
    padding: 0 0 0 15px;
}

.page-heading-h2 .icon-navigation {
    margin-right: 10px;
    margin-top: 0px;
}

.page-heading span.page-heading-title2 {
    text-transform: uppercase;
}

.no-line {
    border-bottom: none;
}

.view-product-list .display-product-option {
    position: absolute;
    top: 0;
    right: 0;
}

.display-product-option {
    width: 63px;
    height: 30px;
}

.display-product-option li.view-as-grid span {
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    cursor: pointer;
    text-indent: -9999px;
    background: url("../images/grid-view-bg.png") 0 0 #666;
    border: none;
    float: left;
}

.display-product-option li.view-as-list span {
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    cursor: pointer;
    text-indent: -9999px;
    background: url("../images/list-view-bg.png") 0 0 #666;
    border: none;
    float: right;
}

.display-product-option li.selected span, .display-product-option li:hover span {
    background-color: #853d08;
    background-position: 0 -30px;
}

.view-product-list .product-list.grid {
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.product-list .product-container {
    border-right: 0px solid #f1f1f1;
    border-bottom: 0px solid #f1f1f1;
    overflow: hidden;
}

.product-list .product-container:hover {
    box-shadow: 0 3px 6px 0 rgba(51,51,51,.3);
}

.page-product-box-other .product-list .product-container {
    border-right: 0px solid #dfdfdf;
    border-bottom: 0px solid #dfdfdf;
}

.product-list .info-orther {
    display: none;
}

.product-list.grid li {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.product-list.grid .info-orther {
    display: none;
}

.product-list.list li {
    width: 100%;
    margin-top: 0;
    padding: 0;
}

.product-list.list li .product-container {
    border: none;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    padding-bottom: 0;
    margin-bottom: 25px;
}

.product-list.list li:first-child .product-container {
    margin-top: 20px;
}

.product-list.list li:hover .product-container {
    border: 1px solid #eaeaea;
}

.product-list.list .left-block {
    width: 27%;
    float: left;
}

.product-list.list .add-to-cart {
    background: #853d08 none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    line-height: 36px;
    position: absolute;
}

.product-list.list .add-to-cart a {
    height: 36px;
    background: url("../images/cart.png") no-repeat left center;
    margin-left: 15px;
    padding-left: 15px;
    width: 114px;
}

.product-list.list .quick-view {
    width: 129px;
    right: 9%;
    top: 120px;
    text-align: center;
    padding-left: 5px;
}

.product-list.list .quick-view a {
    margin: 0 10px;
}

.product-list.list .quick-view a:last-child {
    margin: 0;
}

.product-list.list .quick-view a.heart {
    margin-left: inherit;
}

.product-list.list .quick-view a.compare {
    margin-left: inherit;
}

.product-list.list .quick-view a.search {
    margin-left: inherit;
}

.product-list.list .group-price {
    top: 34px;
    left: 25px;
}

.product-list.list .product-star {
    width: 100%;
    float: left;
    text-align: left;
    font-size: 10px;
    line-height: 26px;
    padding-top: 0px;
}

.product-list.list li .content_price {
    margin-top: 0px;
}

.product-list.list .right-block {
    width: 71%;
    float: left;
    margin-top: 20px;
    line-height: 26px;
}

.product-list.list .info-orther {
    display: block;
    position: relative;
}

.product-list.list .right-block .product-name {
    font-size: 18px;
    height: auto;
    padding-bottom: 12px;
}

.product-list.list .right-block .availability span {
    color: #009966;
}

.product-list.list .right-block .product-desc-info {
    line-height: 24px;
    margin-top: 0px;
}

.product-list.list .right-block .product-desc {
    line-height: 24px;
    margin-top: 0px;
}

.product-list.style2.grid .add-to-cart {
    position: inherit;
    background: none;
    margin-top: 5px;
}

.product-list.style2.grid .add-to-cart a {
    background: #853d08;
    padding: 0 15px;
}

.product-list.style2.grid .add-to-cart a:hover {
    opacity: 0.8;
}

.product-list.style2.grid .add-to-cart a:before {
    content: '';
    width: 16px;
    height: 100%;
    background: url("../images/cart.png") no-repeat left center;
    float: left;
    margin-right: 10px;
}

.display-option-cate-h2 {
    position: absolute;
    right: 2px;
    top: 4px;
}

.display-option-cate {
    position: relative;
    margin-top: 10px;
}

.sortPagiBar .display-content {
    margin-right: 10px;
}

.sortPagiBar .active {
    background: #853d08;
    color: #fff;
}

.sortPagiBar {
    font-size: 14px;
    margin-right: 60px;
    margin-top: 2px;
    text-transform: none;
}

.sortPagiBar a.current-open {
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 0px 20px;
    background: #fff;
    display: block;
}

.sortPagiBar a.current-open:hover {
    border: 1px solid #853d08;
}

.sortPagiBar a .fa {
    margin-left: 10px;
}

.sortPagiBar .dropdown-menu {
    right: 0;
    left: auto;
    font-size: 14px;
    margin-top: 9px;
}

.sortPagiBar .page-noite {
    line-height: 30px;
}

.sortPagiBar .sort-product, .sortPagiBar .show-product-item {
    float: right;
    border: 1px solid #eaeaea;
    height: 31px;
    margin-left: 23px;
}

.sortPagiBar select {
    background: transparent;
    padding: 0 10px;
    height: 29px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/dropdown.png") no-repeat right center #fafafa;
    padding-right: 20px;
    display: inline-block;
    font-size: 13px;
}

.sortPagiBar select option {
}

.sortPagiBar .sort-product .sort-product-icon {
    display: inline-block;
    width: 38px;
    text-align: center;
    float: right;
    height: 29px;
    border-left: 1px solid #eaeaea;
    background: #fafafa;
    padding-top: 8px;
}

.sortPagiBar .bottom-pagination {
}

.sortPagiBar .bottom-pagination .pagination {
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.sortPagiBar .bottom-pagination .pagination a:hover {
    background: #ff7c1d;
    color: #fff;
}

.sortPagiBar .bottom-pagination .pagination .active a {
    background: #853d08;
    color: #fff;
}

.sortPagiBar .bottom-pagination .pagination > li:first-child > a, .sortPagiBar .bottom-pagination .pagination > li:first-child > span {
    margin-left: 0px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.sortPagiBar .bottom-pagination .pagination > li > a, .sortPagiBar .bottom-pagination .pagination > li > span {
    position: relative;
    float: left;
    padding: 5px 12px;
    margin-left: -1px;
    line-height: 1.42857;
    color: #999;
    text-decoration: none;
    background-color: #fafafa;
    border: 1px solid #eaeaea;
}

.sortPagiBar .bottom-pagination .pagination > li:last-child > a, .sortPagiBar .bottom-pagination .pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.sortPagiBar2 .active {
    background: #853d08;
    color: #fff;
}

.page-content {
    margin-top: 30px;
}

.page-order ul.step {
    width: 100%;
    clear: both;
    overflow: hidden;
}

.page-order ul.step li {
    display: inline;
    line-height: 30px;
    width: 20%;
    float: left;
    text-align: center;
    border-bottom: 3px solid #ccc;
}

.page-order ul.step li.current-step {
    border-bottom: 3px solid #853d08;
}

.page-order .heading-counter {
    margin: 30px 0;
    padding: 15px;
    border: 1px solid #eaeaea;
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 0px;
}

.page-order .cart_navigation a {
    padding: 10px 20px;
    border: 1px solid #eaeaea;
}

.page-order .cart_avail {
    text-align: center;
}

.page-order .cart_avail .label {
    white-space: normal;
    display: inline-block;
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 0px;
}

.page-order .product-name {
    font-size: 16px;
}

.page-order .cart_description {
    font-size: 14px;
}

.page-order .cart_avail .label-success {
    background: #FFF;
    border: 1px solid #55c65e;
    color: #48b151;
    font-weight: normal;
}

.page-order .cart_navigation a.next-btn {
    float: right;
    background: #853d08;
    color: #fff;
    border: 1px solid #853d08;
}

.page-order .cart_navigation a.next-btn:hover {
    opacity: 0.8;
}

.page-order .cart_navigation a.prev-btn {
    float: left;
}

.page-order .cart_navigation a.prev-btn:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f104";
    padding-right: 15px;
}

.page-order .cart_navigation a.next-btn:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    padding-left: 15px;
}

.page-order .cart_navigation a:hover {
    background: #853d08;
    color: #fff;
}

.cart_summary > thead, .cart_summary > tfoot {
    background: #f7f7f7;
    font-size: 16px;
}

.cart_summary > thead>th {
    border-bottom-width: 1px;
    padding: 20px;
}

.cart_summary td {
    vertical-align: middle!important;
    padding: 20px;
}

.cart_summary .table>tbody>tr>td, .table>tbody>tr>th, .cart_summary .table>tfoot>tr>td, .table>tfoot>tr>th, .cart_summary .table>thead>tr>td, .table>thead>tr>th {
    padding: 15px;
}

.cart_summary img {
    max-width: 100px;
}

.cart_summary td.cart_product {
    width: 120px;
    padding: 15px;
}

.cart_summary .price {
    text-align: right;
}

.cart_summary .qty {
    text-align: center;
    width: 100px;
}

.cart_summary .qty input {
    text-align: center;
    max-width: 64px;
    margin: 0 auto;
    border-radius: 0px;
    border: 1px solid #eaeaea;
}

.cart_summary .qty a {
    padding: 8px 10px 5px 10px;
    border: 1px solid #eaeaea;
    display: inline-block;
    width: auto;
    margin-top: 5px;
}

.cart_summary .qty a:hover {
    background: #853d08;
    color: #fff;
}

.cart_summary .action {
    text-align: center;
}

.cart_summary .action a {
    background: url("../images/delete_icon.png") no-repeat center center;
    font-size: 0;
    height: 9px;
    width: 9px;
    display: inline-block;
    line-height: 24px;
}

.cart_summary tfoot {
    text-align: right;
}

.cart_navigation {
    margin-top: 10px;
    float: left;
    width: 100%;
}

#product .pb-right-column {
    line-height: 30px;
}

#product .pb-right-column .fa {
    line-height: inherit;
}

#product .pb-right-column .product-name {
    font-size: 24px;
}

#product .pb-right-column .item-brand {
    color: #999999;
    position: relative;
    font-size: 12px;
}

#product .pb-right-column .item-brand a {
    color: #0388CD;
    position: relative;
}

#product .pb-right-column .item-brand span.divider {
    font-size: 11px;
    color: #CCCCCC;
}

#product .pb-right-column .product-comments .product-star, #product .pb-right-column .product-comments .comments-advices {
    width: auto;
    display: inline-block;
}

#product .pb-right-column .product-comments .product-star {
    color: #ff9900;
}

#product .pb-right-column .product-comments .comments-advices a {
    border-right: 1px solid #eaeaea;
    padding-left: 15px;
    padding-right: 15px;
}

#product .pb-right-column .product-comments .comments-advices a:last-child {
    border-right: none;
}

#product .pb-right-column .product-price-group .price, #product .pb-right-column .product-price-group .old-price, #product .pb-right-column .product-price-group .discount {
    display: inline-block;
    margin-right: 15px;
}

#product .pb-right-column .product-price-group .price, #page_content__segment_menu__info__subtitle .item-price {
    font-size: 18px;
    color: #853d08;
}

#product .pb-right-column .product-price-group .old-price {
    margin-right: 5px;
    font-size: 16px;
}

#product .pb-right-column .product-price-group .discount {
    margin-right: 0;
    padding: 0px;
    text-align: center;
}

#product .info-orther {
    padding-bottom: 5px;
    border-top: 0px solid #f1f1f1;
}

#product .info-orther p {
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
    margin: 10px 0;
}

#product .info-orther p span {
    display: inline-block;
}

#product .info-orther p span.flaticon {
    margin-right: 7px;
    width: 30px;
    text-align: center;
}

#product .info-orther p span.flaticon::before {
    font-size: 21px;
}

#product .info-orther p i.fa {
    font-size: 17px;
    width: 30px;
    text-align: center;
}

#product .info-orther p span.span-title {
    display: inline-block;
    width: 90px;
    margin-right: 5px;
}

#product .info-orther p span a {
    color: #23527c;
}

#product-detail .info-orther p {
    margin: 2px 0;
    line-height: 40px;
}

#product-detail .info-orther p span {
    padding: 10px 8px;
    font-weight: bold;
    width: 120px !important;
    line-height: 20px;
}

#product-detail .info-orther p .span-title:nth-child(2n+1) {
    background: #f3f3f3;
}

#product-detail .info-orther p .span-title:nth-child(2n) {
    background: #ffffff;
}

#product .pb-right-column .product-desc, #product .pb-right-column .form-action, #product .pb-right-column .form-share {
    border-top: 0px solid #eaeaea;
    padding: 5px 0;
}

#product .pb-right-column .form-option {
    border-top: 0px solid #eaeaea;
    padding: 5px 0;
}

#product .pb-right-column .form-option #size_chart {
    color: #853d08;
    text-decoration: underline;
    margin-left: 15px;
}

#product .pb-right-column .product-desc {
    font-size: 12px;
    /*height:100px;*/
    line-height: 24px;
    overflow: hidden;
    margin-top: 10px;
    padding: 0;
}

#product .pb-right-column .product-desc a, .product-tab .tab-container .tab-panel a {
    color: #853d08;
}

#product .pb-right-column .form-option .attributes {
    clear: both;
    overflow: hidden;
}

#product .pb-right-column .form-option .attributes:first-child {
    padding: 5px 0;
}

#product .pb-right-column .form-option .attributes .attribute-label {
    display: inline-block;
    width: 80px;
    font-weight: bold;
    font-size: 12px;
}

#product .pb-right-column .form-option .form-option-title {
    font-weight: bold;
    line-height: 20px;
}

#product .pb-right-column .form-option .attributes select {
    padding: 0px 0px 0px 10px;
    height: 29px;
    line-height: 23px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #FAFAFA url("../images/dropdown.png") no-repeat scroll right center;
    display: inline-block;
    border: 1px solid #eaeaea;
    min-width: 95px;
}

#product .pb-right-column .form-option .qty {
    width: 80px;
    display: inline-block;
    float: left;
    overflow: hidden;
}

#product .pb-right-column .form-option .product-qty {
    background: #fff;
    border: 1px solid #dfdfdf;
    position: relative;
    display: inline-block;
    width: 150px;
    border-radius: 5px;
}

#product .pb-right-column .form-option .attribute-list {
    background: #fff;
    position: relative;
    display: inline-block;
    border-radius: 5px;
}

#product .pb-right-column .form-option .attributes .btn-plus {
}

#product .pb-right-column .form-option .btn-plus a {
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    width: 32px;
    height: 32px;
}

#product .pb-right-column .form-option .btn-plus a.btn-plus-up {
    position: absolute;
    right: 0px;
    font-size: 18px;
    color: #777;
    top: 0;
    border-left: 1px solid #dfdfdf;
}

#product .pb-right-column .form-option .btn-plus a.btn-plus-down {
    position: absolute;
    right: 32px;
    font-size: 18px;
    color: #777;
    top: 0;
    border-left: 1px solid #dfdfdf;
}

#product .pb-right-column .form-option .btn-plus a .fa-caret-up {
}

#product .pb-right-column .form-option .attributes input {
    font-weight: bold;
    max-width: 50px;
    padding: 0 5px;
    font-size: 17px;
}

#product .pb-right-column .form-option .list-color {
    overflow: hidden;
    padding-top: 5px;
}

#product .pb-right-column .form-option .list-color li {
    width: 24px;
    height: 24px;
    border: 1px solid #eaeaea;
    float: left;
    margin-right: 6px;
    border-radius: 3px;
    padding: 1px;
    position: relative;
}

#product .pb-right-column .form-option .list-color li span {
    color: #853d08;
    display: inline-block;
    font-size: 12px;
    height: 20px;
    position: absolute;
    right: -15px;
    text-align: center;
    top: 2px;
    vertical-align: middle;
    width: 20px;
}

#product .pb-right-column .form-option .list-color li img {
    background-clip: padding-box;
    border-radius: 3px;
    width: 100%;
}

#product .pb-right-column .form-option .list-color li:hover, #product .pb-right-column .form-option .list-color li.active, #product .pb-right-column .form-option .list-color li.starActive {
    border: 1px solid #853d08;
}

#product .pb-right-column .form-option .list-color li a {
    width: 20px;
    height: 20px;
    float: left;
}

#product .pb-right-column .form-action {
    padding: 0;
    padding-bottom: 5px;
}

#product .pb-right-column .form-action .button-group {
    margin-top: 10px;
    overflow: hidden;
}

#product .pb-right-column .form-action .button-group .wishlist, #product .pb-right-column .form-action .button-group .compare {
    min-width: 50px;
    padding-right: 15px;
    text-align: center;
    float: left;
}

#product .pb-right-column .form-action .button-group .wishlist .fa, #product .pb-right-column .form-action .button-group .compare .fa {
    font-size: 18px;
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0% 0%;
    border-radius: 90%;
}

#product .pb-right-column .form-action .button-group .wishlist:hover .fa, #product .pb-right-column .form-action .button-group .compare:hover .fa {
    background: #853d08;
}

#product .pb-right-column .form-share .fa {
    font-size: 18px;
}

#product .pb-right-column .form-share .sendtofriend-print a {
    margin-right: 15px;
    margin-bottom: 15px;
}

#product .pb-left-column .product-image .product-full {
    border: 0px solid #eaeaea;
    overflow: hidden;
    padding: 0px;
    position: relative;
}

#product .pb-left-column .product-image .product-full.product-full-view {
    overflow: hidden;
}

#product .pb-left-column .product-image .product-img-thumb {
    margin-top: 15px;
    padding: 0 40px;
}

.list-image-view .owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

#product .pb-left-column .product-image .product-img-thumb li {
}

#product .pb-left-column .product-image .owl-next {
    right: -40px;
}

#product .pb-left-column .product-image .owl-prev {
    left: -40px;
}

.product-tab {
    margin-top: 14px;
    overflow: hidden;
}

.product-tab .nav-tab {
    width: 100%;
    overflow: hidden;
    z-index: 1;
    position: relative;
    background: #d2d3d5;
    padding-top: 2px;
}

.product-tab .nav-tab>li {
    height: 40px;
    line-height: 40px;
    float: left;
    display: inline;
    border-right: 0px solid #e2e2e2;
    color: #333333;
    text-transform: uppercase;
    text-align: center;
    margin-right: 8px;
    font-weight: bold;
}

.product-tab .nav-tab>li:last-child {
    margin-right: 0;
    border-right: none;
}

.product-tab .nav-tab>li:first-child>a {
}

.product-tab .nav-tab>li>a {
    color: #333333;
    padding: 0 26px;
    float: left;
}

.product-tab .nav-tab>li:hover>a, .product-tab .nav-tab>li.active>a {
    background: #fff;
    color: #333;
}

.product-tab .nav-tab>li.active {
    border-right: none;
}

.product-tab .nav-tab>li.active>a {
    font-weight: bold;
}

.product-tab .tab-container {
    padding: 10px 0;
    border-style: solid;
    border-color: #e2e2e2;
    border-width: 0;
    margin-top: -1px;
    z-index: 1;
}

.product-tab .tab-container p {
    margin: 0 0 10px;
}

.product-tab .tab-container .table {
    margin-bottom: 0;
}

.product-tab .tab-container .tab-panel {
    line-height: 24px;
}

.product-tab .tab-container .tab-panel {
    padding: 10px 0 0 0;
    display: none;
}

.product-tab .tab-container .tab-panel.active {
    display: block;
}

.product-tab .tab-container #product-comment {
    padding: 0 10px;
}

.product-comments-block-tab {
    overflow: hidden;
}

.product-comments-block-tab .fa {
    line-height: inherit;
}

.product-comments-block-tab .reviewRating {
    color: #ff9900;
}

.product-comments-block-tab .comment {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px dotted #eaeaea;
}

.product-comments-block-tab .comment:first-child {
    padding-top: 0;
}

.product-comments-block-tab .comment:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.product-comments-block-tab .comment .author {
    border-right: 1px solid #eaeaea;
}

.product-comments-block-tab .btn-comment {
    padding: 5px 15px;
    border: 1px solid #eaeaea;
    float: left;
    margin-top: 15px;
}

.page-product-box {
    margin-top: 20px;
}

.page-product-box .heading {
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 17px;
}

.page-product-box .owl-next {
    top: -36px;
}

.page-product-box .owl-prev {
    top: -36px;
    left: inherit;
    right: 26px;
}

.page-product-box .product-list li {
    margin-bottom: 1px;
}

#contact {
    margin-top: 20px;
}

#contact .page-subheading {
    padding-left: 0px;
    border: none;
    margin: 14px 0 30px;
    text-transform: uppercase;
    font-size: 18px;
    color: #666;
}

#contact .contact-form-box {
    padding: 0;
    margin: 0 0 30px 0;
}

#contact .contact-form-box label {
    padding-bottom: 5px;
}

#contact .contact-form-box .form-selector {
    padding-bottom: 25px;
}

#contact input, #contact select, #contact textarea {
    border-radius: 0;
    border-color: #eaeaea;
    box-shadow: inherit;
    outline: 0 none;
}

#contact input:focus, #contact select:focus, #contact textarea:focus {
    box-shadow: inherit;
    outline: 0 none;
}

#contact #btn-send-contact {
    font-size: 14px;
    line-height: 18px;
    color: white;
    padding: 0;
    font-weight: normal;
    background: #666;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    padding: 10px 25px;
}

#contact #btn-send-contact:hover {
    background: #F36;
}

#contact_form_map ul {
    line-height: 28px;
    list-style: disc;
    list-style-position: inside;
    font-style: italic;
}

#contact_form_map ul.store_info {
    list-style: none;
    font-style: normal;
    color: #696969;
}

#contact_form_map ul.store_info i {
    display: inline-block;
    width: 30px;
    line-height: inherit;
}

#message-box-conact .fa {
    line-height: inherit;
}

.content-text {
    padding: 0 0 10px;
    line-height: 30px;
    text-align: justify;
    font-size: 14px;
}

.content-text p {
    margin-bottom: 10px;
}

.right-sidebar #left_column {
    float: right;
}

.blog-posts {
    line-height: 24px;
    margin-top: 20px;
}

.blog-posts .post-item {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    margin-top: -1px;
}

.blog-posts .post-item .entry-meta-data {
    padding: 5px 0;
    color: #666;
    font-size: 13px;
}

.blog-posts .post-item .entry-meta-data span {
    margin-right: 5px;
}

.blog-posts .post-item .entry-meta-data .author .fa {
    opacity: 0.7;
}

.blog-posts .post-item .entry-meta-data .fa {
    line-height: inherit;
}

.blog-posts .post-item .post-star {
    font-size: 13px;
}

.blog-posts .post-item .post-star .fa {
    line-height: inherit;
    color: #ff9900;
}

.blog-posts .post-item .entry-excerpt {
    text-align: justify;
}

.blog-posts .post-item .entry-more a {
    border: 1px solid #eaeaea;
    padding: 10px 12px;
    background: #eee;
}

.blog-posts .post-item .entry-more {
    margin-top: 15px;
}

.blog-posts .post-item .entry-more a:hover {
    background: #853d08;
    color: #fff;
}

.blog-posts .post-item .entry-thumb img {
    border: 1px solid #eaeaea;
}

.blog-list-sidebar {
}

.blog-list-sidebar li {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.blog-list-sidebar li:last-child {
    border: none;
    margin-bottom: 0px;
}

.blog-list-sidebar li .post-thumb {
    width: 80px;
    float: left;
    border: 1px solid #eaeaea;
    padding: 4px;
    background: #fcfcfc;
}

.blog-list-sidebar li .post-info {
    margin-left: 90px;
    color: #999;
}

.blog-list-sidebar li .post-info .post-meta {
    font-size: 12px;
    margin-top: 5px;
}

.blog-list-sidebar li .post-info .fa {
    line-height: inherit;
}

.recent-comment-list li {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.recent-comment-list li:last-child {
    border: none;
    margin-bottom: 0px;
}

.recent-comment-list li .author {
    color: #666;
    margin-bottom: 5px;
    font-size: 13px;
}

.recent-comment-list li .comment {
    margin-top: 5px;
    color: #666;
}

.recent-comment-list li>h5>a {
    color: #333;
}

.entry-detail {
    margin-top: 0px;
}

.entry-detail .entry-photo img {
    border: 1px solid #eaeaea;
}

.entry-detail .entry-meta-data {
    padding: 10px 0;
    color: #666;
}

.entry-detail .entry-meta-data .fa {
    line-height: inherit;
}

.entry-detail .entry-meta-data span {
    margin-right: 10px;
}

.entry-detail .entry-meta-data .author .fa {
    opacity: 0.7;
}

.entry-detail .entry-meta-data .post-star {
    float: right;
}

.entry-detail .entry-meta-data .post-star .fa {
    color: #ff9900;
}

.entry-detail .entry-meta-data .post-star span {
    margin: 0;
}

.single-box {
    margin-top: 20px;
}

.single-box>h2 {
}

.comment-list {
    margin-top: 20px;
}

.comment-list ul {
    padding-left: 80px;
}

.comment-list ul li {
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
}

.comment-list ul li:last-child {
    margin-bottom: 0;
    border: none;
    padding: 0;
}

.comment-list>ul {
    padding-left: 0;
}

.comment-list .avartar {
    width: 80px;
    border: 1px solid #eaeaea;
    padding: 4px;
    float: left;
}

.comment-list .comment-body {
    margin-left: 90px;
}

.comment-list .comment-meta {
    color: #ccc;
}

.comment-list .comment-meta .author a {
    font-weight: bold;
}

.coment-form {
    margin-top: 20px;
}

.coment-form label {
    margin-top: 10px;
    margin-bottom: 2px;
}

.coment-form input, .coment-form textarea {
    border-radius: 0px;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.coment-form .btn-comment {
    padding: 10px 20px;
    border: 1px solid #eaeaea;
    background: #666;
    color: #fff;
    margin-top: 15px;
}

.coment-form .btn-comment:hover {
    background: #853d08;
    border: 1px solid #853d08;
}

.box-authentication {
    border: 1px solid #eaeaea;
    padding: 30px;
    min-height: 320px;
}

.box-authentication>h3 {
    margin-bottom: 15px;
}

.box-authentication label {
    margin-top: 10px;
    margin-bottom: 2px;
}

.box-authentication .forgot-pass {
    margin-top: 15px;
}

.box-authentication input, .box-authentication textarea {
    border-radius: 0px;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    width: 50%;
}

.box-authentication .button {
    margin-top: 15px;
}

.box-border {
    border: 1px solid #eaeaea;
    padding: 20px;
    overflow: hidden;
}

.box-wishlist label, .box-wishlist .button {
    margin-top: 15px;
    margin-bottom: 5px;
}

.box-wishlist {
    margin-top: 20px;
}

.table-wishlist {
    margin-top: 20px;
}

.table-wishlist th {
    background: #fafafa;
}

.list-wishlist {
    margin-top: 20px;
}

.list-wishlist li {
    margin-top: 30px;
}

.list-wishlist li .product-img {
    border: 1px solid #eee;
    padding: 10px;
}

.list-wishlist li .product-name, .list-wishlist li .qty, .list-wishlist li .priority, .list-wishlist li .button {
    margin-top: 10px;
}

.list-wishlist li .button-action {
    position: relative;
}

.list-wishlist li .button-action a {
    position: absolute;
    right: 10px;
    top: 15px;
}

.list-wishlist li .button-action a .fa {
    line-height: inherit;
}

.table-compare td.compare-label {
    width: 150px;
    background: #fafafa;
    vertical-align: middle;
}

.table-compare .product-star .fa {
    line-height: inherit;
    color: #ff9900;
}

.table-compare .price {
    font-weight: bold;
    color: #853d08;
}

.table-compare .add-cart {
    background: #853d08;
    color: #fff;
}

.table-compare .add-cart:hover {
    opacity: 0.8;
}

.checkout-page .checkout-sep {
    padding-bottom: 15px;
    text-transform: uppercase;
}

.checkout-page .box-border {
    margin-bottom: 15px;
}

.checkout-page .box-border .button {
    margin-top: 15px;
}

.checkout-page .box-border label {
    margin-top: 5px;
}

.checkout-page .box-border p, .checkout-page .box-border h4 {
    padding-bottom: 5px;
    margin-top: 5px;
}

.checkout-page .box-border .fa {
    line-height: inherit;
}

.checkout-page .box-border input[type="radio"] {
    margin-right: 10px;
}

.cat-short-desc {
    margin-top: 20px;
}

.cat-short-desc .cat-short-desc-products {
    margin-top: 20px;
}

.cat-short-desc .cat-short-desc-products li .product-container {
    border: 1px solid #eaeaea;
    padding: 10px;
}

.cat-short-desc .cat-short-desc-products li .product-container .product-name {
    margin-top: 10px;
}

.today-deals {
    position: relative;
}

.today-deals .deals-product-list .product-info {
    margin-top: 10px;
}

.today-deals .deals-product-list .product-info .show-count-down {
    text-align: center;
}

.today-deals .deals-product-list .product-info .show-count-down .box-count {
    display: inline-block;
    margin-right: 2px;
    color: #853d08;
}

.today-deals .deals-product-list .product-info .show-count-down .dot {
    display: none;
}

.today-deals .deals-product-list .product-info .show-count-down .box-count .number {
    width: 100%;
    float: left;
    background: #eaeaea;
    padding: 5px 0;
    font-size: 16px;
}

.today-deals .deals-product-list .product-info .show-count-down .box-count .text {
    background: #eaeaea;
    font-size: 12px;
    margin-top: 1px;
    width: 100%;
    float: left;
    padding: 5px 0;
    color: #666;
}

.today-deals .deals-product-list .product-info .product-name {
    margin-top: 15px;
}

.today-deals .deals-product-list .product-info .product-meta {
    margin-top: 7px;
    line-height: 18px;
}

.today-deals .deals-product-list .product-info .product-meta .fa {
    line-height: inherit;
}

.today-deals .deals-product-list .product-info .product-meta .price {
    color: #853d08;
    font-size: 18px;
}

.today-deals .deals-product-list .product-info .product-meta .old-price {
    text-decoration: line-through;
    margin-left: 11px;
    color: #666;
}

.today-deals .deals-product-list .product-info .product-meta .star {
    float: right;
    font-size: 13px;
    color: #ff9900;
}

.today-deals .owl-next {
    top: -55px;
}

.today-deals .owl-prev {
    top: -55px;
    left: inherit;
    right: 26px;
}

.group-button-header {
    margin-top: 17px;
}

.group-button-header .btn-cart, .group-button-header .btn-heart, .group-button-header .btn-compare {
    width: 39px;
    height: 39px;
    float: right;
    position: relative;
    margin-right: 16px;
}

.group-button-header .btn-cart {
    background: url("../images/icon-cart-round.png") no-repeat center center;
    position: relative;
}

.group-button-header .btn-cart:after {
    content: "";
    width: 100%;
    height: 10px;
    display: block;
    position: absolute;
    bottom: -10px;
}

.group-button-header .btn-cart .notify-right {
    top: -12px;
    right: -12px;
}

.group-button-header .btn-heart {
    background: url("../images/icon-heart-round.png") no-repeat center center;
    text-indent: -999px;
    display: inline-block;
    font-size: 0;
}

.group-button-header .btn-compare {
    background: url("../images/icon-compare-round.png") no-repeat center center;
    text-indent: -999px;
    margin-right: 0;
    display: inline-block;
    font-size: 0;
}

.main-header .group-button-header .btn-cart>a {
    width: 100%;
    height: 100%;
    float: left;
    font-size: 0;
}

.main-header .group-button-header .btn-cart:hover .cart-block {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
    visibility: visible;
}

.blog-list {
    margin-top: 30px;
}

.blog-list .page-heading {
    text-transform: uppercase;
}

.blog-list .blog-list-wapper {
    margin-top: 30px;
}

.blog-list .blog-list-wapper ul li {
    border: 1px solid #eaeaea;
    line-height: 30px;
}

.blog-list .blog-list-wapper ul li .post-desc {
    padding: 15px;
}

.blog-list .blog-list-wapper ul li .post-desc .post-title a {
    font-size: 14px;
    color: #333;
}

.blog-list .blog-list-wapper ul li .post-desc .post-title a:hover {
    color: #f96d10;
}

.blog-list .blog-list-wapper ul li .post-desc .post-meta {
    color: #919191;
    font-size: 13px;
}

.blog-list .blog-list-wapper ul li .post-desc .post-meta .date:before {
    font: normal normal normal 13px/1 FontAwesome;
    content: "\f1ec";
    padding-right: 5px;
}

.blog-list .blog-list-wapper ul li .post-desc .post-meta .comment:before {
    font: normal normal normal 13px/1 FontAwesome;
    content: "\f0e5";
    padding-right: 5px;
    padding-left: 15px;
}

.blog-list .blog-list-wapper ul li .readmore {
    text-align: right;
}

.blog-list .blog-list-wapper ul li .readmore a {
    color: #f96d10;
}

.blog-list .blog-list-wapper ul li .readmore a:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f178";
    padding-left: 10px;
}

.blog-list .blog-list-wapper .owl-controls .owl-next {
    top: -50px;
}

.blog-list .blog-list-wapper .owl-controls .owl-prev {
    left: inherit;
    right: 26px;
    top: -50px;
}

#footer2 {
    margin-top: 45px;
    border-top: 1px solid #eaeaea;
    background: #fff;
}

#footer2 .footer-top {
    padding: 10px 0;
}

#footer2 .footer-top .footer-menu {
    margin-top: 25px;
}

#footer2 .footer-top .footer-menu li {
    display: inline;
    float: left;
    padding: 0 10px;
}

#footer2 .footer-social {
    margin-top: 18px;
}

#footer2 .footer-social li {
    display: inline;
    float: right;
}

#footer2 .footer-social li>a .fa {
    line-height: inherit;
}

#footer2 .footer-social li>a {
    color: #fff;
    width: 32px;
    height: 32px;
    background: #415a99;
    float: left;
    text-align: center;
    line-height: 32px;
    margin-left: 5px;
}

#footer2 .footer-social li>a:hover {
    opacity: 0.8;
}

#footer2 .footer-social li>a.twitter {
    background: #00caff;
}

#footer2 .footer-social li>a.pinterest {
    background: #cb222a;
}

#footer2 .footer-social li>a.vk {
    background: #5b7fa6;
}

#footer2 .footer-social li>a.google-plus {
    background: #da4735;
}

#footer2 .footer-paralax {
    background: url("../images/brand_prlx_bg-small.jpg") 50% 0 no-repeat fixed;
    color: #fff;
}

#footer2 .footer-row {
    padding: 45px 0;
    background-color: rgba(0, 0, 0, 0.8);
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}

#footer2 .footer-center {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 0, 0.6);
}

#footer2 .footer-center h3 {
    text-transform: uppercase;
    padding-bottom: 20px;
}

#footer2 .footer-center p {
    color: #999;
    padding-bottom: 20px;
}

#footer2 .footer-row .form-subscribe {
    width: 540px;
    margin: 0 auto;
    border: 1px solid #999;
    line-height: normal;
}

#footer2 .footer-row .form-subscribe .form-group {
    width: 100%;
    position: relative;
}

#footer2 .footer-row .form-subscribe .form-control {
    width: 100%;
    background: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    padding-right: 40px;
    color: #fff;
}

#footer2 .footer-row .form-subscribe .btn {
    position: absolute;
    top: 3px;
    right: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    color: #fff;
}

#footer2 .widget-title {
    text-transform: uppercase;
    padding-bottom: 20px;
}

#footer2 .widget-body ul {
    padding-left: 25px;
}

#footer2 .widget-body li {
    line-height: 30px;
}

#footer2 .widget-body li a {
    color: #999;
    margin-left: -25px;
}

#footer2 .widget-body li a:hover {
    color: #fff;
}

#footer2 .widget-body li a:before {
    font-family: 'FontAwesome';
    font-size: 14px;
    content: "\f105";
    margin-right: 15px;
}

#footer2 .widget-body li a.location:before {
    content: "\f041";
}

#footer2 .widget-body li a.phone:before {
    content: "\f095";
}

#footer2 .widget-body li a.email:before {
    content: "\f003";
}

#footer2 .widget-body li a.mobile:before {
    content: "\f10b";
}

#footer2 .footer-bottom {
    background-color: rgba(0, 0, 0, 0.8);
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}

#footer2 .footer-bottom .footer-bottom-wapper {
    border-top: 1px solid #333333;
    padding: 30px 0;
}

#footer2 .footer-bottom .footer-payment-logo {
    text-align: right;
}

.block-banner {
    margin-top: 30px;
}

.block-banner .block-banner-left, .block-banner .block-banner-right {
    width: 50%;
    float: left;
}

.block-banner .block-banner-left {
    padding-right: 5px;
}

.block-banner .block-banner-right {
    padding-left: 5px;
}

.hot-deals-row {
    margin-top: 30px;
}

.hot-deals-box {
    border: 1px solid #eaeaea;
}

.hot-deals-box .hot-deals-tab {
    display: table;
    width: 100%;
}

.hot-deals-box .hot-deals-tab .hot-deals-title {
    width: 45px;
    display: table-cell;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    background: #853d08;
    color: #fff;
    padding-top: 40px;
}

.hot-deals-box .hot-deals-tab .hot-deals-title>span {
    width: 100%;
    float: left;
    text-align: center;
}

.hot-deals-box .hot-deals-tab .hot-deals-title>span.yellow {
    color: #ffcc00;
}

.hot-deals-box .hot-deals-tab .hot-deals-tab-box {
    display: table-cell;
    padding: 25px;
}

.hot-deals-box .hot-deals-tab .hot-deals-tab-box .nav-tab li {
    line-height: 40px;
    border-bottom: 1px solid #eaeaea;
    text-transform: uppercase;
    padding-left: 15px;
}

.hot-deals-box .hot-deals-tab .hot-deals-tab-box .nav-tab li.active>a {
    color: #0099cc;
}

.hot-deals-box .hot-deals-tab .box-count-down {
    margin-top: 20px;
    float: left;
    padding-left: 4px;
}

.hot-deals-box .hot-deals-tab .box-count-down .box-count {
    width: 67px;
    height: 67px;
    border: 1px solid #eaeaea;
    float: left;
    border-radius: 90%;
    text-align: center;
    padding: 10px;
    position: relative;
    color: #fff;
    margin-left: -4px;
    background: #fff;
}

.hot-deals-box .hot-deals-tab .box-count-down .dot {
    display: none;
}

.hot-deals-box .hot-deals-tab .box-count-down .box-count:before {
    width: 100%;
    height: 100%;
    background: #853d08;
    float: left;
    content: '';
    border-radius: 90%;
}

.hot-deals-box .hot-deals-tab .box-count-down .box-count:after {
    content: '';
    width: 23px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 34px;
    left: 20px;
}

.hot-deals-box .hot-deals-tab .box-count-down .number {
    position: absolute;
    width: 100%;
    left: 0;
    top: 15px;
}

.hot-deals-box .hot-deals-tab .box-count-down .text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 16px;
    font-size: 10px;
}

.hot-deals-box .hot-deals-tab-content-col {
    padding-left: 0;
}

.hot-deals-box .hot-deals-tab-content {
    padding: 30px 30px 0 0;
}

.hot-deals-box .product-list .left-block {
    border: 1px solid #eaeaea;
    padding: 0;
}

.hot-deals-box .product-list .right-block {
    padding: 0;
}

.box-products {
    margin-top: 30px;
}

.box-products .box-product-head {
    height: 30px;
    border-bottom: 1px solid #eaeaea;
}

.box-products .box-product-head .box-title {
    color: #333;
    text-transform: uppercase;
    border-bottom: 3px solid #ff3300;
    padding-bottom: 5px;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 5px;
}

.box-products .box-tabs {
    float: right;
}

.box-products .box-tabs li {
    display: inline;
    text-transform: uppercase;
    height: 30px;
    float: left;
}

.box-products .box-tabs li>a {
    position: relative;
    padding: 0 10px;
    display: block;
    line-height: normal;
    background: url('../images/kak3.png') no-repeat center right;
    float: left;
    height: 30px;
    line-height: 30px;
}

.box-products .box-tabs li>a:after {
    content: "\f0d8";
    font-family: 'FontAwesome';
    font-size: 13px;
    color: #853d08;
    position: absolute;
    bottom: -12px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
}

.box-products .box-tabs li>a:before {
    content: '';
    height: 1px;
    background: #853d08;
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    transform: scale(0, 1);
}

.box-products .box-tabs li:last-child>a {
    background: none;
}

.box-products .box-tabs li:last-child>a:before {
    right: 0;
}

.box-products .box-tabs li:last-child>a {
    border-right: none;
    padding-right: 0;
}

.box-products .box-tabs li>a:hover:before, .box-products .box-tabs li.active>a:before {
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.box-products .box-tabs li>a:hover, .box-products .box-tabs li.active>a {
    color: #333;
}

.box-products .box-tabs li>a:hover:after, .box-products .box-tabs li.active>a:after {
    display: block;
}

.box-products .box-product-content {
    margin-top: 20px;
}

.box-products .box-product-content .box-product-adv {
    width: 226px;
    float: left;
}

.box-products .box-product-content .box-product-list {
    margin-left: 236px;
}

.box-products .box-product-content .box-product-list .product-list li {
    border: 1px solid #eaeaea;
    padding-bottom: 10px;
    overflow: hidden;
}

.box-products .box-product-content .box-product-list .product-list li .right-block {
    margin-top: 30px;
}

.option3 .product-list li .price-percent-reduction2 {
    right: -8px;
}

.box-products.new-arrivals .box-tabs li>a:after {
    color: #ff3300;
}

.box-products.new-arrivals .box-tabs li>a:before {
    background: #ff3300;
}

.box-products.new-arrivals .box-product-head .box-title {
    border-bottom: 3px solid #ff3300;
}

.box-products.top-sellers .box-tabs li>a:after {
    color: #ffcc00;
}

.box-products.top-sellers .box-tabs li>a:before {
    background: #ffcc00;
}

.box-products.top-sellers .box-product-head .box-title {
    border-bottom: 3px solid #ffcc00;
}

.box-products.special-products .box-tabs li>a:after {
    color: #009966;
}

.box-products.special-products .box-tabs li>a:before {
    background: #009966;
}

.box-products.special-products .box-product-head .box-title {
    border-bottom: 3px solid #009966;
}

.box-products.recommendation .box-tabs li>a:after {
    color: #ff66cc;
}

.box-products.recommendation .box-tabs li>a:before {
    background: #ff66cc;
}

.box-products.recommendation .box-product-head .box-title {
    border-bottom: 3px solid #ff66cc;
}

.option3 .blog-list .page-heading {
    font-size: 18px;
}

.option3 .blog-list .blog-list-wapper ul li .readmore a {
    color: #0099cc;
}

.option3 .blog-list .page-heading span.page-heading-title {
    border-color: #0099cc;
}

.block-popular-cat {
    border: 1px solid #eaeaea;
    padding: 15px;
}

.block-popular-cat .parent-categories {
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: underline;
    padding-bottom: 15px;
}

.block-popular-cat .image {
    width: auto;
    display: inline-block;
}

.block-popular-cat .sub-categories {
    width: auto;
    display: inline-block;
    line-height: 30px;
}

.block-popular-cat .sub-categories>ul>li>a:before {
    content: '';
    background: #008a90;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 3px;
}

.block-popular-cat .more {
    height: 36px;
    width: 70px;
    line-height: 36px;
    color: #fff;
    background: #00abb3;
    margin-top: 10px;
    display: block;
    text-align: center;
}

.block-popular-cat .more:hover {
    color: #fff;
    opacity: 0.8;
}

.block-quickview {
    padding: 15px;
    background: #fff;
}

.service3 {
    padding-bottom: 30px;
}

.service3 .service-item {
    margin-top: 30px;
}

.service3 .service-item .icon {
    width: 50px;
    float: left;
}

.service3 .service-item .service-info {
    padding-left: 73px;
    display: block;
    padding-top: 8px;
}

.service3 .service-item .service-title a {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

.service3 .service-item .service-desc {
    color: #999;
}

.footer3 {
    background: #191919;
    padding-top: 10px;
}

.footer3 .footer-top, .footer3 .footer-bottom {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(80,80,80,0.6);
    overflow: hidden;
}

.footer3 .footer-bottom {
    padding: 40px 0;
}

.footer3 .footer-coppyright {
    padding: 30px 0;
}

.footer3 .footer-coppyright .coppyright, .footer3 .footer-coppyright .payment-logo {
    width: auto;
    display: inline-block;
    color: #ccc;
}

.footer3 .footer-coppyright .payment-logo {
    float: right;
}

.footer3 .footer-bottom .footer-bottom-left {
    width: 64%;
    float: left;
}

.footer3 .footer-bottom .footer-bottom-right {
    width: 36%;
    float: left;
}

.footer3 .widget-container {
    margin-bottom: 50px;
}

.footer3 .widget-container:last-child {
    margin-bottom: 0;
}

.footer3 .widget-container .widget-title, .footer3 .widget-container .block-heading h3 {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
}

.footer3 .widget-container li {
    line-height: 24px;
    list-style: none;
    font-weight: 300;
}

.footer3 .widget-container li a {
    color: #999;
}

.footer3 .widget-container li a:hover {
    color: #fff;
}

.footer3 .social-link a {
    margin-right: 20px;
}

.footer3 .social-link a:last-child {
    margin-right: 0;
}

.footer3 .social-link .fa {
    width: 32px;
    height: 32px;
    border: 1px solid #8c8c8c;
    background-color: transparent;
    color: #8c8c8c;
    webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.footer3 .mailchimp-form .input-group {
    border: 1px solid #505050;
}

.footer3 .mailchimp-form .input-group input {
    height: 40px;
    padding-left: 15px;
}

.footer3 .mailchimp-form .mailchimp-submit {
    height: 40px;
    background-color: #505050;
    border: none;
    color: #999999;
    text-transform: uppercase;
    padding: 0 20px;
    webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    float: right;
}

.footer3 .mailchimp-form .mailchimp-submit:hover, .footer3 .mailchimp-form .mailchimp-submit:focus {
    background-color: #ffd68f;
    color: #fff;
}

.section-featured-banner {
    margin-top: 30px;
}

.featured-banner {
    display: block;
    overflow: hidden;
    background: #fff;
}

.featured-banner .left, .featured-banner .right {
    width: 50%;
    float: left;
    position: relative;
}

.featured-banner .box-countdown {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 37px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-align: center;
}

.featured-banner .box-countdown .box-title {
    width: 100px;
    height: 100px;
    background-color: rgba(255,102,51,0.8);
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    padding: 15px 0;
    display: inline-block;
}

.featured-banner .box-countdown-inner {
    display: inline-block;
    height: 100px;
}

.featured-banner .box-countdown-inner .dot {
    display: none;
}

.featured-banner .box-countdown-inner .box-count {
    width: 80px;
    height: 100px;
    background-color: rgba(255,255,255,0.8);
    display: inline-block;
    float: left;
    margin-left: 1px;
    text-align: center;
    padding-top: 10px;
    color: #333;
    position: relative;
}

.featured-banner .box-countdown-inner .box-count:before {
    content: '';
    height: 1px;
    background-color: #b0b0ae;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.featured-banner .box-countdown-inner .box-count .number {
    font-size: 60px;
    font-weight: 700;
    display: block;
    line-height: 60px;
    position: relative;
}

.featured-banner .box-countdown-inner .box-count .text {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    margin-top: 3px;
    position: relative;
}

.featured-banner .box-small-banner {
    width: 50%;
    float: left;
    position: relative;
}

.featured-banner .box-small-banner .text-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
}

.featured-banner .box-small-banner .banner:before {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    background-color: rgba(255,102,51,0.8);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.featured-banner .box-small-banner .text-content .title {
    font-size: 18px;
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
}

.featured-banner .box-small-banner .text-content .title:after {
    content: '';
    height: 2px;
    background: #333;
    width: 50px;
    display: inline-block;
    margin: 0 auto 0 auto;
    margin-top: 3px;
}

.featured-banner .box-small-banner .text-content .title span {
    display: block;
}

.featured-banner .box-small-banner .text-content .sub-title {
    font-size: 14px;
    text-transform: uppercase;
    color: #666666;
    margin-top: 5px;
    display: inline-block;
}

.featured-banner .box-small-banner.style1 .text-content {
    display: none;
}

.featured-banner .box-small-banner.style1:hover .text-content, .featured-banner .box-small-banner:hover .group-button {
    display: block;
}

.featured-banner .box-small-banner:hover .banner:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

.featured-banner .box-small-banner.style1 .text-content .sub-title, .featured-banner .box-small-banner.style1 .text-content .title {
    color: #fff;
}

.featured-banner .box-small-banner.style1 .text-content .title:after {
    background-color: #fff;
}

.featured-banner .box-small-banner .group-button {
    position: absolute;
    bottom: 43px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
}

.featured-banner .box-small-banner .group-button a {
    font-size: 0;
    display: inline-block;
    float: left;
    margin-right: 30px;
}

.featured-banner .box-small-banner .group-button .btn-quick-view {
    width: 25px;
    height: 24px;
    background: url('../images/icon-quick-view.png') no-repeat center center;
}

.featured-banner .box-small-banner .group-button .btn-add-to-cart {
    width: 32px;
    height: 25px;
    background: url('../images/icon-add-tocart.png') no-repeat center center;
}

.featured-banner .box-small-banner .group-button .btn-compare {
    width: 24px;
    height: 24px;
    background: url('../images/icon-compare.png') no-repeat center center;
    margin-right: 0;
}

.featured-banner .box-small-banner.style2 img {
    opacity: 0;
    filter: alpha(opacity=0);
}

.featured-banner .box-small-banner.style2:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
}

.featured-banner .box-small-banner.style2:hover .text-content .title, .featured-banner .box-small-banner.style2:hover .text-content .sub-title {
    color: #fff;
}

.featured-banner .box-small-banner.style2:hover .text-content .title:after {
    background-color: #fff;
}

.featured-banner .box-small-banner.style2:hover .text-content .price del {
    color: #eaeaea;
}

.featured-banner .box-small-banner .price {
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    line-height: 18px;
    display: inline-block;
}

.featured-banner .box-small-banner .price ins {
    text-decoration: none;
}

.featured-banner .box-small-banner .price del {
    font-size: 14px;
    margin-left: 15px;
    color: #999999;
    font-weight: normal;
}

.featured-banner .banner-text {
    position: relative;
}

.featured-banner .banner-text .banner:before {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    background-color: rgba(255,102,51,0.8);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.featured-banner .banner-text:hover .banner:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

.featured-banner .banner-text .text-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
}

.featured-banner .banner-text .text-content .title {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
}

.featured-banner .banner-text .text-content .title span {
    display: block;
}

.featured-banner .banner-text .text-content .sub-title {
    display: inline-block;
    margin-top: 28px;
    font-size: 24px;
    font-weight: 600;
}

.featured-banner .banner-text .text-content .sub-title span {
    display: block;
}

.featured-banner .banner-text .text-content .sub-title span:first-child:after {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 0 auto;
    margin-bottom: 3px;
}

.featured-banner .banner-text .text-content .sub-title span:last-child {
    font-size: 14px;
    font-weight: normal;
}

.featured-banner .banner-text .group-button {
    margin-top: 45px;
}

.featured-banner .banner-text .group-button a {
    height: 40px;
    padding: 0 30px;
    line-height: 40px;
    color: #333;
    background-color: #fff;
    border: 2px solid #fff;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
}

.featured-banner .banner-text .group-button a.border {
    background-color: transparent;
    color: #fff;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
}

.hotcat-section {
    padding: 60px 0 35px 0;
    background: url("../images/service-bg.jpg") 50% 0 no-repeat fixed;
    position: relative;
    margin-top: 30px;
}

.section-title-2 {
    text-align: center;
    position: relative;
    margin-bottom: 55px;
}

.section-title-2:after {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #333333;
    margin: 0 auto;
    margin-top: 10px;
    display: block;
}

.section-title-2 h2 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 600;
}

.hotcat-section .section-title-2 {
    color: #fff;
}

.hotcat-section .section-title-2:after {
    background-color: #fff;
}

.section-band-logo {
    padding: 40px 0;
    background-color: #ebebeb;
}

.block-search form {
    width: 100%;
    background-color: #fff;
    position: relative;
}

.block-search .input-serach {
    width: 66%;
}

.block-search .input-serach input {
    width: 100%;
    padding: 12px 30px 12px 30px;
}

.block-search .form-category {
    width: 25%;
    border-left: 1px solid #eee;
}

.block-search .select2-container {
    width: 100%!important;
}

.block-search .select2-container--default .select2-selection--single {
    border: none;
}

.block-search .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 29px;
}

.block-search .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 2px;
}

.block-search .btn-search {
    width: 56px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    background-color: #394264;
}

.block-mini-cart {
    background-color: #11a8ab;
    color: #fff;
    vertical-align: middle;
}

.block-mini-cart .cart-link {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.block-mini-cart .cart-link .icon {
    width: 26px;
    height: 22px;
    display: inline-block;
    background: url('../images/icon-cart12.png') no-repeat center center;
    padding: 0 16px 0 22px;
    position: relative;
}

.block-mini-cart .cart-link .icon .count {
    position: absolute;
    top: -20px;
    left: 9px;
    width: 20px;
    height: 20px;
    background-color: #853d08;
    text-align: center;
    line-height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.block-mini-cart:hover .cart-block {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
    visibility: visible;
}

.block-top-slide {
    display: table;
    width: 100%;
    padding-top: 10px;
}

.block-top-slide .block-blank, .block-top-slide .block-slide, .block-top-slide .block-banner {
    display: table-cell;
}

.block-top-slide .block-blank {
    width: 281px;
}

.block-top-slide .block-slide {
    width: 680px;
    max-width: 680px;
}

.block-top-slide .block-slide .owl-controls .owl-prev, .block-top-slide .block-slide .owl-controls .owl-next {
    width: 40px;
    height: 40px;
    line-height: 38px;
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
    opacity: 0;
    visibility: hidden;
}

.block-top-slide .block-slide:hover .owl-controls .owl-prev, .block-top-slide .block-slide:hover .owl-controls .owl-next {
    opacity: 1;
    visibility: inherit;
}

.block-top-slide .block-slide .owl-controls .owl-prev {
    left: 10px;
}

.block-top-slide .block-slide .owl-controls .owl-next {
    right: 10px;
}

.block-top-slide .block-banner {
    max-width: 210px;
}

.block-top-slide .owl-controls .owl-dots {
    bottom: 20px;
}

.block-top-slide .owl-controls .owl-dots .owl-dot {
    border: 2px solid #eee;
    background-color: transparent;
    opacity: 0.7;
    margin: 0 5px;
}

.block-top-slide .owl-controls .owl-dots .owl-dot.active {
    background-color: #fff;
    border-color: #fff;
    opacity: 1;
}

.block-brands .owl-controls .owl-prev, .block-brands .owl-controls .owl-next {
    background-color: transparent;
    color: #cccccc;
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
    opacity: 0;
    visibility: hidden;
}

.block-brands:hover .owl-controls .owl-prev, .block-brands:hover .owl-controls .owl-next {
    opacity: 1;
    visibility: inherit;
}

.block-brands .owl-controls .owl-prev:hover, .block-brands .owl-controls .owl-next:hover {
    color: #999999;
}

.block-group-banner {
    margin: 0;
    padding-top: 30px;
}

.block-group-banner .item {
    padding: 0;
    margin-bottom: 30px;
}

.block-group-banner2 .item {
    margin-bottom: 30px;
}

.block-tab-category {
    margin-bottom: 30px;
    display: table;
    width: 100%;
}

.block-tab-category .head {
    background-color: #eee;
    border-bottom: 2px solid #853d08;
    display: table;
    width: 100%;
}

.block-tab-category .head .title {
    display: inline-block;
    float: left;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 18px;
    color: #333333;
    margin: 0;
    font-family: 'Oswald';
}

.block-tab-category .head .title .bar {
    width: 50px;
    height: 50px;
    text-align: center;
    display: inline-block;
    line-height: 50px;
    margin-right: 8px;
    cursor: pointer;
}

.block-tab-category .head .title .bar.active {
    background-color: #853d08;
    color: #fff;
}

.block-tab-category .box-tabs {
    display: inline-block;
    float: right;
}

.block-tab-category .box-tabs li {
    display: inline-block;
    float: left;
}

.block-tab-category .box-tabs li a {
    color: #666666;
    font-weight: 700;
    padding: 15px 20px;
    display: inline-block;
    position: relative;
}

.block-tab-category .box-tabs li a:hover, .block-tab-category .box-tabs li.active a {
    color: #853d08;
}

.block-tab-category .box-tabs li a:after {
    content: "\f0d8";
    font-family: 'FontAwesome';
    line-height: 2px;
    position: absolute;
    left: 50%;
    bottom: 2px;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.block-tab-category .box-tabs li a:hover:after, .block-tab-category .box-tabs li.active a:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.block-tab-category .block-banner {
    width: 31.1%;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}

.block-tab-category .tab-cat {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    padding-top: 30px;
    padding-left: 20px;
    background-color: rgba(255,51,102,0.8);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.block-tab-category .tab-cat.show {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: inherit;
}

.block-tab-category .tab-cat li>a {
    padding: 10px 0;
    color: #fff;
    display: inline-block;
    width: 100%;
    padding-left: 15px;
}

.block-tab-category .tab-cat li>a .img-2 {
    display: none;
}

.block-tab-category .tab-cat li>a>img {
    margin-right: 5px;
}

.block-tab-category .tab-cat li>a:hover {
    background-color: #fff;
    color: #333;
}

.block-tab-category .tab-cat li>a:hover .img-1 {
    display: none;
}

.block-tab-category .tab-cat li>a:hover .img-2 {
    display: inline-block;
}

.block-tab-category .block-content {
    width: 68.9%;
    float: left;
}

.block-tab-category .tab-products .product-style3 {
    width: 33.333333%;
    float: left;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    float: left;
}

.block-tab-category.men .head {
    border-color: #11a8ab;
}

.block-tab-category.men .box-tabs li a:hover, .block-tab-category.men .box-tabs li.active a {
    color: #11a8ab;
}

.block-tab-category.men .head .title .bar.active {
    background-color: #11a8ab;
}

.block-tab-category.men .tab-cat {
    background-color: rgba(17,168,171,0.8);
}

.block-tab-category.men .product-style3 .btn-add-to-cart:hover, .block-tab-category.men .product-style3 .group-button-control a:hover {
    background-color: #11a8ab;
}

/**/
.block-tab-category.accessories .head {
    border-color: #0066cc;
}

.block-tab-category.accessories .box-tabs li a:hover, .block-tab-category.accessories .box-tabs li.active a {
    color: #0066cc;
}

.block-tab-category.accessories .head .title .bar.active {
    background-color: #0066cc;
}

.block-tab-category.accessories .tab-cat {
    background-color: rgba(0,102,204,0.8);
}

.block-tab-category.accessories .product-style3 .btn-add-to-cart:hover, .block-tab-category.accessories .product-style3 .group-button-control a:hover {
    background-color: #0066cc;
}

.product-style3 {
    position: relative;
    overflow: hidden;
}

.product-style3 .product-info {
    padding: 15px 15px 3px 15px;
}

.product-style3 .product-name a {
    color: #333;
    font-size: 14px;
}

.product-style3 .price {
    color: #853d08;
}

.product-style3 .product-star {
    display: table;
    font-size: 13px;
    color: #ffae00;
    margin-top: 5px;
}

.product-style3 .product-star .fa {
    margin-right: 3px;
}

.product-style3 .product-star .fa:last-child {
    margin-right: 0;
}

.product-style3 .btn-add-to-cart {
    padding: 12px 0;
    background-color: rgba(57,66,100,0.9);
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    font-family: 'Oswald';
    font-size: 16px;
    font-weight: 300;
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.product-style3 .btn-add-to-cart:before {
    content: '';
    width: 20px;
    height: 16px;
    display: inline-block;
    background: url('../images/cart12.png') no-repeat center center;
    margin-right: 5px;
}

.product-style3 .btn-add-to-cart:hover {
    background-color: #853d08;
}

.product-style3:hover .btn-add-to-cart {
    bottom: 0;
}

.product-style3 .group-button-control {
    width: auto;
    position: absolute;
    bottom: 90px;
    right: 5px;
}

.product-style3 .wishlist {
    background-image: url('../images/wishlist12.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.product-style3 .compare {
    background-image: url('../images/compare12.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.product-style3 .quickview {
    background-image: url('../images/quickview12.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.product-style3 .group-button-control a {
    width: 39px;
    height: 34px;
    display: block;
    margin-top: 10px;
    background-color: #eeeeee;
    line-height: 34px;
    font-size: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    opacity: 0;
    filter: alpha(opacity=0);
}

.product-style3 .group-button-control a:hover {
    background-color: #853d08;
    color: #fff;
}

.product-style3:hover .group-button-control a {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.product-style3 .status {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    display: inline-block;
    font-family: 'Oswald';
    font-size: 12px;
    color: #fff;
}

.product-style3 .status.sale {
    background-color: #89b13a;
    bottom: 15px;
    right: 15px;
}

.product-style3 .status.new {
    background-color: #fa894b;
    bottom: 15px;
    left: 15px;
}

.footer4 {
    border-top: 5px solid #eee;
}

.footer4 .footer-top {
    overflow: hidden;
}

.footer4 .footer-top .left {
    width: 64%;
    float: left;
}

.footer4 .footer-top .right {
    width: 36%;
    float: left;
}

.footer4 .widget-container {
    margin-top: 30px;
}

.footer4 .widget-container .widget-title {
    font-size: 16px;
    font-family: 'Oswald';
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #333;
}

.footer4 .widget-container li {
    line-height: 28px;
}

.footer4 .social-link {
    overflow: hidden;
}

.footer4 .social-link a {
    float: left;
}

.footer4 .social-link .fa {
    width: 32px;
    height: 32px;
    border: 2px solid #999999;
    background-color: transparent;
    color: #999999;
    webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-right: 15px;
}

.footer4 .widget-container .widget-title, .footer4 .widget-container .block-heading h3 {
    font-size: 16px;
    font-family: 'Oswald';
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #333;
}

.footer4 .mailchimp-form .input-group {
    border: 1px solid #eee;
}

.footer4 .mailchimp-form .input-group input {
    height: 40px;
    padding-left: 15px;
}

.footer4 .mailchimp-form .mailchimp-submit {
    height: 42px;
    background-color: #11a8ab;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 0 20px;
    float: right;
    font-size: 16px;
    font-family: 'Oswald';
    font-weight: 300;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin-top: -1px;
    margin-right: -1px;
}

.footer4 .mailchimp-form .mailchimp-submit:hover {
    opacity: 0.8;
}

.footer4 .footer-middle {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin-top: 30px;
}

.footer4 .footer-link {
    text-align: center;
}

.footer4 .footer-bottom {
    padding: 30px 0;
}

.footer4 .footer-link a {
    border-right: 1px solid #666;
    display: inline-block;
    padding: 0 10px;
    line-height: 11px;
    margin: 5px 0;
}

.footer4 .footer-link a:last-child {
    border: none;
}

.footer4 .footer-coppyright {
    text-align: center;
    font-family: 'Oswald';
    font-weight: 300;
    color: #333;
    padding: 20px 0;
}

.footer4 .footer-middle {
    padding: 10px 0;
}

.block-cat {
    border: 1px solid #eee;
    margin-bottom: 30px;
    position: relative;
    padding: 30px;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.block-cat .sub-cat {
    width: auto;
    display: inline-block;
}

.block-cat .sub-cat li {
    border-bottom: 1px solid #eee;
    padding: 4px 0;
    padding-right: 30px;
    list-style: inside;
}

.block-cat .read-more {
    display: block;
    font-family: 'Oswald';
    font-weight: 300;
    color: #333;
    margin-top: 20px;
}

.block-cat .read-more:before {
    content: '';
    width: 20px;
    height: 2px;
    background-color: #999999;
    display: block;
    margin-bottom: 4px;
}

.block-cat .cat-title {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 24px;
    color: #999999;
    font-family: 'Oswald';
    font-weight: 300;
    text-align: right;
}

.block-cat .cat-title span {
    display: block;
    line-height: auto;
}

.block-cat .cat-title .cat-name {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.block-cat.women {
    background-image: url('../data/option12/women.png');
}

.block-cat.women .cat-name {
    color: #853d08;
}

.block-cat.men {
    background-image: url('../data/option12/men.png');
}

.block-cat.men .cat-name {
    color: #11a8ab;
}

.block-cat.accessory {
    background-image: url('../data/option12/Accessory.png');
}

.block-cat.accessory .cat-name {
    color: #2b5e92;
}

.section-blog-12 {
    padding-bottom: 30px;
}

.section-blog-12 .section-title {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 20px;
}

.section-blog-12 .section-title:before {
    content: '';
    width: 20px;
    height: 2px;
    background-color: #333333;
    display: block;
}

.section-blog-12 .section-title .sub-title {
    display: block;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    color: #999999;
}

.blog12 {
    border: 1px solid #eee;
    display: table;
    width: 100%;
}

.blog12 .thumb, .blog12 .info {
    width: 50%;
    float: left;
}

.blog12 .info {
    padding: 25px;
    position: relative;
}

.blog12 .date {
    padding: 5px 12px;
    display: inline-block;
    background-color: #853d08;
    color: #fff;
    font-size: 16px;
}

.blog12 .blog-title {
    font-size: 24px;
    padding-top: 30px;
    text-transform: uppercase;
    margin-bottom: 70px;
}

.blog12 .blog-title a {
    color: #333;
}

.blog12 .blog-title a:hover {
    color: #853d08;
}

.blog12 .read-more {
    font-family: 'Oswald';
    font-weight: 300;
    text-transform: uppercase;
}

.blog12 .read-more:before {
    content: '';
    width: 20px;
    height: 2px;
    background-color: #999;
    display: block;
}

.section-blog-12 .owl-controls .owl-prev, .section-blog-12 .owl-controls .owl-next {
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #b3b3b3;
    line-height: 22px;
    top: -40px;
}

.section-blog-12 .owl-controls .owl-prev {
    left: inherit;
    right: 36px;
}

.section-band-logo.style2 {
    background-color: transparent;
    padding: 0;
    padding-bottom: 30px;
}

.section-band-logo.style2 a {
    padding: 0 1px;
    display: inline-block;
}

.section-band-logo.style2 .owl-controls .owl-prev, .section-band-logo.style2 .owl-controls .owl-next {
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #b3b3b3;
    line-height: 22px;
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
    opacity: 0;
    visibility: hidden;
}

.section-band-logo.style2 .owl-controls .owl-prev {
    left: -12px;
}

.section-band-logo.style2 .owl-controls .owl-next {
    right: -12px;
}

.section-band-logo.style2:hover .owl-controls .owl-prev, .section-band-logo.style2:hover .owl-controls .owl-next {
    opacity: 1;
    visibility: inherit;
}

.block-hotdeal-week {
    border: 1px solid #eee;
}

.block-hotdeal-week .title {
    padding: 13px 24px;
    background-color: #eee;
    text-transform: uppercase;
    font-family: 'Oswald';
    font-weight: 300;
    color: #333;
    font-size: 18px;
}

.block-hotdeal-week .inner {
    padding: 23px 10px;
}

.block-hotdeal-week .product {
    text-align: center;
}

.block-hotdeal-week .countdown-lastest {
    text-align: center;
    display: table;
    margin: 0 auto;
}

.block-hotdeal-week .price {
    color: #853d08;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
}

.block-hotdeal-week .price ins {
    text-decoration: none;
    margin-right: 10px;
}

.block-hotdeal-week .price del {
    color: #999;
}

.block-hotdeal-week .countdown-lastest .dot {
    display: none;
}

.block-hotdeal-week .countdown-lastest .box-count {
    width: 42px;
    display: inline-block;
    margin-right: 15px;
}

.block-hotdeal-week .countdown-lastest .box-count .number {
    background-color: #853d08;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    height: 34px;
    width: 100%;
    line-height: 34px;
    font-weight: 600;
}

.block-hotdeal-week .countdown-lastest .box-count .text {
    display: block;
    color: #999;
    font-family: 'Oswald';
}

.block-hotdeal-week .owl-controls .owl-prev, .block-hotdeal-week .owl-controls .owl-next {
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #b3b3b3;
    line-height: 22px;
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
    opacity: 0;
    visibility: hidden;
}

.block-hotdeal-week .owl-controls .owl-prev {
    left: -22px;
}

.block-hotdeal-week .owl-controls .owl-next {
    right: -22px;
}

.block-hotdeal-week .owl-carousel:hover .owl-controls .owl-prev, .block-hotdeal-week .owl-carousel:hover .owl-controls .owl-next {
    opacity: 1;
    visibility: inherit;
}

.block-hotdeal-week .product-name {
    font-size: 14px;
    margin-bottom: 10px;
}

.block-hotdeal-week .btn-add-to-cart {
    padding: 0 13px;
    background-color: #11a8ab;
    color: #fff;
    height: 34px;
    line-height: 34px;
    display: inline-block;
}

.block-hotdeal-week .btn-add-to-cart:before {
    content: '';
    width: 20px;
    height: 16px;
    display: inline-block;
    background: url('../images/cart12.png') no-repeat center center;
    margin-right: 5px;
}

.block-hotdeal-week .wishlist, .block-hotdeal-week .compare {
    width: 40px;
    height: 34px;
    background-color: #eee;
    display: inline-block;
    font-size: 0;
}

.block-hotdeal-week .wishlist {
    background-image: url('../images/wishlist12.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.block-hotdeal-week .compare {
    background-image: url('../images/compare12.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.block-hotdeal-week .btn-add-to-cart:hover, .block-hotdeal-week .wishlist:hover, .block-hotdeal-week .compare:hover {
    background-color: #853d08;
}

.block-testimonials2 {
    background-color: #394264;
    color: #fff;
    margin-top: 30px;
    padding: 20px;
}

.block-testimonials2 li {
    padding-top: 17px;
    margin-bottom: 20px;
}

.block-testimonials2 li img {
    border: 3px solid #bcbdbe;
    border-radius: 90%;
    opacity: 0.5;
}

.block-testimonials2 .item-center li {
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 2;
    top: -17px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.block-testimonials2 .item-center li img {
    opacity: 1;
}

.block-testimonials2 .info {
    display: none;
}

.block-testimonials2 .text {
    margin-bottom: 15px;
}

.block-testimonials2 .text:before {
    content: "\f10d";
    font-family: 'FontAwesome';
    font-size: 40px;
    color: #009999;
    margin-right: 10px;
    line-height: normal;
}

.block-testimonials2 .name {
    text-align: right;
    float: right;
}

.block-testimonials2 .testimonial-caption {
    overflow: hidden;
}

.block-new-product12 {
    border: 1px solid #eee;
    margin-top: 30px;
}

.block-new-product12 .title {
    padding: 13px 24px;
    background-color: #eee;
    text-transform: uppercase;
    font-family: 'Oswald';
    font-weight: 300;
    color: #333;
    font-size: 18px;
}

.block-new-product12 .inner {
    padding: 10px 25px;
}

.block-new-product12 .price {
    color: #853d08;
    text-decoration: none;
    display: inline-block;
}

.block-new-product12 .price ins {
    text-decoration: none;
    margin-right: 10px;
}

.block-new-product12 .price del {
    color: #999;
    font-weight: normal;
}

.block-new-product12 .product {
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
    margin-top: 12px;
    overflow: hidden;
}

.block-new-product12 .product .image {
    width: 80px;
    height: 80px;
    float: left;
}

.block-new-product12 .product .info {
    margin-left: 105px;
}

.block-new-product12 .product .product-name {
    font-size: 14px;
    margin-bottom: 10px;
}

.block-new-product12 .owl-controls {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

.block-new-product12 .owl-controls .owl-prev, .block-new-product12 .owl-controls .owl-next {
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #b3b3b3;
    line-height: 22px;
    position: static;
    top: inherit;
    right: inherit;
    left: inherit;
    bottom: inherit;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: inline-block;
    margin: 0 5px;
}

.block-banner12 {
    margin-top: 30px;
}

.block-top-brands {
    margin-top: 30px;
}

.block-top-brands .owl-controls .owl-prev, .block-top-brands .owl-controls .owl-next {
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
    opacity: 0;
    visibility: hidden;
}

.block-top-brands .owl-controls .owl-prev {
    left: -24px;
}

.block-top-brands .owl-controls .owl-next {
    right: -24px;
}

.block-top-brands .owl-carousel:hover .owl-next {
    right: -12px;
    opacity: 1;
    visibility: inherit;
}

.block-top-brands .owl-carousel:hover .owl-prev {
    left: -12px;
    opacity: 1;
    visibility: inherit;
}

.block-top-brands .head {
    display: table;
    width: 100%;
    background-color: #f8f8f8;
}

.block-top-brands .head .tab, .block-top-brands .head .title {
    display: table-cell;
}

.block-top-brands .head .title {
    background-color: #ffae00;
    color: #fff;
    text-transform: uppercase;
    width: 34px;
}

.block-top-brands .head .title .text {
    text-align: center;
    margin: 0 auto;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    left: -35px;
    top: 50%;
    letter-spacing: 4px;
}

.block-top-brands .bx-wrapper .bx-viewport {
    moz-box-shadow: 0 0 0 #ccc;
    -webkit-box-shadow: 0 0 0 #ccc;
    box-shadow: 0 0 0 #ccc;
    border: 0 solid #fff;
    left: 0;
    background: #f8f8f8;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.block-top-brands .list-brand {
    padding-left: 1px;
}

.block-top-brands .list-brand .item {
    border-left: 2px solid transparent;
    border-right: 1px solid #eee;
}

.block-top-brands .list-brand .item>a {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    display: inline-block;
    width: 100%;
}

.block-top-brands .list-brand .item:hover>a, .block-top-brands .list-brand .item.active>a {
    border-bottom-color: #eee;
    border-top-color: #eee;
}

.block-top-brands .list-brand .item:hover, .block-top-brands .list-brand .item.active {
    background-color: #fff;
    border-right-color: #fff;
    border-left-color: #ffae00;
}

.block-top-brands .bx-wrapper .bx-controls-direction a {
    margin: 0;
    width: 25px;
    height: 25px;
    webkit-border-radius: 90%;
    -moz-border-radius: 90%;
    -ms-border-radius: 90%;
    -o-border-radius: 90%;
    border-radius: 90%;
    border: 1px solid #eee;
    line-height: 23px;
    font-size: 13px;
    background: none;
    background-color: #fff;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-indent: inherit;
    font-size: 0;
    text-align: center;
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
    opacity: 0;
    visibility: hidden;
}

.block-top-brands .bx-wrapper:hover .bx-controls-direction a {
    opacity: 1;
    visibility: inherit;
}

.block-top-brands .bx-wrapper .bx-controls-direction a:hover {
    background-color: #ffae00;
    border-color: #ffae00;
    color: #fff;
}

.block-top-brands .bx-wrapper .bx-prev {
    top: -12px;
    left: 50%;
    top: 0;
}

.block-top-brands .bx-wrapper .bx-prev:before {
    content: "\f0d8";
    font-family: 'FontAwesome';
    font-size: 13px;
}

.block-top-brands .bx-wrapper .bx-next:before {
    content: "\f0d7";
    font-family: 'FontAwesome';
    font-size: 13px;
}

.block-top-brands .bx-wrapper .bx-next {
    top: inherit;
    bottom: 0;
    right: inherit;
    left: 50%;
}

.block-top-brands .bx-wrapper:hover .bx-next {
    bottom: -12px;
}

.block-top-brands .bx-wrapper:hover .bx-prev {
    top: -12px;
}

.block-top-brands .product-style3 .status.sale {
    background-color: #aa8056;
    left: 15px;
    top: 15px;
    right: inherit;
    bottom: inherit;
    text-transform: uppercase;
}

.block-top-brands .product-style3 .status.new {
    background-color: #2ea76f;
    right: 15px;
    top: 15px;
    left: inherit;
    bottom: inherit;
    text-transform: uppercase;
}

.block-top-brands .product-style3 {
    border: 1px solid #eee;
    padding-bottom: 15px;
}

.block-testimonials3 {
    margin-top: 30px;
    background-color: #f2e9e0;
}

.block-testimonials3 .blank {
    height: 32px;
    background-color: #fff;
}

.block-testimonials3 .image {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #f2e9e0;
    position: absolute;
    left: 50%;
    top: 0;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.block-testimonials3 .image img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.block-testimonials3 li {
    position: relative;
}

.block-testimonials3 .info {
    padding: 80px 20px 15px 20px;
    overflow: hidden;
}

.block-testimonials3 .text {
    margin-bottom: 12px;
}

.block-testimonials3 .text:before {
    content: "\f10d";
    font-family: 'FontAwesome';
    font-size: 40px;
    color: #a5917b;
    margin-right: 10px;
    line-height: normal;
}

.block-testimonials3 .name {
    text-align: right;
    float: right;
}

.block-testimonials3 .owl-controls .owl-dots {
    position: static;
    padding-bottom: 20px;
}

.block-testimonials3 .owl-controls .owl-dots .owl-dot {
    border: 2px solid #a5917b;
    background-color: transparent;
    opacity: 0.6;
    width: 10px;
    height: 10px;
    margin: 0 3px;
}

.owl-controls .owl-dots .owl-dot.active {
    background-color: #ff7c1d;
    border-color: #ff7c1d;
    opacity: 1;
}

.block-slide14 .owl-controls .owl-dots {
    bottom: 20px;
}

.block-slide14 .owl-controls .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background-color: #999;
    margin: 0 2px;
}

.block-slide14 .owl-controls .owl-dots .owl-dot.active {
    width: 14px;
    height: 14px;
    border: 2px solid #cc9933;
    background-color: transparent;
    margin-top: -3px;
}

.block-group-banner-top {
    padding-bottom: 40px;
}

.block-group-banner-top .item {
    margin-top: 30px;
}

.block-tab-category14 {
    padding-top: 40px;
}

.block-tab-category14 .head {
    position: relative;
}

.block-tab-category14 .head:after {
    content: '';
    width: 80%;
    position: absolute;
    right: 0;
    top: 50%;
    height: 1px;
    background: #eee;
}

.block-tab-category14 .bar {
    width: 36px;
    height: 32px;
    display: inline-block;
    border: 1px solid #eee;
    color: #999;
    text-align: center;
    line-height: 30px;
}

.block-tab-category14 .box-tabs {
    padding: 0;
    display: inline-block;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.block-tab-category14 .box-tabs li {
    display: inline;
    float: left;
}

.block-tab-category14 .box-tabs li:after {
    content: '';
    width: 18px;
    height: 18px;
    background: url('../images/kak4.png') no-repeat center center;
    display: inline-block;
    margin-top: 5px;
}

.block-tab-category14 .box-tabs li:last-child:after {
    display: none;
}

.block-tab-category14 .box-tabs li a {
    line-height: 30px;
    margin: 0 15px;
    position: relative;
}

.block-tab-category14 .box-tabs li a:after {
    content: '';
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    background-color: #cc9933;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.block-tab-category14 .box-tabs li:hover a:after, .block-tab-category14 .box-tabs li.active a:after {
    opacity: 1;
}

.block-tab-category14 .box-tabs li:hover a, .block-tab-category14 .box-tabs li.active a {
    color: #cc9933;
}

.block-tab-category14 .link-all {
    border: 1px solid #eee;
    padding: 5px 10px;
    display: inline-block;
    float: right;
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.block-tab-category14 .link-all:before {
    content: '';
    height: 5px;
    background-color: #fff;
    width: 15px;
    position: absolute;
    left: -16px;
    top: 50%;
}

.block-tab-category14 .link-all:hover {
    background-color: #cc9933;
    color: #fff;
    border-color: #cc9933;
}

.block-tab-category14 .product-style4 {
    margin-top: 30px;
}

.product-style4 {
    border: 1px solid transparent;
    padding-bottom: 20px;
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
    position: relative;
}

.product-style4 .product-thumb {
    position: relative;
    overflow: hidden;
}

.product-style4 .product-thumb img {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    display: inherit;
}

.product-style4 .product-thumb .secondary_image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.product-style4:hover .product-thumb .secondary_image {
    opacity: 1;
}

.product-style4 .btn-add-to-cart {
    padding: 12px 0;
    background-color: rgba(207,161,69,0.7);
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: -50px;
    left: 17px;
    right: 17px;
    font-weight: 300;
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.product-style4 .btn-add-to-cart:before {
    content: '';
    width: 20px;
    height: 16px;
    display: inline-block;
    background: url('../images/cart12.png') no-repeat center center;
    margin-right: 5px;
}

.product-style4 .btn-add-to-cart:hover {
    background-color: #cfa145;
    color: #fff;
}

.product-style4:hover .btn-add-to-cart {
    bottom: 0;
}

.product-style4 .group-button-control {
    width: auto;
    position: absolute;
    bottom: 64px;
    right: 17px;
}

.product-style4 .wishlist {
    background-image: url('../images/wishlist12.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.product-style4 .compare {
    background-image: url('../images/compare12.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.product-style4 .quickview {
    background-image: url('../images/quickview12.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.product-style4 .group-button-control a {
    width: 39px;
    height: 34px;
    display: block;
    margin-top: 10px;
    background-color: #ddd;
    line-height: 34px;
    font-size: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    opacity: 0;
    filter: alpha(opacity=0);
    border: 1px solid #d6d6d6;
}

.product-style4 .group-button-control a:hover {
    background-color: #cfa145;
    color: #fff;
}

.product-style4:hover .group-button-control a {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.product-style4 .status {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    display: inline-block;
    font-family: 'Oswald';
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.product-style4 .status.sale {
    background-color: #ff6666;
    top: 15px;
    right: 15px;
}

.product-style4 .status.new {
    background-color: #cc9933;
    top: 15px;
    left: 15px;
}

.product-style4 .product-info {
    padding-top: 25px;
}

.product-style4 .product-name {
    font-size: 14px;
    margin-bottom: 10px;
}

.product-style4 .price {
    font-size: 16px;
    color: #333;
}

.product-style4 .price ins {
    text-decoration: none;
    margin-right: 5px;
}

.product-style4 .price del {
    color: #999;
}

.product-style4:hover {
    border-color: #cc9933;
    text-align: center;
    background-color: #eee;
}

.section-block-deal {
    padding: 70px 0 70px 0;
    background-image: url('../images/bg-hotdeal.jpg');
    background-position: top;
    background-repeat: no-repeat;
    margin-top: 50px;
}

.block-deal {
    overflow: hidden;
    padding-bottom: 135px;
}

.block-deal .title {
    font-size: 18px;
    font-weight: 800;
    color: #cc9933;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.block-deal .box-count {
    margin-right: 8px;
    display: inline-block;
}

.block-deal .countdown-lastest .dot {
    display: none;
}

.block-deal .box-count .number {
    width: 50px;
    height: 40px;
    background-color: #333;
    font-size: 18px;
    font-weight: 700;
    display: table;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.block-deal .box-count .text {
    display: table;
    width: 100%;
    text-align: center;
    padding-top: 5px;
    color: #333;
    font-weight: 600;
}

.block-deal .product-name {
    font-size: 24px;
    font-weight: 700;
    margin-top: 55px;
    margin-bottom: 10px;
}

.block-deal .desc {
    color: #666;
    margin-bottom: 25px;
}

.block-deal .price {
    color: #cc9933;
    font-weight: 700;
    font-size: 24px;
    line-height: 18px;
    display: table;
    width: 100%;
    padding-bottom: 15px;
}

.block-deal .price ins {
    text-decoration: none;
    margin-right: 10px;
}

.block-deal .price del {
    font-size: 18px;
    color: #666;
}

.block-deal .btn-add-to-cart, .block-deal .wishlist {
    width: 44px;
    height: 44px;
    display: inline-block;
    float: left;
    font-size: 0;
    margin-right: 5px;
}

.block-deal .btn-add-to-cart {
    background: #cc9933 url('../images/cart12.png') no-repeat center center
}

.block-deal .btn-add-to-cart:hover {
    opacity: 0.8;
}

.block-deal .wishlist {
    border: 1px solid #c8c8c8;
    background-image: url('../images/wishlist12.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.block-deal .wishlist:hover {
    background-color: #cc9933;
    border-color: #cc9933;
}

.block-top-brands2 {
    margin-top: 50px;
}

.block-top-brands2 .title {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
}

.block-top-brands2 .list-brands {
    max-width: 887px;
    display: block;
    margin: 0 auto;
    padding: 20px 0;
}

.block-top-brands2 .list-brands img {
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.block-top-brands2 .list-brands a:hover img {
    border-color: #cc9933;
}

.block-top-brands2 .list-brands a.active img {
    border-color: #cc9933;
    border-width: 2px;
}

.block-top-brands2 .list-brands .owl-controls .owl-prev, .block-top-brands2 .list-brands .owl-controls .owl-next {
    position: static;
    left: inherit;
    top: inherit;
    right: inherit;
    bottom: inherit;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 1px solid #eee;
    background-color: transparent;
    line-height: 16px;
    font-size: 12px;
    margin: 0 3px;
}

.block-top-brands2 .list-brands .owl-controls .owl-next .fa:before {
    content: "\f0da";
}

.block-top-brands2 .list-brands .owl-controls .owl-prev .fa:before {
    content: "\f0d9";
}

.block-top-brands2 .list-brands .owl-controls .owl-prev:hover, .block-top-brands2 .list-brands .owl-controls .owl-next:hover {
    background-color: #cc9933;
    border-color: #cc9933;
}

.block-top-brands2 .list-brands .owl-nav {
    position: absolute;
    left: 50%;
    top: -9px;
    background-color: #fff;
    padding: 0 10px;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.block-top-brands2 .brand-products .owl-controls .owl-prev, .block-top-brands2 .brand-products .owl-controls .owl-next {
    width: 44px;
    height: 44px;
    background-color: #e5e5e5;
    border-color: #dfdfdf;
    font-size: 20px;
    line-height: 42px;
    top: 40%;
}

.block-top-brands2 .brand-products .owl-controls .owl-prev:hover, .block-top-brands2 .brand-products .owl-controls .owl-next:hover {
    background-color: #cc9933;
    border-color: #cc9933;
}

.block-top-brands2 .brand-products .owl-controls .owl-next {
    right: -63px;
}

.block-top-brands2 .brand-products .owl-controls .owl-prev {
    left: -63px;
}

.block-newsletter {
    margin: 40px 0;
    background: url('../images/bg-block-newsletter.jpg') no-repeat center center;
    padding: 35px 0;
}

.block-newsletter .subscribe-form {
    text-align: center;
    color: #333;
}

.block-newsletter .block-title {
    line-height: 24px;
    color: #333;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.block-newsletter .input-box {
    text-align: left;
    margin: 0px;
    padding: 0 0 0 20px;
    position: relative;
    margin-top: 20px;
}

.block-newsletter input.input-text {
    display: block;
    height: 46px;
    margin: 0;
    width: 100%;
    border-width: 0px;
    border-style: solid;
    padding-right: 46px;
    padding-left: 20px;
    color: #333333;
    background-color: #ffffff;
    border-color: #dddddd;
}

.block-newsletter .actions {
    padding: 0;
    margin: 0px;
    position: absolute;
    right: 0;
    top: 0;
}

.block-newsletter .actions button.button {
    background-image: url(../images/icon-subscribe.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-width: 0 0 0 1px;
    height: 26px;
    margin: 10px 0;
    text-indent: -999em;
    width: 46px;
    color: #ffffff;
    background-color: transparent;
    border-color: #cfcfcf;
}

.block-static {
    margin-bottom: 45px;
}

.block-static .title {
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 30px;
    position: relative;
}

.block-static .title:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background-color: #eee;
}

.block-static .title span {
    display: inline-block;
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding-right: 10px;
}

.block-static .block-static-products ul.list li {
    margin-bottom: 30px;
    display: block;
    width: 100%;
    float: left;
}

.block-static .block-static-products .product-thumb {
    width: 100px;
    float: left;
    border: 1px solid transparent;
}

.block-static .block-static-products .product-info {
    margin-left: 120px;
}

.block-static .owl-controls .owl-prev, .block-static .owl-controls .owl-next {
    position: static;
    left: inherit;
    top: inherit;
    right: inherit;
    bottom: inherit;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 1px solid #eee;
    background-color: transparent;
    line-height: 16px;
    font-size: 12px;
    margin: 0 3px;
}

.block-static .owl-controls .owl-next .fa:before {
    content: "\f0da";
}

.block-static .owl-controls .owl-prev .fa:before {
    content: "\f0d9";
}

.block-static .owl-controls .owl-prev:hover, .block-static .owl-controls .owl-next:hover {
    background-color: #cc9933;
    border-color: #cc9933;
}

.block-static .owl-nav {
    position: absolute;
    right: 0;
    top: -45px;
    background-color: #fff;
    padding-left: 10px;
}

.block-static .product-name {
    font-size: 14px;
    margin-bottom: 5px;
}

.block-static .price {
    color: #333;
    font-size: 16px;
}

.block-static .price ins {
    text-decoration: none;
    margin-right: 5px;
}

.block-static .price del {
    color: #999;
}

.block-static .group-button-control {
    margin-top: 30px;
}

.block-static .group-button-control a {
    width: 40px;
    height: 34px;
    display: inline-block;
    background-color: #e5e5e5;
    border: 1px solid #dfdfdf;
    font-size: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    opacity: 0;
    filter: alpha(opacity=0);
}

.block-static .group-button-control a:hover {
    background-color: #d1a347;
    border-color: #d1a347;
}

.block-static .group-button-control .wishlist {
    background-image: url('../images/wishlist12.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.block-static .group-button-control .compare {
    background-image: url('../images/compare12.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.block-static .group-button-control .quickview {
    background-image: url('../images/quickview12.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.block-static .group-button-control .btn-add-to-cart {
    background-image: url('../images/cart12.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #d1a347;
    border-color: #d1a347;
}

.block-static .block-static-products ul.list li:hover .group-button-control a {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.block-static .block-static-products ul.list li:hover .product-thumb {
    border-color: #d1a347;
}

.footer5 {
    background-color: #333333;
    color: #999;
    padding-top: 30px;
}

footer.footer5 a {
    color: #999;
}

.footer5 .footer-top {
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(102,102,102,0.3);
}

.footer5 .footer-top .left {
    width: 30%;
    float: left;
}

.footer5 .footer-top .right {
    width: 70%;
    float: left;
}

.footer5 .footer-logo {
    margin-top: 30px;
}

.footer5 .address-list {
    margin-top: 18px;
    margin-bottom: 0;
}

.footer5 .address-list li.feature-icon {
    clear: both;
    line-height: 25px;
}

.footer5 .address-list .tit-name {
    float: left;
    padding-right: 5px;
    width: 70px;
    font-size: 13px;
    color: #cc9933;
}

.footer5 .address-list .tit-contain {
    float: left;
    width: 200px;
    font-size: 13px;
}

.footer5 .social-link {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.footer5 .social-link a .fa {
    width: 24px;
    height: 24px;
    display: inline-block;
    border: 1px solid #999;
    webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    color: #999;
    font-size: 12px;
    line-height: 22px;
    margin-right: 10px;
}

.footer5 .widget-container {
    margin-top: 30px;
}

.footer5 .widget-container .widget-title {
    font-size: 14px;
    color: #ccc;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700;
}

.footer5 .widget-container li {
    line-height: 28px;
}

.footer5 .tagcloud a {
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    margin: 0 2px 7px 0;
    padding: 0px 8px;
    line-height: 26px;
    text-decoration: none;
    color: #999999;
    background-color: #3d3d3d;
    border-color: #4a4a4a;
}

.footer5 .tagcloud a:hover {
    color: #ffffff;
    background-color: #cc9933;
    border-color: #cc9933;
}

.footer5 .recent_post li {
    line-height: 24px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(102,102,102,0.3);
    padding-bottom: 15px;
    padding-top: 15px;
}

.footer5 .recent_post li:last-child {
    border: none;
    padding-bottom: 0;
}

.footer5 .recent_post li:first-child {
    - padding-top: 0;
}

.footer5 .recent_post li .time {
    font-style: italic;
}

.footer5 .footer-bottom {
    padding: 30px 0 60px 0;
    text-align: center;
}

.footer5 .footer-link a {
    font-size: 12px;
    border-right: 1px solid #666;
    display: inline-block;
    padding: 0 10px;
    line-height: 11px;
    margin: 5px 0;
}

.footer5 .footer-coppyright {
    padding: 25px 0;
    font-size: 12px;
}

.header.style14 {
    padding: 35px 0 30px 0;
}

.header.style14 #main-menu {
    margin: 0;
    padding-top: 30px;
}

.header.style14 #main-menu .navbar .navbar-nav>li>a {
    padding: 0 14px;
    border: none;
    position: relative;
}

.header.style14 #main-menu .navbar .navbar-nav>li: hover, .header.style14 #main-menu .navbar .navbar-nav>li.active {
    background-color:transparent;
    color: #cc9933;
}

.header.style14 #main-menu .navbar .navbar-nav>li: hover>a, .header.style14 #main-menu .navbar .navbar-nav>li.active>a {
    color:#cc9933;
}

.header.style14 #main-menu .navbar .navbar-nav>li: hover>a:before, .header.style14 #main-menu .navbar .navbar-nav>li.active>a:before {
    display:block;
}

.header.style14 #main-menu .navbar .navbar-nav>li.active>a {
    font-weight: 700;
}

.header.style14 #main-menu .navbar .navbar-nav>li>a: before {
    content:'';
    width: 20px;
    height: 2px;
    background-color: #cc9933;
    display: block;
    margin: 0 auto;
    display: none;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header.style14 #main-menu li.dropdown>a: after {
    content:"\f0d7";
}

.header.style14 .top-header {
    background-color: transparent;
    margin-top: 38px;
}

.header.style14 .top-header a {
    border: none;
}

.header.style14 .top-header .dropdown-menu {
    border-color: #cc9933;
}

.header.style14 .top-header a.current-open: after {
    content:"\f0d7";
    font-size: 13px;
    padding-left: 5px;
}

.header.style14.optop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 100;
    box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.1);
    padding: 15px 0;
}

.header.style14.optop #main-menu {
    padding-top: 20px;
}

.header.style14.optop .top-header {
    margin-top: 30px;
}

.block-minicart14 {
    position: relative;
    display: inline-block;
    width: auto;
}

.block-minicart14 .cart-link {
    line-height: 34px;
    position: relative;
}

.block-minicart14 .cart-link .count {
    width: 17px;
    height: 17px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 17px;
    font-size: 11px;
    position: absolute;
    top: -10px;
    right: -14px;
    background-color: #cc9933;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.block-minicart14:hover .cart-block {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
    visibility: visible;
}

.header.style14 .form-search {
    width: auto;
    display: inline-block;
    position: relative;
}

.header.style14 .form-search .icon {
    line-height: 36px;
    padding-left: 15px;
    color: #999999;
    cursor: pointer;
}

.header.style14 .form-search .form {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 200px;
    display: none;
}

.header.style14 .form-search .form input {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #eee;
}

.block-slide14 .owl-controls .owl-prev, .block-slide14 .owl-controls .owl-next {
    width: 44px;
    height: 44px;
    background-color: #e5e5e5;
    border-color: #dfdfdf;
    font-size: 20px;
    line-height: 42px;
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
    opacity: 0;
    visibility: hidden;
}

.block-slide14 .owl-controls .owl-prev {
    left: 50px;
}

.block-slide14 .owl-controls .owl-next {
    right: 50px;
}

.block-slide14 .owl-controls .owl-prev:hover, .block-slide14 .owl-controls .owl-next:hover {
    background-color: #e5e5e5;
    border-color: #dfdfdf;
}

.block-slide14:hover .owl-controls .owl-prev, .block-slide14:hover .owl-controls .owl-next {
    opacity: 1;
    visibility: inherit;
}

@media(max-width: 1200px) {
    .block-header-top12 .block-vertical {
        width:20%;
    }

    .block-header-top12 .block-search {
        width: 60%;
    }

    .block-search .input-serach {
        width: 60%;
    }

    .block-top-slide .block-blank {
        display: none;
    }

    .block-top-slide .block-slide {
        width: 80%;
    }

    .block-top-slide .block-banner {
        width: 20%;
    }

    .block-header-top13 .box-vertical-megamenus .title .title-menu {
        display: none;
    }

    .block-hotdeal-week .title, .block-new-product12 .title {
        padding: 13px 15px;
        font-size: 14px;
    }

    .block-hotdeal-week .countdown-lastest .box-count {
        width: auto;
        margin-right: 10px;
    }

    .block-hotdeal-week .countdown-lastest .box-count .number {
        font-size: 14px;
        padding: 0 5px;
    }

    .block-hotdeal-week .btn-add-to-cart {
        padding: 0 5px;
    }

    .block-new-product12 .product .info {
        display: block;
        margin: 0;
        float: left;
        margin-top: 10px;
    }

    .block-cat .cat-title {
        position: relative;
        top: inherit;
        right: inherit;
    }

    .block-newsletter .subscribe-form {
        background-color: #f3f3f3;
        padding: 30px;
    }

    .block-newsletter .input-box {
        padding: 0;
    }
}

@media(max-width: 991px) {
    .block-top-slide .block-banner {
        display:none;
    }

    .block-top-slide .block-slide {
        width: 100%;
    }

    .block-search .form-category {
        display: none;
    }

    .block-header-top12 .block-vertical {
        width: 50px;
    }

    .block-header-top12 .box-vertical-megamenus .title {
        padding: 0;
        padding-right: 17px;
    }

    .block-header-top12 .box-vertical-megamenus .title .title-menu {
        display: none;
    }

    .block-tab-category .block-banner {
        width: 100%;
    }

    .block-tab-category .block-content {
        width: 100%;
        border-left: 1px solid #eee;
    }

    .block-tab-category .block-banner .banner-img {
        display: none;
    }

    .block-tab-category .tab-cat {
        bottom: inherit;
    }

    .block-tab-category .box-tabs {
        float: left;
    }

    .header.style13 .main-header .logo {
        margin-bottom: 30px;
    }

    .block-header-top13 #main-menu .navbar .navbar-nav>li>a {
        padding: 0 10px;
        font-size: 12px;
    }

    .tab-product-13 .box-tabs li a {
        padding: 4px 10px;
        font-size: 12px;
    }

    .tab-product-13.style2 .box-tabs {
        float: left;
        padding-left: 30px;
        padding-top: 15px;
    }

    .header.style14 #main-menu {
        display: table;
        margin: 0 auto;
        padding-top: 0;
        padding-bottom: 30px;
    }

    .header.style14 .top-header {
        display: table;
        margin: 0 auto;
        margin-top: 30px;
    }

    .block-deal {
        background-color: #fff;
        padding: 30px;
    }

    .footer5 .footer-top .left, .footer5 .footer-top .right {
        width: 100%;
    }

    .footer5 .footer-logo, .footer5 .social-link {
        text-align: center;
    }

    .footer5 .address-list {
        display: table;
        margin: 0 auto;
        margin-top: 30px;
    }
}

@media(max-width: 767px) {
    .block-header-top12 .block-mini-cart {
        display:inline-block;
        width: 100%;
        float: left;
        padding: 13px;
    }

    .block-tab-category .box-tabs li {
        width: 100%;
    }

    .block-tab-category .box-tabs li a:after {
        content: '';
    }

    .header.style12 #main-menu .navbar-header {
        background-color: #50597b;
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        margin-top: 30px;
        padding: 0 15px;
    }

    .header.style12 #main-menu .navbar-header .navbar-brand {
        padding: 0;
    }

    .header.style12 #main-menu .navbar-header .navbar-toggle {
        margin-right: 0;
    }

    .header.style12 #main-menu .navbar-nav {
        margin: 0;
    }

    .header.style12 #main-menu .navbar-collapse {
        width: 100%;
    }

    .header.style12 #main-menu .navbar .navbar-nav>li>a {
        padding: 13px 20px;
    }

    .header.style12 #main-menu .navbar .navbar-nav>li>a:before {
        display: none!important;
    }

    .block-header-top12 #box-vertical-megamenus {
        width: 100%;
    }

    .block-header-top12 .block-search {
        width: 100%;
        float: left;
    }

    .block-header-top12 .block-search .btn-search {
        display: none;
    }

    .block-top-slide {
        display: inline-block;
        max-width: 100%;
    }

    .block-top-slide .block-slide {
        width: 100%;
        display: inline-block;
        float: left;
        overflow: hidden;
    }

    .footer4 .footer-top .left, .footer4 .footer-top .right {
        width: 100%;
    }

    .blog12 .thumb, .blog12 .info {
        width: 100%;
    }

    .tab-product-13 .owl-controls .owl-prev, .tab-product-13 .owl-controls .owl-next {
        top: 50%;
    }

    .tab-product-13 .owl-controls .owl-prev, .section-blog-12 .owl-controls .owl-prev {
        left: -12px;
    }

    .tab-product-13 .owl-controls .owl-next, .section-blog-12 .owl-controls .owl-next {
        right: -12px;
    }

    .tab-product-13 .box-tabs {
        text-align: center;
    }

    .tab-product-13 .box-tabs li {
        float: none;
    }

    .tab-product-13 .box-tabs li a:after {
        display: none;
    }

    .tab-product-13 .title {
        float: none;
        padding: 0;
        text-align: center;
        margin: 0 auto;
        display: table;
    }

    .section-blog-12 .owl-controls .owl-prev, .section-blog-12 .owl-controls .owl-next {
        top: 50%;
    }

    .header.style13 .main-header {
        padding: 30px 15px;
    }

    .mini-cart-13 {
        margin-top: 30px;
    }

    .header.style13 #box-vertical-megamenus {
        width: 100%;
        margin-bottom: 15px;
    }

    .block-header-top13 #main-menu {
        border: none;
        width: 100%;
    }

    .block-header-top13 #main-menu .container-fluid {
        padding: 0;
    }

    .block-header-top13 #main-menu .navbar-header {
        width: 100%;
        margin: 0;
    }

    .block-header-top13 .box-vertical-megamenus .title .title-menu {
        display: inline-block;
    }

    .block-header-top13 .navbar-nav {
        margin: 0;
    }

    .block-header-top13 #main-menu .navbar-collapse {
        padding: 0;
        margin: 0;
    }

    .block-header-top13 #main-menu .navbar .navbar-nav>li>a {
        padding: 0 25px;
        margin: 10px 0;
    }

    .block-header-top13 #main-menu .navbar .navbar-nav>li>a:before {
        display: none;
    }

    .block-header-top13 #main-menu li.dropdown>a:after {
        top: 0;
    }

    .header.style13 .top-header .nav-top-links, .header.style13 .top-header .user-info, .header.style13 .top-header .support-link {
        text-align: center;
    }

    .header.style13 .top-header a {
        border: none;
    }

    .header.style14 #main-menu {
        display: block;
    }

    .header.style14 #main-menu .container-fluid {
        padding: 0;
    }

    .header.style14 #main-menu .navbar-header {
        margin: 0;
        background-color: transparent;
        border: 1px solid #eee;
        color: #333;
    }

    .header.style14 #main-menu .navbar-header .navbar-brand, .header.style14 #main-menu .navbar-header .fa {
        color: #333;
    }

    .header.style14 .navbar-nav {
        margin: 0;
    }

    .header.style14 #main-menu .navbar-collapse {
        padding: 0;
        margin: 0;
    }

    .header.style14 #main-menu .navbar .navbar-nav>li>a {
        padding: 10px 15px;
    }

    .header.style14 #main-menu .navbar .navbar-nav>li>a:before {
        display: none!important;
    }

    .header.style14 .form-search {
        width: 100%;
        border: 1px solid #eee;
        margin-top: 30px;
        width: 100%;
        float: right;
    }

    .header.style14 .form-search .icon {
        padding: 0;
        width: 38px;
        text-align: center;
        float: right;
    }

    .header.style14 .form-search .form {
        top: 0;
        left: 0;
    }

    .header.style14 .form-search .form input {
        border: none;
    }

    .header.style14 .top-header .nav-top-links, .header.style14 .top-header .user-info, .header.style14 .top-header .support-link {
        width: auto;
    }

    .block-tab-category14 .bar, .block-tab-category14 .link-all, .block-tab-category14 .box-tabs li:after {
        display: none;
    }

    .block-tab-category14 .box-tabs {
        text-align: center;
    }

    .block-tab-category14 .box-tabs li {
        float: none;
        padding-bottom: 10px;
        display: inline-block;
    }

    .product-style4 .product-thumb img {
        width: 100%;
    }

    .block-deal .box-count .number {
        width: auto;
        height: inherit;
        padding: 5px 10px;
        font-size: 14px;
        line-height: 24px;
    }
}

@media(max-width: 480px) {
    .block-tab-category .tab-products .product-style3 {
        width:100%;
    }

    .block-banner13 img {
        width: 100%;
    }

    .header.style13 .box-vertical-megamenus {
        position: static;
    }

    .header.style13 .top-bar-social {
        display: none;
    }

    .header.style13 .top-header .nav-top-links, .header.style13 .top-header .user-info, .header.style13 .top-header .support-link, .header.style12 .top-header .nav-top-links, .header.style12 .top-header .user-info, .header.style12 .top-header .support-link, .header.style12 .top-bar-social {
        display: none;
    }

    .block-banner12 img {
        width: 100%;
    }
}
