@font-face {
    font-family: 'Ubuntu';
    src: url('../font/Ubuntu.ttf');
}
@font-face {
    font-family: 'Ubuntu';
    font-weight: bold;
    src: url('../font/UbuntuBold.ttf');
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    height: 100%;
}
body > iframe {
    display: none;
}
body {
    font: 14px/20px 'Ubuntu', Arial, sans-serif;
    width: 100%;
    background: #ffffff;
}
.wrapper {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.m-show {
    display: none;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
ul.no-style {
    list-style: none;
}
@media (max-width: 1000px) {
    .wrapper {
        width: 100%;
        padding: 0 15px;
    }
    .m-hide {
        display: none !important;
    }
    .m-show {
        display: block !important;
    }
}
a {
    color: #fe3b01;
    cursor: pointer;
}
a:hover {
    color: #000000;
    text-decoration: none;
}
h1,
.h1 {
    color: #fe3b01;
    font-size: 20px;
    text-align: center;
    margin: 15px 0;
}
h2,
.h2 {
    color: #fe3b01;
    text-align: center;
    font-size: 18px;
    margin: 15px 0;
    font-weight: normal;
}
p {
    margin-bottom: 10px;
    text-align: justify;
    text-indent: 40px;
}
img {
    border: none;
    vertical-align: bottom;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
blockquote {
    background: #f6f6f6;
    border-left: 5px solid #fe3b01;
    padding: 10px 10px 10px 15px;
    margin: 25px 0;
}
.clear {
    clear: both;
}
/* Head
-----------------------------------------------------------------------------*/
.top2 {
    background: #333;
    color: #fff;
    padding: 8px 0;
}
.top2 > div {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.top2 .free {
    clear: both;
    color: #b7b7b7;
    width: 30%;
    font-size: 12px;
    display: inline-block;
}
.top2 .free span {
    text-transform: uppercase;
    color: #fe3b01;
}
.top2 .pay {
    width: 30%;
    display: inline-block;
    color: #9effaf;
}
.top2 .city {
    float: right;
}
.top2 .current {
    padding-bottom: 1px;
    border-bottom: 1px dotted #fff;
    cursor: pointer;
}
.top2 .city-list {
    display: none;
    top: 50px;
    width: 1000px;
    position: absolute;
    z-index: 1000;
    right: 0;
    padding: 10px 10px 5px;
    background: #ffffff;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
}
.top2 .active + .city-list {
    display: block;
}
.top2 .city-list a {
    margin-bottom: 5px;
    font-size: 12px;
    display: block;
}
.top2 .city-list a.selected {
    color: #000;
}
.top2 .city-list-col {
    float: left;
    min-width: 13%;
    padding-right: 5px;
}
@media (max-width: 1000px) {
    .top2 > div {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        height: auto;
    }
    .top2 .city-list {
        width: 100%;
    }
    .top2 .city-list-col {
        width: 100%;
        float: none;
    }
    .top2 .city-list a {
        width: 47%;
        display: inline-block;
    }
    .top2 .city {
        display: inline-block;
        float: none;
        padding: 7px 0px;
    }
    .top2 .pay {
        display: none;
    }
    .top2 .free {
        display: none;
    }
}
/* Header
-----------------------------------------------------------------------------*/
.header {
    background: #eeeeee;
}
.header > div {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 150px;
}
.header .sub-logo {
    text-align: center;
    font-size: 16px;
    padding: 10px;
}
.header .logo {
    float: left;
    width: 310px;
    position: relative;
}
.header .logo a {
    display: block;
    padding: 15px 0 5px 60px;
    background: url(../image/logo.png) no-repeat;
    background-size: contain;
    text-decoration: none;
    margin-top: 15px;
}
.header .logo div {
    font-size: 29.6px;
    color: #fe3b01;
    font-weight: bold;
    margin-bottom: 1px;
}
.header .logo span {
    color: #3c3c3c;
    font-size: 12px;
}
.header .logo .worktime {
    display: block;
    text-transform: uppercase;
    color: #565656;
    position: absolute;
    left: 60px;
    bottom: -12px;
}
.header .contact {
    float: left;
    margin-top: 17px;
}
.header .phone {
    text-align: right;
    float: left;
    padding-right: 15px;
    border-right: 1px solid #e2e2e2;
}
.header .phone div {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 7px;
    position: relative;
}
.header .phone a {
    text-transform: uppercase;
    border-bottom: 1px dashed #fe3b01;
}
.header .phone .value {
    border: none;
    color: #000;
    text-decoration: none;
}
.header .phone div:before {
    content: '';
    position: absolute;
    top: 2px;
    left: -25px;
    background: url('../image/phone.png') no-repeat 0 50%;
    width: 18px;
    height: 18px;
}
.header .shipping {
    float: left;
    text-transform: uppercase;
    color: #565656;
    padding-left: 15px;
    width: 315px;
    text-decoration: none;
}
.header .shipping div:first-child {
    margin-bottom: 7px;
    color: #000;
}
.header .head {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #fe3b01;
    border-radius: 5px 5px 0 0;
}
.header .head ul {
    list-style: none;
    display: table;
    margin: 7px auto;
}
.header .head li {
    display: table-cell;
    position: relative;
}
.header .head li::after {
    content: '';
    width: 1px;
    background: #d8d8d8;
    height: 10px;
    position: absolute;
    right: 0;
    top: 12px;
}
.header .head li:last-child::after,
.header .head li:hover::after {
    display: none;
}
.header .head a {
    text-align: center;
    padding: 7px 30px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    border-radius: 5px;
    text-transform: uppercase;
}
.header .head a:hover {
    background: #3c3c3c;
}
@media (max-width: 1000px) {
    .header {
        margin-bottom: 10px;
    }
    .header > div {
        width: 100%;
        padding: 0 15px 10px;
        height: auto;
    }
    .header .logo {
        float: none;
        max-width: 180px;
    }
    .header .logo a {
        margin-top: 0;
        padding: 10px 10px 10px 40px;
    }
    .header .phone .value {
        font-size: 16px;
    }
    .header .phone div {
        margin-bottom: 0;
    }
    .header .logo img {
        max-width: 100%;
    }
    .header .logo div {
        font-size: 15px;
    }
    .header .logo span {
        display: none;
    }
    .header .contact {
        float: none;
        overflow: hidden;
        margin: 0;
    }
    .header .contact > div {
        width: 50%;
    }
    .header .phone span {
        padding: 0;
    }
    .header .free {
        text-align: center;
        width: 100% !important;
        padding-top: 5px;
    }
    .header .head {
        position: absolute;
        display: none;
        clear: both;
        border-radius: 5px;
        width: 100%;
        padding: 10px;
        margin-left: -15px;
        z-index: 3;
        top: 75px;
    }
    .header .head ul {
        display: block;
        margin: 0;
    }
    .header .head li {
        display: block;
    }
    .header .head li::after {
        display: none;
    }
    .header .head a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.27);
        border-radius: 0;
    }
    .header .head li:last-child a {
        border: none;
    }
    .top2 {
        height: 50px;
    }
    .header-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0 0;
    }
    .menu-toggle {
        display: inline-block;
        padding: 9px 10px 3px;
        background-color: #fe3b01;
        border-radius: 5px;
        z-index: 5;
        float: right;
    }
    .menu-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 3px;
        border-radius: 2px;
        background: #fff;
        margin-bottom: 5px;
    }
    .search-toggle {
        position: absolute;
        padding: 18px 21px;
        margin-top: 52px;
        margin-right: 15px;
        margin-bottom: 8px;
        background: #fe3b01 url('data:image/svg+xml;base64,CjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMDAgMTAwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwMCAxMDAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPG1ldGFkYXRhPiBTdmcgVmVjdG9yIEljb25zIDogaHR0cDovL3d3dy5vbmxpbmV3ZWJmb250cy5jb20vaWNvbiA8L21ldGFkYXRhPgogIDxnPjxnPjxwYXRoIGQ9Ik02ODguNSw0MjQuNmMwLTcyLjYtMjUuOC0xMzQuOC03Ny40LTE4Ni40cy0xMTMuOC03Ny40LTE4Ni40LTc3LjRzLTEzNC44LDI1LjgtMTg2LjQsNzcuNFMxNjAuOCwzNTIsMTYwLjgsNDI0LjZjMCw3Mi42LDI1LjgsMTM0LjgsNzcuNCwxODYuNGM1MS42LDUxLjYsMTEzLjgsNzcuNCwxODYuNCw3Ny40UzU1OS40LDY2Mi42LDYxMSw2MTFDNjYyLjYsNTU5LjQsNjg4LjUsNDk3LjMsNjg4LjUsNDI0LjZMNjg4LjUsNDI0LjZ6IE05OTAsOTE0LjZjMCwyMC40LTcuNSwzOC4xLTIyLjQsNTNjLTE0LjksMTQuOS0zMi42LDIyLjQtNTMsMjIuNGMtMjEuMiwwLTM4LjktNy41LTUzLTIyLjRsLTIwMi0yMDEuNGMtNzAuMyw0OC43LTE0OC42LDczLTIzNSw3M2MtNTYuMSwwLTEwOS44LTEwLjktMTYxLjEtMzIuN3MtOTUuNC01MS4yLTEzMi41LTg4LjNjLTM3LjEtMzcuMS02Ni41LTgxLjMtODguMy0xMzIuNUMyMC45LDUzNC41LDEwLDQ4MC44LDEwLDQyNC42czEwLjktMTA5LjgsMzIuNy0xNjEuMVM5My45LDE2OC4xLDEzMSwxMzFjMzcuMS0zNy4xLDgxLjMtNjYuNiwxMzIuNS04OC4zUzM2OC41LDEwLDQyNC42LDEwczEwOS44LDEwLjksMTYxLjEsMzIuN2M1MS4yLDIxLjgsOTUuNCw1MS4yLDEzMi41LDg4LjNjMzcuMSwzNy4xLDY2LjYsODEuMyw4OC4zLDEzMi41YzIxLjgsNTEuMiwzMi43LDEwNC45LDMyLjcsMTYxLjFjMCw4Ni40LTI0LjMsMTY0LjctNzMsMjM1bDIwMiwyMDJDOTgyLjcsODc2LjEsOTkwLDg5My44LDk5MCw5MTQuNkw5OTAsOTE0LjZ6IiBzdHlsZT0iZmlsbDojRkZGRkZGIj48L3BhdGg+PC9nPjwvZz48L3N2Zz4KICA=');
        border-radius: 5px;
        z-index: 5;
        right: 0;
        background-size: 24px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    .slideshow .nivoSlider {
        width: 100% !important;
        background-size: cover !important;
    }
    .slideshow .nivoSlider img {
        width: 100%;
    }
    .nivo-slice {
        background-size: cover !important;
    }
}
.mobile-menu {
    display: none;
}
.cart-mobile {
    display: none;
}
@media (max-width: 767px) {
    .header .contact > div {
        width: 100%;
        float: none;
        text-align: center;
    }
    .header .phone {
        border: none;
        /*border-bottom: 1px solid #e2e2e2;*/
        padding: 0 0 0;
        margin: 0 0 0;
    }
    .header .shipping {
        float: none;
        padding: 0 0 10px;
        border-bottom: 1px solid #e2e2e2;
        text-align: center;
        width: 100%;
        display: none;
    }
    .cart-mobile {
        display: inline-block;
        padding: 8px 10px 8px;
        background-color: #fe3b01;
        border-radius: 5px;
        z-index: 5;
        float: right;
        color: #fff;
        margin-right: 20px;
        text-decoration: none;
        position: relative;
    }
    .cart-mobile span {
        position: absolute;
        z-index: 2;
        height: 22px;
        width: 22px;
        top: -7px;
        right: -8px;
        line-height: 22px;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        background: #ffffff;
        border-radius: 50%;
        color: #000;
        box-shadow: 0 0 2px rgb(0 0 0 / 19%);
    }
    .mobile-menu {
        width: 80%;
        position: fixed !important;
        background: #fff;
        top: 0;
        height: 104vh;
        box-shadow: 1px 0 6px #00000082;
        z-index: 100;
        left: 0;
        display: block;
        transition: left .2s linear;
        overflow: scroll !important;
    }
    .mobile-menu.collapse {
        left: -100%;
        display: none;
    }
}
.overflow-hidden {
    overflow: hidden;
}
.top {
    height: 65px;
    background: #3c3c3c;
    border-radius: 0 0 5px 5px;
    margin-bottom: 15px;
}
.top .compare {
    padding: 21px 0 0px 40px;
    background: url('../image/compare.png') no-repeat 15px 95%;
    float: left;
    margin-right: 10px;
}
.top .compare a {
    color: #ffffff;
    text-decoration: none;
}
.top .wishlist {
    padding: 21px 0 0px 40px;
    background: url('../image/button-wishlist.png') no-repeat 15px 95%;
    float: left;
}
.top .wishlist a {
    color: #ffffff;
    text-decoration: none;
}
.top .compare a:hover,
.top .wishlist a:hover {
    text-decoration: underline;
}
.top .search {
    float: right;
    width: 625px;
    margin: 15px 15px 0 0;
    position: relative;
}
.top .search input[type="text"] {
    border-radius: 5px;
    outline: none;
    border: none;
    padding: 6px 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.19) inset;
}
.top .search .button-search {
    font: 14px/22px 'Ubuntu', Arial, sans-serif;
    position: absolute;
    top: 0;
    right: 0;
    outline: none;
    border: none;
    background: #eaeaea;
    color: #424242;
    padding: 6px 35px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}
@media (max-width: 1000px) {
    .top {
        display: flex;
        height: auto;
        flex-wrap: wrap;
    }
    .top .compare {

    }
    .top .search {
        margin: 0;
        position: relative;
        margin-top: 10px;
        float: none;
        width: 100%;
    }
}
/* Middle
-----------------------------------------------------------------------------*/
.middle {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.content {
    padding-bottom: 10px;
}
.content ol,
.content ul {
    list-style-position: inside;
    margin-bottom: 10px;
}
.content ol li,
.content ul li {
    margin-bottom: 10px;
}
.content ul ul {
    margin-left: 40px;
}
.breadcrumb {

}
.column-left {
    float: left;
    width: 250px;
}
.column-right {
    float: right;
    width: 250px;
}
.column-left + .column-right + .content,
.column-left + .content {
    margin-left: 265px;
}
.column-right + .content {
    margin-right: 265px;
}
@media (max-width: 1000px) {
    .column-left {
        float: none;
        width: auto;
    }
    .column-left + .column-right + .content,
    .column-left + .content {
        margin: 0;
    }
}
.orange {
    color: #fe3b01;
}
.fast .img {
    padding: 15px;
    border: 1px solid #efefef;
    border-radius: 5px;
    background: #fff;
    margin-right: 15px;
}
.fast .price {
    margin-top: 15px;
    text-align: center;
}
.fast .price span {
    color: #fe3b01;
    font-size: 19px;
}
.fast p {
    text-indent: 0;
    text-align: left;
}
.fast .phone-block {
    background: #fe3b0117;
    padding: 15px;
    border-radius: 5px;
    right: 15px;
    top: 15px;
    margin-bottom: 10px;
}
.fast .phone-block .button {
    position: absolute;
    right: 0;
    top: 0;
}
.fast .phone-block > div {
    position: relative;
}
.fast .phone-block > span {
    font-size: 11px;
    margin-top: 14px;
}
/* Category
-----------------------------------------------------------------------------*/
.category-info {
    overflow: hidden;
}
.category-info .image {
    padding-right: 10px;
    float: left;
}
.category-info .description {
    box-shadow: 0 1px 1px #e2e2e2;
    margin: 15px 0;
    background: #f6f6f6;
    padding: 15px;
    border-radius: 5px;
}
.sort-limit {
    overflow: hidden;
    padding: 15px;
    box-shadow: 0 1px 1px #e2e2e2;
    margin: 15px 0;
    background: #f6f6f6;
    color: #8a8a8a;
    border-radius: 5px;
}
.sort,
.limit {
    overflow: hidden;
    float: left;
}
.limit {
    float: right;
}
.sort span,
.limit span {
    float: left;
    margin-right: 10px;
}
.sort select,
.limit select {
    width: 200px;
    border-radius: 2px;
    padding: 1px;
}
@media (max-width: 767px) {
    .sort,
    .limit {
        float: none;
    }
    .limit {
        margin-bottom: 10px;
    }
    .sort span,
    .limit span {
        width: 90px;
    }
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
}
/* Category list
-----------------------------------------------------------------------------*/
.category-list {
    padding: 15px;
    box-shadow: 0 1px 1px #e2e2e2;
    margin: 15px 0;
    background: #f6f6f6;
    color: #8a8a8a;
    border-radius: 5px;
}
.category-list .title {
    color: #8a8a8a;
    margin-right: 10px;
}
.category-list .items a {
    margin-right: 10px;
    text-decoration: none;
    display: inline-block;
}
/* Box
-----------------------------------------------------------------------------*/
.box {
    margin-bottom: 10px;
}
.box .box-heading {
    text-transform: uppercase;
    padding: 12px 15px 11px;
    color: #ffffff;
    background: #fe3b01;
    font-weight: bold;
    margin-bottom: 10px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
@media (min-width: 1001px) {
    .box .box-heading .menu-toggle {
        display: none;
    }
}
.box .box-heading .menu-toggle {
    position: relative;
    margin: 0;
    width: 100%;
}
.box .box-heading .menu-toggle > div {
    float: left;
    margin-right: 15px;
}
.box .box-heading a {
    color: #ffffff;
    text-decoration: none;
}
@media (max-width: 1000px) {
    .box .box-heading a {
        display: none;
    }
}
.content .box-heading {
    color: #3e3e3e;
    padding: 16px 0 24px;
    background: none;
    font-size: 24px;
    text-align: center;
}
.box .box-content {

}
.contact > div {
    margin-bottom: 15px;
}
.contact .label {
    width: 70px;
    display: inline-block;
    color: #8a8a8a;
}
.box-main {
    padding: 5px 0;
    border-top: 1px dashed #efefef;
    overflow: hidden;
    text-align: center;
}
.box-main .box-heading {
    color: #3e3e3e;
    padding: 24px 0;
    background: none;
    margin-bottom: 5px;
    font-size: 24px;
}
.box-main .box-content > div {
    border: 1px solid #efefef;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    float: left;
    width: 124px;
    height: 215px;
    margin-right: 22px;
    text-transform: uppercase;
    color: #383838;
    padding-top: 90px;
    position: relative;
    font-size: 10px;
    margin-bottom: 20px;
}
.box-main .box-content > div:before {
    display: block;
    content: '';
    position: absolute;
    width: 64px;
    height: 64px;
    left: 50%;
    margin-left: -32px;
    top: 15px;
    background: url('../image/main-icons.png') no-repeat;
}
.box-main .box-content .item2:before {
    background-position: 0 -66px;
}
.box-main .box-content .item3:before {
    background-position: 0 -130px;
}
.box-main .box-content .item4:before {
    background-position: 0 -200px;
}
.box-main .box-content .item5:before {
    background-position: 0 -275px;
}
.box-main .box-content .item6:before {
    background-position: 0 -347px;
}
.box-main .box-content .item7:before {
    background-position: 0 -420px;
}
.box-main .box-content > div:last-child {
    margin: 0;
}
.column-left .box-main .box-content > div {
    width: auto;
    height: auto;
    float: none;
    margin: 0 0 10px;
}
@media (max-width: 767px) {
    .box-main .box-content > div {
        float: none;
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    .column-left .box-main {
        display: none;
    }
}

/* Box products
-----------------------------------------------------------------------------*/
.box-product {
    overflow: hidden;
    margin: -10px;
}
.column-left .box-product,
.column-right .box-product {
    margin: 0;
}
.box-product > div {
    width: 33.33333333%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}
@media (max-width: 767px) {
    .box-product > div {
        width: 100%;
    }
}
.box-product .product-item {
    padding: 16px 16px 5px;
    background: #ffffff;
    border: 1px solid #efefef;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    position: relative;
    border-radius: 5px;;
}
.column-left .box-product .product-item,
.column-right .box-product .product-item {
    width: auto;
    margin: 0 0 10px 0;
    display: block;
    overflow: hidden;
}
.box-product .icon {
    position: absolute;
    top: 5px;
    right: 5px;
}
.box-product .icon img {
    display: block;
    margin-bottom: 5px;
}
.box-product .wishlist {
    background: url('../image/like.png') no-repeat;
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    right: 17px;
    cursor: pointer;
    opacity: 0.6;
}
.box-product .wishlist:hover {
    opacity: 1;
}
.box-product .image {
    text-align: center;
}
.box-product .image img {
    max-width: 100%;
}
.box-product .name {
    text-align: center;
    margin-bottom: 5px;
    display: table;
    width: 100%;
}
.box-product .name a {
    color: #5a5a5a;
    display: table-cell;
    vertical-align: middle;
    height: 80px;
}
.box-product .quantity span {
    margin-top: 16px;
    color: #8a8a8a;
    font-size: 13px;
    display: block;
    float: left;
}
.box-product .quantity .qty {
    float: right;
    width: 109px;
}
.box-product .price {
    height: 40px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 17px;
    position: relative;
}
.box-product .price > span {
    color: #8a8a8a;
    font-size: 13px;
    display: block;
    float: left;
}
.box-product .price > div {
    font-size: 19px;
    float: right;
}
.box-product .price .price-old {
    text-decoration: line-through;
    font-weight: normal;
    font-size: 13px;
    color: #8a8a8a;
}
.box-product .price .price-new {
    color: #fe3b01;
    font-size: 19px;
}
.box-product .price .special {
    position: absolute;
    width: 150px;
    right: 0;
    top: -12px;
    text-align: right;
}
.box-product .price .percent {
    color: #2bd749;
    margin-left: 5px;
    font-size: 15px;
}
.price2 {
    font-size: 16px;
    margin-top: -10px;
}
.price2 div {
    cursor: help;
}
.price2 span {
    font-size: 12px;
    background: #fe3b01;
    border-radius: 100%;
    height: 18px;
    line-height: 18px;
    width: 19px;
    text-align: center;
    margin-right: 5px;
    display: inline-block;
    color: #fff;
    position: relative;
    top: -2px;
}
.box-product .quantity {
    border-bottom: 1px solid #efefef;
    overflow: hidden;
    margin-bottom: 15px;
}
.box-product .attribute div {
    text-align: center;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
}
.box-product .attribute span {
    color: #8a8a8a;
    display: block;
    font-size: 13px;
}
.button-cart {
    background: url('../image/button-cart.png') no-repeat 15px 50% #fe3b01 !important;
    width: 106px;
    text-indent: 25px;
}
.button-cart:hover {
    background: url('../image/button-cart.png') no-repeat 15px 50% #3c3c3c !important;
}
.button.button-compare {
    background-image: url('../image/button-compare.png');
    background-position: 12px 45%;
    text-indent: 20px;
    background-repeat: no-repeat;
}
.button.button-wishlist {
    background-image: url('../image/button-wishlist.png');
    background-position: 12px 45%;
    text-indent: 20px;
    background-repeat: no-repeat;
}
.product-item .buttons .button {
    padding: 9px 9px;
    text-indent: 30px;
}
.product-item .button.button-wishlist,
.product-item .button.button-compare {
    background-color: #3c3c3c;
    background-position: 50%;
    height: 40px;
    width: 40px;
    margin-right: 2px;
}
.product-item .button.button-wishlist:hover,
.product-item .button.button-compare:hover {
    background-color: #fe3b01;
}
.qty {
    position: relative;
}
.qty .button {
    background: #e7e7e7;
    position: absolute;
    top: 10px;
    width: 33px;
    text-align: center;
    color: #464646;
    font-size: 24px;
    padding: 5px 0 7px;
}
.qty .minus {
    left: 0;
}
.qty .plus {
    right: 0;
}
.qty input[type="text"] {
    border-radius: 5px;
    margin: 10px 37px;
    width: 35px;
    text-align: center;
    padding: 5px 0;
    border: 1px solid #efefef;
}
/* Product info
-----------------------------------------------------------------------------*/
.product-info {
    margin-top: 20px;
    display: table;
}
.product-info .icon {
    position: absolute;
    top: 5px;
    right: 5px;
}
.product-info .icon img {
    display: block;
    margin-bottom: 5px;
}
.product-info .image {
    float: left;
    position: relative;
    margin-right: 20px;
}
.product-info .image > div:first-child {
    padding: 15px;
    border: 1px solid #efefef;
    border-radius: 5px;
}
.product-info .info {
    float: left;
    width: 430px;
}
.product-info .price {
    border-bottom: 1px solid #efefef;
    overflow: hidden;
    padding-bottom: 12px;
}
.product-info .price .old {
    color: #8a8a8a;
    font-size: 15px;
    text-decoration: line-through;
}
.product-info .price .new {
    color: #fe3b01;
    margin-top: -1px;
}
.product-info .price .special {
    font-size: 12px;
    color: #2bd749;
}
.product-info .price .special span {
    color: #fe3b01;
}
.product-info .price span {
    margin-top: 0 !important;
}
.product-info .price div {
    font-size: 19px;
    float: left;
    margin-top: 0;
    margin-right: 10px;
}
.product-info .guarantee {
    border-bottom: 1px solid #efefef;
    overflow: hidden;
    padding: 12px 0;
}
.product-info .stock {
    border-bottom: 1px solid #efefef;
    overflow: hidden;
    padding: 12px 0;
}
.stock- {
    color: #b31010 !important;
}
.instock {
    color: #1ead37 !important;
    font-weight: bold;
}
.stock-5 {
    color: #ff0000 !important;
    font-weight: bold;
}
.stock-10 {
    color: #ff0000 !important;
    font-weight: bold;
}
.product-info .param {
    padding: 12px 0;
}
.product-info .param .link {
    text-align: center;
    margin-top: 10px;
}
.product-info .param a {
    text-decoration: none;
    border-bottom: 1px dotted #fe3b01;
    position: relative;
    font-size: 13px;
}
.product-info .param a span {
    position: absolute;
    right: -12px;
    font-family: monospace;
    top: 2px;
}
.product-info .quantity {
    border-bottom: 1px solid #efefef;
    overflow: hidden;
    padding: 2px 0;
}
.product-info .quantity .qty {
    float: left;
    width: 109px;
}
.product-info .info .label {
    margin-right: 15px;
    color: #8a8a8a;
    display: block;
    float: left;
}
.product-info .quick {
    border-bottom: 1px solid #efefef;
    padding: 17px 0 17px;
}
.product-info .quick:after {
    content: '';
    display: block;
    clear: both;
}
.product-info .quick > div {
    width: 50%;
    float: left;
}
.product-info .quick-button {
    background: url(../image/quick.png) no-repeat 0 50%;
    padding-left: 23px;
}
.product-info .faq-button {
    background: url(../image/faq.png) no-repeat 0 50%;
    padding-left: 23px;
}
.product-info .links {
    padding: 17px 0 19px;
}
.product-info .links > div {
    display: block;
    margin-right: 20px;
    float: left;
    padding: 7px 0px;
}
.product-info .links a {
    background: url(../image/shipping.png) no-repeat 0 50%;
    padding: 10px 0 9px 40px;
    text-transform: uppercase;
}
.product-info .links a.pay {
    background-image: url(../image/pay.png);
}
.product-info .links a.why {
    background-image: url(../image/why.png);
}
.product-info .links > div:first-child .hint-content {
    right: auto;
    left: 0;
}
.product-info .links .hint-content {
    margin-top: 10px;
}
.product-info .links .hint-content:before {
    right: auto;
    left: 15px;
}
.product-info .images {
    margin-top: 18px;
}
.product-info .images li {
    padding: 5px;
    border: 1px solid #efefef;
    border-radius: 5px;
}
.product-info .cart {
    overflow: hidden;
    float: right;
    margin-top: 7px;
}
.product-info .cart .button {
    margin-left: 5px;
}
.product-info .quantity .label {
    margin-top: 16px;
}
.product-info .cart .label {
    float: left;
    margin: 10px 0 10px 5px;
}
@media (max-width: 767px) {
    .product-info .image {
        float: none;
        margin: 0 0 15px;
        text-align: center;
    }
    .product-info .image img {
        max-width: 100%;
    }
    .product-info .info {
        float: none;
        width: auto;
    }
    .product-info .cart {
        clear: both;
        border-top: 1px solid #efefef;
        float: none;
        text-align: center;
        padding: 10px 0 5px;
    }
    .product-info .cart > * {
        display: inline-block !important;
        float: none !important;
    }
    .bx-wrapper {
        max-width: none !important;
    }
    .product-info .links {
        display: flex;
        margin-top: 40px;
        justify-content: space-between;
    }
    .product-info .links a {
        font-size: 12px;
        background-position: 50% 0;
        margin: 0;
        padding: 50px 0 0;
    }
}
.analog {
    padding: 15px;
    border: 2px solid #17b10b;
    border-radius: 4px;
}
.analog .image {
    padding: 5px;
    border: 1px solid #efefef;
    border-radius: 5px;
    float: left;
    margin-right: 15px;
}
.analog .title {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 10px 0 20px;
    font-size: 16px;
}
.analog .title:hover {
    color: #fe3b01;
}
@media (max-width: 767px) {
    .analog .title {
        padding: 0 0 10px;
        font-size: 14px;
    }
}
.hint {
    position: relative;
}
.hint:hover .hint-content {
    display: block;
}
.hint-content {
    display: none;
    text-align: left;
    position: absolute;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    width: 300px;
    right: 0;
    z-index: 2;
    background: #f6f6f6;
}
.hint-content:before {
    display: none;
    content: '';
    height: 15px;
    width: 15px;
    position: absolute;
    right: 15px;
    top: -7px;
    transform: rotate(45deg);
    background: #f6f6f6;
}
.attribute {
    width: 100%;
    border-collapse: collapse;
}
.attribute td,
.attribute th {
    padding: 10px;
    border-bottom: 1px dashed #e7e7e7;
}
.attribute td:first-child {
    color: #8a8a8a;
}
.attribute th {
    text-align: left;
    background: #eeeeee;
}
.compare-info {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    margin-bottom: 20px;
}
.compare-info thead td,
.compare-info thead tr td:first-child {
    color: #464646;
    background: #f6f6f6;
    text-align: left;
}
.compare-info tr td:first-child {
    text-align: right;
    color: #8a8a8a;
}
.compare-info td {
    padding: 7px;
    width: 20%;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.compare-info .name a {
    font-weight: bold;
}
.compare-info .price-old {
    font-weight: bold;
    color: #ff0000;
    text-decoration: line-through;
}
.compare-info .price-new {
    font-weight: bold;
}
.compare-info .button {
    float: none;
    display: inline-block;
}
.shipping-block {
    width: 100%;
    margin-top: 15px;
    border-collapse: collapse;
}
.shipping-block td {
    padding: 5px;
    border: 1px solid #efefef;
}
.shipping-block thead td {
    background: #f6f6f6;
    text-align: center;
}
.shipping-block .h2 {
    padding: 10px 0 12px;
}
.shipping-block ul {
    margin: 0;
}
#video p {
    text-indent: 0;
}

/* Tabs
-----------------------------------------------------------------------------*/
.tabs {
    border-bottom: 1px solid #e7e7e7;
    margin: 15px 0;
}
.tabs a {
    padding: 10px 15px;
    display: inline-block;
    border-bottom: none;
    background: #e7e7e7;
    color: #464646;
    border-radius: 5px 5px 0 0;
    text-decoration: none;
}
.tabs a.selected {
    border-bottom: none;
    background: #3c3c3c;
    color: #ffffff;
}
@media screen and (max-width: 767px) {
    .tabs a {
        padding: 5px !important;
        width: 100%;
        border-radius: 4px;
        margin-bottom: 3px;
    }
}
/* Pagination
-----------------------------------------------------------------------------*/
.pagination {
    margin: 15px 0 1px;
    color: #8a8a8a;
    overflow: hidden;
}
.pagination a,
.pagination b {
    text-decoration: none;
    padding: 5px 0 6px;
    float: left;
    text-align: center;
    margin-left: 5px;
    background: #ffffff;
    border: 1px solid #efefef;
    width: 34px;
    border-radius: 5px;
    color: #8a8a8a;
}
.pagination a:hover,
.pagination b {
    background: #383838;
    color: #ffffff;
    border: 1px solid #383838;
}
.pagination .links {
    overflow: hidden;
    float: right;
}
.pagination .results {
    float: left;
    margin-top: 7px;
}
/* Buttons & Errors & Informations
-----------------------------------------------------------------------------*/
.buttons {
    margin: 10px 0;
    overflow: hidden;
}
.buttons .left {
    float: left;
}
.buttons .right {
    float: right;
}
.button {
    display: block;
    font: 14px/22px 'Ubuntu', Arial, sans-serif;
    padding: 9px 20px;
    background: #fe3b01;
    color: #ffffff;
    cursor: pointer;
    float: left;
    text-decoration: none;
    border: none;
    outline: none;
    border-radius: 5px;
}
.button:hover {
    color: #ffffff;
    background-color: #3c3c3c;
}
.mini-button {
    background: #e7e7e7;
    color: #464646;
    font-size: 12px;
    padding: 5px 25px 7px;
}
.warning,
.attention,
.success {
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.warning {
    background: #f7d9d9;
    color: #752C2C;
}
.attention {
    background: #f6f7d9;
    color: #6c752c;
}
.success {
    background: #eaf7d9;
    color: #555555;
}
.warning img,
.attention img,
.success img {
    float: right;
    margin-top: 7px;
    cursor: pointer;
}
.warning ul,
.attention ul,
.success ul {
    list-style-position: inside;
}
span.error {
    margin-top: 10px;
    color: #ff0000;
}
span.stock {
    color: #ff0000;
}
span.wait {
    display: block;
    float: left;
    margin: 8px 10px;
}
.information {
    overflow: hidden;
    margin-bottom: 15px;
    float: left;
    width: 25%;
}
.information .title {
    display: block;
    height: 80px;
    color: #3c3c3c;
}
.information .short-description {
    margin-top: 10px;
    display: none;
    color: #8a8a8a;
}
@media (max-width: 1000px) {
    .information {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .information {
        width: 100%;
    }
    .information .title {
        height: auto;
    }
}
.column-left .articles {
    padding: 15px 15px 0;
    border: 1px solid #efefef;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    margin-top: 30px;
    margin-bottom: 40px;
}
.column-left .articles .box-heading {
    background: #fff;
    text-align: center;
    padding: 0;
    color: #000;
    margin-top: -25px;
}
.column-left .articles .button {
    display: none;
}
.column-left .articles .box-content > div {
    margin-bottom: 15px;
}
.column-left .articles .title {
    text-decoration: none;
}
.column-left .articles img {
    float: left;
    display: block;
    margin: 0 10px 10px 0;
}
.column-left .articles .box-content > div {
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 15px;
}
.column-left .articles .show-more {
    text-align: center;
}
.column-left .articles .show-more a {
    background: #fff;
    padding: 4px 15px 5px;
    border: 1px solid #eaeaea;
    color: #3c3c3c;
    border-radius: 30px;
    text-decoration: none;
    position: relative;
    bottom: -10px;
}

/* Form elements
-----------------------------------------------------------------------------*/
input[type="text"],
input[type="password"],
textarea,
select {
    padding: 8px 5px;
    font: 14px/22px 'Ubuntu', Arial, sans-serif;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
    outline: none;
    border-radius: 5px;
    background: #fbfbfb;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.09) inset;
}
input[type="checkbox"] {
    vertical-align: middle;
}
textarea {
    resize: vertical;
    vertical-align: bottom;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
    border: 1px solid #dcdcdc;
}
/* Customer
-----------------------------------------------------------------------------*/
.order-list {
    padding: 10px;
    background: #fff;
    margin-bottom: 10px;
    border: 1px solid #dedede;
}
.list {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}
.list td {
    padding: 10px;
    border: 1px solid #e9e9e9;
}
.list thead td {
    font-weight: bold;
    background: #eeeeee;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
    background: #ececec;
    color: #3d3d3d;
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
}
.footer > div {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.footer .articles {
    margin: 20px 0 40px;
}
.footer .articles .box-heading {
    color: #3e3e3e;
    padding: 12px 0;
    background: none;
    margin-bottom: 5px;
}
.footer .articles .box-content {
    overflow: hidden;
}
.footer .articles .box-content > div {
    float: left;
    margin-right: 20px;
    width: 235px;
}
.footer .articles .box-content > div:last-child {
    margin: 0;
}
.footer .articles .box-content .title {
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}
.footer .articles .box-content .description {
    margin-bottom: 15px;
    font-size: 12px;
}
.footer .articles .box-content .mini-button {
    background: #e0e0e0;
    padding: 5px 25px;
}
.footer .articles .box-content .mini-button:hover {
    background: #3c3c3c;
}
.footer .bottom {
    background: #383838;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 30px;
}
.footer .bottom ul {
    list-style: none;
    display: table;
    margin: 10px auto;
}
.footer .bottom li {
    display: table-cell;
    position: relative;
}
.footer .bottom a {
    padding: 0 30px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    display: block;
    border-radius: 5px;
    text-transform: uppercase;
}
.bottom a:hover {
    color: #fe3b01;
}
.footer .copy {
    float: left;
    margin-right: 30px;
}
.footer .copy .pluso {
    margin-top: 15px;
}
.footer .copy .pluso .pluso-more {
    display: none;
}
.footer .contact {
    float: left;
    margin-right: 40px;
}
.footer .contact > div {
    background: url('../image/icons.png') no-repeat 0 1px;
    padding-left: 28px;
    margin-bottom: 15px;
}
.footer .contact .address {
    background-position: -2px -18px;
    width: 248px;
    line-height: 16px;
    min-height: 32px;
    display: flex;
    align-items: center;
}
.footer .contact .worktime {
    background-position: 0 -54px;
}
.footer .phone {
    float: left;
}
.footer .phone div {
    text-transform: uppercase;
    line-height: 26px;
    margin-bottom: 7px;
}
.footer .phone span {
    font-weight: bold;
    font-size: 18px
}
.footer .site {
    float: right;
}
.footer .site > div {
    text-align: right;
    margin-bottom: 15px;
}
.footer .site img {
    margin-bottom: 3px;
}
.footer hr {
    margin: 20px 0;
    clear: both;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #c5c5c5;
}
.footer .shipping-title {
    text-align: center;
    text-transform: uppercase;
    display: block;
    color: #fe3b01;
    margin-bottom: 20px;
}
.footer .domain {
    float: left;
    margin-bottom: 10px;
    width: 333px;
    font-size: 12px;
    text-align: center
}
@media (max-width: 1000px) {
    .footer > div {
        width: 100%;
        padding: 0 15px;
    }
    .footer .articles .box-content {
        margin: -10px;
    }
    .footer .articles .box-content > div {
        width: 50%;
        margin: 0;
        padding: 10px;
    }
    .footer .articles .box-content > div:nth-child(3) {
        clear: both;
    }
    .footer .bottom {
        display: none;
    }
    .footer .copy,
    .footer .contact,
    .footer .phone,
    .footer .site {
        width: 50%;
        margin: 0 0 10px;
    }
    .footer .site > div {
        text-align: left;
    }
    .footer .domain {
        width: 33%;
    }
}
@media (max-width: 767px) {
    .footer .articles .box-content > div {
        width: 100%;
    }
    .footer .copy,
    .footer .contact,
    .footer .phone,
    .footer .site {
        width: 100%;
    }
    .footer .domain {
        width: 100%;
    }
}










