#footer .column a,
.htabs a,
.list thead td,
a.button,
a:focus,
a:hover,
table.list thead td a,
ul.list > li ul > li > a,
ul.list > li > a {
    text-decoration: none
}
.theme_text_hover:hover{
    color: #fff!important;
}
.theme_border_hover:hover{
    color: #000!important;
    border-color:#000!important;
}
.theme_color_hover:hover{
    color: #000!important;
    border: 0!important;
    background: transparent!important;
}
.theme_color_black{
    color: #fff!important;
    border: 0!important;
    background: #131313!important;
}
.theme_color_remove_o{
    color: #000!important;
    border: 1px solid #000!important;
    background: transparent!important;
}
.theme_color_remove_o:hover{
    color: #fff!important;
    background: #000!important;
    border-color: #000!important;
}
.theme_color_o{
    color: #000000!important;
    background: transparent!important;
    border: 1px solid #000000!important;
}
.theme_color_o:hover {
    background: #000000 !important;
    color: #fff!important;
    border-color: #000000!important;
}
.navbar{
    z-index: 1;
}
input, label, select, option, textarea, button {
    font-family: Montserrat-Light;
} 
/*字体*/
@font-face {
  font-family: 'fontello';
  src: url('<?php echo HTTP_XORDER_IMGCDN .'public/fonts/fontello-icon/';?>font/fontello.eot?22130231');
  src: url('<?php echo HTTP_XORDER_IMGCDN .'public/fonts/fontello-icon/';?>font/fontello.eot?22130231#iefix') format('embedded-opentype'),
       url('<?php echo HTTP_XORDER_IMGCDN .'public/fonts/fontello-icon/';?>font/fontello.woff?22130231') format('woff'),
       url('<?php echo HTTP_XORDER_IMGCDN .'public/fonts/fontello-icon/';?>font/fontello.ttf?22130231') format('truetype'),
       url('<?php echo HTTP_XORDER_IMGCDN .'public/fonts/fontello-icon/';?>font/fontello.svg?22130231#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: 'Arial';
	src: url('https://oss.xorder.com.cn/font/ARIAL.eot');
	src: url('https://oss.xorder.com.cn/font/ARIAL.eot') format('embedded-opentype'),
url('https://oss.xorder.com.cn/font/ARIAL.woff') format('woff'),
url('https://oss.xorder.com.cn/font/ARIAL.ttf') format('truetype'),
url('https://oss.xorder.com.cn/font/ARIAL.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'iconfont';
	src: url('//at.alicdn.com/t/font_955846_zatk3slsk0g.eot');
	src: url('//at.alicdn.com/t/font_955846_zatk3slsk0g.eot?#iefix') format('embedded-opentype'),
	url('//at.alicdn.com/t/font_955846_zatk3slsk0g.woff2') format('woff2'),
	url('//at.alicdn.com/t/font_955846_zatk3slsk0g.woff') format('woff'),
	url('//at.alicdn.com/t/font_955846_zatk3slsk0g.ttf') format('truetype'),
	url('//at.alicdn.com/t/font_955846_zatk3slsk0g.svg#iconfont') format('svg');
}
.demo-icon{
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 ul, li, ol {
    padding: 0;
}
body,
html {
    margin: 0;
    padding: 0;
    font-family: Montserrat-Light;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: Montserrat-Light;
}

.product-block:hover .compare-wishlish .compare,
.product-block:hover .compare-wishlish .wishlist,
.product-block:hover .image .img:after,
.product-block:hover .product-zoom {
    filter: alpha(opacity=100);
    opacity: 1
}

#footer:after,
#header #cart .content,
#powered,
#topbar .show-mobile:after,
.checkout-content .buttons,
.product-info .image-additional,
.return-product,
.review-list .text {
    clear: both
}

html {
    overflow-y: scroll
}

body {
    background-color: #fff;
    color: #6e6e6e;
    font-size: 14px;
    position: relative;
}
@media (max-width: 992px) {
    body{
        overflow-x: hidden;
    }
}
table.form,
table.list {
    border-collapse: collapse;
    margin-bottom: 20px
}

#page {
    background: #fff
}

.fs9 {
    font-size: 11px
}

.fs10 {
    font-size: 12px
}

.fs11 {
    font-size: 13px
}

.fs12 {
    font-size: 14px
}

.fs13 {
    font-size: 15px
}

.fs14 {
    font-size: 16px
}

.fs15 {
    font-size: 17px
}

.fs16 {
    font-size: 18px
}

a {
    cursor: pointer
}

a img {
    border: none
}

a:focus {
    outline: 0;
    outline-offset: 0
}

img {
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

table.list {
    width: 100%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd
}

table.list thead td {
    background-color: transparent;
    padding: 0 5px
}

table.list .center {
    text-align: center;
    padding: 7px
}

table.list tbody td {
    padding: 0 5px
}

table.list td {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

table.list .right {
    text-align: right;
    padding: 7px
}

table.list .left {
    text-align: left;
    padding: 7px
}

.list thead td,
table.list thead td a {
    color: #222;
    font-weight: 700
}

input.large-field,
select.large-field {
    width: 300px
}

table.form {
    width: 100%
}

table.form > * > * > td {
    color: #000
}

table.form td {
    padding: 4px
}

table.form tr td:first-child {
    width: 150px
}

table.radio {
    width: 100%;
    border-collapse: collapse
}

table.radio td {
    padding: 5px
}

table.radio td label {
    display: block
}

.pagination,
a.button {
    display: inline-block
}

table.radio tr td:first-child {
    width: 1px
}

table.radio tr td:first-child input {
    margin-top: 1px
}

table.radio tr.highlight:hover td {
    background: #F1FFDD;
    cursor: pointer
}

.carousel-controls {
    position: absolute;
    top: 30px;
    width: 100%;
    height: 28px;
    right: 0
}

.carousel-controls .carousel-control {
    opacity: 1;
    font-size: 19px;
    border: 1px solid #cacaca;
    background: #fff;
    width: 20px;
    color: #8e8d8d;
    line-height: 24px;
    outline: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

.carousel-controls .carousel-control:hover {
    color: #c71a1a
}

.carousel-control {
    text-shadow: none
}

.carousel-control.left,
.carousel-control.right {
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(transparent), to(transparent));
    background-image: -webkit-linear-gradient(left, color-stop(transparent 0), color-stop(transparent 100%));
    background-image: -moz-linear-gradient(left, transparent 0, transparent 100%);
    background-image: linear-gradient(to right, transparent 0, transparent 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1)
}

.pagination {
    border-top: none;
    padding-top: 8px;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0
}

.pagination .links {
    float: left
}

.pagination .links a,
.pagination .links b {
    border: 1px solid #ccc;
    text-decoration: none;
    display: inline-block;
    border-left-width: 1px;
    padding: 3px 9px
}

.pagination .links a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #21272c
}

.pagination .links b {
    border-radius: 0;
    font-weight: 400;
    color: #000;
    background-color: #fff
}

.button,
.pagination .links b,
input.button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.pagination .results {
    float: right;
    padding-top: 3px
}

#breadcrumb .breadcrumb > li + li:before {
    color: #FFFFFF;
}
input{
    outline: none;
}
input.button {
    font-size: 20px;
    margin: 0;
    padding: 6px 50px;
    background: 0 0
}

.buttons {
    background: #FFF;
    overflow: auto;
    padding-top: 6px;
    margin-top: 10px;
    margin-bottom: 50px
}

.buttons .center {
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.buttons .right {
    float: right;
    text-align: right
}

.buttons .left,
.htabs a {
    float: left;
    text-align: left
}

.htabs {
    height: 48px;
    line-height: 48px;
    border: 1px solid #e5e5e5;
    margin-top: 30px;
}

.htabs a {
    padding-left: 20px;
    margin-right: 20px;
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    display: none
}

.htabs a.selected {
    color: #c71a1a;
}

ul.list > li a.active,
ul.list > li ul > li > a:hover,
ul.list > li > a:hover {
    color: # #c71a1a
}

.tab-content {
    border-bottom: 0 solid #ddd;
    border-left: 0 solid #ddd;
    border-right: 0 solid #ddd;
    padding: 20px 20px 40px 20px;
    background: #f7f7f7;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 20px;
    z-index: 2;
    margin-bottom: 40px;
}

.tab-content strong {
    font-size: 24px;
    color: # #c71a1a;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: normal;
}

#tab-review, #tab-customtab {
    padding: 20px 20px 40px 20px;
    background: #f7f7f7;
}

ul.links {
    position: relative;
    margin: 0;
    padding: 0
}

ul.links li {
    display: inline;
    margin-left: 6px
}

ul.links li:first-child:before {
    content: "";
    margin-left: 0
}

#topbar ul li:before,
.box .box-heading span:before,
.product-block .image .img:after {
    content: ""
}

ul.list {
    padding-left: 15px
}

ul.list > li {
    padding: 2px 0
}

ul.list > li ul {
    display: none
}

.error,
.help,
ul.list > li a.active + ul,
ul.list > li ul > li > a {
    display: block
}

ul.list > li ul > li {
    padding-top: 10px
}

ul.list > li > a {
    font-size: 16px
}

ul.list > li a.active .badge,
ul.list > li a:hover .badge {
    background-color: transparent;
    color: #c71a1a;
    transition: color .4s ease 0s
}

.required {
    color: red;
    font-weight: 700
}

.attention,
.information,
.success,
.warning {
    padding: 10px 10px 10px 33px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #555;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.attention .close,
.information .close,
.success .close,
.warning .close {
    float: right;
    padding-top: 4px;
    padding-right: 4px;
    cursor: pointer
}

.attention {
    background: url(../image/attention.png) 10px center no-repeat #FFF5CC;
    border: 1px solid #F2DD8C;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.warning {
    background: url(../image/warning.png) 10px center no-repeat #FFD1D1;
    border: 1px solid #F8ACAC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}
/*弹框*/
#sys-notification{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 99999;
    display: none;
}
#sys-notification #notification{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.success{
    background: #fff;
    padding: 30px;
}
.success_title{
    font-size: 16px;
    color: #121212;
    font-weight: 600;
}
.success_btn{
    text-align: center;
}
.success_btn a{
    display: inline-block;
    text-align: center;
    border: none;
    text-decoration: none;
    cursor: pointer;
    transition: .2s;
    white-space: nowrap;
    padding: 8px 0;
    border-radius: 100px;
    margin: 20px 10px 0;
    width: 100px;
    text-transform: uppercase;
}

.help {
    color: #999;
    font-size: 10px;
    font-weight: 400;
}

.error {
    color: red
}

.currency,
.language {
    padding: 0 10px;
    text-align: center;
    border-right: 0 solid #374149
}

.currency span,
.language span {
    line-height: 19px;
    margin-right: 5px;
    float: left
}

.currency i,
.language i {
    line-height: 18px;
    width: 18px;
    background-color: #F1F1F1;
    text-align: center;
    border-radius: 10px
}

h3,
h4,
h5,
h6 {
    line-height: 34px
}

.currency img,
.language img {
    float: left;
    margin: 3px 6px 0 0
}

.currency button,
.language button {
    background: 0 0;
    color: #8e8d8d;
    text-align: left;
    padding: 0;
    font-size: 12px;
    height: 24px
}

.currency button:hover,
.language button:hover {
    color: #c71a1a
}

.currency ul.dropdown-menu,
.language ul.dropdown-menu {
    z-index: 2000;
    border: 0 !important
}

/*.success {
    background: url(../image/success.png) 10px center no-repeat #EAF7D9;
    border: 1px solid #BBDF8D;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;

    font-weight: 400
}

.box .box-heading,
.mini-cart-info td.total,
.product-block .price-new {
}

h1 {
    font-size: 28px;
    line-height: 51px
}

h1 small,
h2 {
    font-size: 21px
}

#topbar,
h2 small,
h4 small,
h6 {
    font-size: 14px
}

h3 small,
h4 {
    font-size: 16px
}

h3 {
    font-size: 17px
}

h5 {
    font-size: 15px
}

h5 small {
    font-size: 12px
}

form {
    padding: 0;
    margin: 0;
    display: inline
}

input[type=password],
input[type=text],
textarea {
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 3px;
    margin-left: 0;
    margin-right: 0
}

body.layout-boxed-lg,
body.layout-boxed-md {
    background: url(../image/pattern/pattern14.png)
}

#page {
    margin: 0 auto
}

body.layout-boxed-md #page {
    max-width: 1000px;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888
}

body.layout-boxed-md #page #breadcrumb {
    max-width: 1000px;
    left: inherit
}

body.layout-boxed-md #page #search {
    width: 155px
}

body.layout-boxed-md #page #topbar a span.text-link {
    display: none !important
}

body.layout-boxed-lg #page {
    max-width: 1170px;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888
}

body.layout-boxed-lg #page #breadcrumb {
    max-width: 1170px;
    left: inherit
}

#topbar {
    color: #fff;
    background: #111;
    padding: 0;
}

#topbar ul {
    padding: 0 5px
}

#topbar ul li {
    margin-right: 5px;
    float: left
}

#topbar ul li a {
    font-size: 14px;
    color: #fff;
}

#topbar ul li:before span {
    padding: 0 3px
}

#topbar .topbar {
    margin: 0;
    vertical-align: center
}

#topbar a span {
    line-height: 50px
}

#topbar a span.text-link {
    line-height: 50px;
    float: right
}

#topbar a span.fa {
    float: left
}

#topbar .show-mobile {
    padding: 8px 0
}

#topbar .show-mobile:after,
#topbar .show-mobile:before {
    content: " ";
    display: table
}

#topbar .show-mobile > div {
    margin: 0;
    padding: 0;
    position: relative
}

#topbar .show-mobile > div:hover .inner-toggle {
    display: block
}

#topbar .show-mobile .quickaccess-toggle {
    width: 36px;
    height: 36px;
    color: #fff;
    line-height: 38px;
    text-align: center;
    font-size: 23px;
    cursor: pointer;
    margin-left: 1px;
}

.mini-cart-info > td > a {
    color: #000;
}

.offcanvas-sidebars-buttons {
    display: none;
}

#topbar .show-mobile .quickaccess-toggle:hover {
    color: #FF3E3D;
}

#topbar .show-mobile .inner-toggle {
    display: none;
    position: absolute;
    background: #FFF;
    right: 0;
    top: 100%;
    min-width: 170px;
    padding: 10px;
    z-index: 99999;
    border-top: 5px solid;
    border-right: 1px solid;
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-color: #8e8d8d;
    color: #21272c
}

#topbar .show-mobile .links,
#topbar .show-mobile ul {
    float: none;
    padding: 0;
    margin: 0;
    text-align: left;
    border: 0
}

#topbar .show-mobile .links li,
#topbar .show-mobile ul li {
    float: none;
    display: block
}

#topbar .show-mobile .links a,
#topbar .show-mobile ul a {
    float: none;
    margin: 0;
    padding: 0;
    line-height: 25px;
    background-color: transparent;
    border: none
}

#topbar .show-mobile .links span,
#topbar .show-mobile ul span {
    margin-right: 10px
}

#topbar .show-mobile .currency,
#topbar .show-mobile .language {
    width: 50%
}

#topbar .show-mobile .currency .dropdown-menu,
#topbar .show-mobile .language .dropdown-menu {
    left: inherit;
    right: 0;
    padding: 0 10px
}

#topbar .show-mobile .currency button,
#topbar .show-mobile .language button {
    height: 30px;
    padding: 0 10px
}

.btn,
.btn-theme-default1 {
    cursor: pointer;
    text-align: center;
    font-weight: 400;
    vertical-align: middle;
    -moz-user-select: none;
    display: inline-block;
    font-size: 20px;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    white-space: nowrap
}

#topbar .show-mobile .currency i,
#topbar .show-mobile .language i {
    background-color: transparent
}

#topbar .show-mobile .currency .btn:focus,
#topbar .show-mobile .currency .btn:hover,
#topbar .show-mobile .language .btn:focus,
#topbar .show-mobile .language .btn:hover {
    color: #c71a1a
}

.btn .btn-theme-default {
    margin-top: 15px;
    font-size: 20px;
    color: #c71a1a
}

#header,
#pav-mainnav,
#pav-mainnav .mainnav-wrap {
    background: 0 0
}

.btn-theme-default1 > a {
    color: #fff
}

#topbar .show-mobile .language {
    border: 0
}

#header-main .header-wrap {
    margin: 6px 0;
    height: 95px
}

#header-main .inner {
    display: table;
    position: relative;
    height: 100%
}

#header-main .inner > * {
    display: table-cell;
    vertical-align: middle
}

#pav-mainnav {
    margin-bottom: 0;
    position: relative;
    z-index: 90;
}
/*@media (max-width: 767px) {
    #pav-mainnav{
        position: absolute;
        top: 0;
    }
}*/
#pav-showcase .box {
    padding: 27px 0
}

#pav-promotion {
    background-color: #fff
}

#pav-promotion .box-heading {
    margin: auto;
}

#pav-promotion .box-content .carousel-controls {
    width: 39px
}

#pav-promotion .box-content .carousel-controls .carousel-control {
    border: 1px solid #E5E5E5
}

#pav-promotion .product-block {
    border: none;
    margin-bottom: 30px
}

#columns #content .box .box-content {
    background-color: transparent
}

#columns #group-content {
    /*margin-top: 85px;*/
    margin-top: 50px;
    overflow: hidden;
    padding-top: 30px;
    min-height: 600px;
}

#content {
    margin: 25px 0
}

#content .box {
    padding: 0
}

.sidebar [class*=col-] {
    width: 100%
}

#pav-mass-bottom {
    background: #f7f7f7;
    padding-bottom: 25px;

}

.pavtestimonial {
    background-image: url("http://demo.web.xorder.com.cn/image/data/banner/pinglunBG.png");
}

#pav-mass-bottom .box .box-heading {
    font-size: 22px
}

#pav-mass-bottom .box .box-content {
    background: 0 0
}

#pav-mass-bottom .box .box-content .carousel-controls {
    top: 43px;
    right: 9px
}

#pav-mass-bottom .product-block {
    border: 0;
    background: #fff
}

#pav-mass-bottom .product-block .image .img {
    height: 10px;
    width: 10px
}

#pav-mass-bottom .product-block .compare,
#pav-mass-bottom .product-block .wishlist {
    width: 50%
}

#pav-mass-bottom .product-block .tooltip {
    width: 80%
}

#pav-mass-bottom .product-block .product-label-special {
    border: 0;
    border-radius: 0;
    right: inherit;
    left: 0;
    top: 0;
    height: 30px;
    line-height: 30px;
    width: 50px
}

#footer .box .box-heading,
#footer .footer-bottom .box-heading {
    text-transform: uppercase;
    line-height: 20px
}

#pav-mass-bottom .product-block:hover .compare-wishlish .wishlist > a {
    left: 65%
}

#pav-mass-bottom .product-block:hover .compare-wishlish .compare > a {
    right: 65%
}

#footer {
    background: 0 0;
    min-height: 100px;
    padding-top: 0;
    border-top: 1px solid darker(transparent, 20%);
    border-bottom: 1px solid darker(transparent, 20%)
}

#footer:after,
#footer:before {
    content: " ";
    display: table
}

#footer .box .box-heading {
    color: #21272c;
    font-size: 19px
}

#footer .box .box-content {
    background: 0 0;
    border: none
}

#footer .footer-top {
    margin: 0
}

#footer .footer-top .box-heading {
    padding: 10px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #E5E5E5;
    margin-top: 35px;
    font-size: 22px
}

#footer .footer-top .carousel-controls {
    top: 58px
}

#footer .footer-top .pavtestimonial {
    margin-bottom: 20px;
    height: 360px;
}

#footer .footer-top .testimonial-item .t-avatar {
    text-align: center;
    width: 720px;
}

#footer .footer-top .testimonial-item .profile {
    font-size: 12px;
    margin-bottom: 40px;
    text-align: center
}

#footer .footer-top .testimonial-item .profile span {
    color: #c71a1a;
    font-style: italic;
    font-size: 16px
}

#footer .footer-top .blog-title a {
    /*color: #21272c;*/
    font-size: 16px;
    display: inline
}

.pavblock:hover {
    background-color: #333;
    color: #fff !important;
}

.banner div,
.box ul > li ul {
    display: none
}

.box ul > li a.active + ul,
.box ul > li ul > li > a {
    display: block
}

#footer .footer-top .blog-title a:hover {
    color: #c71a1a
}

#footer .footer-top .comment_count {
    padding-left: 25px;
    color: #8E8D8D;
    background: url(../image/blog_comment.png) no-repeat;
    font-size: 13px
}

#footer .footer-top a.readmore {
    background: 0 0;
    color: #c71a1a;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400
}

#footer .footer-top a.readmore:hover {
    color: #c71a1a
}

#footer .footer-center .box-heading {
    margin-bottom: 0;
    padding-top: 25px;
    font-size: 22px
}

#footer .footer-center .box-heading > span > span {
    border-bottom: 2px solid #c71a1a
}

#footer .footer-center .box-content {
    margin-bottom: 50px
}

#footer .footer-center .carousel-controls {
    top: 31px
}

#footer .footer-center .carousel-inner .item-inner img {
    border: 1px solid #E5E5E5;
    float: left
}

#footer .footer-bottom {
    background: #141414;
    padding: 20px 0
}

#footer .footer-bottom .box-heading {
    /*padding-top: 20px;
    padding-bottom: 25px;*/
    margin-bottom: 0;
    color: #fff;
    font-size: 19px
}

#footer .footer-bottom .box-content .list-folow > a {
    color: #fff;
    float: left;
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;
    margin: 0 9px;
    text-align: center;
    transition: all .5s ease 0s;
    border-radius: 2px;
    width: 24px;
    background:transparent!important;
}

#footer .footer-bottom .box-content .list-folow > a:befoer {
    text-align: center;
}

#footer .footer-bottom .box-content .list-folow > a:hover {
    background: #000 !important;
}

#footer .footer-bottom .box-heading span {
    color: #fff;
}

#footer .footer-bottom .box-heading span span {
    color: #fff;
    border-bottom: 0
}

#footer .footer-bottom .box-content {
    color: #8d8d8d
}

#footer .footer-bottom .box-content a {
    font-size: 14px;
    color: #8d8d8d
}

#footer .footer-bottom ul {
    padding: 0
}

#footer .footer-bottom ul > li {
    min-height: 20px;
    list-style: none;
    line-height: 30px
}

#footer .footer-bottom ul > li span.fa {
    height: 35px;
    line-height: 35px;
    width: 35px;
    background: #8d8d8d;
    float: left;
    font-size: 21px;
    margin-right: 10px;
    margin-top: 0;
    text-align: center;
    border-radius: 20px;
    padding-left: 7px;
    color: #fff
}


#footer .footer-bottom ul > li:hover span {
    color: #fff
}

#footer .footer-bottom ul > li:hover span.fa {
    background-color: #c71a1a;
    -webkit-box-shadow: 0 0 0 30px #c71a1a inset;
    box-shadow: 0 0 0 30px #c71a1a inset;
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s
}

#footer .footer-bottom ul.info-list > li {
    min-height: 40px;
    margin-bottom: 15px;
    line-height: 25px
}

#footer h3 {
    color: #21272c;
    font-size: 21px;
    margin-top: 0;
    margin-bottom: 8px
}

#footer .column a {
    color: #c71a1a
}

#footer .column ul {
    margin-top: 0;
    /*margin-left: 8px;*/
    padding-left: 12px
}

#powered,
.box {
    padding: 10px 0
}

#footer .column ul li {
    margin-bottom: 0 !important;
}

#footer .column a:hover {
    text-decoration: none;
    color: #c71a1a;
}

#currency a,
#currency a b,
#header #cart .heading a,
#scrollUp,
.box ul > li ul > li > a,
.box ul > li > a,
.product-block .name a {
    text-decoration: none
}

#powered {
    margin-top: 0;
    text-align: center;
    background: #101010;
    color: #666;
    font-size: 14px;
}

#powered a {
    color: #c71a1a;
}

#powered .paypal {
    margin-top: 3px;
}

.banner div {
    text-align: center;
    width: 100%
}

.banner div img {
    margin-bottom: 20px;
}

.box {
    margin-bottom: 0;
}

.box .box-heading {
    background: 0 0;
    font-size: 19px;
    /*width: 1152px;*/
    line-height: 20px;
    margin: auto;
    color: #21272c;
    text-transform: uppercase;
    padding-bottom: 15px
}

.box .box-heading span:before {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 20%
}

.box .box-heading span {
    color: #666;
    line-height: 20px;
    font-weight: 700;
    font-size: 20px;
}

.index_latest .box-heading span {
    color: #666;
    text-align: center;
    display: block;
    line-height: 36px;
    font-weight: 700;
    text-align: left;
    font-size: 36px;
}

.box-content .box-product .row .product-block {
    padding: 0px 5px;

}

.box .box-content {
    background: #fff;
    padding: 30px 0;
    width: 1152px;
    margin: auto;
}

.box.blue .box-heading,
.box.dark .box-heading,
.box.gray .box-heading,
.box.green .box-heading,
.box.highlighted .box-heading,
.box.maroon .box-heading,
.box.orange .box-heading,
.box.pink .box-heading,
.box.red .box-heading {
    border-bottom: 1px dashed #FFF;
    color: #FFF
}

.box.orange .box-heading {
    background: #fbb450
}

.box.orange .box-content {
    background: #f89406
}

.box.orange li {
    border-top-color: #fbb450
}

.box.orange a {
    color: #B66B00
}

.box.orange a:hover {
    color: #6F4100
}

.box.dark {
    background: #000
}

.box.dark a {
    color: #777
}

.box.dark a:hover {
    color: #888
}

.box.green {
    background: #c71a1a
}

.box.green a {
    color: #63E063
}

.box.green a:hover {
    color: #43F043
}

.box.maroon {
    background: #F35D34
}

.box.maroon a {
    color: #B4300D
}

.box.maroon a:hover {
    color: #C93F19
}

.box.blue {
    background: #049cdb
}

.box.blue a {
    color: #47C9FF
}

.box.blue a:hover {
    color: #0073A3
}

.box.gray {
    background: #6e6e6e
}

.box.gray a {
    color: #999
}

.box.gray a:hover {
    color: #777
}

.box.pink {
    background: #ff6766
}

.box.pink a {
    color: #FF5C8F
}

.box.pink a:hover {
    color: #FA2E6E
}

.box.red {
    background: #9d261d
}

.box.red a {
    color: #EE4538
}

.box.red a:hover {
    color: #DA3F33
}

.box ul {
    padding-left: 20px
}

.box ul > li {
    padding: 8px 0;
}

.box ul > li > a {
    font-size: 16px
}

.box ul > li ul > li {
    padding-top: 10px
}

.box ul > li a.active .badge,
.box ul > li a:hover .badge {
    background-color: transparent;
    color: #c71a1a;
    transition: color .4s ease 0s
}

#language {
    color: #6e6e6e
}

#currency a b,
#currency a:hover,
#currency a:hover b {
    color: #c71a1a
}

#language img {
    cursor: pointer;
    margin-right: 5px
}

#currency {
    display: inline-block;
    line-height: 1.428571429
}

#currency a {
    margin-left: 15px;
    padding: 0;
    cursor: pointer;
    font-size: 13px
}

#header #cart {
    position: relative;
    top: 0;
    z-index: 99;
}
#header #cart .dropdown-menu{
    box-shadow: 0 0 25px rgba(0,0,0,0.15);
}
#header #cart .dropdown-menu .table tbody > tr > td{
    vertical-align: middle!important;
}
#header #cart .dropdown-menu .table tbody > tr > td button{
    border:0;
    color: #333;
}
#header #cart .dropdown-menu .table tbody > tr > td button:hover{
    border:0;
    background: transparent;
    color: #0091d9;
}
#header #cart .dropdown-menu .table .text-left.name a{
    line-height: 1.3!important;
}
#header #cart .content {
    display: none;
    min-height: 150px;
    min-width: 450px;
    position: absolute;
    right: 0;
    top: 50px;
    border-top: 5px solid #c71a1a;
    background: #333;
    z-index: 20
}

#header #cart .heading {
    z-index: 1;
    height: 30px;
    margin: 4px 0 4px 5px
}

#header #cart .heading a {
    line-height: 30px;
    text-transform: lowercase !important;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    display: block
}

#header #cart .heading a span {
    font-size: 16px;
    color: #fff;
}

#header #cart .heading h4 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 3px
}

#header #cart.active .content {
    display: block
}

#header #cart .checkout {
    text-align: right;
    padding: 10px
}

#header #cart .checkout a {
    display: block;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
    background: #c71a1a;
    color: #fff
}

#header #cart .checkout a:hover {
    -webkit-box-shadow: inset 0 0 5px #FFF;
    box-shadow: inset 0 0 5px #FFF
}

#header #cart .empty {
    padding-top: 50px;
    text-align: center;
    color: #fff
}

.mini-cart-total td {
    color: #fff;
    padding: 5px
}

.mini-cart-total table {
    border-collapse: collapse;
    display: inline-block;
    margin-bottom: 5px
}

.mini-cart-info {
    background: #fff;
    padding: 5px
}

.mini-cart-info .quantity {
    text-align: right
}

.mini-cart-info .name small {
    color: #666
}

.mini-cart-info td {
    color: #000;
    padding: 10px 0px
}

.mini-cart-info table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5px
}

.mini-cart-info .image img {
    border: 1px solid #EEE;
    text-align: left
}

.mini-cart-info .remove {
    text-align: right
}

.mini-cart-info .remove img {
    cursor: pointer
}

.mini-cart-info td.total {
    text-align: right;
    color: #ff6766
}

#search .button-search,
#search input {
    color: #cacaca;
    height: 30px;
    line-height: 30px
}

#search {
    margin: 4px 0;
    position: relative;
    width: 200px;
    display: block;
    z-index: 99
}

#search input {
        padding: 0 30px 0 10px;
    outline: 0;
    border: none;
    width: 142px;
    border-radius: 15px;
    float: right;
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s
}

#search input:active,
#search input:focus {
    width: 200px;
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s
}

#search .button-search {
    cursor: pointer;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px
}

.product-block {
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #FFF;
    border: 1px solid #ccc;
}

.product-block:hover .compare-wishlish .wishlist a {
    left: 53%;
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s
}

.product-block .image img {
    width: 86%;
}

.product-block:hover .compare-wishlish .compare a {
    right: 53%;
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s
}

.product-block:hover .product-zoom a {
    -webkit-box-shadow: inset 0 0 0 20px #fff;
    box-shadow: inset 0 0 0 20px #fff;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.product-block:hover .product-quickview {
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 20%;
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s
}

.product-block .description {
    line-height: 20px;
    margin-bottom: 10px;
    color: #6e6e6e;
    display: none
}

.product-block .compare-wishlish {
    left: 0;
    width: 100%;
    top: 43%;
    position: absolute
}

.product-block .compare-wishlish .wishlist {
    padding-left: 0;
    float: left
}

.product-block .compare-wishlish .wishlist a {
    left: 0;
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s
}

.product-block .compare-wishlish .compare {
    padding-right: 0;
    float: right
}

.product-block .compare-wishlish .compare a {
    right: 0;
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s
}

.product-block .compare,
.product-block .wishlist {
    width: 40%;
    min-height: 10px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: relative;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    z-index: 6
}

.product-block .compare a,
.product-block .wishlist a {
    width: 34px;
    color: #6e6e6e;
    border-radius: 20px;
    text-decoration: none;
    display: block;
    background-color: #FFF;
    line-height: 35px;
    height: 34px;
    text-align: center;
    position: absolute
}

.product-block .compare a span,
.product-block .wishlist a span {
    display: none
}

.product-block .compare .tooltip,
.product-block .wishlist .tooltip {
    width: 100%;
    top: -100px
}

.product-block .price-old {
    color: #6e6e6e;
    text-decoration: line-through;
    font-size: 14px
}

.product-block .norating,
.product-block .rating {
    display: block;
    margin-bottom: 10px
}

.product-block .cart {
    /* margin-bottom: 15px;
     position: relative;
     display: inline-block;
     min-width: 140px;  */
    text-align: center;
    position: relative;
}

.product-block .cart input {
    -webkit-box-shadow: 0 0 0 0 transparent inset;
    box-shadow: 0 0 0 0 transparent inset;
    background: 0 0;
    color: #21272c;
    /*padding-left: 40px;*/
    font-size: 13px;
    text-transform: uppercase;
    height: 40px;
    padding: 0px 20px 0px 46px;
    /*position: absolute;*/
    /* left: 0*/
    border: 1px solid #ccc;
    background-color: #eee;

    /*margin-left: 16%;*/
}

/*
.product-block .cart span {
    border-radius: 20px;
    color: #FFF;
    background: #21272c;
    font-size: 19px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 34px
}*/

.product-block .cart:hover input {
    color: #c71a1a;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.product-block .cart:hover span {

    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.product-block .price-new {
    font-size: 18px
}

.product-block .pname {
    height: 92px;
}

.product-block .name {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

.product-block .name a {
    display: block;
    line-height: 35px;
    text-align: left !important;
    padding-top: 10px;
}

.product-block .image {
    display: block;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    position: relative;
    text-align: center;
}

.product-block .image .img {
    transform: rotateX(0) rotateY(0);
    -webkit-transform: rotateX(0) rotateY(0);
    -moz-transform: rotateX(0) rotateY(0);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.product-block .image .hover-image,
.product-block .image .img {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden
}



.product-block .image .img:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    width: 100%;
    text-align: left;
    z-index: 1
}


.product-block .image .hover-image {
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    left: 0;
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0)
}

.product-block .image .hover-image img {
    width: 100%
}

.product-block .image:hover .hover-image {
    transform: rotateX(0) rotateY(0);
    -webkit-transform: rotateX(0) rotateY(0);
    -moz-transform: rotateX(0) rotateY(0);
    -webkit-transition: all .6s ease-in-out 0s;
    transition: all .6s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100)
}

.product-block .product-quickview {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 10;
    opacity: 0;
    filter: alpha(opacity=0)
}

#group-content h1,
.product-grid {
    position: relative
}

.product-block .product-quickview .pav-colorbox {
    color: #FFF;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.product-block .product-quickview .pav-colorbox:hover {
    font-size: 16px;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.product-block .price {
    color: #ff6766;
    font-size: 18px;
    margin-top: 15px;
}

.product-block .product-meta .pnames .names a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 24px;
    margin-top: 17px;
}

.product-block .price .price-tax {
    display: none
}

.product-block .product-zoom {
    position: relative;
    width: 20%;
    float: left;
    min-height: 34px;
    text-align: center;
    z-index: 10;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.product-block .product-zoom a {
    height: 34px;
    line-height: 35px;
    width: 34px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    color: #6e6e6e;
    font-size: 16px;
    text-align: center;
    display: inline-block
}

.sidebar .product-block .cart,
.sidebar .product-block .compare,
.sidebar .product-block .description,
.sidebar .product-block .image .product-label-special,
.sidebar .product-block .wishlist {
    display: none
}

.product-block .product-zoom a span {
    line-height: 2
}

.product-block .product-zoom:hover > a {
    color: #c71a1a
}

.sidebar .box {
    padding: 0 0;
}


.sidebar .product-block {
    border: none;
    overflow: hidden;
    /*border: 1px solid #E5E5E5;*/
}

.sidebar .product-block .image {
    float: left;
    width: 40%;
    height: 100px;
}

.sidebar .product-block .image .img:after {
    background-color: transparent
}

.sidebar .product-block .product-meta {
    padding: 0 0;
    float: right;
    width: 60%;
}

.sidebar .tag img:hover {
    transform: scale(.96)
}

.box-category {
    border: none;
    list-style-type: none;
}

ul.box-category,
ul.box-category ul {
    margin: 0
}

ul.box-filter,
ul.box-filter ul {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.box-filter > li ul {
    padding-bottom: 10px
}

ul.box-filter span {
    font-weight: 700;
    border-bottom: 1px solid #cacaca;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 8px
}

#colorbox :after,
#colorbox :before {
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.zoomContainer .zoomLens {
    border-color: #8e8d8d !important
}

.zoomContainer .zoomWindow {
    border: 4px solid #cacaca !important;
    display: none
}

#scrollUp {
    bottom: 0;
    right: 30px;
    width: 70px;
    height: 70px;
    margin-bottom: -10px;
    padding: 10px 5px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    color: #828282;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, .2);
    background-color: #E6E6E6;
    background-image: -moz-linear-gradient(top, #EBEBEB, #DEDEDE);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EBEBEB), to(#DEDEDE));
    background-image: -webkit-linear-gradient(top, #EBEBEB, #DEDEDE);
    background-image: -o-linear-gradient(top, #EBEBEB, #DEDEDE);
    background-image: linear-gradient(to bottom, #EBEBEB, #DEDEDE);
    background-repeat: repeat-x;
    -webkit-transition: margin-bottom 150ms linear;
    -moz-transition: margin-bottom 150ms linear;
    transition: margin-bottom 150ms linear
}

#scrollUp:hover {
    margin-bottom: 0
}

.populartag .box-content {
    padding: 0
}

.populartag .box-content a {
    padding: 0 15px 20px 0
}

#group-content h1 {
    margin-top: 0;
    line-height: 50px;
    font-size: 24px;
    color: #333;
}

.category-list {
    margin-bottom: 20px
}

.category-list h2 {
    text-transform: uppercase;
    line-height: 35px
}

.category-list ul {
    float: left;
    padding: 0 20px
}

.category-info {
    margin-bottom: 25px
}

.manufacturer-heading {
    background: #F8F8F8;
    font-size: 15px;
    font-weight: 700;
    padding: 5px 8px;
    margin-bottom: 6px
}

.manufacturer-list {
    border: 1px solid #DBDEE1;
    padding: 5px;
    margin-bottom: 20px
}

.manufacturer-list ul {
    float: left;
    width: 25%;
    margin: 0 0 10px;
    padding: 0;
    list-style: none
}

.manufacturer-content {
    padding: 8px;
    overflow: auto
}

.product-filter {
    border-bottom: none;
    padding: 5px 0;
    background: 0 0;
    margin-bottom: 20px
}

.product-filter .sort {
    float: left;
    color: #333
}

.product-filter .limit {
    margin-right: 10px;
    float: right;
    color: #333
}

.product-filter .display {
    float: left;
    margin-right: 25px;
    color: #333
}

.product-filter .display a {
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 14px;
    height: 25px;
    line-height: 26px;
    margin-left: 10px;
    width: 25px;
    color: #8e8d8d;
    text-align: center
}

.product-filter .display a > em {
    display: none
}

.product-compare a,
.product-filter .display a:hover.active {
    color: #fff
}

.product-filter .form-control {
    display: inline-block;
    width: auto;
    border-radius: 0;
    height: 27px;
    padding: 3px;
    max-width: 170px
}

.product-compare {
    float: right;
    line-height: 27px;
    background: #c71a1a;
    display: inline-block;
    font-size: 13px;
    height: 27px;
    padding: 0 10px;
    vertical-align: middle;
    border-radius: 0;
    text-transform: uppercase;
    transition: all .4s ease 0s;
    margin-left: 20px
}

.attribute td,
.cart-info tbody td,
.compare-info td,
.return-opened textarea,
.wishlist-info tbody td {
    vertical-align: top
}

.product-compare:hover {
    /*box-shadow: 0 0 0 30px #21272c inset*/
         filter:alpha(opacity=80);   
      -moz-opacity:0.8;   
      -khtml-opacity: 0.8;   
      opacity: 0.8; 
 	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s; 
}

.pagination .product-compare {
    float: right
}

.product-list .col-fullwidth {
    width: 100%
}

.product-list .product-block {
    border: 0
}

.product-list .image {
    float: left;
    margin-right: 10px
}
@media (min-width: 992px){
    .product-list .image{
        max-width: 247px;
    }
}
.product-list .image img {
    border: 1px solid #E7E7E7
}

.product-list .description {
    display: block !important
}

.product-list .right {
    float: right;
    margin-left: 15px
}

.product-list > div {
    margin-bottom: 15px
}

.product-list > div + div {
    border-top: 1px solid #EEE;
    padding-top: 16px
}

.product-grid .description {
    display: none
}

.product-info {
    margin-bottom: 20 px；
}

.product-info h1 {
    text-transform: none !important;
    font-weight: 400 !important;
}

.product-info .product-label-special {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background:#FF0101;
    color:#ffffff;
    font-size: 14px;
    padding: 6px 11px;
}

.product-info .product-extra {
    color: #21272c;
    margin-bottom: 5px;
    float: right
}

.product-info .product-extra a {
    color: #c71a1a
}

.product-info .minimum {
    margin-bottom: 10px
}

.product-info .quantity-adder {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    min-width: 115px;
    float: left
}

.product-info .quantity-adder input {
    height: 35px;
    min-width: 60px;
    border-radius: 0;
    margin-right: 5px;
    display: inline;
    width: auto;
    text-align: center;
}

.product-info .quantity-adder .add-up {
    top: 0
}

.product-info .quantity-adder .add-down {
    bottom: 0
}

.product-info .add-action {
    cursor: pointer;
    position: absolute;
    width: 15px;
    height: 16px;
    background-color: #d0d0d0;
    text-align: center;
    line-height: 1;
    font-size: 18px;
    color: #fff
}

.product-info .add-action:hover {
    background-color: #c71a1a
}

.product-info .cart {
    display: inline-block;
    position: relative;
    min-width: 140px
}

.product-info .cart:hover input {
    color: #c71a1a
}

.product-info .cart:hover span {
    background-color: #c71a1a;
    transition: all .5s ease 0s
}

.product-info .cart input {
    -webkit-box-shadow: 0 0 0 0 transparent inset;
    box-shadow: 0 0 0 0 transparent inset;
    background: 0 0;
    color: #21272c;
    min-height: 34px;
    font-size: 13px;
    text-transform: uppercase;
    height: 34px;
    left: 0;
    padding-left: 40px;
    position: absolute
}

.product-info .cart span {
    border-radius: 20px;
    color: #FFF;
    background: #21272c;
    float: left;
    font-size: 19px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 34px
}

.product-info .price-old {
    color: red;
    text-decoration: line-through
}

.product-info .price-tax {
    font-size: 12px;
    font-weight: 400;
    color: #999
}

.product-info > .left {
    float: left;
    margin-right: 15px
}

.product-info > .left + .right {
    margin-left: 265px
}

.product-info .image {
    position: relative;
    margin-bottom: 20px;
    text-align: center
}

.product-info .product-name {
    width: 100%;
}

.product-info .price-cart {
    margin-bottom: 5px
}

#oc-column-left {
    margin-top: 25px;
}

.product-info .price {
    font-size: 18px;
    color: #ff6766;
    text-align: center
}

#column-left.sidebar {
    margin-top: 25px;
}

.product-info .price .reward {
    font-size: 12px;
    font-weight: 400;
    color: #999
}

.product-info .price .discount {
    font-weight: 400;
    font-size: 12px;
    color: #4D4D4D
}

.product-info .price .price-old {
    color: #6e6e6e;
    text-decoration: line-through;
    font-size: 14px
}

.product-info .description {
    padding: 5px 5px 10px;
    margin-bottom: 10px;
    line-height: 20px;
    color: #6e6e6e
}

.product-info .compare-wish a,
.product-info .compare-wish span {
    line-height: 34px;
    display: inline-block
}

.product-info .description a {
    color: #6e6e6e;
    text-decoration: none
}

.product-info .description a:hover {
    color: #c71a1a
}

.product-info .description span {
    color: #21272c;
    font-weight: 700;
    padding-right: 10px
}

.product-info .compare-wish {
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid #E5E5E5
}

.product-info .compare-wish .compare,
.product-info .compare-wish .wishlist {
    margin-right: 10px
}

.product-info .compare-wish a:hover span {
    background: #c71a1a;
    transition: all .5s ease 0s
}

.product-info .compare-wish span {
    width: 34px;
    border-radius: 20px;
    background-color: #333;
    color: #fff;
    text-align: center;
    margin-right: 5px
}

.product-info .image-additional {
    width: 100%;
    overflow: hidden;
    padding: 0 43px
}

.cart-total,
.contact-info,
.sitemap-info {
    overflow: auto
}

.product-info .image-additional .carousel-control {
    color: #6e6e6e;
    border: #e5e5e5 solid 1px;
    font-size: 60px;
    width: 38px;
    cursor: pointer;
    line-height: 50px;
}

.carousel-inner .active a {
    margin-right: 4px;
}

.product-info .image-additional a {
    float: left;
    display: block;
    margin-bottom: 10px
}

.product-info .image-additional img {
    border: 1px solid #E7E7E7
}
.product-info .option_checkbox span, .product-info .option_radio span{
    position: relative;
}
.product-info .option_checkbox span input, .product-info .option_radio span input {
    position: absolute;
    z-index: -1;
}
.product-info .option_checkbox span label, .product-info .option_radio span label{
    /*border: 1px solid #ccc;*/
    padding: 0px 10px;
    cursor: pointer;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.product-info .option_checkbox span label:hover, .product-info .option_radio span label:hover{
    border-color:#0091d9;
}
.product-info .option_checkbox span input:checked ~ label, .product-info .option_radio span input:checked ~ label{
    /*border-color: #0091d9;
    background: #0091d9;
    color: #fff;*/
}
.option-image tr td input:checked ~ label, .option-image tr td label:hover{
    border-color: #0091d9;
}
.product-info .option-image {
    margin-top: 3px;
    margin-bottom: 10px
}

.product-info .option-image label {
    display: block;
    width: 100%;
    height: 100%
}

.product-info .option-image img {
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.product-info .options {
    padding: 60px 5px 10px;
    margin-bottom: 10px;
    color: #000
}

.product-info .review {
    color: #8e8d8d;
    margin-bottom: 10px
}

.product-info .review .share {
    line-height: normal
}

.product-info .review .share a {
    text-decoration: none
}

.product-info .review > div {
    line-height: 20px
}

.product-info .review > div img {
    margin-top: -4px;
    height: 10px;
    width: 60px
}

.product-info .review > div a {
    color: #8e8d8d
}

.product-info .review > div a:hover {
    color: #c71a1a
}

.product-info .review > div > span {
    color: #38B0E3
}

.product-info .share {
    margin-bottom: 5px
}

.product-info .discount {
    display: none
}

.product-related .box-heading {
    margin-bottom: 25px;
    padding-left: 32px;
}

.product-related .product-block:hover .compare-wishlish .wishlist > a {
    left: 57%
}

.product-related .product-block:hover .compare-wishlish .compare > a {
    right: 57%
}

.product-related .carousel-controls {
    top: -62px !important
}

.review-list {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #EEE
}

.attribute td,
.compare-info td,
.wishlist-info tbody td,
.wishlist-info thead td {
    border-bottom: 1px solid #ddd
}

.attribute,
.compare-info,
.wishlist-info table {
    border-top: 1px solid #ddd;
    margin-bottom: 20px
}

.attribute td,
.cart-info table,
.compare-info td,
.wishlist-info table {
    border-right: 1px solid #ddd
}

.attribute,
.cart-info table,
.compare-info,
.wishlist-info table {
    border-collapse: collapse;
    border-left: 1px solid #ddd
}

.review-list .rating {
    float: right;
    margin-bottom: 20px
}

.review-list .author {
    float: left;
    margin-bottom: 20px
}

.attribute thead td,
.attribute thead tr td:first-child {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    background: #F7F7F7;
    text-align: left
}

.attribute {
    display: inline-table;
    width: 100%
}

.attribute td {
    padding: 7px;
    color: #4D4D4D;
    text-align: center
}

.attribute tr td:first-child {
    color: #000;
    font-weight: 700;
    text-align: right;
    width: 20%
}

.compare-info {
    width: 100%
}

.compare-info .price-old {
    font-weight: 700;
    color: red;
    text-decoration: line-through
}

.compare-info .name a,
.compare-info .price-new {
    font-weight: 700
}

.compare-info td {
    padding: 7px;
    width: 20%;
    color: #4D4D4D;
    text-align: center
}

.compare-info tr td:first-child {
    color: #21272c;
    font-weight: 700;
    text-align: right
}

.compare-info thead td,
.compare-info thead tr td:first-child {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    background: #F7F7F7;
    text-align: left
}

.wishlist-info tbody .action,
.wishlist-info tbody .price,
.wishlist-info tbody .quantity,
.wishlist-info tbody .total {
    text-align: right
}

.wishlist-info thead .model,
.wishlist-info thead .name,
.wishlist-info thead .stock {
    text-align: left
}

.wishlist-info thead .action,
.wishlist-info thead .price,
.wishlist-info thead .quantity,
.wishlist-info thead .total {
    text-align: right
}

.wishlist-info tbody .model,
.wishlist-info tbody .name,
.wishlist-info tbody .stock {
    text-align: left
}

.wishlist-info tbody .image,
.wishlist-info thead .image {
    text-align: center
}

.wishlist-info thead td {
    color: #4D4D4D;
    font-weight: 700;
    background-color: #F7F7F7
}

.wishlist-info tbody .action img {
    cursor: pointer
}

.download-list .download-info,
.order-list .order-info,
.order-list .order-status,
.return-list .return-info,
.return-list .return-status {
    text-align: right
}

.wishlist-info tbody .image img {
    border: 1px solid #ddd
}

.wishlist-info tbody .price s {
    color: red
}

.wishlist-info td {
    padding: 7px
}

.wishlist-info table {
    width: 100%
}

.download-list .download-content,
.order-list .order-content,
.return-list .return-content {
    padding: 10px 0;
    display: inline-block;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE
}

.cart-info tbody td,
.cart-info thead td {
    border-bottom: 1px solid #ddd
}

.order-list {
    margin-bottom: 10px
}

.order-list .order-status {
    width: 49%;
    float: right;
    margin-bottom: 2px
}

.order-list .order-content {
    width: 100%;
    margin-bottom: 20px
}

.order-list .order-content div {
    float: left;
    width: 33.3%
}

.order-list .order-id {
    width: 49%;
    float: left;
    margin-bottom: 2px
}

.order-detail {
    background: #EFEFEF;
    font-weight: 700
}

.return-list {
    margin-bottom: 10px
}

.return-list .return-content {
    width: 100%;
    margin-bottom: 20px
}

.return-list .return-content div {
    float: left;
    width: 33.3%
}

.return-list .return-id {
    width: 49%;
    float: left;
    margin-bottom: 2px
}

.return-list .return-status {
    width: 49%;
    float: right;
    margin-bottom: 2px
}

.return-detail,
.return-product {
    overflow: auto;
    margin-bottom: 20px
}

.return-model,
.return-name {
    float: left;
    width: 31%;
    margin-right: 15px
}

.return-quantity {
    float: left;
    width: 31%
}

.return-opened,
.return-reason {
    float: left;
    width: 31%;
    margin-right: 15px
}

.return-opened textarea {
    width: 98%
}

.return-captcha {
    float: left
}

.download-list {
    margin-bottom: 10px
}

.download-list .download-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px
}

.download-list .download-id {
    width: 49%;
    float: left;
    margin-bottom: 2px
}

.download-list .download-content {
    width: 100%;
    margin-bottom: 20px
}

.cart-info table,
.cart-total {
    margin-bottom: 15px;
    border-top: 1px solid #ddd
}

.download-list .download-content div {
    float: left;
    width: 33.3%
}

.cart-module > div {
    display: none
}

.cart-info tbody .model,
.cart-info tbody .name,
.cart-info tbody .quantity,
.cart-info thead .model,
.cart-info thead .name,
.cart-info thead .quantity {
    text-align: left
}

.cart-info tbody .quantity img,
.cart-info tbody .quantity input[type=image] {
    position: relative;
    top: 4px;
    cursor: pointer
}

.cart-info tbody .price,
.cart-info tbody .total {
    text-align: right
}

.cart-info tbody .image,
.cart-info thead .image {
    text-align: center
}

.cart-info thead td {
    color: #4D4D4D;
    font-weight: 700;
    background-color: #F7F7F7
}

.cart-info thead .price,
.cart-info thead .total,
.cart-total td {
    text-align: right
}

.cart-info tbody .image img {
    border: 1px solid #ddd
}

.cart-info tbody span.stock {
    color: red;
    font-weight: 700
}

.cart-info td {
    padding: 7px
}

.cart-info table {
    width: 100%
}

.cart-total {
    padding-top: 8px;
    margin-top: 10px
}

.cart-total td {
    padding: 3px
}

.cart-total table {
    float: right
}

.checkout-heading {
    background: #cacaca;
    border: 1px solid #cacaca;
    padding: 8px;
    font-weight: 700;
    font-size: 1;
    color: #555;
    margin-bottom: 15px
}

.checkout-heading a {
    float: right;
    margin-top: 1px;
    font-weight: 400;
    text-decoration: none
}

.checkout-content {
    padding: 0 0 15px;
    display: none
}

.checkout-product tbody .model,
.checkout-product tbody .name,
.checkout-product thead .model,
.checkout-product thead .name {
    text-align: left
}

.checkout-product thead td {
    color: #4D4D4D;
    font-weight: 700;
    background-color: #F7F7F7;
    border-bottom: 1px solid #ddd
}

.checkout-product tfoot td {
    text-align: right;
    border-bottom: 1px solid #ddd
}

.checkout-product tbody td {
    vertical-align: top;
    border-bottom: 1px solid #ddd
}

.checkout-product td {
    padding: 7px
}

.checkout-product table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-bottom: 20px
}

.checkout-product tbody .price,
.checkout-product tbody .quantity,
.checkout-product tbody .total,
.checkout-product thead .price,
.checkout-product thead .quantity,
.checkout-product thead .total {
    text-align: right
}

.box-media .media,
.pav-blog .image,
.point_box p {
    text-align: center;
    color: #c71a1a;
}

.sitemap-info {
    margin-bottom: 40px
}

.gm-style img {
    max-width: none
}

#contact-map {
    border: 7px solid #ccc;
    margin-bottom: 25px
}

.contact-customhtml,
.contact-detail {
    margin-bottom: 50px
}

.contact-detail ul {
    padding: 0
}

.contact-detail ul > li {
    list-style: none;
    padding: 8px 0;
    border-bottom: 1px dashed #cacaca
}

.contact-detail ul > li i {
    display: inline-block;
    line-height: 38px;
    float: left;
    margin-right: 10px;
    font-size: 24px;
    width: 24px
}

.pav-blog .image {
    margin-bottom: 20px
}

.pavblog-comments {
    padding: 10px;
    background: #c71a1a;
    color: #fff
}

.pavblog-comments .pav-comment {
    padding-bottom: 10px;
    border-bottom: 1px dashed #fff
}

#pav-mainnav .navbar {
    border: 0;
    border-radius: 0
}

#pav-mainnav .navbar .navbar-collapse {
    padding-right: 0 !important;
}

#pav-mainnav .navbar ul.nav > li:first-child {
    border-left: 0 solid #E5E5E5
}

#pav-mainnav .navbar ul.nav > li {
    border-right: 0 solid #E5E5E5;
    border-bottom: 0 solid #E5E5E5;
    border-top: 0 solid #E5E5E5;
    min-width: 70px
}

#pav-mainnav .navbar ul.nav > li > a {
    line-height: 62px;
    padding: 13px 15px 5px;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

#pav-mainnav .navbar ul.nav > li > a span .menu-icon {
    padding-top: 33px
}

#pav-mainnav .navbar ul.nav > li > a span .menu-title {
    padding-top: 28px
}

#pav-mainnav .navbar ul.nav > li > a b.caret {
    display: none
}

#pav-mainnav .navbar .navbar-header {
    float: none;
}

.search-main {
    margin-top: 18px;
}

#pav-mainnav .navbar-nav > li > .dropdown-menu {
    -webkit-transform: scaleY(0) !important;
    -moz-transform: scaleY(0) !important;
    -ms-transform: scaleY(0) !important;
    -o-transform: scaleY(0) !important;
    transform: scaleY(0) !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    padding: 18px;
    border: 0;
    border-radius: 0;
    border-top: 5px solid transparent;
    display: block;
}

#pav-mainnav .dropdown-menu li > a {
    background: 0 0;
    padding: 17px 1px;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    margin-left: 0
}

#pav-mainnav .dropdown-menu li > a span {
    padding: 0
}

#pav-mainnav .dropdown-menu li > a .caret {
    margin-left: 7px;
    color: #21272C;
    border-top-color: #21272C;
}

.dropdown-menu.level1 {
    background-color: #111;
}

@media only screen and (max-width: 900px) {
    .dropdown-menu.level1 {
        background-color: #fff;
    }

    .dropdown-menu.level2 {
        background-color: #fff;
    }
}


#pav-mainnav .dropdown-menu li > a:hover > b.caret {
    border-bottom-color: #263036;
    border-top-color:#263036;
}

#pav-mainnav .dropdown-menu > li {
    border-bottom: solid 1px #E5E5E5
}

#pav-mainnav .dropdown-menu > li:last-child {
    border-bottom: 0
}

#pav-mainnav .dropdown-menu ul > li {
    border-bottom: solid 1px #E5E5E5;
    position: relative
}

#pav-mainnav .dropdown-menu ul > li:last-child {
    border-bottom: 0
}

#pav-mainnav .mega-group > .dropdown-toggle {
    border-bottom: none
}

#pav-mainnav .navbar-inverse .navbar-nav > .open > a {
    background-color: transparent
}

#pav-mainnav .navbar-inverse .navbar-toggle {
    border-color: #c71a1a
}

#pav-mainnav #logo {
    /*padding-top: 5px;*/
    /*padding-bottom: 5px*/
}

#pav-mainnav .row {
    padding: 0
}

.pav-megamenu ul.megamenu > li.aligned-fullwidth {
    position: static
}

.pav-megamenu ul.megamenu > li.aligned-fullwidth > .dropdown-menu {
    width: 100% !important
}

.pav-megamenu ul.megamenu > li.aligned-fullwidth .dropdown-submenu .dropdown-menu {
    margin-left: 0
}

.pav-megamenu ul.megamenu > li.aligned-right .dropdown-menu {
    right: 0;
    left: auto
}

.pav-megamenu ul.megamenu > li.aligned-left .dropdown-menu {
    right: auto;
    left: 0
}

.pav-megamenu ul.megamenu > li.aligned-center .dropdown-menu {
    left: 50%;
    transform: translate(-50%)
}

.pav-megamenu ul.megamenu .dropdown-submenu .dropdown-menu {
    margin-left: 0;
}

#pav-mainnav .navbar-nav > li:hover > .dropdown-menu {
    -webkit-transform: scaleY(1) !important;
    -moz-transform: scaleY(1) !important;
    -ms-transform: scaleY(1) !important;
    -o-transform: scaleY(1) !important;
    transform: scaleY(1) !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.pav-megamenu .mega-group .caret {
    display: none
}

.pav-megamenu .mega-group > .dropdown-toggle {
    display: block;
    font-weight: 700;
    padding: 6px 5px;
    text-transform: uppercase !important;
    border-bottom: solid 1px #E5E5E5;
    color: #21272c !important
}

.pav-megamenu .mega-group .dropdown-mega .mega-col-inner > ul > li a {
    margin-left: 6px
}

.pav-megamenu .mega-col .mega-col-inner > ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.pav-megamenu .mega-col .mega-col-inner > ul > li {
    list-style: none;
    margin-left: 0
}

.pav-megamenu .mega-col .mega-col-inner > ul > li > a {
    clear: both;
    color: #555;
    display: block;
    line-height: 20px
}

.pav-megamenu .dropdown-submenu:hover > .dropdown-menu {
    display: block
}

.pav-megamenu .dropdown-submenu > .dropdown-menu {
    border-radius: 0;
    padding: 0 25px;
    left: 100%;
    margin-left: -6px;
    margin-top: -1px;
    top: 0
}

.pav-megamenu .cols2 {
    width: 420px
}

.pav-megamenu .cols3 {
    width: 620px
}

.pav-megamenu .cols4 {
    width: 820px
}

#mainmenutop .navbar-toggle {
    float: left
}

#menu-offcanvas .dropdown .dropdown-menu {
    display: block;
    position: relative;
    float: none;
    width: 100% !important;
    border-radius: 0
}

#menu-offcanvas .dropdown .dropdown-menu-inner {
    padding: 0 10px
}

.offcanvas-container,
.offcanvas-content,
.offcanvas-pusher,
body,
html {
    min-height: 100%
}

.offcanvas-content {
    overflow-y: scroll;
    background: #f3efe0
}

.offcanvas-pusher {
    left: 0;
    z-index: 99;
    height: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
}

.offcanvas-pusher::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, .2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity .5s, width .1s .5s, height .1s .5s;
    transition: opacity .5s, width .1s .5s, height .1s .5s;
    z-index: 99
}

/*.offcanvas-menu-open .offcanvas-pusher::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}*/

.offcanvas-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: #fff;
    padding-right: 50px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.offcanvas-menu::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    content: '';
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}
.button-close-menu{
    display: none;
}

.offcanvas-menu-open .offcanvas-menu::after {
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity .5s, width .1s .5s, height .1s .5s;
    transition: opacity .5s, width .1s .5s, height .1s .5s
}

.offcanvas-menu ul {
    margin: 0;
    padding: 0;
    lioffcanvas-style: none;
    list-style: none
}

.offcanvas-menu h2 {
    margin: 0;
    padding: 1em;
    color: rgba(0, 0, 0, .4);
    text-shadow: 0 0 1px rgba(0, 0, 0, .1);
    font-weight: 300;
    font-size: 2em
}

.offcanvas-menu ul li a {
    display: block;
    padding: 1em 1em 1em 1.2em;
    outline: 0;
    color: #000;
    text-shadow: 0 0 1px rgba(255, 255, 255, .1);
    letter-spacing: 1px;
    font-weight: 400;
    -webkit-transition: background .3s, box-shadow .3s;
    transition: background .3s, box-shadow .3s
}

.offcanvas-menu ul li:firoffcanvas-child a {
    box-shadow: inset 0 -1px rgba(0, 0, 0, .2), inset 0 1px rgba(0, 0, 0, .2)
}


.offcanvas-menu .menu-icon {
    background: 0 0 !important
}

.offcanvas-effect-1.offcanvas-menu {
    visibility: visible;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.offcanvas-effect-1.offcanvas-menu-open .offcanvas-effect-1.offcanvas-menu {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.offcanvas-effect-1.offcanvas-menu::after {
    display: none
}

.offcanvas-effect-2.offcanvas-menu-open .offcanvas-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0)
}

.offcanvas-effect-2.offcanvas-menu {
    z-index: 1
}

.offcanvas-effect-2.offcanvas-menu-open .offcanvas-effect-2.offcanvas-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.offcanvas-effect-3.offcanvas-menu-open .offcanvas-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0)
}

.offcanvas-effect-3.offcanvas-menu {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    z-index: 1
}

.offcanvas-effect-3.offcanvas-menu-open .offcanvas-effect-3.offcanvas-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.offcanvas-effect-5.offcanvas-menu-open .offcanvas-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0)
}

.offcanvas-effect-5.offcanvas-menu {
    z-index: 1;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0)
}

.offcanvas-effect-5.offcanvas-menu-open .offcanvas-effect-5.offcanvas-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.offcanvas-sidebars-buttons {
    margin-bottom: 10px;
    overflow: hidden
}

@media (max-width: 768px) {
    #mainmenutop .navbar-nav {
        display: none
    }

    .offcanvas-siderbars {
        position: relative
    }

    .offcanvas-siderbars .offcanvas-sidebar {
        display: none;
        width: 100%
    }

    .offcanvas-siderbars.column-left-active #oc-column-left,
    .offcanvas-siderbars.column-right-active #oc-column-right {
        display: block
    }

    .offcanvas-siderbars.column-left-active .main-column,
    .offcanvas-siderbars.column-right-active .main-column {
        display: none
    }
}

.discount .product-block .description,
.newest .product-meta .rating {
    display: block
}

.box-media .box-content {
    background: 0 0
}

.box-media .media {
    color: #FFF;
    min-height: 150px;
    text-transform: uppercase
}

.box-media .media .media-object {
    width: 100%;
    min-height: 150px
}

.box-media .media h3 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 40px
}

.box-media .media a.pull-left {
    margin-right: -45px
}

.box-media .media a.pull-right {
    margin-left: -45px
}

.box-media .media .media-right {
    text-align: right
}

.box-media .media .media-right p {
    margin-right: 0;
    margin-left: 30px
}

.box-media .media p {
    font-size: 15px;
    font-weight: 700;
    color: #000
}

.newest {
    margin-top: 30px;
    padding: 0
}

.newest .box-heading {
    font-size: 22px
}

.newest .carousel-controls {
    top: 13px;
    right: 0
}

.newest .product-block .compare,
.newest .product-block .wishlist {
    width: 50%
}

.newest .product-block .image {
    float: left;
    width: 48%;
    border: 1px solid #E5E5E5;
    margin-right: 15px
}

.newest .product-block:hover .compare-wishlish .wishlist > a {
    left: 57%
}

.newest .product-block:hover .compare-wishlish .compare > a {
    right: 57%
}

.newest .product-meta {
    padding: 5px
}

.discount {
    padding: 0 18px;
    margin-top: 43px;
    margin-bottom: 30px;
    background-color: #f7f7f7;
    border: 1px solid #E5E5E5
}

.discount .carousel-controls {
    right: -1px;
    top: -1px
}

.discount .box-heading {
    border-bottom: none;
    margin-bottom: 0 !important
}

.discount .box-heading span {
    color: #ff6766
}

.discount .box-content {
    padding: 7px 0 11px;
    background-color: #f7f7f7
}

.discount .product-block {
    margin-bottom: 0 !important;
    background-color: #f7f7f7
}

.discount .product-block:hover .image .img:after {
    opacity: 0;
    filter: alpha(opacity=0)
}

.discount .product-block:hover .product-quickview {
    bottom: 40%
}

.discount .image .hover-image,
.discount .product-block .rating {
    display: none
}

.discount .product-block .compare-wishlish {
    top: 195%;
    width: 50%;
    left: inherit;
    right: 0
}

.discount .product-block .compare-wishlish .compare,
.discount .product-block .compare-wishlish .wishlist {
    width: 20%;
    opacity: 1
}

.discount .product-block .compare-wishlish .compare a,
.discount .product-block .compare-wishlish .wishlist a {
    color: #FFF;
    background-color: #cacaca
}

.discount .product-block .compare-wishlish .compare a:hover,
.discount .product-block .compare-wishlish .wishlist a:hover {
    background-color: #c71a1a;
    -webkit-box-shadow: 0 0 0 20px #c71a1a inset;
    box-shadow: 0 0 0 20px #c71a1a inset;
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s
}

.discount .product-block .compare-wishlish .wishlist a {
    left: inherit;
    right: 0
}

.discount .product-block .compare-wishlish .compare {
    float: left;
    margin-left: 4%
}

.discount .product-block .compare-wishlish .compare a {
    left: 0
}

.discount .product-block .compare-wishlish .tooltip {
    width: 250%
}

.discount .image {
    margin-bottom: 20px;
    background-color: #fff;
    overflow: visible
}

.discount .image:hover .img {
    transform: rotateX(0) rotateY(0) !important;
    -webkit-transform: rotateX(0) rotateY(0) !important;
    -moz-transform: rotateX(0) rotateY(0) !important
}

.discount .image .product-label-special {
    top: inherit;
    bottom: 10px;
    right: 13px;
    width: 63px;
    height: 63px;
    border-radius: 35px;
    font-size: 16px;
    border: 5px solid #ffb3b2;
    line-height: 54px
}

.discount .image .pav-colorbox {
    background-color: #c71a1a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 6px
}

.discount .product-meta {
    padding: 0
}

.social ul > li {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px
}

.social ul > li span {
    padding-left: 4px !important
}

@media only screen and (min-width: 990px) {
    .pavcol-sm-5 {
        float: left;
        min-height: 1px;
        position: relative;
        width: 20%
    }

    .pavcol-sm-1 {
        width: 100%
    }
}

@media only screen and (max-width: 990px) {
    #header #cart .heading,
    #search {
        height: 36px;
        margin: 8px 0 8px 1px
    }

    .mainmenu {
        position: absolute !important;
        top: 0;
        width: 50px
    }

    .navbar-collapse.collapse {
        display: none !important
    }

    .navbar-toggle {
        display: block !important
    }

    #header #cart .heading a {
        width: 35px;
        border-radius: 0;
        background-position: center
    }

    #header #cart .heading a,
    #search input {
        height: 36px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        padding: 0
    }

    #header #cart .heading a span {
        display: none
    }

    #header #cart .content {
        top: 36px
    }

    #search {
        width: 35px
    }

    #search input {
        border-radius: 0;
        width: 0
    }

    #search input:active,
    #search input:focus,
    #search:hover input {
        padding: 4px 46px 4px 10px
    }

    #search .button-search {
        width: 35px;
        height: 40px;
        line-height: 32px;
        background-color: #c71a1a;
        color: #FFF;
        font-size: 18px
    }

    #search:hover input {
        width: 200px;
        -webkit-transition: all .6s ease 0s;
        transition: all .6s ease 0s
    }

    .zoomContainer {
        display: none !important
    }
}

@media only screen and (max-width: 768px) {
    #logo {
        text-align: center
    }

    .navbar-default .navbar-toggle {
        display: block;
        float: none;
        margin-left: 0
    }

    .navbar-collapse {
        display: none !important
    }

    .box-media .media {
        margin-bottom: 5px;
        min-height: 120px
    }

    .box-media .media img {
        min-height: 120px;
        max-height: 160px
    }

    .wishlist-info td,
    .wishlist-info th,
    table.compare-info td,
    table.compare-info th,
    table.pav-checkout-product td,
    table.pav-checkout-product th,
    table.pav-shop-cart td,
    table.pav-shop-cart th {
        border-right: 0 none;
        display: block !important;
        float: none !important;
        text-align: left !important;
        width: auto !important
    }

    .wishlist-info tr td:before,
    table.pav-shop-cart tr td:before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        text-align: left;
        white-space: nowrap;
        width: 50%
    }

    .wishlist-info tr td,
    table.pav-shop-cart tr td {
        text-align: right;
        display: block;
        min-height: 20px;
        border-left: none;
        background: 0 0
    }

    .wishlist-info thead,
    table.pav-shop-cart thead {
        display: none
    }

    #breadcrumb {
        min-height: 35px
    }

    #breadcrumb .breadcrumb {
        padding: 10px 0
    }

    #columns #group-content {
        /*margin-top: 15px*/
    }

    .navbar {
        min-height: 7px !important
    }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    #logo {
        text-align: center
    }

    #pav-mainnav .navbar {
        margin-right: 0;
        margin-left: 0
    }

    .box-media .media {
        margin-bottom: 5px;
        max-height: 200px;
        min-height: 160px
    }

    .box-media .media img {
        max-height: 200px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #pav-mainnav .navbar ul.nav > li > a {
        padding: 40px 10px 5px
    }

    .box-media .media,
    .box-media .media img {
        min-height: 160px
    }

    .newsletter_block input.button_mini {
        width: 69px !important
    }
}

@media only screen and (max-width: 360px) {
    .welcome {
        border: 0
    }

    .newest .product-block:hover .compare-wishlish .wishlist > a {
        left: 50%
    }

    .newest .product-block:hover .compare-wishlish .compare > a {
        right: 50%
    }

    .discount .product-block .compare-wishlish {
        top: 205%
    }

    .discount .product-block .compare-wishlish .compare {
        margin-right: 8% !important
    }
}

@media only screen and (max-width: 320px) {
    .discount .product-block .compare-wishlish {
        top: 221%
    }

    .product-info .image-additional {
        padding: 0 25px !important
    }

    .product-info .image-additional a {
        margin-left: 4px
    }
}

#review-title span {
    border-bottom: 2px solid #c71a1a;
    color: #21272c
}

.input-group {
    border: 1px solid #ccc;
    margin-top: 10px;
    font-size: 12px
}

.input-group .inputNew {
    border: none;
    border-radius: 0;
    color: #848484;
    float: left;
    height: 30px;
    padding-left: 10px;
    padding-right: 70px
}

.input-group .button_mini {
    background: #ccc;
    border: none;
    cursor: pointer;
    float: right;
    height: 30px
}

point_box {
    height: 330px;
    color: #333
}

.point_box h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
}

.point_box p {
    font-size: 16px;
    line-height: 16px;
    margin-top: 16px
}

.foul_point .point {
    float: left;
    width: 25%;
    text-align: center;
    margin-top: 30px
}

.foul_point .point .point_img {
    width: 131px;
    height: 131px;
    margin: auto
}

.foul_point .point .point_img1 {
    background-image: url(http://demo.web.xorder.com.cn/image/data/selling_point/icon_1.png)
}

.foul_point .point .point_img2 {
    background-image: url(http://demo.web.xorder.com.cn/image/data/selling_point/icon_2.png)
}

.foul_point .point .point_img3 {
    background-image: url(http://demo.web.xorder.com.cn/image/data/selling_point/icon_3.png)
}

.foul_point .point .point_img4 {
    background-image: url(http://demo.web.xorder.com.cn/image/data/selling_point/icon_4.png)
}

.foul_point .point:hover .point_img1 {
    background-image: url(http://demo.web.xorder.com.cn/image/data/selling_point/icon_se_1.png)
}

.foul_point .point:hover .point_img2 {
    background-image: url(http://demo.web.xorder.com.cn/image/data/selling_point/icon_se_2.png)
}

.foul_point .point:hover .point_img3 {
    background-image: url(http://demo.web.xorder.com.cn/image/data/selling_point/icon_se_3.png)
}

.foul_point .point:hover .point_img4 {
    background-image: url(http://demo.web.xorder.com.cn/image/data/selling_point/icon_se_4.png)
}

.foul_point .point em {
    display: block;
    font-size: 20px;
    color: #666;
    font-style: normal;
    line-height: 20px;
    margin-top: 20px
}

.foul_point .point strong {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    margin-top: 10px;
    padding: 0 20px;
    color: #666
}

.banner_a {
    width: 308px;
    padding-top: 20px;
    margin: auto
}

.banner_a .banner_a1,
.banner_a .banner_a2 {
    float: left;
    width: 142px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    line-height: 40px
}

.banner_a .banner_a1 {
    border: 2px solid #fff;
    margin-right: 20px
}

.banner_a .banner_a1:hover {
    background: #fff;
    color: #333
}

.banner_a .banner_a2 {
    background: #c71a1a;
    border: 2px solid #c71a1a
}

.banner_a .banner_a2:hover {
    background: #fff;
    border-color: #fff;
    color: #333
}

.chanpin_box {
    padding-top: 60px;
    overflow: hidden;
    width: 100%
}

.chanpin_div {
    float: left
}

.chanpin_div_o {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.chanpin_div_o .chanpin_a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    display: none;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5)
}

.chanpin_div_o:hover .chanpin_a {
    display: block;
}

.chanpin_div_o .chanpin_a strong {
    margin-top: 60px;
    display: block;
    color: #333;
}

.chanpin_div_o .chanpin_a2 strong {
    margin-top: 160px;
}

.chanpin_div_o .chanpin_a em {
    font-style: normal;
    display: block;
    margin-top: 10px;
    color: #333
}

@media \0screen\,
screen\9 {
    .chanpin_div_o .chanpin_a {
        background-color: #000;
        filter: Alpha(opacity=50);
        position: static
    }
}

.testimonial-item {
    height: 270px !important;
}

.pinglun_title {
    width: 720px;
    margin: auto;
    text-align: center;
}

.pinglun_title .p1 {
    font-size: 36px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 5px;
    margin-top: 60px;
}

.pinglun_title .p2 {
    font-size: 14px;
    collor: #6f6f6f;
    font-style: italic;
    line-height: 24px;
}

.pinglun_wenzi {
    width: 720px;
    margin: auto;
    font-size: 14px;
    font-style: italic;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.pinglun_wenzi .testimonial {
    line-height: 24px;
    font-size: 14px;
    margin: 30px auto 45px;
    height: 120px;
}

.pinglun_wenzi .testimonial div {
    height: 120px;
}

.pinglun_wenzi .testimonial div p {
    height: 120px;
}

.t-avatar {
    text-align: center;
    position: relative;
    margin: auto;
}

.t-avatar .span1 {
    display: block;
    width: 260px;
    border-top: 1px dashed #cccccc;
    position: absolute;
    top: 25px;
    right: 70px;
}

.t-avatar .span2 {
    display: block;
    width: 260px;
    border-top: 1px dashed #cccccc;
    position: absolute;
    top: 25px;
    left: 70px;
}

.profile {
    text-align: center;
}

.touxiang {
    position: relative;
}

.touxiang .profile {
    position: absolute;
    top: 160px;
    text-align: center;
    width: 100%;
    margin: auto;
}

.touxiang .profile p {
    color: #fff;
}

#pav-mass-bottom .container {
    max-width: 1860px;
    margin: auto;
    padding: 0;
}

#pav-mass-bottom .container .row {
    margin: 0;
}

.carousel-controls .zuobian, .carousel-controls .youbian {
    color: #d2d2d2;
    font-size: 14px;
    text-align: center;
    display: none;
    width: 60px;
    height: 60px;
    background: #222;
    position: absolute;
    top: 45%;
    border-radius: 30px;
    line-height: 60px;
}

.carousel-controls .zuobian {
    left: 30px;
    top: 100px;
}

.carousel-controls .youbian {
    right: 30px;
    top: 100px;
}

.carousel-controls .zuobian:hover {
    background: #c71a1a;
    color: #fff;
}

.carousel-controls .youbian:hover {
    background: #c71a1a;
    color: #fff;
}

.pinglun_box:hover .zuobian, .pinglun_box:hover .youbian {
    display: block;
    border: 0;
}

.latestandcar {
    width: 100% !important;
}

.clear .tags a {
    color: #c71a1a;
}

.row1 label {
    margin-right: 20px;
}

.index_latest {
    width: 100%;
    background: #f5F5F5;
}

.box-product .row .col-lg-3 .product-block img {
    margin-top: 20px;
}

.box-product .row .col-lg-3 .product-block:hover h3 a {
    color: #c71a1a;
}

.blog-item {
    padding-bottom: 0 !important;
}

.clearfix .pavblock {
    margin-bottom: 40px;
}

.footer-center .box-heading span {
    text-align: center;
    display: block;
    font-size: 36px !important;
    color: #666;
    font-weight: 700;
}

/*.fa-home:before{ color: #c71a1a !important;}
.fa-phone:before{ color: #c71a1a !important;}
.fa-envelope:before{ color: #c71a1a !important;}*/
.box-content .fa {
    background: none !important;
}

#footer .footer-bottom ul > li:hover span.fa {
    background-color: none !important;
    box-shadow: none !important;
}

.xorder_content .xorder_left .row3 .left input {
    width: 120px !important;
    padding: 3px 10px !important;
    text-align: left !important;
}

.xorder_content .xorder_left .row3 .left .price {
    width: 120px !important;
    padding: 3px 10px !important;
    text-align: left !important;
}

}
.develop-home h2 {
    color: #666 !important;
}

.zoomContainer {
    border: #e5e5e5 solid 1px;
}

.group-content aside {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.image-container {
    padding-left: 0 !important;
    padding-right: 11px !important;
}

#column-left .box {
    padding-right: 20px;
}

#column-left .box .box-heading {
    height: 50px;
    background: #fff;
    line-height: 54px;
    width: 100%;
    font-size: 20px;
    color: #333;
    padding-left: 20px;
}

#column-left .box .box-heading span {
    font-size: 20px;
    color: #333;
    line-height: 50px;
    font-weight: normal;
}

#column-left .box-category ul li {
    list-style: none;
    padding-left: 10px;
}

#column-left .box .box-content {
    width: 100%;
}
#column-left .box .box-content #accordion{
    padding:0;
}
#column-left .box .box-content #accordion li{
    position: relative;
    padding: 12px 0 12px 20px !important;
    border-bottom: 1px dashed #e5e5e5;
}

#column-left .box .box-content #accordion li .second li:last-child{
    border-bottom:0;
}
#column-left .box .box-content #accordion li::before{
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 100%;
    display: inline-block;
    background: #0f263a;
    position: absolute;
    left: 0;
    top: 20px;
}

.newsletter_block .title_block, .newsletter_block h4 {
    padding: 0px 15px 10px 0px;
    text-shadow: 0 1px 0 #FFFFFF;
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
    color: #6e6e6e;
}

.newsletter_block p {
    padding: 0px;
    color: #8e8e8e;
}

.newsletter_block input.inputNew {
    border-color: 1px solid #CCCCCC;
    color: #999999;
    font-size: 13px;
    height: 34px;
    padding: 0 5px;
    position: relative;
    top: 0px;
    width: 185px;
    background: #fff;
}

.newsletter_block input.button_mini {
    border: 0 none;
    cursor: pointer;
    height: 34px;
    left: -4px;
    position: relative;
    width: 85px;
    color: White;
    font-size: 14px;
    background: #555;
    border-radius: 0 4px 4px 0;
}

.close .fa {
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    line-height: 18px;
    vertical-align: top;
}

.valid {
    position: absolute;
    top: 80%;
}

/*kq*/
.login-content {
    margin: 20px 0 40px;
}

.inner h2 {
    color: #222;
}

b {
    color: #333;
    font-weight: unset;
}

#footer .footer-bottom .list-folow > a {
    float: none;
    height: 35px;
    line-height: 35px;
    margin: 0 5px;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 35px;
    text-decoration: none;
    border-radius: 5px;
    color: #fff;
}

#footer .footer-bottom .list-folow > a:hover {
    border-radius: 20px;
}

.column {
    padding: 0;
}

.hr-line {
    width: 50px;
    height: 4px;
    background: #df2b4e;
    margin: 10px 0;
    display: inline-block;
    border: 0;
}

#powered {
    padding: 0 !important;
}

.powered {
    padding:5px;
}

#breadcrumb .breadcrumb {
    padding: 18px 0 !important;
    margin-bottom: 0;
}

.list-folow a:hover {
    /*background: #80bc80;*/
    background: #c71a1a !important;
    border-radius: 20px !important;
    color: #ffffff;
}

.paymemt_html {
    background: #f5f5f5;
    padding: 18px 20px;
}

.paymemt_html h2 {
    margin-bottom: 15px;
}

.order_history tbody td p span {
    font-size: 18px !important;
}

.tb-shippingAddr th {
    line-height: 22px;
}

.tb-shippingAddr th, .tb-shippingAddr td {
    padding: 6px;
    vertical-align: top;
    font-weight: lighter;
    text-align: left;
}

.tb-shippingAddr td.recipient div {
    float: left;
    padding-right: 6px;
}

.tb-shippingAddr td.recipient input {
    width: 148px;
    border-radius: 0;
}

#PaymentForm .tb-shippingAddr select {
    height: 32px;
    border: 1px solid #ccc;
    width: 301px;
}

.tb-shippingAddr input {
    width: 301px;
    padding: 5px;
    border-radius: 0;

}

#PaymentForm .textbtn {
    border: 1px solid #0091d9;
    background: transparent;
    color: #0091d9;
    padding: 7px 10px;
    border-radius: 5px;
    margin-right: 10px;
}

.f_icon {
    font-size: 16px;
    cursor: pointer;
}

.fa-refresh.f_icon {
    color: #0091d9;
}

.fa-times.f_icon {
    color: #f05d46;
    font-size: 20px;
}

#column-right .box .box-heading, #column-right .box .box-content {
    width: 100%;
    padding-bottom: 0;
}

#column-right .box ul {
    padding-left: 0;
    background: #f5f5f5;
}

#column-right .box ul li {
    list-style: none;
    padding: 10px 20px !important;
    border-bottom: 1px solid #e9e9e9;
}

.a_btn {
    border: 1px solid #21272C;
    padding: 4px 8px;
}

.a_btn:hover {
    color: #0091d9;
    border-color: #0091d9;
}

#content ul.a_ul {
    margin-top: 30px;
    padding-left: 0;
    background: #f5f5f5;
}

#content ul.a_ul li {
    padding: 10px 20px !important;
    border-bottom: 1px solid #e9e9e9;
}

@media only screen and (max-width: 768px) {
    table.list .right {
        text-align: right !important;
        padding: 0px !important;
        text-align: center !important;
    }

    table.list .left {
        text-align: left !important;
        padding: 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    .column {
        padding: 0 30px;
    }

    .column1 {
        padding: 0 30px;
    }

}

/* header */
.fixed11 {
    position: fixed;
    width: 100%;
    background-color: #fff ! important;
    top: 0px;
    z-index: 9999;
    box-shadow: 0 0 10px 0;
}

#pav-mainnav .navbar ul.nav > li > a {

}

.dropdown-menu.level1 {
    background-color: #fff;
}

.welcome {
    margin-top: 0;
    padding-right: 10px;
    line-height: 24px;
    color: #334141;
    margin: 10px 0px;
}

#pav-mainnav .dropdown-menu li > a {
    color: #334141 !important;

}

@media (max-width: 998px) {
    .welcome {
        display: none;
    }
}

.main-header .search {
    margin-top: 20px;
}

.main-header #box-right {
    margin-top: 30px;
}

.topbar {
    background-color: #f0f2f3 !important;
    border-bottom: 1px solid #eaeaea;
}

.main-header #box-right .pull-left p {
    margin: 0 0 0px !important;
}

#pav-mainnav .navbar .navbar-collapse {
    float: left;
}

/*#header {
    background: #0C1C33;
}*/

.main-header {
    padding: 20px 0px 20px 0px;
    border-bottom: 1px solid #e4e4e4;
}
#search {
    border: 0px;
    position: relative;
    width:100%;
    height: 44px;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 0px 30px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 30px 0 rgba(0,0,0,0.15);    
}

@media (max-width: 998px) {
    #search {
        border: 0px;
        position: relative;
        width: 100%;
        height: 44px;
        background: #FFFFFF;
        margin:0 auto;
    }
}

#search input {
    background: transparent;
    height: 44px;
    width:100%;
    position: absolute;
    left: 0px;
    top: 0px;
    border: none;
    font-size: 13px;
    border-radius: 0px;

}

#search button {
    width: 50px;
    height: 40px;
    color: #000000;
    background: none;
    position: absolute;
    right: 0px;
    top: 0px;
    -moz-border-radius-topright: 30px;
    -webkit-border-top-right-radius: 30px;
    border-top-right-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    -webkit-border-bottom-right-radius: 30px;
    border-bottom-right-radius: 30px;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 20px;
    border: 0px;
}
.search-box-show {
    position: absolute;
    top: 72px;
    left: 138px;
    width: 66%;
}
.navbar-header {
    border-bottom: 3px solid transparent;
}

#pav-mainnav .navbar ul.nav > li > a {
    line-height: 50px;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0px 30px 0px;
}

#pav-mainnav .navbar ul.nav > li > a {
    color: #263036;
}

#pav-mainnav .navbar ul.nav > li > a span {
    display: inline-block;
}

#pav-mainnav .navbar ul.nav > li > a b.caret {
    display: inline-block;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #263036;
    border-bottom-color: #263036;
}

.navbar-collapse {
    padding-left: 0px;
}

.clearfix::after {
    clear: both;
}

.clearfix::before, .clearfix::after {
    content: " ";
    display: table;
}

.topbar .btn-topbar {
    color: #334141;
    font-size: 12px;
    padding: 0px 15px;
    line-height: 20px;
    display: block;
    margin: 10px 0px;
}



.topbar .dropdown-menu > li > a {
    padding: 10px;
    -webkit-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    transition: all ease 0.35s;
    color: #666666;
}

.number-phone {
    color: #333e48;
    margin-left: -15px;
    display: none;
}

.number-phone span {
    font-size: 16px;
    color: #333e48;
}

.number-phone i {
    font-size: 30px;
    margin-top: 10px;
    margin-right: 16px;

}

#cart-top:hover .icon-cart {
    color: #c71a1a;
}

#cart-top .dropdown-toggle .icon-cart {
    font-size: 31px;
    margin-right: 16px;
}

#cart-top #cart-number {
    display: none;
}

#cart-top .pull-left {
    color: #333e48;
}

#cart-top #cart-total {
    font-size: 16px;
    color: #333e48;

    line-height: 30px;
    background-color: #eee;
    padding: 10px 15px;
}

.fa-phone::before {
    color: #fff !important;
}

.dropdown-menu {
    position: absolute;
    z-index: 9999;
    min-width: 175px;
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-align: left;
    background-color: #fff;
    box-shadow: none;
    top: 50px;
    border:0;
    transition: all ease 0.35s;
}
@media (max-width: 992px){
    .dropdown-menu{top:0;}
}
#cart-top .dropdown-menu {
    left: -270px;
    padding: 10px;
    min-width: 380px;
}

.bg-white {
    background: #FFF;
}

.dropup, .dropdown {
    position: relative;
}

#cart-top .dropdown-menu p {
    padding: 10px;
    text-align: center;
}

#cart-top #cart {
    cursor: pointer;
}

#search .button-search {
    width: unset;
}

#cart-top #cart p {
    margin: 0px;
}

}
topbar .btn-topbar i {
    line-height: 20px;
    margin-left: 5px;
}

.btn-xs {
    padding: 1px 5px !important;
}

.table .text-center.img {
    width: 70px;
}

.table .text-left.name a {
    height: 42px;
    overflow: hidden;
    display: block;
    line-height: 1.5;
    font-size: 16px;
}

/*#pav-mainnav #logo{
	padding-top: 23px;
}*/
/*#logo .logo {
    padding-top: 20px;
}*/

.product-block .name a {
    display: block;
    line-height: 20px;
    text-align: left !important;
    padding-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 42px;
}

#search .button-search {
    cursor: pointer;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0px;
    width: 44px;
    height: 44px;
    padding: 6px 35px 27px 17px;
    float: right;
    display: inline-block;
    background:#db010f;
    border: none;
    color: #fff;
    border-radius: 0px;
    border-radius: 0 4px 4px 0;
}
#search .button-search > i.fa-search{
    margin-top:5px;
}

.navbar-default .navbar-toggle {
    background-color: #969696;
    border-color: transparent;
    margin: 5px 0;
    padding: 7px 12px;
    border-radius: 0;
}

#breadcrumb {
    padding: 40px;
    left: 0;
    min-height: 85px !important;
    position: absolute;
    width: 100%;
}

#breadcrumb .breadcrumb > li + li:before {
    color: #333;
}

.offcanvas-siderbars {
    background-color: #fff !important;
}

.product-thumb h4 {
    text-align: center;
}

.topbar .container {

    background-size: cover;
    *padding-left: 0px;
    *padding-right: 0px;
}

#columns #group-content {
    margin-top: 180px !important;
    overflow: hidden;
    padding-top: 30px;
}

#breadcrumb .breadcrumb li a {
    font-size: 22px;
    color: #fff;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.product-block .image .img img {
    width: 100% !important;
    display: block;
    margin-left: 0;
}

@media (max-width: 767px) {
    #breadcrumb .breadcrumb li a {
        color: #fff;
        font-size: 18px;
        color: #fff;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        letter-spacing: 1.5px;
    }

    #cart-top .pull-left {
        display: none;
    }

    .navbar-default .navbar-toggle {
        background-color: transparent;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #334141;
    }

    .product-filter .sort, .product-filter .limit {
        margin: 10px 0 0;
    }
}

<!--
hover 样式-- >
.btn-danger {
    color: #fff;
    background-color: #0091d9 !important;
}

.btn-v3 {
    color: #0091d9 !important;
}

#cart-top:hover .icon-cart {
    color: #0091d9 !important;
}

.list-folow a:hover {
    /* background: #80bc80; */
    background: #0091d9 !important;
    border-radius: 20px !important;
    color: #ffffff;
}

.product-compare {
    background: #0091d9;
}

.htabs a.selected {
    color: #0091d9;
}

.btn {
    border-radius: 4px;
    margin-top: 0;
    border: 1px solid #db010f;
    background: transparent;
    color:#db010f;
}
button.btn:hover, button.btn:focus{
    color: #fff;
    background: #0091d9;
}
.product-info .quantity-adder .add-up {
    top: 0;
    display: block;
    position: absolute;
    top: 0px;
    left: 127px !important;
    font-size: 20px;
    color: #111;
}

#column-left .box .box-heading {
    height: 50px;
    background: #0f263a;
    line-height: 54px;
    width: 100%;
    font-size: 20px;
    color: #fff;
    padding-left: 20px;

}

#column-left .box .box-heading span {
    font-size: 20px;
    color: #333;
    line-height: 50px;

    font-weight: normal;
}


.product-compare {
    background:#0f263a;
}

.product-block .price {
    color: #474444;
    font-size: 18px;
    margin-top: 15px;
}


#powered a {
    color: #0f263a;
}

#button-cart1 {
    font-size: 15px;
    font-weight: 400;
    color: #fff !important;
    border: 1px solid;
    background-color: #0091d9;
    width: 150px;
}

.product-block .price {
    margin-top: 10px;
    color: #2d2d2d !important;
    display: block;
    font-size: 20px;
    font-style: normal;
}

#button-cart1 {
    font-size: 15px;
    font-weight: 400;
    color: #fff !important;
    border: 1px solid;
    background-color: #0f263a !important;
    width: 150px;
}

#button-cart:hover {
    background-color: #0091d9 !important;
    color: #fff;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #0091d9;
    border-color: #0091d9;
}


.product-block .product-meta {
    padding: 14px;
    float: left;

}

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 7px;
    color: #2c2b0d;
    font-size: 25px;
    color: #d6cbcb !important;
    font-weight: 700;
}

.sidebar .product-block .image {
    height: 100px;
}

.topbar-link {
    margin-top: 5px;
}

#criterions_list {
    padding: 10px 9px 0;
    list-style-type: none;
}
#criterions_list label {
    display: inline;
    float: left;
    margin: 5px 10px 0 0;
}
#criterions_list .star_content {
    float: left;
}

.star {
    position: relative;
    top: -1px;
    float: left;
    width: 14px;
    overflow: hidden;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
}
div.star.star_on:after {
    content: "\f005";
    font-family: "FontAwesome";
    display: inline-block;
    color: #f0ce16;
    font-size: 24px;
}
div.star:after {
    content: "\f005";
    font-family: "FontAwesome";
    display: inline-block;
    color: #cccccc;
    font-size: 24px;
}
.stars{padding:0;}
.stars li {
    float: left;
    list-style: none;
}
div.star.star_on {
    display: block;
}
.cancel, .star {
    overflow: hidden;
    float: left;
    margin: 0 1px 0 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
/*登陆页*/
.login-content input{
    padding: 14px 10px;
    font-size: 16px;
    height: 50px;
    outline: 0;
    width: 100%;
    margin:30px 0;
}
.login-content .content{
    text-align: center;
}
/*注册页*/
.register-content .form-control{
    padding: 14px 10px;
    font-size: 16px;
    height: 50px;
    outline: 0;
    width: 100%;
    margin:10px 0;
}
.register-content .register_btn{
    width: 100%;
    padding: 14px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/*购物车弹框*/
.atcs_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000000;
}
.atcs_row {
    width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.atcs_conLeft {
    text-align: center;
    width: 50%;
    float: left;
}
.atcs_conRight {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 45%;
    float: left;
}
.atcs_content > h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 28px;
    color: #333;
    text-align: center;
}
.atcs_img {
    display: block;
    width: 100%;
    height: auto;
}
.atcs_proItem p {
    font-size: 14px;
    color: #333;
    line-height: 20px;
}
.atcs_proItem p b {
    color: #ff2120;
    font-weight: 100;
}
.atcs_proPrice span {
    color: #ff2120;
}
.atcs_proItem .atcs_proName {
    font-size: 16px;
    line-height: 25px;
}
.atcs_conRight p {
    width: 200px;
}
.atcs_a1 {
    display: block;
    border: 0;
    border-radius: 20px;
    width: 200px;
    padding: 8px 0 8px 0;
    margin-bottom: 15px;
    background: #131313;
    color: #fff;
    cursor: pointer;
}
.atcs_a1:hover{
    background: #0091d9;
    color: #fff;
}
@media (min-width: 992px) {
    .product-list .col-fullwidth .product-block .product-meta{
        width: calc(100% - 257px);
    }

    .product-block .product-meta {
        width: 100%;
    }
}
@media (max-width: 991px){
    .m_close {
        position: absolute;
        top: 0;
        right: 0;
        margin:20px;
        font-size: 20px;
    }
    .dropdown-backdrop{
        display: none;
    }
    .caret{
        float: right;
        margin-top:10px;
        transform: rotate(180deg);
        transition: all 0.5s;
    }
    .parent.dropdown.open .caret,.parent.dropdown-submenu.open .caret{
        transform: rotate(0deg);
        transition: all 0.5s;
    }
    .offcanvas-menu .megamenu >li{
        border-bottom:1px solid #ddd;
    }
    #footer .footer-bottom .box-heading{
        width: 100%;
        padding:0 !important;
    }

    #footer .footer-bottom .box-heading ~ .list, #footer .footer-bottom .box-heading ~ .newsletter_block, #footer .footer-bottom .box-heading ~ .list-folow{
        display: none;
    }
    #footer .column, #footer .column1{
        padding: 0 15px !important;
    }

    #footer .list-folow{
        margin: 0!important;
    }
    #footer .footer-bottom .box-content{
        display: none;
    }
    #footer .footer_icon{
        color: #fff;
    }
    .padding-60px-tb{
        padding-bottom: 120px!important;
    }
    #breadcrumb{
        padding: 20px;
        min-height: 45px !important;
    }
    #columns #group-content{
        margin-top: 60px !important;
    }
    #breadcrumb .breadcrumb{
        padding:0 !important;
    }
    #breadcrumb .breadcrumb li a{
        font-size: 12px;
    }
    .breadcrumb > li + li:before{
        font-size: 12px;
    }
    .product-filter .sort, .product-filter .limit{
        margin-top:0;
    }
    .atcs_row{
        width: 100%;
    }
    .atcs_conRight p,.atcs_a1{
        width: 150px;
    }
    .atcs_conRight{
        width: 50%;
    }
    .product-filter .display, .product-compare{
        display: none;
    }
    #content{
        margin:0;
    }
}
.header-dec{
	text-align: right;
	padding: 10px;
}
.header-dec li{
	display: inline-block;
	font-size: 17px;
    padding: 0 25px;
}
.header-dec li i{
	color:#0091d9;
    margin-right: 12px;
	vertical-align: middle;
}
.header-dec li span{
	color: #263036
}
.header-dec li:last-child{
	padding: 0 0 0 25px;
}
.account-list{
    left: -132px;
    /*min-width: 159px;*/
    box-shadow: 0px 0px 30px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 30px 0 rgba(0,0,0,0.15);
}
.account-list a{
	padding: 10px 20px!important;
}
.account-list a i{
	margin: 0 7px;
}
 /*个人中心登出按钮hover*/
 .buttons .logout-buttons:hover{
 	-webkit-transition: all .5s;
 	-moz-transition: all .5s;
 	-ms-transition: all .5s;
 	-o-transition: all .5s;
 	transition: all .5s;
 	color: #000!important;
 	border-color:#000!important;
 }
  /*登录页注册页inputhover主题*/
	.allsamecolor{
		color: #000;
	}
/*input背景*/
	.form-control{
		 -webkit-appearance: none;
		/*border:1px solid #fff!important;*/
	}
	.form-control:focus {
	    background-color: white!important;
	    box-shadow: none!important;
	}
.product-filter .display a.active {
    color: #fff;
}	
.pagination .links a:hover {
    color: #fff;
    transition: all .1s ease 0s;
    background-color: #000;
}
.theme_color_black:hover{
    color: #fff!important;
    border: 0!important;
    opacity: .7;
}
.pagination .links b {
    border-color: #000;
    color: #000;
}
/*主题色更改这边改颜色值*/	
.nav-active i{
	color:#db010f;
}
.nav-active span{
    color:#db010f;
} 
#footer .footer-bottom ul > li:hover a {
    color:#db010f;
}
#breadcrumb .breadcrumb li a:hover, .button:hover, a.button, input.button:hover {
    color:#db010f;
}	
a:focus,
a:hover {
    color:#db010f;
    transition: color .4s ease 0s
}
.product-filter .display a.active {
    background:#db010f;
    border-color:#db010f;
}
.product-filter .display a:hover {
    color:#db010f;
}
.product-block a:hover {
    color:#db010f;
    transition: color .4s ease 0s;
}
.product-block .hover-icon a:hover {
    color:#db010f!important;
    border-color:#db010f;
}
.product-block .image .product-label-special {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: #db010f;
    color: #ffffff;
    font-size: 14px;
    padding: 6px 11px;
}
.box ul > li a.active, .box ul > li ul > li > a:hover, .box ul > li > a:hover {
    color: #db010f;
}
.box ul > li a.active,
.box ul > li ul > li > a:hover,
.box ul > li > a:hover {
    color: #db010f;
}

a.button {
    padding: 8px 20px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #db010f;
}

.button,
input.button {
    cursor: pointer;
    color: #db010f;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    border: 1px solid #db010f;
    outline: 0;
}
.product-block .product-meta a:hover {
    color:#db010f;
}
 /*按钮通用hover主题*/
 .buttons .left .button:hover , .buttons .right .button:hover , #button-review:hover , .atcs_close1:hover{
 	-webkit-transition: all .5s;
 	-moz-transition: all .5s;
 	-ms-transition: all .5s;
 	-o-transition: all .5s;
 	transition: all .5s;
 	color: #fff!important;
 	background-color:#db010f;
 	  
    border: 1px solid #db010f;
 }
 .User_ratings .ratings_bars .scale{
 	background:#db010f;
 }
 #size li label:hover, #size li label.active {
    background-color: #fff;
    color: #db010f!important;
    border-color: #db010f!important;
}
.form-control:focus{
	border-color: #db010f!important;
}
.cartbgs{
	background: #db010f;
}
.order_btn{
	color: #db010f!important;	
}
#pav-mainnav .navbar ul.nav > li:hover {
    box-shadow: 0 1px 0 0 #db010f;
}
#pav-mainnav .navbar ul.nav > li:hover > a {
    color: #db010f;
    transition: color 0s ease 0s;
}
#pav-mainnav .dropdown-menu li > a:hover {
    color:#db010f!important;
}
.btn {
    border-radius: 4px;
    margin-top: 0;
    border: 1px solid #db010f;
}
/*.btn-theme-default1 {
    background: #000;
    border: 1px solid #000;
    border-radius: 4px;
    margin: 20px 0;
}*/
.theme_hover:hover{
    background: #db010f!important;
    color: #fff!important;
    border-color:transparent!important;
}
.theme_color{
    background:#db010f!important;
    color: #fff!important;
    border:0!important;
}
.theme_color:hover{
    background:#db010f!important;
    opacity: .7;
}
.theme_color_black:hover{
    background: #db010f!important;
}
/*产品*/
.ProductDetailItems .inquriy_span a:hover{
    background-color:#db010f;
}
.ProductDetailItems #text_order {
    background:#db010f;
}
.ProductDetailItems .powered2 a:hover{
    color:#db010f;
    border-color:#db010f;
}
.CommonOpacityBackground7{
	background:#db010f;
}
.CommonBackground{
	background:#db010f;
}
.CommonBorder {
    border: 1px solid #db010f!important;
}
.CommonColor {
    color:#db010f!important;
}
.xorder_content .xorder_left .row2 .pull #pull_btn{
	background:#db010f!important;
}
.xorder_content .xorder_left .row2 .pull .pull_line_back{
	background:#db010f!important;
}