body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    background-color: #fff;
}

body > .container,
body header,
footer,
#toc-page-container {
    min-width: 320px !important;
}

header {
    min-height: 90px;
    margin: 0 auto;
    background: #262626;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
}


/* default font size */

.fa {
    font-size: 14px;
}


/* Override the bootstrap defaults */

h1 {
    font-size: 27px;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: #23a1d1;
}

a:hover {
    text-decoration: none;
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-size: 12px;
    font-weight: normal;
}

a {
    color: #444;
}

.top-line {
    height: 5px;
    background: #eee;
}

a:hover,
a:focus {
    color: #2ea8ff;
}

ul,
ol {
    list-style: none;
    padding: 0;
}

#logo {
    background-color: transparent;
    margin: 0 auto;
    padding: 0;
    height: 60px;
    display: block;
}

#logo a {
    font-weight: 400;
    color: #2ea8ff;
    left: 10px;
    font-size: 35px;
    line-height: 35px;
    height: 35px;
    padding-bottom: 0;
    display: block;
    position: relative;
    top: 20px;
}

#logo .slogan {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    left: 10px;
    line-height: 20px;
    position: relative;
    top: 25px;
}

.logo-icon {
    max-width: 50px;
    max-height: 50px;
    display: block;
    position: relative;
    top: 20px;
}

.logo-icon img {
    max-width: 50px;
    display: block;
    position: relative;
    top: 0 !important;
}

.wrap-storename {
    min-height: 100px;
}

header > .container > .row > div {
    display: block;
}

#currency i,
#lang-curr i {
    color: rgba(255, 255, 255, 0.2);
    padding-left: 5px;
}

#currency strong,
#currency button,
#lang-curr a,
#lang-curr .btn {
    color: #fff;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    padding: 0;
}

.home {
    background: transparent;
    margin-right: -1px;
    padding-right: 1px;
    z-index: 2000;
}

#lang-curr {
    right: 0;
    text-align: right;
    text-decoration: none;
    top: 10px;
}

#lang-curr .dropdown {
    border: 1px solid rgba(255, 255, 255, 0.1);
    vertical-align: middle;
    text-decoration: none;
}

#lang-curr .dropdown #language a,
#lang-curr .dropdown button {
    color: #444;
}

#lang-curr .dropdown #language a {
    padding: 0 20px;
}

#top {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0px;
    padding: 0;
    min-height: 35px;
    position: relative;
}

#column-left {
    background: #fff;
    /*overflow-y:auto;*/
    position: absolute;
    top: 0px;
    bottom: -30px;
    padding: 0;
    -webkit-box-shadow: 1px 4px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 4px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 4px 3px 0 rgba(0, 0, 0, 0.2);
}

.mega-menu {
    border-bottom: 1px solid #eee;
    padding: 0 15px;
    height: 100px;
    width: 99%;
}

.mega-menu a {
    line-height: 50px;
}

#menu-wrapper .row > div {
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    border: 1px solid #2ea8ff;
    top: 0px;
    border-bottom: none !important;
    border-top: none !important;
}

#menu .dropdown-menu {
    padding-bottom: 0;
}

#menu .dropdown-inner {
    display: table;
}

#menu .dropdown-inner ul {
    display: table-cell;
}

#menu .dropdown-inner a,
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
    margin: 15px;
    border-left: 5px solid #eee;
    text-align: left;
}

#menu .dropdown-inner.mega-menu a {
    border-left: none;
}

#menu .mobi-menu .dropdown-inner.mega-menu a {
    margin: 0;
    padding: 0;
}

.fa-tag {
    font-size: 25px;
}

#menu .dropdown-inner li a:hover,
.dropdown-menu li > a:hover {
    color: #1acdff;
    background: transparent;
}

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}

.row {
    position: relative;
}

#menu-wrapper {
    display: block;
    background: #2ea8ff;
    height: 56px;
    border-top: 1px solid #2ea8ff;
    border-bottom: 5px solid #fff;
    -webkit-box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
}

#menu {
    background: none;
    border: none;
    padding: 0;
    min-height: 40px;
    z-index: 100;
}

#menu ul {
    text-align: center;
    margin-bottom: 0;
}

#menu .nav > li > a .fa-angle-down {
    color: rgba(255, 255, 255, 0.5);
    padding-left: 5px;
    text-shadow: none;
    vertical-align: middle;
}

#menu .toggle-menu ul li {
    display: block;
    float: none;
}

#menu .nav > li > a,
#cart-total {
    color: #fff;
    background-color: transparent;
    min-height: 15px;
    line-height: 50px;
    padding: 0 13px 0 16px;
    font-size: 16px;
    border-left: 1px solid #2ea8ff;
    text-shadow: none;
}

#menu .nav > li:hover > a {
    background: rgba(255, 255, 255, 0.2);
}

#menu .nav > li > a:hover,
#menu .nav > li.open > a {
    background-color: rgba(0, 0, 0, 0.05);
}

#menu .nav > li > a:hover i {
    color: #fff;
    -webkit-animation: flipInY 2s;
    -moz-animation: flipInY 2s;
    -o-animation: flipInY 2s;
    animation: flipInY 2s;
}

.acc .fa-caret-down {
    display: none;
}

#menu .acc a {
    color: #fff !important;
}

.breadcrumb {
    padding: 5px 25px;
    border-radius: 0;
    background: none;
    margin: 0px;
}

.breadcrumb i {
    font-size: 10px;
    padding-left: 15px;
    color: #222;
}

.breadcrumb i.fa-home {
    font-size: 15px;
    padding-left: 3px;
}

.breadcrumb a {
    color: #ffffff;
}

.breadcrumb > li {
    padding: 0 0 0 20px;
    position: relative;
    white-space: nowrap;
}

.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}

#toc-page-container {
    margin: 0 auto;
}

#toc_slide_wrap {
    margin: 15px;
    z-index: 10;
    display: block;
    position: relative;
}

.wrap-slide-bannerside {
    display: table;
    margin: 0;
    position: relative;
    width: 100%;
}

#toc_slide_wrap .box-wrap {
    margin-top: 20px;
}

#toc_banner_wrap > div {
    padding: 0px;
    display: block;
    position: relative;
}

#toc_banner_wrap img {
    width: 100%;
}

.banner-text {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    height: 80%;
    left: 10%;
    margin: auto;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 10%;
    width: 80%;
}

.banner-slide img {
    width: 100%;
    border-top: none;
}

.banner-slide > div {
    display: block;
    position: relative;
    overflow: hidden;
}

.banner-slide > div:hover .banner-text,
#toc_banner_wrap > div:hover .banner-text {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 90%;
    left: 2.5%;
    top: 5%;
    width: 95%;
}

.banner-slide > div:hover span,
#toc_banner_wrap > div:hover span {
    -webkit-animation: fadeInDown 1s;
    -moz-animation: fadeInDown 1s;
    -o-animation: fadeInDown 1s;
    animation: fadeInDown 1s;
    top: 10%;
    width: 80%;
}

#toc_banner_wrap span,
.banner-slide > div span {
    color: #fff;
    display: block;
    font-size: 22px;
    line-height: 25px;
    height: 100%;
    margin: auto;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
    top: 0%
}

#toc_banner_wrap span {
    font-size: 20px;
    word-wrap: break-word;
}

#top .row > div {
    display: inline-block;
}

#slide {
    background: #fff;
    padding: 0;
}

.bg-white {
    background: #fff;
    height: 50px;
}

.banner-slide {
    padding-left: 0px !important;
    padding-right: 0px !important;
    z-index: 10;
}

#content {
    float: right;
    min-height: 700px;
    padding: 0 35px 35px 35px;
    margin: 75px -15px 15px -15px;
    border: none;
    background: #fff;
}

#content .bg-heading {
    display: block;
    width: 100%;
    height: 50px;
    top: -60px;
    position: relative;
}

#content h1 {
    background: #262626;
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0 50px 0 25px;
    position: relative;
    text-align: left;
    top: -110px;
    left: -35px;
}

.product-page #content h1,
.forum-topic #content h1 {
    top: 0;
    left: 0;
}

#content .artcate h1 {
    margin: 5px 0;
}

.common-home #content,
#content.prod-category,
.product-page #content,
.product-search #content {
    margin: 0;
    padding: 0 0 0 15px;
    background: none;
    border: none;
}

.account-login #content {
    padding-top: 50px;
}

.prodspec-wrap {
    background: #fff;
    margin: 0px -15px;
    padding: 30px 10px 30px 0px;
    border: none;
}

.prodspec-wrap .btn {
    background: #ddd;
}

.box-featured,
.box-catedesc {
    display: inline-block;
    height: 101%;
    position: relative;
    background: #262626;
}

.cate-dropdown {
    height: 25px;
    list-style: outside none none;
    max-width: 200px;
    z-index: 0;
    top: 7px;
    margin: 0 10px;
    display: block;
    position: relative;
}

#grid-view,
#list-view {
    background: none;
    border: medium none;
    padding: 0;
    color: #444;
}

.box-catedesc .img-thumbnail {
    border: 1px solid #eee;
    border-radius: 0;
    margin: 0px auto 20px auto;
    display: block;
}

.catedesc-wrap p {
    padding: 10px 5px;
}

.box-catedesc h2 {
    margin: 0;
    padding: 10px;
    text-align: center;
    color: #fff;
}

.desktopMode #featured-wrap:hover .catehome-title {
    -webkit-animation: flipInY 2s;
    -moz-animation: flipInY 2s;
    -o-animation: flipInY 2s;
    animation: flipInY 2s;
    text-shadow: 1px 2px 2px rgba(109, 109, 109, 0.5);
}

.desktopMode #featured-wrap:hover .catehome-img i {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    border: 1px solid #fff;
    text-shadow: 1px 2px 2px rgba(109, 109, 109, 0.5);
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.featured-wrap,
.catehome-wrap {
    background: #fff;
    padding: 0;
    display: block;
    position: relative;
    border: 1px solid #eee;
}

.featured-wrap .owl-item,
.catehome-wrap .owl-item {
    border-right: 1px solid #eee;
}

#featured-wrap,
#catehome-wrap {
    display: block;
    min-height: 330px;
    margin-bottom: 30px;
    margin-top: 10px;
}

#featured-wrap .box-product,
#catehome-wrap .box-product {
    width: 101%;
}

.catehome-row,
.featured-row {
    position: relative;
    min-height: 330px;
    background: #262626;
    overflow: auto;
    -webkit-box-shadow: 1px 0px 3px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 1px 0px 3px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 1px 0px 3px 0px rgba(0, 0, 0, 0.07);
    width: 100.1%;
}

.cate-title {
    height: 40px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.box-product img {
    margin: 0 auto;
    display: block;
}

.catehome-title {
    color: #fff;
    display: block;
    font-size: 20px;
    padding: 20px 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    word-wrap: break-word;
}

.catehome-img {
    display: block;
    height: 110px;
}

.catehome-img img {
    margin: 0 auto;
    display: block;
    border: 1px solid #eee;
    width: 100%;
    max-width: 100px;
}

.catehome-img i {
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ff6d24;
    display: block;
    font-size: 40px;
    margin: auto;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
}

.catedesc-wrap {
    background: rgba(255, 255, 255, 0.4);
    padding: 0 15px;
    margin-bottom: 15px;
}

.product-wrap {
    border: 1px solid #eee;
}

.product-body > div {
    padding: 0px;
}

#article-pick.product-body > div {
    margin: 0;
    padding: 0;
}

#article-latest .fa-calendar,
#article-latest .fa-hand-o-right,
.readmore .fa-hand-o-right {
    color: #3bbdf5;
}

.product-body {
    border-left: none;
    margin-bottom: 0px !important;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    background: #fff;
    padding-bottom: 20px;
}

.product-layout,
.product-grid {
    background: #fff;
}

.product-list {
    display: block;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #eee;
}

.box-product {
    display: block;
    margin: 0;
    position: relative;
    width: 100%;
    min-height: 330px;
    padding: 10px 0px;
    background: #fff;
    overflow: hidden;
}

.box-product-tab .box-product {
    padding: 10px 0px;
}

.latest .owl-item,
.feature .owl-item {
    border-left: 1px solid #eee;
}

.box-productcate {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100%;
    min-height: 330px;
    padding: 0 15px;
    margin-bottom: 5px;
    overflow: hidden;
}

.product-list .box-productcate {
    min-height: 230px;
}

.product-list .col-sm-8,
.product-list .col-sm-4 {
    width: 50%;
}

.image-additional {
    background: #fff;
}

.image-additional a {
    float: left;
    margin: 5px;
    max-width: 78px;
    padding: 2px;
}

.prodspec-det {
    padding: 0 25px;
}

.prodspec-det h1 {
    margin-top: 0px;
    background: rgba(255, 255, 255, 0.1);
    padding: 2px;
}

.wrap-prod-content {
    margin: 5px -15px 0 -15px;
    background: #fff;
}

.wrap-prod-content .tab-content {
    padding: 20px;
}

#tab-description ul {
    list-style: inside !important;
}

.wrap-prod-content #tab-description,
.wrap-prod-content #tab-review {
    padding: 25px;
}

#related-prod .box-product {
    border-right: none;
}

#related-prod .owl-item {
    padding: 0 20px;
}

#related-prod .owl-item .button-group {
    margin: 0 15px;
}

.wrap-prod-content ul {
    padding: 20px 20px 0 20px;
}

.wrap-prod-content .fa {
    padding-right: 5px;
}

.nav-tabs > li > a {
    border-radius: 0;
}

.prodspec-img {
    border: 1px solid #eee;
    overflow: hidden;
}

.zoomPad img {
    margin: 10px auto;
    display: block;
}

#img-add .owl-prev {
    left: 0;
}

#img-add .owl-next {
    right: 0;
}

#img-add .owl-buttons div {
    box-shadow: none;
    text-shadow: none;
    padding: 0px !important;
    border: none;
    top: 30px;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: none;
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails > li {
    margin-left: 20px;
}

.thumbnails {
    margin-left: -20px;
}

.thumbnails > img {
    width: 100%;
}

.product-thumb .rating {
    padding-bottom: 10px;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}

.rating .fa-star + .fa-star-o {
    color: #E69500;
}

h2.price {
    margin: 0;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

.heading-prodspec {
    background: rgba(255, 255, 255, 0.2);
    margin: 0px -15px 5px -15px;
    display: block;
    position: relative;
    color: #fff;
}

#compare-total {
    padding-left: 10px;
}

.heading-prodspec,
.catedesc-wrap,
#content .bg-heading,
.heading-art {
    border-right: 10px solid #262626;
    -webkit-box-shadow: 1px 0px 5px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 1px 0px 5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 1px 0px 5px 0 rgba(0, 0, 0, 0.05);
}

.forum-topic .heading-prodspec {
    margin: 0 0 5px 0;
}

.product-page #content {
    padding: 0px 15px;
    margin: 0 -15px;
    border: none;
}

.prod-content-top {
    margin-left: 0;
    margin-right: 0px;
    margin-top: 0px;
    padding: 10px 0px;
    font-size: 13px;
    color: #2ea8ff;
}

.prod-content-top span {
    color: #444;
}

.prod-content-top h2 span {
    color: #2ea8ff;
    font-weight: bold;
    letter-spacing: 1.5px;
}

.box-vat {
    text-align: right;
}

.fa-angle-double-right {
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin-right: 15px;
    position: relative;
    text-align: center;
    top: -5px;
    width: 35px;
    color: #ff6d24;
}

.prod-price {
    border: 1px solid #eee;
    line-height: 60px;
    padding-right: 20px;
    text-align: right;
}

#product .form-group .row > div {
    line-height: 30px;
    margin-bottom: 10px;
    padding: 15px;
}

.qty-adding {
    width: 100px;
    height: 52px;
}

.qty-quantity {
    width: 140px;
    height: 42px;
}

.qty-label {
    font-size: 15px;
    left: 15px;
    position: absolute;
    right: 110px;
    top: -15px;
}

.qty-minus {
    width: 30px;
    height: 40px;
    border: 1px solid #e1e1e1;
    float: left;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #eee;
}

.qty-input {
    width: 30px;
    height: 40px;
    border: 1px solid #e1e1e1;
    border-left: 0px solid black;
    float: left;
    line-height: 39px;
}

.qty-plus {
    width: 30px;
    height: 40px;
    border: 1px solid #e1e1e1;
    border-left: 0px solid #e1e1e1;
    float: left;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #eee;
}

.qty-input input {
    width: 29px;
    height: 38px;
    text-align: center;
    border: none;
    line-height: 39px;
    font-size: 20px;
    color: #000;
    background: #fff;
}

.qty-input input:focus {
    border: 1px solid #e1e1e1;
    border: none;
}

.qty-minus a,
.qty-plus a {
    display: block;
    width: 100%;
    height: 100%;
}

.old-price {
    color: #ff0f42;
    font-size: 18px;
    text-decoration: line-through;
}

#button-cart {
    height: 40px;
    width: 140px;
    font-size: 15px;
    background: #ff6d24;
    border: none;
    color: #fff;
    border-radius: 2%;
    margin: 0 5px 5px 0px;
}

.well {
    border-radius: 0;
    background: none;
    box-shadow: none;
}

.btn-wishlist {
    height: 40px;
    width: 35px;
    border: 1px solid #e1e1e1;
    background: #eee;
    color: #222;
}

.wrap-alert + button.close {
    position: absolute;
    right: 15px;
    top: 18px;
}

.desktopMode #button-cart:hover {
    background-color: #000;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#button-cart .fa {
    padding-right: 16px;
    width: 26px;
    height: 20px;
}

.zoomimage {
    background: #fff;
}

.desktopMode .box-product:hover,
.desktopMode .product-layout:hover {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-shadow: inset 1px 0 18px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 0 18px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 0 18px 0 rgba(0, 0, 0, 0.1);
}

.desktopMode .box-product:hover .image a img,
.desktopMode .product-layout:hover .image a img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.custom-banner img:hover {
    -webkit-animation: flash 0.1s;
    -moz-animation: flash 0.1s;
    -o-animation: flashY 0.1s;
    animation: flash 0.1s;
}

#accordion-cate > div:hover {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-shadow: inset -1px 2px 12px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset -1px 2px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset -1px 2px 12px 0px rgba(0, 0, 0, 0.1);
}

#accordion-cate > div:hover a {
    text-shadow: 1px 2px 2px rgba(109, 109, 109, 0.2);
}

.box-product img,
.box-productcate img {
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    max-width: 150px;
}

#article-latest .box-product img {
    max-height: 150px;
}

.top-group {
    display: block;
    text-align: center;
    width: 100%;
}

.box-product .wrap-caption,
.box-productcate .wrap-caption {
    display: table-cell;
    height: 100px;
    padding: 0 10px;
    vertical-align: middle;
}

.box-productcate .wrap-caption {
    padding: 0;
    height: 120px;
}

.box-product .button-group,
.box-productcate .button-group {
    display: block;
    height: 35px;
    margin: 0 10px;
    padding: 0;
}

.box-productcate .button-group {
    margin: 0 2px;
}

.box-product .wrap-caption > div,
.box-productcate .wrap-caption > div {
    padding-top: 3px;
    line-height: 13px;
}

.box-product-tab > div,
.box-productcate > div {
    padding: 0px !important;
    margin-bottom: 0px;
}

.box-product-tab .price,
.box-product .price,
.box-productcate .price {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
}

.img-sale {
    height: 70px;
    padding: 0;
    position: absolute;
    right: -40px;
    top: -40px;
    transform: rotate(45deg);
    width: 70px;
    background: #ff1111;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.img-sale span {
    color: #fff;
    display: block;
    font-size: 10px;
    font-weight: bold;
    height: 60px;
    line-height: 35px;
    margin-left: 1.6px;
    margin-top: 42px;
    position: relative;
    text-align: center;
}


/* alert */

.alert.alert-danger,
.alert.alert-success,
.alert.alert-info {
    border-radius: 0px;
    border: 1px solid #000;
    left: 10%;
    margin: 0 auto;
    padding: 0px;
    position: absolute;
    top: 200px;
    width: 80%;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
}

.alert-success,
.alert-danger,
.alert.alert-info {
    background: #fff;
    z-index: 100;
    border: none;
}

#product .alert.alert-info {
    position: relative;
    top: -50px;
}

.alert-success .wrap-alert {
    text-align: center;
    color: #000;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 10px;
}

.alert-danger .wrap-alert {
    text-align: center;
    color: #000;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 10px;
}

.alert-info .wrap-alert {
    text-align: center;
    color: #000;
    background-color: #ddd;
    border-color: #ebccd1;
    padding: 10px;
}

.prod-view {
    height: 25px;
    top: 20%;
    position: absolute;
    opacity: 1;
    transition: all 1s ease-in-out;
    width: 100%;
    visibility: hidden;
}

.box-product-tab > div {
    display: block;
    width: 100%;
}


/* .box-product-tab > div:hover .fa-search-plus, .box-product:hover .fa-search-plus ,.box-productcate:hover .fa-search-plus {
    color: rgba(0, 0, 0, 0.8);
    text-align: center;
    top: 30%;
    -webkit-transition: all 0.3s ease-out;
    transition:all 0.3s ease-out;
    visibility: hidden;
  padding:0 5px;
    width:100%;
}
.prod-view .fa-search-plus {

    font-size: 3em;
    margin: 0 auto;
    position: absolute;
    top:40%;
    visibility: hidden;

  z-index:0;
  width:100%;
  height:25px;

} */

#toc-footer-top h5 {
    margin: 15px 0;
    padding: 20px 0;
    text-align: center;
}

#toc-footer-top h5,
#toc-footer-bottom h5,
#toc-footer-bottom .panel-collapse {
    border: 1px solid #aaa;
}

#toc-footer-bottom img {
    display: block;
    margin: 0 auto;
}

#toc-footer-bottom .container {
    margin-top: 30px;
    display: block;
}

#toc-footer-bottom h5,
#toc-footer-bottom .panel-collapse {
    width: 90%;
    margin: 0 auto;
}

#toc-footer-bottom .panel-collapse {
    border-top: none !important;
}

#toc-footer-bottom h5 a {
    padding: 10px;
    height: 50px;
    line-height: 50px;
}

.box-product-tab .btncart,
.box-product .btncart,
.box-productcate .btncart {
    border-radius: 0px;
    padding: 0px 8px;
    height: 32px;
    color: #222;
}

.box-product-tab .price-old,
.box-product .price-old,
.box-productcate .price-old {
    color: #f00;
    text-decoration: line-through;
}

.btncart span {
    line-height: 30px;
}

.desktopMode .box-product-tab > div:hover .btncart,
.desktopMode .box-product:hover .btncart,
.desktopMode .box-productcate:hover .btncart {
    background-color: #ff6d24;
    transition: all 0.3s ease-in-out 0s;
    color: #fff;
    border-color: #ff6d24;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.box-product:hover .fa-shopping-cart,
.box-productcate:hover .fa-shopping-cart {
    color: #fff;
}

.custom-banner.row {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
}

.custom-banner {
    margin-bottom: 20px;
}

.custom-banner .col-lg-4,
.custom-banner .col-md-4,
.custom-banner .col-sm-4,
.custom-banner .col-xs-12,
.custom-banner .col-lg-6,
.custom-banner .col-md-6,
.custom-banner .col-sm-6,
.custom-banner .col-xs-6 {
    padding-left: 0;
    padding-right: 0;
}

.img-icon {
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
}

.img-icon i {
    color: #ff6d24;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.2);
    width: 50px;
}


/******* overwrite *******/

#cart,
.wishlist,
.account {
    margin-bottom: 0 !important;
    position: absolute;
    right: 0;
    top: 0 !important;
    z-index: 1000;
    line-height: 50px;
    height: 50px;
    border-left: 1px solid #2ea8ff;
    width: 50px;
    text-align: center;
}

.wishlist {
    right: 50px;
}

.account {
    right: 100px;
}

#cart:hover .fa-shopping-cart {
    -webkit-animation: bounceInRight 0.5s;
    -moz-animation: bounceInRight 0.5s;
    -o-animation: bounceInRight 0.5s;
    animation: bounceInRight 0.5s;
}

#cart:hover span {
    color: #fff;
}

#cart a,
.wishlist a,
.account a {
    color: #fff;
}

.fa-home {
    font-size: 20px;
    width: 40px;
}

#cart-total,
#cart .fa-shopping-cart {
    padding: 0px;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    border-left: none;
}

#cart .fa-shopping-cart {
    color: #ff6d24;
    position: absolute;
    top: -30px;
    left: 10px;
    text-shadow: none;
}

.btncart .fa-shopping-cart {
    color: #222;
    padding: 0 10px 0 0;
    border: none;
}

#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
    color: #FFFFFF;
}

#search .btn-lg {
    border-radius: 0;
    padding: 1.5px 15px;
    box-shadow: none;
    font-size: 15px;
    line-height: 18px;
    border: none;
    border: 1px solid #2ea8ff;
    background: transparent;
    text-shadow: none;
    color: #fff;
    height: 35px;
}

#search .form-control {
    border-right: none !important;
}


/*.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
 margin-left:0;
}*/

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
    font-size: 12px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}


/* alert */

.alert {
    padding: 8px 14px 8px 14px;
}

.pagination {
    /*background:rgba(255,255,255,0.2);*/
    height: 40px;
    margin: 5px 15px 0;
}

.pagination ul {
    margin: 0;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0;
}

.pagination > li > a,
.pagination > li > span {
    background: #262626;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 50px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background: #ff6d24;
    border: none;
}

.pagination > li:hover > a,
.pagination > li:hover > span {
    background: #ff6d24;
    border: 1px solid #ff6d24;
    color: #fff;
}

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}

.form-control::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

.form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
}

.form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
}

legend {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

#search .form-control {
    background: none repeat scroll 0 0 #2ea8ff;
    border: 1px solid #2ea8ff;
    border-radius: 0;
    height: 35px;
    box-shadow: none;
    border-radius: 0;
}

#search .form-control:focus {
    border: 1px solid #f7f7f7;
    border-right: 2px solid #f7f7f7;
}

#search .btn:hover {
    border: 1px solid #f7f7f7;
}

button {
    border: none;
}

button i {
    height: 30px;
    line-height: 30px ! important;
}

#cart button {
    background: transparent;
    border: none;
    padding: 0 10px;
    height: 50px;
}

#top .btn-link {
    text-shadow: none;
    color: #eee;
    line-height: 36px;
    padding: 0 2px;
}

.btn-default {
    background-image: none;
}

.btn-primary {
    background-color: #ff6d24;
    color: #ffffff;
}


/* buttons */

.buttons {
    margin: 1em 0;
}

.btn {
    background: #ff6d24;
    border: none;
    border-radius: 0px;
    font-size: 12px;
    height: 34px;
    line-height: 34px;
    padding: 0 12px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: none;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
    font-size: 12px;
}

.btn-group > .btn-xs {
    font-size: 9px;
}

.btn-group > .btn-sm {
    font-size: 10.2px;
}

.btn-group > .btn-lg {
    font-size: 15px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #000;
    background-position: 0 -15px;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: none;
    border-color: none;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}

#search {
    margin: 10px 0;
    top: 10px;
}

.latest {
    margin-top: 40px !important;
    display: block;
}

.latest-wrap {
    display: block;
    position: relative;
    margin-bottom: 20px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #fff;
    -webkit-box-shadow: 1px 0px 3px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 1px 0px 3px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 1px 0px 3px 0px rgba(0, 0, 0, 0.07);
}

.side-box.latest-wrap {
    margin: 0;
}

.latest-title {
    height: 50px;
    position: relative;
    margin: 20px 0 4px 0;
    background: #fff;
}

.box-title {
    height: 50px;
    position: relative;
    border-top: 1px solid #eee;
    margin: 20px 0 0px 0;
}

.box-title .boxfront {
    margin-right: 0px;
    display: block;
    height: 50px;
    color: #fff;
    line-height: 50px;
    font-size: 25px;
    border-bottom: 1px solid #eee;
    background: rgba(255, 255, 255, 1);
}

.box-title .viewall {
    display: inline-block;
    height: 50px;
    position: absolute;
    right: 0;
    width: 50px;
}

.prod-view-all {
    text-align: center;
}

.prod-view-all a {
    color: #2ea8ff;
    font-size: 14px !important;
    text-align: center;
}

.prod-view-all .fa {
    font-size: 20px;
}

.box-title .fa-hand-o-right {
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 5px auto auto;
    color: #444;
    position: relative;
    text-align: center;
    width: 40px;
    font-size: 20px;
}

.boxfront span {
    background: #262626;
    height: 50px;
    line-height: 50px;
    margin-left: -15px;
    padding: 10px 60px 10px 20px;
}

.heading-cate {
    background: #fff;
    display: block;
    height: 40px;
    color: #444;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    bottom: 0px;
    padding-left: 20px;
    position: relative;
}

.box-title .boxend {
    background: transparent;
    display: block;
    height: 50px;
    line-height: 50px;
    background: #fff;
    margin-left: 5px;
    margin-right: -10px;
}

.latest-title span {
    padding: 0 100px;
    height: 100%;
    border: 1px solid #444;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: middle;
    line-height: 50px;
    color: #444;
    font-size: 25px;
}


/* list group */

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}


/* carousel */

.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

.list-group a {
    border: none;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #888888;
    padding: 8px 12px;
}

footer {
    border-top: 5px solid #262626;
    padding-top: 0;
    background: #222;
    color: #e2e2e2;
    margin-top: 30px;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.endbox {
    width: 100%;
    height: 8px;
    position: absolute;
    bottom: -38px;
    background: #262626;
    z-index: 2000;
}

footer a:hover {
    color: #fff;
}

footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

#show-sidebar {
    display: inline-block;
}

#menu-wrapper.fix-menu {
    position: fixed;
    top: -2px;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    z-index: 3000;
    opacity: 1;
}

#column-left.fix-menu {
    overflow-y: auto;
    position: fixed !important;
    top: 54px !important;
    z-index: 100;
    background: #fff;
}

#menu-wrapper .container {
    display: block;
    position: relative;
}


/**** mobile style ****/

#menu .acc {
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}

#menu .mobi-menu {
    position: relative;
    height: 50px;
}

#menu .mobi-menu button.acc {
    background: none;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

#menu .toggle-menu {
    background: #fff;
    box-shadow: none;
    z-index: 1000;
    position: absolute;
    width: 100%;
    top: 55px;
    left: 0;
    border: 15px solid #fff;
    border-top: none;
    padding-bottom: 5px;
    padding-top: 5px;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
    visibility: hidden;
}

#menu .toggle-menu.in {
    visibility: visible;
}

.mobi-menu .fa-bars {
    font-size: 25px;
    display: block;
    position: relative;
    top: 10px;
    height: 50px;
    line-height: 50px;
    color: #fff;
}

.mobi-menu .fa-indent {
    font-size: 25px;
    display: block;
    position: relative;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

#menu .toggle-menu > ul {
    border: 1px solid #ddd;
}

#menu .toggle-menu .nav > li > a {
    border-left: none;
    border: 1px solid #fff;
    border-bottom: none;
    background-color: #f8f8f8;
    color: #777;
    font-size: 16px;
    line-height: 50px;
    min-height: 15px;
    padding: 0 13px 0 16px;
    text-shadow: none;
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2) inset;
}

#menu .toggle-menu .nav > li > a .fa-angle-down {
    color: #444;
    padding-left: 15px;
}

#menu .toggle-menu ul {
    margin: auto;
    position: relative;
    width: 100%;
}

#menu .toggle-menu .dropdown-menu.custom {
    background: #fff;
    border: none;
    padding: 15px;
}

#menu .toggle-menu .dropdown-inner ul li span {
    display: block;
    padding: 15px 0;
}

#menu .toggle-menu .dropdown-menu {
    box-shadow: none;
}

.dropdown-menu {
    border-radius: 0;
    z-index: 1000;
}

#menu .navbar-header {
    height: 50px;
}

#menu .open .dropdown-menu {
    max-height: 650px;
    top: 50px;
    overflow: auto;
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    background: #fff;
}

#menu .toggle-menu .open .dropdown-menu {
    float: none;
    visibility: visible;
    display: block;
    position: relative;
    top: 0;
}

#menu .navbar-collapse.in {
    overflow-y: auto !important;
}

#menu .dropdown-menu.custom {
    border-top: 5px solid #f2f2f2;
}

#menu .dropdown-menu {
    border: medium none;
    border-radius: 0;
    padding-bottom: 15px;
    top: 70px;
    transition: all 0.3s ease-in-out 0s;
    visibility: hidden;
    z-index: 1001;
}

#menu .dropdown-inner ul {
    display: table-cell;
}

.cate-info {
    display: table-cell;
    min-width: 200px;
    padding: 0 20px;
    vertical-align: middle;
}

.hide-breadcrumb {
    display: none;
}

.catename {
    border-top: 1px solid #eee;
    line-height: 40px;
    padding: 0 20px;
}

.catename i {
    display: block;
    height: 30px;
    line-height: 30px;
    margin: auto !important;
    position: relative;
    top: 5px;
}

.catename .fa {
    border: 1px solid #eee;
    color: #444;
    padding: 0 8px;
}

.catename .active,
.catename .fa-minus {
    color: #2ea8ff;
}

.catechild {
    line-height: 20px;
    padding: 0 20px 20px 20px;
}

#accordion-cate {
    margin-top: 5px;
    margin-bottom: 25px;
}

#toc-footer-top {
    min-height: 74px;
    color: #fff;
    height: 44px;
    line-height: 42px;
}

footer li {
    line-height: 25px;
}

footer .panel {
    background: transparent;
}

footer i {
    padding: 0 15px;
}

.footer-contact {
    text-align: right;
    font-size: 15px;
}

.footer-contact ul li:hover i {
    -webkit-animation: flipInY 2s;
    -moz-animation: flipInY 2s;
    -o-animation: flipInY 2s;
    animation: flipInY 2s;
}

footer .navbar-nav {
    margin-bottom: 0;
    margin-top: 0;
}

.footer-social {
    display: block;
}

#accordion .footer-social {
    width: 95%;
    height: 50px;
}

.list-contact {
    text-align: right;
    padding-right: 25px;
}

.footer-social ul {
    margin: 0;
}

.footer-social ul li {
    padding: 0 5px;
    display: inline-block;
}

.footer-social ul li a {
    display: block;
    text-align: center;
}

.footer-contact i {
    color: #ff6d24;
    padding: 0 10px;
    font-size: 20px;
}

.social a i {
    background: #ff6d24;
    color: #fff;
    font-size: 1.5em;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    padding: 0;
}

.footer-about {
    line-height: 20px;
}

.footer-about img {
    background: #fff;
    border: 1px solid #eee;
    max-width: 100px;
    padding: 2px;
    width: 100%;
}

.footer-about h4 {
    color: rgba(255, 255, 255, 0.4);
}

.footer-about .text-about span {
    display: block;
    text-align: left;
    padding-left: 10px;
}

footer ul li:hover .fa-angle-right {
    color: #2ea8ff;
    -webkit-animation: rotateIn 0.5s;
    -moz-animation: rotateIn 0.5s;
    -o-animation: rotateIn 0.5s;
    animation: rotateIn 0.5s;
}

.footer-social ul li a:hover i {
    -webkit-animation: flipInY 2s;
    -moz-animation: flipInY 2s;
    -o-animation: flipInY 2s;
    animation: flipInY 2s;
    color: #fff;
    background: #2ea8ff;
}

footer a {
    color: #ccc;
}

.extra-contact a:hover {
    opacity: 0.9;
}

footer .container {
    padding: 0 15px;
}

.powered {
    background: none repeat scroll 0 0 #111;
    line-height: 35px !important;
    margin-top: 20px;
    min-height: 35px;
    display: block;
    text-align: center;
}

.powered ul li {
    line-height: 35px !important;
}

.gototop {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
    bottom: 15px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 10px;
    text-align: center;
    width: 40px;
    z-index: 200;
    border: 1px solid #fff;
}

.gototop .fa-angle-up {
    padding: 0;
    color: #fff;
}

#toc-footer-bottom ul li a,
.extra-contact a {
    height: 25px;
    line-height: 25px;
    padding: 5px 0;
    word-wrap: break-word;
}

.owl-theme .owl-controls .owl-buttons div {
    opacity: 1 !important;
    padding: 10px !important;
    background: transparent !important;
    border-radius: 0px !important;
    text-shadow: 1px 2px 2px rgba(109, 109, 109, 0.55);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #000;
    color: #000 !important;
}

.owl-carousel .owl-buttons div i {
    font-size: 20px !important;
    margin: 0 !important;
}

#cart .dropdown-menu {
    background: none repeat scroll 0 0 #fff;
    border-radius: 0;
    box-shadow: none;
    margin: 0 -5px 0 0;
    padding: 15px;
    z-index: 1001;
    opacity: 0.97;
    color: #000;
    min-width: 320px;
    -webkit-box-shadow: inset 1px 0 18px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 0 18px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 0 18px 0 rgba(0, 0, 0, 0.1);
}


}
.zoomimage img {
    border: 1px solid transparent;
    display: block;
    margin: 3.5px auto;
    width: 98%;
}
#cart .dropdown-menu a {
    color: #000;
}
#cart .dropdown-menu .btn-danger {
    color: #ff1111;
    text-shadow: none;
}
.toggle-social span,
.toggle-social2 span,
.toggle-social3 span {
    display: none;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    left: 50px;
    position: absolute;
    text-align: left;
    width: 200px;
    top: 0;
}
.social-left,
.social-left2,
.social-left3 {
    display: block;
    height: 320px;
    width: 240px;
    background: #f4f4f4;
    position: fixed;
    top: 30%;
    right: -240px;
    z-index: 1000;
    padding: 10px;
    padding-top: 0;
}
.social-left2,
.social-left3 {
    height: 42px;
}
.toggle-social,
.toggle-social2,
.toggle-social3 {
    position: relative;
    height: 42px;
    width: 40px;
    background: #0d99f1;
    left: -50px;
    top: 0;
    z-index: 1000;
    cursor: pointer;
    -webkit-box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.toggle-social i,
.toggle-social2 i,
.toggle-social3 i,
.toggle-social3 i {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 25px;
    display: block;
    line-height: 42px;
}
.toggle-social2 {
    background: #2ad21d;
}
.social-left2 {
    background: #2ad21d;
    margin-top: 42px;
}
.toggle-social3 {
    background: #ff0000;
}
.social-left3 {
    background: #ff1111;
    margin-top: 84px;
}
.side-box .owl-item > div {
    padding: 0;
    width: 100%;
    -webkit-box-shadow: inset 1px 0 18px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 0 18px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 0 18px 0 rgba(0, 0, 0, 0.1);
}
#hotitem .box-product {
    background: transparent !important;
}
.owl-controls {
    margin-top: 0 !important;
}
.sidebox {
    padding-top: 20px;
}
.sidebox-title {
    font-size: 20px;
    width: 100%;
    height: 65px;
    line-height: 55px;
    border-bottom: 5px solid #e8e8e8;
}
.sidebox-title span {
    left: 70px;
    position: absolute;
    color: #2ea8ff;
}
.sidebox-title i {
    border: 2px solid #262626;
    color: #262626;
    height: 30px;
    line-height: 30px;
    top: 13px;
    text-align: center;
    width: 30px;
    margin-right: 15px;
    display: block;
    position: absolute;
    left: 30px;
    position: relative;
}
.prod-title a {
    font-size: 13px;
    color: #2ea8ff;
    font-weight: bold;
}
.box-wrap {
    margin-bottom: 10px;
}
.btnwishlist,
.btncompare,
.btncart {
    background: #fff;
    border: 1px solid #eee;
    color: #222;
}
.btncart {
    border: 1px solid #999;
}
.panel-heading,
.panel-group .panel,
.panel {
    border-radius: 0;
    box-shadow: none;
    border: none;
}
.checkout-success h1,
.checkout-success p {
    font-size: 20px;
    background: rgba(255, 255, 255, 0.2);
    padding: 15px;
    text-align: center;
    border: 1px solid #eee;
}
.account-login #content {
    margin-top: 15px;
}
.account-register #content > form,
.information-contact #content > form > .buttons {
    padding-bottom: 100px;
}
.owl-carousel {
    border: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    margin: 0 !important;
}
#featured-wrap .box-featured {
    -webkit-box-shadow: -6px 3px 3px -6px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: -6px 3px 3px -6px rgba(0, 0, 0, 0.38);
    box-shadow: -6px 3px 3px -6px rgba(0, 0, 0, 0.38);
}
#catehome-wrap .box-featured,
#column-left,
.box-latest {
    z-index: 10;
    padding-bottom: 20px;
}
#menutoggle {
    display: none;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
}
.btn {
    box-shadow: none;
}

/********************/
@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }

    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
    /* fixed colum left + content + right*/

    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}
@media (min-width:950px) {
    .collapse {
        display: none;
    }
}
@media (max-width:1200px) {
    .navbar-nav.social a i {
        height: 30px;
        width: 30px;
        line-height: 30px;
    }

    .footer-contact {
        font-size: 15px;
    }

    .btncart .fa-shopping-cart {
        padding: 0 20px;
    }
}
@media (max-width:1024px) {
    #toc_banner_wrap span,
    .banner-slide > div span {
        font-size: 16px;
    }
}
@media (max-width:950px) {
    #column-left {
        display: none;
        width: 300px;
        left: 0;
    }

    .menu-cate-all.boxed > div,
    .menu-cate-all.fullwidth > div {
        width: 48% !important;
    }

    .product-page #content {
        margin: 0;
        padding: 0;
    }

    .common-home #content,
    #content.prod-category {
        padding: 0;
    }

    .container .col-sm-9 {
        width: 100%;
    }

    #menu-wrapper .col-xs-3 {
        display: none;
    }

    #menutoggle {
        display: block;
        margin-left: 1px;
    }

    #menu-wrapper .col-sm-8 {
        width: 83.3333%;
    }

    #logo .slogan {
        display: none;
    }
}
@media (max-width:880px) {
    #menu-wrapper .col-sm-8 {
        width: 100%;
    }
}
@media (max-width:767px) {
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    #menu .dropdown-inner {
        display: block;
    }

    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }
    /*#menu .dropdown-menu a:hover,

  #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
*/

    #menu .toggle-menu .dropdown-inner ul li span {
        position: absolute;
    }

    #menu .dropdown-inner a {
        padding: 0 0 0 10px;
        margin: 5px 0 0 0;
        color: #444;
    }

    .mega-menu {
        border-bottom: none;
        margin-bottom: 20px;
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }

    #logo .oc_logo {
        height: 70px;
    }

    #content {
        float: none;
        padding: 0px 35px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .common-home #content {
        padding: 0px;
    }

    #content.prod-category {
        padding: 0px 15px;
    }

    #content h1 {
        font-size: 20px;
        padding: 0 15px 0 5px;
    }

    body .container {
        padding-left: 35px;
        padding-right: 35px;
    }

    #tab-description img {
        width: 100%;
        height: 100%;
    }

    .prodspec-wrap {
        padding: 30px 10px;
    }

    .container .product-page {
        margin: 0 15px;
    }

    .catehome-title {
        font-size: 17px;
    }

    #search {
        margin: 0 auto;
        top: 5px;
        width: 50%;
    }

    .box-product .wrap-caption,
    .box-productcate .wrap-caption {
        display: block;
    }

    .heading-cate {
        bottom: -4px;
        height: auto;
    }

    #cart-total {
        border: none !important;
    }

    #toc_banner_wrap span,
    .banner-slide > div span {
        font-size: 13px;
    }

    #logo {
        height: auto;
        text-align: center;
    }

    #logo a,
    #logo .slogan {
        left: 0;
    }

    .logo-icon.pull-left {
        float: none !important;
    }

    #logo > div {
        display: inline-block;
    }

    .mobi-menu .fa-indent,
    #cart,
    .wishlist,
    .account,
    #menu .mobi-menu button.acc,
    #menu .nav > li > a {
        border-color: rgba(255, 255, 255, 0.2);
    }

    #menu-wrapper {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    #toc-footer-top h5 {
        padding: 0
    }

    .product-list .col-sm-8,
    .product-list .col-sm-4 {
        width: 100%;
    }

    .breadcrumb {
        background: #fff;
        margin-bottom: 15px;
        z-index: -1;
        margin-top: -2px;
    }

    .box-catedesc h2 {
        font-size: 20px;
    }

    #content h1 {
        text-align: center;
    }

    #lang-curr {
        position: relative;
        right: -20px;
        text-align: center;
    }

    #lang-curr .dropdown {
        border: none;
    }
}
@media (max-width:450px) {
    .catehome-img i {
        font-size: 25px;
        padding: 5px;
    }

    .menu-cate-all.boxed > div,
    .menu-cate-all.fullwidth > div {
        width: 95% !important;
    }
}
@media (max-width:400px) {
    #toc_banner_wrap span,
    .banner-slide > div span {
        font-size: 17px;
    }

    #toc_banner_wrap .col-xs-4 {
        width: 100%;
    }

    #slide.col-xs-8 {
        width: 100%;
    }

    .banner-slide.col-xs-4 {
        width: 100%;
    }

    #toc_banner_wrap {
        min-height: 280px;
    }

    #lang-curr .dropdown {
        border: none !important;
    }

    .custom-banner .col-xs-4 {
        width: 100%;
    }

    #content h1 {
        font-size: 17px;
    }

    #toc-footer-bottom .container {
        padding: 0 15px;
    }

    .banner-text {
        width: 50%;
    }

    #toc_banner_wrap {
        margin-top: 20px;
    }

    .mobi-menu .fa-indent,
    #cart,
    .wishlist,
    .account,
    #menu .mobi-menu button.acc,
    #menu .nav > li > a {
        border-color: rgba(255, 255, 255, 0.1);
    }

    #menu-wrapper {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .forum-list td {
        padding: 5px 15px !important;
    }

    .boxfront span {
        padding: 10px 20px 10px 10px;
    }
}

/**************** start custom ***************************/
#toc_slide_wrap .tab-heading {
    display: block;
    text-align: center;
    /*for full-width flat */

    background: #fff;
    padding-left: 15px;
}
.box-wrap .nav-tabs {
    display: inline-block;
    border: 0;
    margin-bottom: 0px;
    margin-left: -3px;
}
.box-wrap .nav-tabs .active a,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    background: #2ea8ff;
    border: none;
    color: #fff;
}
.box-wrap .nav-tabs .active h3 {
    color: #fff;
}
.tab-content {
    display: block;
    position: relative;
    min-height: 330px;
    margin: 0;
    overflow: hidden;
    padding-bottom: 0px;
}
.tab-heading h3 {
    line-height: 55px;
}
.tab-heading h3 i {
    padding: 0 10px 0 0;
    font-size: 25px;
    line-height: 25px;
}
.box-wrap .nav > li > a {
    padding: 0 20px;
    height: 55px;
    border: 1px solid #ccc;
    background: #fff;
}
.box-wrap .nav > li > a h3 {
    margin: 0;
}
.menu-cate-all {
    padding: 30px 0:
}
.menu-cate-all > div {
    left: 5%;
}
.menu-cate-all > div {
    width: 24%;
    display: inline-block;
    padding: 5px 20px;
}
.menu-cate-all a {
    margin: 0 15px !important;
}
#menu .dropdown-inner .cate-img {
    border-left: none;
    padding: 10px 0;
}
/*.box-productcate .wrap-caption {height:70px !important;}
.prod-title  + div  + div ,.btncart {
display:none;
}*/

/*เปิดปิดตะกร้า*/