/* global 3rd libs */
@import url("https://cdn.jsdelivr.net/npm/normalize.css@8.0.1");
@import url("https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css");
@import url("https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.css");

/* global */
.hidden-mobile{display: none !important;}
.global-container {

}
.row {
    margin: 0 -10px;
}

.row [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.form-control{
    font-size:1em;
}
.form-group{
    margin-bottom:1em;
}
.mobile-block{display:inline-block !important;}
.icons {
    display: inline-block;
    background-image: url(../images/sprite.png?v=2);
    background-repeat: no-repeat;
    vertical-align: middle;
}
img{
    max-width:100%;
    height:auto;
}

.bold{font-weight:bold;}

a, a:hover {
    text-decoration: none;
}
.block {
    display: block;
}
.grey{
	color:#999;
}
.green {
    color: #00bd4d;
}
.ul, .format {
    margin: 0;
    padding: 0;
    list-style: none;
}

.text-10 {
    font-size: 10px;
}

.text-11 {
    font-size: 11px;
}

.text-12 {
    font-size: 12px;
}

.text-13 {
    font-size: 13px;
}

.text-14 {
    font-size: 14px;
}

.text-15 {
    font-size: 15px;
}

.text-16 {
    font-size: 16px;
}

.text-17 {
    font-size: 18px;
}

.text-18 {
    font-size: 18px;
}

.text-20 {
    font-size: 20px;
}

.text-25 {
    font-size: 25px;
}

.text-30 {
    font-size: 30px;
}

.red{color:#ec3237;}
.bg-red{background-color:#ec3237;}
a{color:#333;}
#backgroundPopup {
    display: none;
    position: fixed;
    height: 100% !important;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    border: 1px solid #cecece;
    z-index: 999999
}

#popupContact {
    display: none;
    position: fixed;
    border: 0 solid #666;
    z-index: 9999992;
    padding: 7px;
    font-size: 13px;
    text-align: center
}

#popupContact div {
    text-align: right
}

#popupContact h1 {
    text-align: left;
    color: #096;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px dotted #CCC;
    padding-bottom: 2px;
    margin-bottom: 20px
}

#popupContactClose {
    font-size: 12px;
    line-height: 16px;
    right: 6px;
    top: 4px;
    color: #fff;
    font-weight: 700
}

#button {
    text-align: center;
    margin: 100px
}

#popupContact .popupText {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    line-height: 57px;
    padding: 150px 10px 0;
    text-align: center;
    z-index: 9999
}

#popupContact .popupLink {
    text-align: center
}

#popupContact .popupLink a {
    text-decoration: none;
    color: #999
}

#popupContact .popupLink a:hover {
    color: #fff
}

#popupContact img {
    max-height: 500px;
    max-width: 90%;
}

body {
    font: 14px/1.5 'Roboto',Arial,sans-serif;
    background: #f5f5f5;
  	overflow-x:hidden;
  	overflow-y:auto;
}
.container {
  width: 100%;
  padding: 0 10px;
}

.global-container {
    max-width: 640px;
    margin: auto;
    padding-top: 50px;
}

header {
    background: #fbfbfb;
    height: 50px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 99;
}

header .container {
    position: relative;
}

header .logo {
    float: left;
    margin-top: 11px;
}

header .logo img {
    width: 65px;
}

.main-search {
    background: #fff;
    height: 35px;
    border-radius: 3px;
    position: relative;
    margin: 0px 40px 0 103px;
    top: 7px;
    border: solid 1px #ddd;
}

#header-right {
    float: right;
}

#header-right .item {
    float: left;
    border-left: solid 1px #da7a7b;
    padding: 0 5px;
    height: 45px;
}

#menu-mobile{
    color:#fff;
    padding-top: 14px !important;
    float: left;
    width: 22px;
    margin-right: 10px;
}

#menu-mobile span{
    display:block;
    width: 22px;
    height: 3px;
    background: #ec3237;
    margin: 3px auto;
}

#header-right .item.cart{
    padding-right: 16px;
}

.main-search #text-search {
    width: 100%;
    border: none;
    height: 32px;
    margin: 0;
    padding: 0 10px;
    font-size: 13px;
    border-radius: 3px;
}

.main-search .search-btn {
    position: absolute;
    right: 5px;
    top: 0;
    height: 32px;
    background: none;
    border: none;
    color: #999;
}
.autocomplete-suggestions {
    position: absolute;
    width: 100%;
    border: solid 1px #ddd;
    left: 0;
    margin-top: 2px;
    max-height: 300px;
    overflow: auto;
    display: none;
    background: #fff;
    z-index: 99;
}

.autocomplete-suggestions a {
    display: block;
    padding: 10px;
    overflow: hidden;
}

.autocomplete-suggestions a img {
    width: 60px;
    float: left;
}

.autocomplete-suggestions a .info {
    display: block;
    margin-left: 65px;
}

.autocomplete-suggestions a .info .name {
    display: block;
    color: #333;
}

.autocomplete-suggestions a .info .price {
    color: #e00;
}

.autocomplete-suggestions a:hover {
    background-color: #f5f5f5;
}
.cart-header {
    float: right;
    margin-top: 5px;
    position: relative;
    margin-right: 5px;
}

.cart-header a {
    color: #ec3237;
    font-size: 27px;
}

.cart-header b {
    position: absolute;
    background: #ec3237;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    display: block;
    top: 1px;
    right: -10px;
    font-size: 12px;
    border: solid 1px #fff;
}

#main-menu {
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    background: #fff;
    z-index: 99;
    height: 100vh;
    overflow: auto;
    transition:all 0.5s ease;
}
#main-menu.active{
    left:0;
}
#main-menu .head {
    height: 50px;
    line-height: 30px;
    padding: 10px;
    background: #ddd;
}

#main-menu .head i {
    float: left;
    font-size: 30px;
}

#main-menu .head .text {
    margin-left: 50px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
}

#main-menu .list .item > a {
    display: block;
    padding: 8px 10px;
}

#main-menu .list .item > a .icon {
    font-size: 20px;
    padding-right: 10px;
    vertical-align: middle;
}
#main-menu .line {
    border-top: solid 1px #ddd;
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
    display:none;
}
.overlay.active{
    display:block;
}
body.active {
    overflow: hidden;
}
#category-menu.active{left:0;}
#category-menu .head {
    height: 50px;
    background: #eee;
    padding: 10px;
}

#category-menu .head .back i {
    font-size: 24px;
}

#category-menu .head .back {
    float: left;
}

#category-menu .head .search {
    margin-left: 32px;
    position: relative;
}

#category-menu .head .search button {
    position: absolute;
    right: 5px;
    top: 0;
    background: none;
    border: none;
    font-size: 18px;
}

#category-menu .head .search input {
    height: 25px;
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
}

#category-menu .list .item a {
    display: block;
}

#category-menu .list .item a.lv1 {
    line-height: 40px;
    border-bottom: solid 1px #dddd;
    padding: 0 10px;
}

#category-menu .list .item i {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 39px;
    width: 40px;
    text-align: center;
    font-size: 11px;
    border-left: solid 1px #eee;
    height: 41px;
}

#category-menu .list .item.active > i {
    transform: rotate(180deg);
}
#category-menu .list .item.active > i {
    border:None;
    border-right: solid 1px #eee;
}
#category-menu .list .item {
    position: relative;
}
#category-menu .list .item.active > a{
    font-weight:bold;
}
#category-menu .list .item .sub {
    background: #eee;
    display: none;
}

#category-menu .item .sub .item .sub  a{
    padding-left:30px;
    background:#f5f5f5;
}

#category-menu .list .item .sub a {
    line-height: 41px;
    padding: 0 10px 0 20px;
    border-bottom: solid 1px #fff;
}
body.active {
    overflow: hidden;
}

#home-contact {
    margin: 15px 0;
}

#home-contact {
    height: 40px;
    line-height: 40px;
    background: #f8e5e4;
    margin-bottom: 15px;
}

#home-contact .title {
    background: #ec3237;
    float: left;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 0 15px;
    position: relative;
    padding-right: 5px;
}

#home-contact .marquee {
    margin-left: 88px;
    height: 40px;
}

#home-contact .title:after {
    content: '';
    display: block;
    width: 0;
    border: solid 20px transparent;
    border-left-color: #ec3237;
    position: absolute;
    right: -40px;
    top: 0;
}

#nav-home {
    background: #f5f5f5;
    overflow: hidden;
    padding-top: 20px;
}
#nav-home a {
    display: block;
    width: 25%;
    float: left;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    padding: 0 5px;
}
#nav-home a span{display:block;}
#nav-home .fa {
    font-size: 25px;
    display: inline-block;
    color: #e80100;
    margin-bottom: 5px;
    border: solid 1px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

#slider-home .owl-dots {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 10px;
}

#deal-home {
    border: solid 1px #ec3237;
    border-radius: 10px;
    padding-bottom: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

#deal-home .head {
    background: #ec3237;
    color: #fff;
    overflow: hidden;
}

#deal-home .head .h-title {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 45px;
    margin: 0;
    font-weight: bold;
    float: left;
    margin-left: 20px;
}
#deal-home .head .h-title .icons{
    width:25px;
    height:39px;
    background-position:-150px 0;
    float: left;
    margin: 3px 5px 0 -10px;
}
#deal-home .time-group {
    font-weight: bold;
    float: right;
}

#deal-home .time-group span {
    display: block;
    float: left;
    background: #b91115;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    border-radius: 8px;
    margin: 4px 2px;
}

#deal-home .time-step {width: 100%;float: left;background: #ec3237;margin-top: 5px;}

#deal-home .time-step .item {
    float: left;
    padding: 3px 0;
    text-align: center;
    font-size: 13px;
    height: 45px;
    cursor:pointer;
    opacity: .5;
    width: 25%;
}

#deal-home .time-step b {
    display: block;
    font-size: 18px;
    line-height: 20px;
}

#deal-home .time-step .item.current {
    background: #b91115;
    opacity: 1;
}
#deal-home .time-step .item.current b{
}
.p-item {
    overflow: hidden;
    float: left;
    width: 180px;
    position: relative;
    opacity: 1;
    transition: all 0.2s ease;
    margin: 10px 0;
    border: solid 1px #fff;
    background: #fff;
}

@media (min-width:1650px){
    .p-item{width:16.667%;}
}

.p-item .p-img:hover img{
    transform: scale(1.1);
}

.owl-carousel .p-item{
    width:100%;
}

.list-deal-home .p-item{
    width:160px !important;
}

.p-item:hover {
    box-shadow: 0px 0px 8px 0px #b5b5b5;
    z-index: 2;
}

.product-list-home .p-item .p-container {
    border-left: solid 1px #eee !important;
    border-bottom: none;
}

.p-container {
    padding: 10px;
}

.p-img {
    display: block;
    position: relative;
    padding-top: 100%;
    margin-bottom: 5px;
    overflow: hidden;
}
.p-brand-img {
    display: block;
    height: 12px;
    width: auto !important;
}
.p-brand-img img {
    height: 100%;
    display: block;
}
#product-history .p-brand-img {
    height: 18px;
    margin-top: -20px;
}
.p-offer {
    font-size: 13px;
    height: 19px;
    overflow: hidden;
    margin: 8px 0;
    display: none;
}

.p-img img {
    position: absolute;
    max-width: 90%;
    max-height: 90%;
    width:auto !important;
    height:auto !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
    transition: all 0.2s ease;
}

.p-price {
    font-weight: bold;
    color: #ec3237;
    display: inline-block;
    line-height: 16px;
    font-size: 16px;
}

.p-name {
    color: #333;
    display: block;
    line-height: 16px;
    height: 32px;
    overflow: hidden;
    margin: 8px 0;
    font-size: 13px;
}
.p-bottom .p-buy {
    float: right;
    cursor: pointer;
    width: 18px;
    height: 18px;
    background-position: -249px -15px;
}

.p-bottom .stock.instock {
    color: #28b52d;
    font-size: 13px;
    display: none;
}

.p-old-price {
    text-decoration: line-through;
    color: #888;
    display: inline-block;
    font-size: 13px;
    height: 19px;
    display: block;
}

.p-discount {
    color: #d00;
    font-weight: bold;
    width: 45px;
    height: 27px;
    background: url(../images/icon_discount.png) no-repeat;
    background-size: 100%;
    line-height: 27px;
    text-align: center;
    position: absolute;
    bottom: 50px;
    right: 10px;
}
.p-bottom {
    margin-top: 4px;
    overflow: hidden;
    height: 21px;
}
.p-order-status{height: 16px;line-height: 16px;border:solid 1px #ffb401;border-radius: 30px;margin-top: 8px;position:relative;background: #ed3236;background: -moz-linear-gradient(left,  #ed3236 0%, #fd5707 100%);background: -webkit-linear-gradient(left,  #ed3236 0%,#fd5707 100%);background: linear-gradient(to right,  #ed3236 0%,#fd5707 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed3236', endColorstr='#fd5707',GradientType=1 );}
.p-order-status .text{padding-left:10px;font-size: 10px;position:absolute;color: #fff;margin-left: 10px;text-transform: uppercase;line-height: 16px;}
.p-total-offer-2019{margin-top:15px;display:block;height:14px;}
.p-order-status .bg-count-left{display:block;float:left;background:#ffb401;width:30%;height:100%;border-radius: 30px 0 0 30px;}
.icon-order-status-deal{background-position: -3px -65px;width: 11px;height: 15px;display:block;position:absolute;bottom: 0px;left: 3px;}
.product-list-page .p-item {
    width: 50%;
    border-bottom: solid 1px #eee;
    border-right: solid 1px #eee;
    margin: 0;
}

.product-list-page {
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
    overflow: hidden;
}
.custom-nav .owl-nav {
    margin: 0 !important;
}

.custom-nav .owl-nav button {
    position: absolute;
    color: #999 !important;
    top: 50%;
    transition: all 0.2s ease;
    outline: none;
    margin: -25px 10px 0 10px !important;
    z-index: 99999;
    opacity: .5;
}

.custom-nav .owl-nav button i {
    font-size: 50px;
}

.custom-nav .owl-nav .owl-prev {
    left: 0;
    border-radius: 0 4px 4px 0;
}

.custom-nav .owl-nav .owl-next {
    right: 0;
}

.custom-nav .owl-nav button:hover {
    opacity: 1;
    background: none !important;
}

.viewall-dealhome {
    margin-top: -64px;
    position: relative;
    padding: 8px 40px;
    font-size: 16px !important;
}

.btn-round {
    border: solid 1px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    background: #fff;
}

.collection-home .title {
    text-align: center;
    border-bottom: solid 1px #ddd;
    position: relative;
}

.collection-home .h-title {
    color: #ec3237;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    font-size: 18px;
    padding-bottom: 6px;
    display: inline-block;
    position: relative;
}

.collection-home {
    margin: 30px 0;
    min-height: 300px;
}

.collection-home .title .viewall {
    position: absolute;
    right: 0;
    top: 10px;
}

.viewall i {
    font-weight: bold;
}

.collection-home .summary {
    text-align: center;
    font-weight: bold;
    margin: 10px 0;
}

.collection-home .h-title:after {
    content: '';
    position: absolute;
    width: 80%;
    height: 1px;
    bottom: 0;
    left: 10%;
    background: #ec3237;
}

.p-hot.icons {
    width: 35px;
    height: 21px;
    background-position: -170px -106px;
    position: absolute;
    right: 0;
    bottom: 25px;
    z-index: 9;
    color: #fff;
    font-size: 11px;
    line-height: 21px;
    text-align: center;
}
.p-new.icons {
    width: 35px;
    height: 21px;
    background-position: -170px -129px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 8;
    color: #fff;
    font-size: 11px;
    line-height: 21px;
    text-align: center;
}

.owl-item:hover {
    position: relative;
    z-index: 99;
}
.category-home .title{
    overflow:hidden;
}
.category-home .title .h-title {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    float: left;
    margin-bottom: 5px;
}

.category-home {
    margin-bottom: 30px;
    min-height: 300px;
}

.sub_cat_title {
    float: right;
    line-height: 15px;
    margin-top: 5px;
}
.sub_cat_title a {
    display: block;
    padding: 0 10px;
}

.news-home {
    background: #fff;
}

.news-home .head .h-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    float: left;
    margin: 0;
    line-height: 70px;
}

.news-home .head {
    line-height: 70px;
    height: 70px;
    padding: 0px 10px;
}

.news-home .head .btn {
    margin-top: 21px;
    padding: 3px 10px;
}

.news-home .head .h-title i {
    background-color: #ec3237;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
}

.news-home .list {padding: 0 20px;}

.news-home .list .item {
    display: block;
    margin-bottom: 15px;
}

.news-home .list .img {
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    width: 35%;
}

.news-home .list .name {
    display: block;
    margin-left: 35%;
    padding-left: 10px;
}

.news-home .list .time {
    color: #999;
    margin-left: 35%;
    padding-left: 10px;
    display: block;
}

#brand-footer {
    background: #fff;
    padding: 20px 0;
}

#brand-footer .item img {
    width: auto;
    display: block;
    margin: auto;
}

#brand-footer .owl-nav .owl-prev {
    left: -20px;
}
#brand-footer .owl-nav .owl-next {
    right: -20px;
}

.newsletter {
    background: url(../images/bg_news_letter_mb.jpg) center center no-repeat fixed;
    background-size: cover;
    padding: 20px 10px;
}
.newsletter .title {
    color: #fff;
    font-size: 16px;
    margin-top: 5px;
    text-transform: uppercase;
    text-align: center;
}

.newsletter .title i {
    font-size: 25px;
    vertical-align: middle;
}

.newsletter form {
    background: #fff;
    border-radius: 40px;
    height: 45px;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    margin-top: 10px;
}

.newsletter .container {
    max-width: 1000px;
}

.newsletter form input {
    float: left;
    border: none;
    height: 45px;
    width: 100%;
}

.newsletter form button {
    position: absolute;
    right: 20px;
    border: none;
    background: none;
    font-size: 35px;
    color: #ec3237;
    height: 45px;
    line-height: 45px;
    padding: 0 !important;
}

#toTop:hover {
    opacity: 1;
}

footer {
    background: #fff;
}

footer .col-info {
    float: left;
    width: 100%;
    padding: 5px 0;
    overflow: hidden;
    border-top: solid 1px #eee;
}

.col-info.company-info h3 {
    font-size: 16px;
    margin-top: 20px;
}

.col-info.company-info .fa {
    color: #ec3237;
    width: 20px;
}

.icons.icon-payment {
    width: 243px;
    height: 32px;
    background-position: -31px -58px;
}

.col-info .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    position: relative;
}
.col-info .title:after{
    content:'';
    display: block;
    position: absolute;
    width: 0;
    border: solid 5px transparent;
    border-top-color: #616161;
    right: 0;
    top: 8px;
}
.col-info .content{
    display:none;
}
.col-info .content a {
    display: block;
    margin-bottom: 5px;
}

.icons.icon-bct {
    width: 155px;
    height: 61px;
    background-position: 0 -100px;
    display: block;
}

#copyright {
    text-align: center;
    padding: 10px 0;
    font-size: 13px;
}
#breadcrumb{
    padding:10px 0;
}
#breadcrumb > div {
    display: inline-block;
}

#breadcrumb > div a {
    color: #333;
}

#breadcrumb h1 {
    margin: 0;
    display: inline-block;
    font-size: inherit;
    color: #333;
    font-weight: normal;
}
.banner-product-list .owl-nav button i {
    font-size: 36px !important;
    color: #fff !important;
}

.banner-product-list .owl-nav button {
    margin-top: -18px !important;
    opacity: .6;
}
.category-child a,.news-category a {
    display: block;
    float: left;
    background: #e6e6e6;
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
    margin-right: 5px;
    border-radius: 3px;
    margin-bottom: 5px;
    width: 100%;
}

.category-child a.current,.category-child a:hover,.news-category a.current {
    background: #ec3237;
    color: #fff;
}

.banner-filter .item {
    float: left;
    width: 100%;
    padding: 0 5px;
    margin: 2px 0;
}

.banner-filter {
    margin: 0 -5px;
}

.banner-filter .item a {
    display: block;
    background: #fff;
    border: solid 1px #ec3237;
    border-radius: 3px;
    padding: 8px 5px;
    overflow: hidden;
    color: #ec3237;
    font-weight: bold;
}

.category-child {
    overflow: hidden;
    margin:0 -2px;
}
.category-child .item,.news-category .item{
    padding:0 2px;
    width:50%;
    float:left;
}
.banner-filter .item img {
    width: 35px;
    height: 35px;
}

.banner-filter .item span {margin-left: 5px;}
.select .content {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 99;
    left: 0;
    border: solid 1px #ddd;
    min-width: 100%;
    max-height: 300px;
    overflow: auto;
}

.select .content.full{
    width:100%;
}
.no-border {
    border: none !important;
}

.select {
    width: 100%;
    border: solid 1px #ccc;
    font-size: 1em;
    cursor: pointer;
    position: relative;
}
.select .content .item {
    display: block;
    padding: 3px 15px;
    white-space: nowrap;
}
.select > .title:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    margin-top: 2px;
    margin-left: 5px;
}
.select .title {
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: .375rem .75rem;
}
.filter-top .select {
    float: left;
    width: auto;
    margin-right: 5px;
    position: initial;
}

.filter-top .select.sort{
    float:right;
}
.filter-top .attribute-item {
    overflow: hidden;
    margin-bottom: 15px;
}

.filter-top .attribute-item .title {
    border-bottom: solid 1px #eee;
}
.filter-top {
    background: #f9ede5;
    padding: 5px 0;
    position: relative;
}

.filter-top .select .title {
    font-weight: bold;
}

.filter-top select {
    width: 140px;
    margin-right: 10px;
}
.filter-selected a {
    display: inline-block;
    background: #ec3237;
    color: #fff;
    padding: 3px 10px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 5px;
}

.filter-selected {
    overflow: hidden;
}

.filter-selected a i {
    margin-left:5px;
}

.filter-top .select .content a{
    display:block;
    width:50%;
    float:left;
    padding: 5px 10px;
}

.paging {
    margin: 6px 0;
    float: right;
    margin-top: 8px
}

.paging a {
    display: block;
    padding: 8px 10px;
    float: left;
    line-height: 10px;
    margin-left: 5px;
    border: solid 1px #ddd;
    text-decoration: none;
    border-radius: 2px;
    background: #fff;
}

.paging a.current,.paging a:hover {
    background: #ec3237;
    color: #fff;
}

.icon-star {
    background-image: url(../images/star_sprite.png);
    width: 92px;
    height: 17px;
    vertical-align: sub;
    display: inline-block;
    background-repeat: no-repeat
}

.icon-star.star0 {
    background-position: 0 -109px
}

.icon-star.star1 {
    background-position: 0 -88px
}

.icon-star.star2 {
    background-position: 0 -67px
}

.icon-star.star3 {
    background-position: 0 -43px
}

.icon-star.star4 {
    background-position: 0 -22px
}

.icon-star.star5 {
    background-position: 0 0
}

.rating-selection {
    display: inline-block;
}

.rating-selection .title {
    float: right;
    margin-right: 10px;
}

.rating-selection label {
    float: right;
}

.rating-selection input {
    opacity: 0;
}

.rating-selection label {
    position: relative;
    float: right;
    display: block;
    width: 17px;
    height: 17px;
    background: url('/template/default/images/star_rating.png') 0 -28px;
    margin: 0 3px;
}

.rating-selection label.active,.rating-selection label.active ~ label {
    background-position: 0 18px;
}

.rating-selection label:hover ~ label,.rating-selection label:hover {
    background-position: 0 0 !important;
}

.comment {
    width: 100%;
}

.comment-form .img-avatar {
    float: left;
    width: 40px;
}

.comment-form form {
    padding-bottom: 15px;
}

.comment-form-input {
    border: solid 1px #ddd;
    background: #f8f8f8;
    padding: 10px;
    position: absolute;
    width: 100%;
    display: none;
}

.comment-list .item {
    padding: 15px 0;
    border-top: solid 1px #eee;
}

.comment .relative {
    position: relative;
    z-index: 9;
}

.comment-list .item .comment-left img {
    width: 40px;
    float: left;
}

.comment-list .item .reply-comment {
    display: none;
}

.info-feeback .time {
    color: #999;
}

.info-feeback .right {
    float: right;
}

.info-feeback {
    overflow: hidden;
    padding-bottom: 10px;
    font-size: 12px;
}

.comment-list .item .comment-name span {
    font-weight: bold;
    margin-right: 2px;
}
.comment form textarea {
    height: 80px;
}
.comment-list .item .comment-name .note {
    color: #fff;
    font-size: 0.7em;
    background: #ec3237;
    font-style: normal;
    padding: 2px 5px;
}

.comment form .form-control {
    margin-bottom: 5px;
    font-size: 1em;
}

.product-name {
    font-size: 21px;
}

#img-large a {
    display: block;
    position: relative;
    padding-top: 100%;
}

#img-large a img {
    position: absolute;
    width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto;
}
.view-album {
    text-align: center;
    font-size: 13px;
    position: relative;
    z-index: 9;
}
#img-thumbs .item{
    border: solid 1px #ddd;
    position: relative;
    padding-top: 100%;
}

#img-thumbs .item img{
    position:absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
}
#img-thumbs {
    padding: 0 30px;
}

#img-thumbs .owl-prev {
    left: -30px;
}

#img-thumbs .owl-next {
    right: -30px;
}

#img-thumbs .owl-nav button {
    margin-top: -10px !important;
}
#img-thumbs .owl-nav button {
    position: absolute;
    top: 50%;
}

.special-offer .title {
    background: #34a105;
    color: #fff;
    padding: 5px 10px;
}

.special-offer {
    border-radius: 4px;
    border: solid 1px #ddd;
    margin-bottom: 10px;
}

.special-offer .content {
    padding: 15px;
    font-size: 13px;
}
.special-offer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.special-offer .content li img {
    width: 35px;
    float: left;
}

.special-offer .content li span {
    display: block;
    margin-left: 45px;
}

.special-offer ul li {
    overflow: hidden;
    margin: 5px 0;
}
.special-offer .item .fa {
    color: #34a105;
    font-size: 6px;
    margin-right: 5px;
    vertical-align: middle;
}

.product-summary {
    margin-bottom: 15px;
    font-size: 13px;
}

.button-buy .btn {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 16px;
    margin-bottom: 5px;
}

.btn-red {
    background: #ec3237;
    color: #fff;
}

.btn-round.btn-addcart {
    border-radius: .25rem;
    color: #ec3237;
}

.support-product .box {
    border: solid 1px #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.8;
}

.support-product .box b {
    margin-bottom: 4px;
    display: inline-block;
}

.support-product .box .fa-circle {
    font-size: 5px;
    border: solid 1px #aaa;
    color: #fff;
    border-radius: 100%;
    vertical-align: middle;
}

.support-product {margin-top: 10px;}

#overview-info {margin-top: 10px;}
hr {
    border-top: 1px solid #eee;
    margin: .75em 0;
}

.product-other .title-tab {
    height: 40px;
    border-bottom: solid 1px #eee;
}

.product-other .title-tab span {
    line-height: 40px;
    font-weight: bold;
    font-size: 14px;
    margin: 0 5px;
    cursor: pointer;
    float: left;
}

.product-other .title-tab span.active {
    border-bottom: solid 1px #ec3237;
    display: block;
}

.content-text.content-collapse:after {
    content: '';
    background: linear-gradient(rgba(255, 255, 255, 0), white);
    height: 40%;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.content-text h1 {
    display: block;
    font-size: 2em;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
    margin:0.67em 0;
}

.content-text h2{
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
    margin:0.83em 0;
}

.content-text h3 {
    display: block;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
.content-text h4{
display: block;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
	font-size:1em;
}
.content-text ul{
	padding-left:40px !important;
	margin:1em 0;
	list-style: initial;
}
.content-text ul li,.content-text ol li{
	list-style: initial !important;
}
.content-text ol{
    padding-left:40px !important;
    margin:1em 0;
    list-style: decimal !important;
}
.content-text ol li{
    list-style-type:decimal !important;
}
.content-text p{
    margin:1em 0;
}
.content-text table{
    border-collapse:collapse;
}
.content-text table td,.content-text table th{
    border:solid 1px #ddd;
    padding:5px;
}
.content-text a{font-size:initial;}
.content-text{line-height:1.45;}
.content-text table td img{max-width:9999px;}

.product-detail-small tr td:nth-child(1) {
    width: 90px;
}

.product-detail-small tr td:nth-child(3) {
    width: 200px;
}

.product-detail-small tr td:nth-child(2) {
    padding:0 10px;
}

.product-detail-small tr td:nth-child(3) .btn {
    padding: 6px 15px !important;
    margin-bottom: 5px;
}

.product-detail-small .name {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.product-detail-small table {
    width: 100%;
    vertical-align: top;
}

.box-common > .title {
    background: #f3f3f3;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    padding: 0 10px;
}

.box-common .content {
    padding: 10px;
}

#tb-product-spec {
    width: 100%;
    border: none;
}

#tb-product-spec td {
    border: none;
    border-bottom: solid 1px #eee;
    padding: 7px 5px;
}

#tb-product-spec ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#tb-product-spec tr:last-child td {
    border: none;
}

.box-common {
    border: solid 1px #ddd;
}

.technical-table .viewmore {
    text-align: center;
    display: block;
    border: solid 1px #eee;
    color: #ec3237;
    padding: 8px;
    border-radius: 3px;
}

.technical-table .viewmore:hover {
    background: #f5f5f5;
}

.article-related-category .title-list h2,.list-product-compare h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
}

.article-list .title-list .h-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    line-height: inherit;
    float: left;
}

.article-list .title-list .viewall {
    float: right;
    color: #12a75e;
}

.article-list .list-item .img {
    float: left;
    width: 30%;
}

.article-list .list-item .item {
    overflow: hidden;
    display: block;
    padding: 10px 0;
}
.article-list.home-hot .item{
    padding:5px 0;
}
.article-list .list-item .info {
    margin-left: 30%;
    padding-left: 10px;
}

.article-list .list-item .name {
    display: block;
    color: #333;
    font-weight: bold;
}

.article-list .list-item .time {
    color: #888;
}

.article-list.article-related-category .name {
    font-weight: normal;
}

.p-item-right .p-img-right {
    width: 30%;
    float: left;
}

.p-item-right {
    overflow: hidden;
}

.p-info-right {
    margin-left: 30%;
    padding-left: 10px;
}

.p-info-right .p-name {height: auto;}

.product-history .h-title {
    line-height: 50px;
    margin: 0;
    font-size: 20px;
    padding: 0 10px;
    border-bottom: solid 1px #eee;
}
#vote-statistic{position:  relative;border: 1px solid #ddd;padding: 10px 0;}
#ratingOveriew{cursor:pointer;}
#vote-statistic ul li .icon-bigStar{float:left;}
#vote-statistic ul li{overflow:hidden;margin-bottom: 10px;}
#vote-statistic ul li .line-rating{float:left;width: 70%;height:13px;background:#eee;margin-top:3px;margin-right:6px;border-radius:2px;-moz-border-radius:2px;}
#vote-statistic ul li .line-rating .percent{display:block;background:#faa738;height:100%;}
#vote-statistic ul li .count{color:#888;}
#vote-statistic ul li span.blue{float:left;margin-right:10px;}
#vote-statistic ul{padding-left:5px;}
.btn-red{background:#d00;color:#fff;padding:7px 20px;font-size:15px;border-radius:3px;-moz-border-radius:3px;border:solid 1px #ce0101;display: inline-block;}
.btn-red:hover {color:#fff;box-shadow:0 0 10px rgba(0,0,0,0.5)}
.relative{position:relative;}
.product_review h2 {
    font-size: 18px;
}

.rating-form table {
    width: 100%;
}

.rating-form table td {
    padding: 5px 0;
}

.rating-form table tr td:first-child {
    width: 100px;
}

.comment h2 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}

#list_vote .item {
    overflow: hidden;
    margin: 10px 0;
}

#list_vote .item .name {
    font-weight: bold;
    font-size: 16px;
}

#list_vote .item i {
    display: inline-block;
    margin: 0 5px;
}

#list_vote .item .time {
    color: #999;
}

#list_vote .item p {
    margin-bottom: 6px;
}
#review-bottom {
    display: none;
}

.info-feeback .write-reply {
    color: #ec3237;
}
.comment-name {
    margin-bottom: 5px;
}

.comment-list .item-reply {
    background: #f5f5f5;
    padding: 10px;
    position: relative;
}

.comment-list .item-reply p {
    margin-bottom: 5px;
}

.comment-list .item-reply:before {
    content: '';
    display: block;
    width: 0;
    border: solid 10px transparent;
    border-bottom-color: #f5f5f5;
    position: absolute;
    top: -20px;
    left: 3px;
    z-index:2;
}
.comment-list .item-reply:after {
    content: '';
    display: block;
    width: 0;
    border: solid 10px transparent;
    border-bottom-color: #cecece;
    position: absolute;
    top: -20px;
    left: 3px;
    z-index:1;
}

.comment-list .avatar-user {
    background: #eee;
    color: #999;
    width: 27px;
    height: 27px;
    display: inline-block;
    line-height: 27px;
    text-align: center;
}

.comment-list .avatar-admin {
    width: 27px;
    height: 27px;
}

.product-list .owl-stage-outer {
    overflow: visible !important;
}
.product-list.owl-carousel{
	padding:0 10px;
  	overflow:hidden;
}

.category-home .product-list.owl-carousel,.collection-home .product-list.owl-carousel{padding:0 !important;}

.bg-grey {
    background: #f5f5f5;
    padding: 10px;
}

.box-news-right .title {
    font-weight: bold;
    font-size: 18px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 3px;
    margin-bottom: 10px;
}

.article-new-right .item {
    padding: 0 !important;
    margin: 10px 0;
}

.article-new-right .item:first-child {
    margin-top: 0;
}

.article-new-right .img {
    width: 100% !important;
    position: relative;
}

.article-new-right .name {
    position: absolute;
    bottom: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    padding: 10px;
    color: #fff !important;
}
.news-right .item:nth-child(1) .no {
    background-color: #f25630;
    color: #fff;
}

.news-right .item:nth-child(2) .no {
    background-color: #cc7935;
    color: #fff;
}

.news-right .item:nth-child(3) .no {
    background-color: #ccb135;
    color: #fff;
}
.news-right .item {
    padding: 10px 0 !important;
}

.news-right img {
    width: 160px !important;
}

.news-right .no {
    font-size: 18px;
    font-weight: bold;
    width: 35px;
    height: 35px;
    background: #eee;
    display: block;
    float: left;
    text-align: center;
    line-height: 35px;
    border-radius: 100%;
    color: #999;
}

.news-right .info {
    margin-left: 36px !important;
    padding-left: 10px !important;
}

.news-right .info .name {
    font-weight: normal !important;
}

.news-right .info .time {
    display: none;
}

.top-home-news {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.top-home-news .info {
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 10px;
}

.top-home-news .info .name {
    font-weight: bold;
    font-size: 16px;
}

.top-home-news .info .time {
    opacity: .8;
    font-size: 13px;
    margin-bottom: 0;
}

.top-home-news .info .time i {
    margin-right: 3px;
}

.img-container {
    position: relative;
    padding-top: 60%;
    display: block;
    overflow: hidden;
}

.img-container img {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
}

.article-list-news-home .btn {
    position: absolute;
    bottom: 10px;
    left: -10px;
    font-size: 13px;
    padding: 5px 10px;
}

.article-list-news-home .item{
    display:block;
    margin-bottom:20px;
}
.article-list-news-home .img {
    position: relative;
}

.article-list-news-home .name {
    font-weight: bold;
    margin: 8px 0;
    display: block;
}

.article-list-news-home .time {
    color: #999;
    font-size: 12px;
}

.article-list-news-home .item:nth-child(2n+1) {
    clear: both;
}

#cart-fixed {
    position: fixed;
    top: 100px;
    right: 2px;
    z-index: 99;
    background: rgba(255, 255, 255, 0.88);
    border: solid 1px #ddd;
    border-radius: 35px;
    padding: 5px;
    -moz-border-radius: 35px;
    cursor: pointer;
    width: 49px;
    height: 49px;
    overflow: hidden;
    transition: width 0.3s linear 0.2s;
    -webkit-transition: width 0.3s linear 0.2s;
    line-height: 18px;
    white-space: nowrap;
    font-size: 13px;
}

div#cart-fixed p {
    display: block;
    margin: 0;
    margin-left: 46px;
    padding-right: 8px;
    width: 104px;
}

#cart-fixed:hover, #cart-fixed.hover {
    width: 175px;
}

div#cart-fixed b {
    color: #136ed2;
}

#cart-fixed i {
    text-align: center;
    font-size: 26px;
    background: #ed1b24;
    color: #fff;
    width: 37px;
    height: 37px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    float: left;
    line-height: 37px;
}

#tbl-cart-item {
    width: 100%;
}

#tbl-cart-item td {
    padding: 10px 5px;
    border-bottom: solid 1px #eee;
}
#tbl-cart-item thead td {
    text-transform: uppercase;
    font-size: 16px;
}

#cart-step2 label {
    margin-bottom: 5px;
}

#cart-step2 .form-group {
    margin-bottom: 5px;
}


#cart-step2 h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    background: #eee;
    padding: 11px 10px;
}

.cart-voucher{
    position:relative;
}
.cart-voucher input {
    float: left;
    width: 100%;
    background: #f5f5f5;
}

.cart-voucher button {
    font-size: 14px;
    margin-left: 5px;
    position: absolute;
    right: 0;
    border-radius: 0 3px 3px 0;
}

.cart-btn .btn {
    display: block;
    border-radius: 0;
    margin-bottom: 4px;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
}

.btn-dark-blue {
    background: #214d7b;
    color: #fff;
}
.btn-dark-blue:hover{
    color:#fff;
    background: #2c67a5;
}

.cart-btn .row {
    margin: 0 -2px;
}

.cart-btn [class*="col-"] {
    padding: 0 2px;
}

.icons.icon-deal-yello {
    width: 27px;
    height: 0px;
    background-position: -218px -100px;
    float: left;
}

#product-deal-info {
    background: url(../images/bg_info_deal_detail.jpg);
    padding: 5px;
    padding-bottom: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

#product-deal-info > .title {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    float: left;
    margin-top: 7px;
    margin-left: 10px;
}

#product-deal-info .p-order-status {
    float: left;
    width: 150px;
    clear: both;
    margin-top: 13px;
    border: none;
}

#product-deal-info .time {
    position: absolute;
    right: 10px;
    top: 10px;
}

#product-deal-info .time .title {
    color: #fff;
    font-size: 13px;
}

#product-deal-info .count-down span {
    display: inline-block;
    color: #fff;
    background: #000;
    font-size: 16px;
    font-weight: bold;
    margin-right: 5px;
    padding: 5px 10px;
    border-radius: 7px;
}

#product-deal-info .p-order-status .icon-order-status-deal {
    bottom: 2px;
}

h1.h-title-bhda {
    text-align: center;
    background: #ce2a37;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 7px;
    font-weight: normal;
    margin: 0;
    margin-bottom: 15px;
}
.h-warranty-page {
    background: #ce2a37;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    float: left;
    padding: 5px 10px;
}
#form-check-warranty {
    border: solid 2px #ce2a37;
    overflow: hidden;
    padding: 10px;
}
.btn-red-small {
    background: #ce2a37;
    color: #fff;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    margin-top: 10px;
    font-size: 1em;
}
.doitrabh {
    font-size:14px;
    margin: 15px 0 10px 0;
}

#warranty-location .item img {
    height: 30px;
}

#warranty-location .item {
    text-align: center;
    border: solid 1px #ce2a37;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 4px;
    -moz-border-radius: 4px;
}

#warranty-location .item a {
    display: block;
}
#form-check-warranty input[type="text"]{width:100%; max-width:200px;}

#js-voucher-message {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    color: #e00;
}
.technical-table:after {
    content: '';
    background: linear-gradient(rgba(255, 255, 255, 0), white);
    height: 30%;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.technical-table tr:nth-child(2n+1) td {
    background: #f9f9f9;
}

.technical-table table {
    width: 100%;
}

.technical-table tr td {
    padding: 8px 5px;
}

.technical-table {
    position: relative;
    max-height: 500px;
    overflow: hidden;
    border: none;
}

.technical-table .content {
    padding: 10px 0;
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    10%,20% {
        -webkit-transform: scale(.9) rotate(-8deg);
        -ms-transform: scale(.9) rotate(-8deg);
        transform: scale(.9) rotate(-8deg)
    }

    30%,50%,70% {
        -webkit-transform: scale(1.3) rotate(8deg);
        -ms-transform: scale(1.3) rotate(8deg);
        transform: scale(1.3) rotate(8deg)
    }

    40%,60% {
        -webkit-transform: scale(1.3) rotate(-8deg);
        -ms-transform: scale(1.3) rotate(-8deg);
        transform: scale(1.3) rotate(-8deg)
    }

    100%,80% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

#icon-fixed-right a,#icon-fixed-right > div {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #aaa;
    border-radius: 50%;
    margin: 4px 0;
    color: #fff;
    font-size: 18px;
    position:relative;
}
#icon-fixed-right a .note,#icon-fixed-right > div .note {
    line-height: 42px;
    font-size: 13px;
    position: absolute;
    right: 42px;
    left: auto;
    bottom: 0;
    z-index: 99;
    background: #ccc;
    height: 42px;
    border-radius: 30px;
    opacity: 0;
    width: 0;
    transition: all 0.5s ease;
    white-space: nowrap;
}
#icon-fixed-right .item.active .note{
    opacity: 1 !important;
    width: 200px !important;
}

.note.list-chat {
    height: 80px !important;
    border-radius: 8px 20px !important;
    padding: 5px !important;
    text-align: center;
    width: 0px;
    right: -50px !important;
}
.icon-list-chat.active .note.list-chat{
    right:45px !important;
}
.note.list-chat a {
    display: inline-block !important;
    width: 40px !important;
}

.note.list-chat b {
    display: block;
    line-height: 1.5;
}

#icon-fixed-right a i{
    position:relative;
    z-index:99;
}
#icon-fixed-right a.tada i{
	    animation: tada 2s linear infinite;
}
#icon-fixed-right {
    position: fixed;
    right: 5px;
    bottom: 10px;
    z-index:999;
}
.btn-stop {
    background-color: #fff3f3 !important;
    color: #c8191f !important;
    border: 1px dashed #ed6464;
    pointer-events: none;
    padding:5px 10px;
    font-size:20px;
}

.product-detail-fixed-action .cart-header {
    float: left;
    margin-left: 10px;
}

.product-detail-fixed-action {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    border-top: solid 1px #ccc;
    left: 0;
}

.product-detail-fixed-action .button {
    margin-left: 60px;
    line-height: 45px;
    text-transform: uppercase;
}

.product-detail-fixed-action .button a {
    display: block;
    float: left;
    text-align: center;
    width: 50%;
    background: #ff8e09;
    color: #fff;
    font-weight: bold;
}

.product-detail-fixed-action .button a:nth-child(2) {
    background: #ec3237;
}

#full-spec table{width:100% !important;}
/*popup*/
#adv-popup .background {
    display: none;
    position: fixed;
    height: 100% !important;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    z-index: 9999999;
    opacity: .8;
}

#adv-popup .banner {
    display: none;
    position: fixed;
    z-index: 99999991;
}

#adv-popup .close {
    font-size: 25px;
    right: 0;
    top: 0;
    color: #f00;
    font-weight: bold;
    position: absolute;
    opacity: 1;
    text-shadow: none;
    cursor: pointer;
}

#adv-popup .banner img {
    max-height: 300px;
    max-width: 90%;
    display: block;
    margin: auto;
}
.p-summary {
    line-height: 18px;
    height: 54px;
    overflow: hidden;
    margin-bottom: 10px;
}
.p-summary li {
    margin: 0;
    font-size: 12px;
}
.icon-offer {
    position: absolute;
    display: block;
    background: url(../images/icon_km1.png?v=2) no-repeat;
    width: 66px;
    height: 18px;
    top: 0;
    left: 0;
    z-index: 5;
    background-size: 100%;
}
@media (max-width: 480px) {
    .content-text table td, .content-text table th, .content-text table {
        height: auto !important;
        max-width: 100% !important;
    }
    .content-text td {
        font-size: 12px;
    }
    .content-text table td{
      font-size: 11px;
    }
}
#breadcrumb li{float:left;padding: 10px 0px;}
#breadcrumb li {
    list-style: none;
    float: left;
}
#breadcrumb ol {
	    margin: 0px;
    float: left;
    clear: both;
  	padding: 0px;
}
#breadcrumb ol li i {
	margin: 0px 5px;
}
#breadcrumb ol li:last-child span.last-bre {
	display: none;
}