/* Reset ================================================================================= */
* {margin:0; padding:0;}
body {color:#000; font-family:'Brown LL';text-align:center;}
a {color:#000; text-decoration:none;}
a:hover {color:#000; text-decoration:none;}
a:focus {text-decoration:none;}
.autowidth{
    width: 150px;
}

/* Lists */
ul,
ol {list-style:none;}

/* Tools */
.hidden {border:0!important; display:block!important; font-size:0!important; height:0!important; line-height:0!important; margin:0!important; overflow:hidden!important; padding:0!important; width:0!important;}
.nobr {white-space:nowrap!important;}
.wrap {white-space:normal!important;}
.a-left {text-align:left!important;}
.a-center {text-align:center!important;}
.a-right {text-align:right!important;}
.v-top {vertical-align:top;}
.v-middle {vertical-align:middle;}
.f-left,
.left {float:left!important;}
.f-right,
.right {float:right!important;}
.f-none {float:none!important;}
.f-fix {float:left; width:100%;}
.no-display {display:none;}
.no-margin {margin:0!important;}
.no-padding {padding:0!important;}
.no-bg {background:none!important;}
.f-25 {font-size: 22px;}
.mg-tb20 {margin: 20px 0;}
.mg-tb10 {margin-top: 10px; margin-bottom: 10px;}
.mg-b10 {margin-bottom: 10px;}
.pd0 {padding: 0;}
.pd10 {padding: 10px;}
i.iconfont {vertical-align: middle;}
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {background:#fff;}
.page { margin:0 auto; padding:0; text-align:left;}
.main-container {margin: 0 auto;}
.main {margin:0; padding:15px 0;}
/* ======================================================================================= */


/* Global Styles ========================================================================= */
label {font-weight: normal;}
input.input-text,
input.form-control,
select,
textarea { border-radius: 0!important; box-shadow: none!important;}
.block-currency-header select {border: none !important; border-radius: 0 !important; box-shadow: none !important;}
select,
select.form-control {appearance: none; -moz-appearance: none; -webkit-appearance: none; background: #fff url(../images/down.png) no-repeat right 1px center; padding-right: 22px; border-radius: 0; border-color: #DBDBDB; box-shadow: none; height:32px;padding: 6px 17px 5px 8px!important;}
select::-ms-expand {display: none;}
select,
select.form-control {padding-right: 6px\9\0;}
.form-control:focus {border-color: #DBDBDB; box-shadow: none;}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {select,select.form-control {padding-right: 22px;}}
button.button::-moz-focus-inner {border:0; padding:0;}/* FF Fix */
button.button {-webkit-border-fit:lines;}/* <- Safari & Google Chrome Fix */
button.button {background:transparent; border:0; cursor:pointer; margin:0; overflow:visible; padding:0;}
button.button span {font-weight: normal; background:#b7beab; border:none; color:#fff; display:block; height:40px; line-height: 40px; padding:0 20px; text-align:center; white-space:nowrap; text-transform: uppercase; letter-spacing: 1px; font-size: 12px;}
button.button span span {border:0; padding:0;}
button.button:hover span {background:#000;}
button.btn-cart span {}
button.btn-cart span span {}
button.btn-cart:hover span {}
button.btn-checkout span {}
button.btn-checkout span span {}
button.btn-checkout:hover span {}
button.btn-update  {background: #EBEBEB; color: #333; padding: 7px; white-space:nowrap; text-transform: uppercase;}
.btn-black {color: #fff; background-color: #000; border-color: #000;}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {color: #fff;}

/* Buttons Set */
label.required em {float:right; font-style:normal; color:#e42832;}
.buttons-set {clear:both; margin:2em 0 0; padding:5px;}
.buttons-set .back-link {float:left;}
.buttons-set .back-link a {color:#000;}
.buttons-set .back-link a:hover {color:#e42832;}
.buttons-set button.button {float:right;}
.buttons-set p.required {margin:0 0 5px;}

/* Form Validation */
div.error {background:url(../images/validation_advice_bg.png) no-repeat scroll 2px 1px transparent; clear:both; color:#ff0000; font-size:11px; line-height:14px; margin:3px 0 0; min-height:13px; padding-left:17px;}
input.error,
select.error,
textarea.error {background:none repeat scroll 0 0 #faebe7!important; border:1px dashed #ff0000!important;}
input.valid,
select.valid,
textarea.valid {background:none repeat scroll 0 0 #eff5ea!important; border:1px solid #446423!important;}
p.required {color:#ff0000; font-size:13px;text-align:right;}
select.error {background: #faebe7 url(../images/down.png) no-repeat right 5px center !important;}
select.valid {background: #f0f0f0 url(../images/down.png) no-repeat right 5px center !important;}

/* Messages */
.error-msg,
.success-msg,
.note-msg {background-position:10px 9px!important; background-repeat:no-repeat!important; border-style:solid!important; border-width:1px!important; font-size:11px!important; font-weight:bold!important; margin-bottom:20px; padding:10px 8px 10px 32px!important;}
.error-msg {background-color:#faebe7; background-image:url(../images/i_msg-error.gif); border-color:#f16048; color:#df2801;}
.success-msg {background-color:#eff5ea; background-image:url(../images/i_msg-success.gif); border-color:#446423; color:#3d6611;}
.note-msg {background-color:#fafaec; background-image:url(../images/i_msg-note.gif); border-color:#fcd344; color:#3d6611;}

/* BreadCrumbs */
.breadcrumbs {padding:10px 5%; color: #000; margin:0 0 30px; overflow:hidden; background: #fff; font-size: 13px; border-bottom: solid  #f1f1f1; border-width: 1px 0; padding-top:17px}
.breadcrumbs ul {margin: 0;}
.breadcrumbs li {display:inline;}
.breadcrumbs li strong {color:#000; font-weight: bold;}
.breadcrumbs li span {padding:0 3px 0 5px;}

/* Page Heading */
.page-title {margin-bottom: 30px; margin-top: 30px; border-bottom: 1px solid #ececec; padding: 10px 0 20px; }
.indexBody .page-title {border-bottom: none;}
.productBody .page-title {border-bottom: none; position: relative;}
.productBody .page-title::before {content: ""; position: absolute; background: #ebebeb; width: 80px; height: 1px; bottom: 10px; left: 50%; transform: translateX(-50%);}
.page-title h1,
.page-title h2 {margin:0; padding: 0 10px; font-size: 24px; color:#000; text-align: left; letter-spacing: 4px; text-transform: uppercase;}
.productBody .page-title h2 {text-align: center;}
.indexBody .page-title h1,
.indexBody .page-title h2 {text-align: center;}
.page-title .separator {margin:0 3px;}
.page-title .link-rss {float:right; margin:7px 0 0;}
.subtitle {clear:both;}
/* meng */
.wrapper{ margin: auto;}
.search-cart{position: static;display: flex;align-items: flex-end;flex: 4;}
.bottom-header{display: flex;float: right;width: 62%;justify-content: space-between;}
.bestsellers,
.featured,
.new-products{max-width: 1600px; margin: 0 auto;}
.cart-style{margin-top: 6px;}
.cart-style .iconfont{font-size: 22px;}
.header-propaganda img{height: auto; margin-top: 30px; position: relative;width: 100%;}
.classify-child{flex-grow: 1;flex-basis: 0; text-align: center;border-radius: 10px;}
/* .pack-container-center{display: flex;padding: 15px;align-items: center;} */
.classify-image img{width:100% ;}
.row {margin-left:0px !important;margin-right:0px !important;}
.image-text{margin: 10px 0;}
.menu-zimu{font-size: 13px;font-weight: 400;letter-spacing: 2px;text-transform: uppercase;color: #474747;display: block;}
.serch-cart{display: flex;}
.search-btn .iconfont{font-size: 22px;}
.search-btn{width: 50%; line-height: 64px!important;}
/* .link-cart{line-height: 64px!important;} */
.mobile-search .form-search input.input-text{width: 100%;height: 38px;border: none!important;font-size: 12px;padding-left: 10px;}
.mobile-search{display: inline-block;margin: 5px 0;}
.search-button{width: 8%!important;text-align: center;}
.search-button .iconfont{font-size: 20px; color: white;}
.search-cart .links li{padding: 0 8px!important;}
.f-right .sign{position: relative;}
.left-category .level1 [class*=category-]{background-color: #f0f6fc; position: relative;}
.left-category .level1 .category-top .mobile-memu li {background: #fff;}

/* Pager */
.pager {font-size:12px; line-height: 39px; margin:5px 0; text-align: center;}
.pager .amount {float:left; margin: 0 10px 0 0;}
.pager .sort-by {float:left;}
.pager .sort-by label {margin: 0;}
.pager .amount span{color:#000;font-weight:bold;}
.pager .limiter {float:right;}
.toolbar .pager .limiter {float:left;}
.pager .limiter label {vertical-align:middle; margin: 0;}
.pager select {vertical-align:middle; padding: 6px 22px 6px 12px; line-height: 10px;}
.pager select,
.pager select.form-control {padding-right: 6px\9\0;}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {.pager select,.pager select.form-control {padding-right: 22px;}}
.pager .pages ol {display:inline;}
.pager .pages li {display:inline-block; margin:0 2px; font: 1em arial;}
.pager .pages .current {border: 1px solid #e8e8e8; background: #000; color:#fff; padding:8px 10px; border-radius: 2px;}
.pager .pages a.next{}

/* Toolbar */
.toolbar {margin-bottom: 30px;}
.toolbar .pager {background: #F3F3F3; padding: 5px;}
.toolbar .sorter {border-top:1px solid #e6e6e6;}
.toolbar-bottom {margin-top: 10px;}
.pager .pages li a {color: #989898; display:inline-block; padding: 3px;}
.pager .pages li a:hover {color: #4f4f4f;}
.toolbar .pager .pages {float: right;}
.toolbar .pager {text-align: left;}
.toolbar .pager .limiter {margin-right:10px;}

/* Filter */
.pc-filter {margin-bottom:15px; padding:5px 10px;}
.pc-filter dl {margin: 0;}
.pc-filter dt {float: left; font-weight:bold; line-height: 25px; text-align: right; width: 85px;}
.pc-filter dd {float: left; width: 19%; margin:5px 1% 5px 0;}
.pc-filter dd a {float: left; line-height: 18px; margin: 4px 15px 4px 0; white-space: nowrap;}
.pc-filter dl.currently {margin-bottom: 5px; border-bottom: 1px solid #E8E8E8;}
.pc-filter dl.currently dt {width:150px;}
.pc-filter dl.currently dd {width: 100%;}
.pc-filter dl.currently dd a {margin-right: 5px; color:#000;}
.pc-filter dl.currently dd a:hover {color:#6F6F6F;}
.pc-filter dl.currently dd a span {background:#fff; border:1px solid #000; color: #000; cursor:pointer; display:block; font-weight:normal; padding:0 0 0 6px;}
.pc-filter dl.currently dd a span span {background: url(../images/filter.gif) no-repeat right -90px; border:0 none; padding:0 24px 0 0;}
.pc-filter dl.currently dd a:hover span {border:1px solid #6F6F6F; color:#6F6F6F;}
.pc-filter dl.currently dd a:hover span span {border:0 none; background-position:right -72px;}

/* M-Filter */
.m-filter .modal-body {padding: 10px;}
.m-filter li {margin-bottom:15px;}

/* M-Pager */
.m-pager {font-size:12px; text-align:center; margin:10px 0;}
.m-pager a {display:inline-block; border:1px solid #ccc; border-radius: 4px; height:45px; line-height: 43px; width: 100px; font-size: 13px; font-weight: bold; background: linear-gradient(top,#fff,#f0f0f0); background: -webkit-linear-gradient(top,#fff,#f0f0f0); background: -o-linear-gradient(top,#fff,#f0f0f0); background: -moz-linear-gradient(top,#fff,#f0f0f0); background: -ms-linear-gradient(top,#fff,#f0f0f0);}
.m-pager .page-num {line-height:45px; vertical-align:top; white-space:nowrap; display: inline-block;}
.m-pager .page-num strong {font-weight: normal; color: #999;}
.m-pager .previous {float: left;}
.m-pager .next {float: right;}
.my-account .m-pager a {color: #000;}

/* M-Sorter */
.sorter {margin-bottom:10px;}
.sorter ul {width: 100%; overflow: hidden; margin: 0;}
.sorter ul li {float:left; display:block; width: 48%; margin: 0; line-height: 27px;}
.sorter ul li.sort-by {float:right;}
.sorter ul li a {font-size: 14px; border-radius:3px;}
.sorter ul li a.sorter-filter {line-height: 32px; display: block; background: #333333; color: #fff; text-align: center;}
.sorter ul li a.sorter-filter:hover {}
.sorter ul li a#floatFilter {padding: 5px 20px; display:none; position:fixed; right:15px; top:65px; z-index:20; opacity:0.9; filter:alpha(opacity=90);}

/* Data Table */
.data-table {margin: 0;}

/* Box */
.box {border: 1px solid #ccc; background: #fff; margin: 10px 0; padding: 15px 10px;}
.box .box-title {border-bottom:1px solid #e6e6e6; margin:0 0 10px; overflow:hidden; padding:0 0 10px 0;}
.box .box-title h2,
.box .box-title h3 {float:left; margin: 0; font-size:14px; text-transform:uppercase;}
.box .box-title a {float:right; line-height: 1.1;}
.box .box-content {}
.box .box-content img {max-width: 100%;}
.box .box-content p {margin:0 0 5px;}

/* Misc */
.btn-remove  {background:url(../images/delete.png) 0 -24px no-repeat; display:block; height:25px; font-size:0; line-height:0; overflow:hidden; text-indent:-999em; width:25px;}
.btn-remove:hover {background-position: 0 0;}
.btn-remove2 {background:url(../images/btn_trash.gif) 0 0 no-repeat; display:block; height:16px; font-size:0; line-height:0; overflow:hidden; text-indent:-999em; width:16px;}
.btn-edit    {background:url(../images/btn_edit.gif) 0 0 no-repeat; display:block; height:11px; font-size:0; line-height:0; overflow:hidden; text-indent:-999em; width:11px;}
.divider {border-top: 1px solid #f1f1f1; clear:both; display:block; font-size:0; height:1px; margin:10px 0; line-height:0; overflow:hidden;}
a.btn-continue {color:#000;}
a.btn-continue:hover {color:#e42832;}
.separator {margin:0 3px;}
.star {margin-right: 15px; background-image:url(../images/star.png); background-repeat:no-repeat; display:inline-block; overflow:hidden; vertical-align:top;}
.star0,
.star1,
.star2,
.star3,
.star4,
.star5 {height:15px; width:75px;}
.star0 {background-position:-75px 0;}
.star1 {background-position:-60px 0;}
.star2 {background-position:-45px 0;}
.star3 {background-position:-30px 0;}
.star4 {background-position:-15px 0;}
.star5 {background-position:0 0;}

/* Noscript Notice */
.noscript {background:#ffff90; border: solid #ddd; border-width:0 0 1px; color:#2f2f2f; font-size:12px; line-height:1.25; text-align:center;}
.noscript .noscript-inner {background:url(../images/i_notice.gif) 20px 50% no-repeat; margin:0 auto; padding:12px 0 12px; width:950px;}
.noscript p {margin:0;}
/* ======================================================================================= */


/* Welcome */
.header-container {background:black; width:100%; color: #fff; text-align: center; padding: 10px 0;}
.welcome-msg {text-align: center;font-size: 14px;color: white;text-decoration: none;}
.welcome-msg p{margin: 0;}

/* Pc Header ================================================================================ */
.pc-header .header {background: #fff; position:relative; width:100%; letter-spacing: 1px;}
.indexBody .pc-header .header {padding: 0;}
.header-fixed-container {border-bottom: 1px solid #f1f1f1; height: 45px;position: fixed; z-index: 30; top: 0; left: 0; width: 100%; display: none;}
.pc-header .header-fixed {padding: 0 30px;}
.pc-header .header .logo strong {font-size:0; height:0; left:-999em; line-height:0; overflow:hidden; position:absolute; text-indent:-999em; top:-999em; width:0;}
.pc-header .header h1.logo {margin:0;}

.header .links {text-transform:capitalize; margin: 0; float: right;}
.header.header-fixed .links {margin-top: 6px;}
/* .header .links li {float:left; padding: 0 16px; line-height: 35px;} */
.header .links a {display: inline-block; color: #515666;font-family: "AvenirNextLTW01-Regular";}
.header .links a i {margin-right: 5px; margin-left: 10px;}
.header .links a:hover {color: #515666;text-decoration: underline;}
.header .block-currency-header select {font-size: 13px;color: #515666;}
.header .links li.sign::after{content: '';display: inline-block;height: 10px;width: 1px;background: #474747;position: absolute;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);right: -6.5%;}

.pc-header .header .form-search {position: relative;}
div.mobile-header .form-search input.input-text {padding-left: 5px; background:#fff;border: 1px solid #000; color: #474747; font-size: 12px;}
.form-search input.input-text:focus {box-shadow: none; outline: none;}
.pc-header .header .form-search button.button {color: black;position: absolute;right: 0;top: 0;font-size: 13px;text-transform: uppercase;font-family: "AvenirNextLTW01-Regular";}
.pc-header-search { top: 80px; right: 0; width: 228px;padding: 10px 0; background: #fff; transition: transform .3s linear;}
.search-fixed {top: 45px;}

/* nav-container */
/* .nav-container {display: inline-block; width: 100%;padding: 0 10px;} */

/* All Levels */
#nav a {display: block; text-decoration:none; text-transform:uppercase; color: #474747;}
#nav a.current,
#nav a:hover {font-weight: normal;}
#nav span {cursor:pointer; white-space:nowrap;}

/* 1st Level */
#nav ul.level1 { margin-bottom: 0;display: flex;justify-content: space-between;align-items: center;width: 100%;}
.header-fixed #nav ul.level1 {float: none;}
#nav ul.level1>li:hover>a {font-weight: normal;}
/* #nav ul.level1>li::before {content: ""; position: absolute; bottom: 0; left: 0; width: 0; height: 3px;  transition: all 0.2s ease; background-color: #515666;} */
#nav ul.level1>li:hover::before {width: 100%;}
/* 2nd Level */
#nav ul.level1>li:hover ul.level2 {display: block;}
#nav ul.level2 li>a {padding: 10px 10px 0;}
#nav ul.level2 li>a:hover {color: #898b90;text-decoration: underline;}
/* 3nd Level */
#nav ul.level2>li:hover ul.level3 {display: block;}
#nav ul.level3 {border-radius: 0; background:#fff;border: 1px solid #8f979e!important;display: none; position:absolute; right: 100%; top:0px; z-index: 30; min-width: 160px; padding: 0 0 10px; border: 1px solid #D9D9D9; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);}
.header-fixed-container #nav ul.level3 {left: 100%; right: unset;}
#nav ul.level3 li {}
#nav ul.level3 li>a {padding: 10px 10px 0;}
#nav ul.level3 li>a:hover {color: #898b90;text-decoration: underline;}
/* ======================================================================================= */

/* Mobile Header ================================================================================ */
/*.pc-header .header-fixed,*/
/* .mobile-header .header-fixed {position: fixed; left: 0; top: 0; right: 0; border-bottom: 0px solid #000; z-index: 20;} */
.mobile-header .header {margin:0 auto; padding:0; background:#fff; text-align: center; overflow: hidden;}
.mobile-header .header .logo {line-height: 58px;}
.mobile-header .header a.category-tree {font-weight: bold;}

/* category */
.noscroll {overflow: hidden;}
.noscroll body {overflow: hidden; position: relative;}
.left-menu {position:fixed; display: none; left: 0; top: 0; bottom: 0; right: 0; z-index: 99;}
.layer-tree {position:fixed; left: 0; top: 0; bottom: 0; right: 0; background: #fff; opacity: 0.5;}
.btn-layer {color: #999; position: absolute;right: 0; width: 45px; height: 50px; line-height: 50px;z-index: 8;}
.left-category {border-right: 1px solid #E6E6E6;background-color: #fff; position:absolute; width: 90%; left: 0; top: 0; bottom: 0; z-index: 109; overflow: hidden;}
.menu-header {position: absolute; top: 0; left: 0; right: 0; background:#EBEBEB;}
.left-category a.button {right: 5px; top: 8px;}
.category-list {position: absolute; top: 6px; right: 0; bottom: 0; left: 0; z-index: 1; overflow-y: scroll; margin-bottom: 0; -webkit-overflow-scrolling: touch;}
.category-list .level1 {position: relative;}
.left-category li {line-height: 50px; clear: both; text-transform: uppercase; font-size: 12px; letter-spacing: 1px;}
.left-category li.cms {border-top: 1px solid #EBEBEB; border-bottom: 1px solid #EBEBEB;}
.left-category li a {display: block; margin-right: 51px; padding-left: 15px;}
.left-category li a:hover {color: #000;}
.left-category li.category-product a {margin-right: 0;}
.left-category li.category-top span.all-category {width: 50px; float: right; text-align: center; z-index: 15; color: #999;}
.left-category li .mobile-memu {text-transform: uppercase; display: none;  background: #fff; z-index: 119; padding-left: 20px;}
.left-category li .mobile-memu li.category-title {text-align: center; background: #f7f7f7;}
.left-category li .mobile-memu li.category-title i {float: left;}
.left-category .block-currency-header .block-content {padding: 6px 16px 6px 4px;}
.left-category li.cms .title {margin-right: 15px;}
.left-category li.cms .title:after {content: '\002B'; font-size: 26px; color: #999; float: right; margin-left: 10px;}
.left-category li.category-top:after {content: '\002B'; font-size: 26px; color: #999; position: absolute; top: 0; right: 15px;}
.left-category li.category-top.active::after {content: '\2212';}
.left-category li.cms.active .title:after {content: '\2212';}
.left-category li.cms .links {display: none;}
.left-category li.cms .links li {border-bottom: none; border-top: 1px solid #ebebeb;}
.left-category li.cms .links li a {margin: 0; padding:0 15px 0 30px;}

/* Search */
.mobile-header .header-search  {width:100%; background: #fff;}
.mobile-header .header-search .form-search {padding:10px; margin-right: 50px; box-sizing: border-box; overflow:hidden; position:relative;}
.mobile-header .header-search .form-search input.input-text {width: 100%;}
.mobile-header .header-search .form-search button.button {position: absolute; right: 10px; top: 10px; width: 38px; height: 35px; color: #999;}

/* ======================================================================================= */

/* Header Banner */
.header-banner {width:100%; text-align:center; position: relative;}
.header-banner img {max-width:100%;}
.header-banner.banner-block1 .item .text-wrap {width: 90%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.header-banner.banner-block1 .item .text-wrap>img {height: auto;}
.banner-block2 {margin: 20px 0;}
.banner-block2 a {display:block; margin: 10px 0;}
.owl-theme .owl-controls{margin: 10px 0;}
.owl-theme {display: none;}
.owl-carousel:hover .owl-nav {display: block;}
.owl-theme .owl-controls .owl-nav [class*=owl-]{color:#000; position: absolute; top: 43%; display: inline-block; font-size:0; transition: all 0.3s ease 0s; cursor: pointer; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);}
.owl-theme .owl-controls .owl-nav [class*=owl-]:after {content: '\e69a'; font-family: 'iconfont'; font-size:24px;}
.owl-theme .owl-nav .owl-prev {left: 10px;}
.owl-theme .owl-nav .owl-next {right: 10px;}
.owl-theme .owl-controls .owl-nav .owl-next:after {content: '\e69b';}
.owl-theme .owl-dots .owl-dot{display:inline-block; zoom:1; *display:inline}
.owl-theme .owl-dots .owl-dot span{width:10px; height:10px; margin:10px 7px 0; background:#fff; display:block; border-radius:50%; transition: all 0.3s ease 0s; border: 1px solid #000;}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{background:#000; box-shadow: none;}

/* ======================================================================================= */

/* Model */
.category-products .filter-modal {display: none;}
.modal-header {height:50px; text-align: center; border-bottom: 1px solid #ddd;}
.modal-header h3 {font-weight: bold; line-height: 50px; font-size: 16px;}

/* Sidebar =============================================================================== */
.block {margin:0 0 10px;}
.block .block-title {margin-bottom: 10px; border-bottom: none; padding: 10px; text-transform: uppercase; margin-top: 30px;}
.block .block-title strong {line-height: 1.1; margin:0; padding: 0; font-size: 18px; color:#000; font-weight: 100; word-break: break-all; letter-spacing: 2px;}
.block .block-title a {text-decoration:none!important;}
.block .block-subtitle {color:#e42832; font-size:12px; font-weight:bold; padding:0 0 10px;}
.block .block-content {padding: 0; background: #f1f1f1;}
.block .block-content ul {margin-bottom: 0;}
.block .btn-remove,
.block .btn-edit {float:right; margin:3px 0 0 5px;}
.block .actions {padding:6px 0; text-align:right;}
.block .actions a {float:left;}
.block .actions button.button {float:right;}

/* Mini Products List */
.mini-products-list li {padding:5px 0;}
.mini-products-list .product-image {display:inline-block;}
.mini-products-list .product-shop {margin:10px 0 0;}
.mini-products-list .product-shop .product-name {margin-bottom:10px;}
.mini-products-list .product-shop .review-box {}

/* Block: Account */
.block-account ul li{padding: 10px; border-bottom: 1px solid #DBDBDB;}
.my-account-content {margin: 10px 0;}
.account-top .page-title {position: relative;}
.account-top .page-title .account-more {position: absolute; width: 50px; height: 36px; line-height: 36px; right: 0; top: 0; cursor: pointer; color: #000;}
.account-top .account-menu {background: #fff; display: none;}
.account-top .account-menu ul li {border-bottom: 1px solid #414b56; text-transform: uppercase; padding: 8px 20px;}
.account-top .account-menu ul li a {display: block; color: #555;}

/* Block: Banner */
.block-banner {text-align:center; padding:0; border:0;}
.block-banner .block-content {text-align:center; padding:0; border:0;}

/* Block: Bestsellers */
.block-bestsellers {}

/* Block: Cart */
.block-cart {}
.block-cart .block-content {background: #fff; border: 1px solid #DBDBDB; padding: 10px;}
.block-cart .block-content li.item.last {}
.block-cart .summary {}
.block-cart .amount {color:#000000; padding:0 0 15px;}
.block-cart .amount a {color:#e42832; font-weight:bold; text-decoration:none;}
.block-cart .amount a:hover {color:#000000;}
.block-cart .subtotal {background:#fbfbfb; border:1px solid #ededed; padding:5px 9px 6px 9px; overflow:hidden;}
.block-cart .subtotal .price{float:right; font-weight:bold; color:#000;}
.block-cart .subtotal .label{color:#000; float:left;}
.block-cart .actions {margin-bottom:19px; padding-top:20px;}

/* Block: Category */
.block-category {}
.block-category li {}
.block-category a {color: #4f4f4f; display: block; padding: 5px 0;}
.block-category a.current,
.block-category a:hover {color: #a5a5a5;}

/* Block: Cms Page */
.block-cms-page {}
.block-cms-page ul li{ padding: 10px 10px; border-bottom: 1px solid #DEDEDE; text-transform: uppercase; font-size: 12px; letter-spacing: 1px;}
.cmspageBody .std {margin: 10px;}

/* Block: Currency */
.block-currency {}

/* Block: Featured */
.block-featured {}

/* Block: Filter */
.block-filter {}
.block-filter .block-content {padding: 5px 5px 0;}
.block-filter .currently {text-align: left;}
.block-filter .currently ol li {margin:0 0 5px;}
.block-filter .currently ol li span.label {font-weight: bold;}
.block-filter .actions {overflow:hidden;}
.block-filter .actions a {float:right; text-decoration:none; color:#cb2028;}
.block-filter .actions a:hover {color: #000;}
.block-filter dl {text-align: left;}
.block-filter dt {font-weight:bold; margin: 0 0 5px 3px; background: url(../images/category-bg.jpg) no-repeat 0 center; padding-left: 13px; cursor:pointer;}
.block-filter dt.open {background: url(../images/category-open.jpg) no-repeat 0 center;}
.block-filter dd {padding-bottom:10px; padding-left:10px;}
.block-filter dd li {background:url(../images/marker.jpg) no-repeat 0 6px; margin-bottom:5px; padding-left:13px;}
.block-filter dd li:hover {background:url(../images/marker2.jpg) no-repeat 0 6px;}
.block-filter dd li a {color:#000; text-decoration:none;}
.block-filter dd li a:hover {color:#cb2028;}
.block-filter dd li span {}

/* Block: Logo */
.block-logo {}

/* Block: New Products */
.block-new-products {}

/* Block: News */
.block-news {}

/* Block: Popular Search */
.block-popular-search {}
.block-popular-search li {display:inline-block; font-size:15px; line-height:normal; margin-right:10px;}
.block-popular-search li a {color:#383737; text-decoration:none;}
.block-popular-search li a:hover {color:#e42832;}

/* Block: Related */
.block-related {}

/* Block: Review */
.block-review li {border-top:1px solid #ededed; margin:15px 0 0; padding:15px 0 0;}
.block-review li.first {border-top:none; margin:0; padding:0;}
.block-review li .review-top {overflow:hidden; margin-bottom:10px;}
.block-review li .product-image {float:left; border:1px solid #EDEDED;}
.block-review li .product-image:hover {border-color:#EB212E;}
.block-review li .review-details {margin-left:70px;}
.block-review li .product-name {margin-bottom:5px;}
.block-review li .review-bottom {line-height:18px;}
.block-review li .review-bottom span {font-weight:bold;}

/* Block: Specials */
.block-specials {}

/* Block: Recently Viewed */
.block-viewed {}

/* Block: Ordered Products */
.block-ordered-products {}
/* ======================================================================================= */


/* Product Name ========================================================================== */
.product-name {color:#000; margin:0; font-size: 12px;}
.product-name a {color:#000; display: block;}
.product-name a:hover {}
.product-name a span {font-weight: bold; display: block; margin-bottom: 5px;}
.shoppingcartBody .product-name a {color:#000;}
/* ======================================================================================= */


/* Product Prices ======================================================================== */
.price {white-space:nowrap!important;}
.price-box {margin:5px 0; font-size: 12px;}
.price-label {display: none;}
.old-price,
.specials-price {display: inline-block;}

/* Regular price */
.regular-price {margin:0;}
.regular-price .price {color:#000; font-weight: bold;}

/* Old price */
.old-price {color:#7b7b7b; margin:0;}
.old-price .price-label {white-space:nowrap;}
.old-price .price {text-decoration:line-through;}

/* Specials price */
.specials-price {color:#f00; margin:0; font-weight: normal; font-size: 12px;}
.specials-price .price-label {white-space:nowrap;}
.specials-price .price {}

/* Save Off */
.save-off {color:#f00; margin:0;font-size: 18px;}
.save-off .price-label {white-space:nowrap; display: inline-block;}
.save-off .price {}

/* ======================================================================================= */


/* Recent Viewed */
.recent_viewed {border:1px solid #EDEDED; margin-bottom:20px; padding-bottom:20px;}

/* Review list */
.review-list {border:1px solid #EDEDED; margin-bottom:20px; padding-bottom:20px;}
.review-list li {border-bottom:1px solid #e6e6e6; padding:0 15px 15px; margin:0 0 15px;}
.review-list li.last {border-bottom:none; padding:0 15px; margin:0;}
.review-list .product-image {float:left; border:1px solid #e6e6e6; padding:1px;}
.review-list .review-items-box {line-height:18px; margin-left:200px;}
.review-list .review-items-box span {font-weight:bold;}
.review-list .product-name {margin:0 0 10px;}
/* ======================================================================================= */


/* Category ============================================================================== */
.category-title {}
.category-image {text-align:center;}
.category-image img {max-width: 100%;}
.category-products .modal-header {text-align: left;}
.category-products .modal-header .filter-apply {float: right; font-weight: bold; margin-right: 10px; margin-top: 8px;}

/* View Type:Grid */
.products-grid {}
.products-grid {margin: 10px 0; padding-top:15px; padding-bottom:10px; text-align: center;}
.products-grid:hover {border: 1px solid #EBEBEB;}
.products-grid .product-image {display:block; margin:0 0 10px; text-align: center;}
.products-grid .product-image img {margin: 0 auto;}
.products-grid .product-shop {}
.products-grid .product-name {}
.products-grid .review-box {margin-top: 5px;}
.row .related-product .owl-stage-outer .owl-stage .owl-item { widows: 200px;}
.related-product .owl-stage-outer .owl-stage .owl-item .products-grid {width: 100%;}
/* ======================================================================================= */


/* Product =============================================================================== */
.product-view {margin-top: 10px;}
.product-essential {}
.product-collateral {margin-top: 20px;}
.product-collateral   ul{text-align:center;} 
.product-collateral  li{display:inline-block;}
/* Availability */
.availability {margin:0;}
.availability.in-stock span {font-size:15px;}
.product-view .product-shop-box .availability {font-size:15px; }
.product-collateral .availability.out-of-stock span {color:#d83820;}  
/* Product Images */
.product-view .product-img-box {text-align: center;}
.product-view .product-img-box a {display: block; padding: 0;}
.product-view .product-img-box img {max-width: 100%;width: unset !important;}
.product-view .product-img-box .product-image {}
.product-view .product-img-box .product-image .img-responsive {margin: 0 auto;}
.product-view .product-img-box .more-views {}
.product-view .product-img-box .more-views h2 {font-size:12px; margin:0 0 8px; text-transform:uppercase;}
.product-view .product-img-box .more-views ul {margin-left:-8px;}
.product-view .product-img-box .more-views li {/*float:left;*/ margin:0 0 8px 8px;}
.product-view .product-img-box .more-views li a {border:none; display:inline-block;}
.product-view .product-img-box .more-views li a img {opacity: 0.8; transition: all 0.35s;}
.product-view .product-img-box .more-views li a:hover img {opacity: 1;}

/* Add to Cart */
.add-to-cart {}
.add-to-cart label {text-transform: uppercase; color:#999; float: left; height: 40px; line-height: 40px; margin: 10px 10px 20px 0; font-weight: normal;}
.add-to-cart input.qty {float: left; border-radius: 0; border-color: #f1f1f1!important; height: 39px; line-height: 39px; width: 98px; text-align: center; padding: 0;}
.add-to-cart .num_ops {margin: 10px 0 20px 0; overflow: hidden; float: left;}
.add-to-cart .action {cursor: pointer; text-align: center; float: left; font-size: 14px; width:39px; height: 39px; line-height: 39px; background: #fff; vertical-align: middle; border: 1px solid #f1f1f1;}
.add-to-cart .reduce {border-right: 0;}
.add-to-cart .pus {border-left: 0;}
.add-to-cart button.button {margin-top: 20px; width: 100%; display: block;}
.add-to-cart button.btn-incart span {background: #b7beab; font-size: 12px; font-weight: normal; padding: 0; height: 42px; line-height: 42px; text-transform: uppercase; font-family: "pfdintextpro-medium", Helvetica, Arial, sans-serif; letter-spacing: 2px;}
.add-to-cart button.btn-incart span span {}

/* sales tax free */
.product-view .product-shop-box .sales {margin-top:25px;background:#F5F5F5;border: 1px solid #F5F5F5;margin-bottom: 0;text-align: left;}
.product-view .product-shop-box .sales h2 {margin-left: 15px;font-size: 18px;}
.product-view .product-shop-box .sales .good-news {font-size: 14px;margin-bottom: 15px;margin-left: 15px;}
.sales {margin-top:25px;background:#F5F5F5;border: 1px solid #F5F5F5;margin-bottom: 0;text-align: left;}
.sales h2 {margin-left: 15px;font-size: 16px;}
.sales .good-news {font-size: 14px;margin-bottom: 15px;margin-left: 15px;}
/* Product Shop */
.product-view .product-shop-box {text-align: left; padding-top: 48px;}
.product-view .product-shop-box .product-name {margin:0 0 10px;}
.product-view .product-shop-box .product-name h1 {margin:0; font-size:21px; color: #000; font-weight:bold; margin-bottom: 10px;}
.product-view .product-shop-box .product-name h3 {margin:0; font-size:19px; color: #000;}
.product-view .product-shop-box .sku,
.product-view .product-shop-box .availability,
.product-view .product-shop-box .short-description {margin:10px 0;}
.product-view .product-shop-box .short-description {text-align: center;}
.product-view .product-shop-box .short-description .std {margin-bottom: 15px;font-size: 14px;}
.product-view .product-shop-box .short-description h3 {font-size:18px;}
.product-view .product-shop-box .review-box {position:relative;}
.product-view .product-shop-box .addthis_button {position:absolute; right:0; top:0;}
.product-view .product-shop-box .price-box {margin:10px 0;}
.product-shop-box .regular-price,
.product-shop-box .specials-price {color:red; font-size: 24px; font-weight: normal;}
.product-shop-box .old-price {font-size: 15px; color: #898989; font-weight: normal;}
.product-view .product-switch .show-num {text-align: center; color: #000; margin: 5px 0; display: none;}
.product-view .product-switch .action-bar {padding: 10px 0; text-align: center; margin-bottom: 5px; display: none;}
.product-view .product-switch .action-bar a {padding: 6px 11px; font-weight: bold; border: 1px solid #d2d2d2; border-radius: 3px; background: #f0f0f0; color: #000; display: inline-block; margin: 0 5px 5px 0;}
.product-view .product-switch .action-bar a:hover {background: #ddd;}

/* Product Colors */
.product-colors {position:relative;}
.product-colors .color-list li {float:left; margin:0 0 10px 5px;}
.product-colors .color-list li a {border:1px solid #DFDFDF; padding: 1px; display:inline-block;}
.product-colors .color-list li a:hover {border-color: #414B56;}
.product-colors .color-list li.active a {border: 2px solid #414B56; padding: 0;}

/* Product Options */
.product-options {position:relative;}
.product-options label {font-weight: normal; color: #999; text-transform: uppercase;}
.product-options ul.options-list li {cursor: pointer; border:none; color: #000; height:30px; float:left; line-height:40px; margin:5px 18px 2px 0; text-align:center; padding: 0 5px;}
.product-options ul.options-list li:hover,
.product-options ul.options-list li.active {border-bottom: 1px solid #000;}
.product-view .product-shop-box .product-options-bottom {margin-bottom: 10px;}
.product-view .product-shop-box .product-options-bottom .add-to-cart {}
.product-colors p.note,
.product-options p.note {margin:0; font-size:11px;}
.product-colors p.required,
.product-options p.required {position:absolute; right:0; top:0;}

/* Product Options Wholesale */
.options-wholesale-list {}

/* Block: Also Purchased */
.product-view .box-also {margin-bottom: 20px;}

/* Block: Description */
.product-collateral .std {padding: 15px; color:#000;}
ul.cos-listView {display:block; border-bottom:1px solid #ddd;}
.cos-listView>li {float:left; display: block; margin-right: 0; text-transform: none;}
.cos-listView>li>div {}
.cos-listView>li>a {display: block; padding: 7px 11px 8px; font-size: 19px; font-weight: bold; color:#b6b6b6;}
.cos-listView>li>a:hover,
.cos-listView>li>a.selected {background: #f5f5f5;}
a.selected .cos-arrow {background-position: 7px 11px;}
.cos-arrow {background:url(../images/cos-arr.jpg) no-repeat 7px -23px; float: right; height: 35px; width: 35px;}
.product-description-review  .std p{font-weight: 400;font-size: 14px;color: #222;}
.product-description-review .std ._4919a3 h4{font-weight: 700;font-size: 16px;}
.product-description-review .std ._cf8887{}
.product-description-review ._4919a3 {margin-left: 15px;}
.product-description-review ._94c8ff ._da3196 h4 {font-weight: 700;font-size: 16px;}
.product-description-review ._94c8ff ._da3196 p{font-weight: 400;font-size: 16px;color: #222;}
/* Block: Related */
.product-view .box-related {margin-bottom: 20px;}

/* Block: Reviews */
.product-view .box-review {}
.product-view .box-review h2 {font-size: 20px;}
.product-view .box-review .review-row li {background: #eee; margin:10px 0; padding: 10px;}
.product-view .box-review .form-add {margin:15px 0 0;margin-left: 15px;}
/* ======================================================================================= */


/* Shopping cart ========================================================================= */
/* Shopping Cart Table */
.cart-table .item-options li {margin:3px 0;}
.cart-table span.option-name {font-weight:bold; font-style:italic;}
.cart-table .product-name {line-height:16px; max-height:64px; overflow:hidden;}
.cart-table .price {color:#000; font-size:12px; margin-left: 5px;}
.table>tbody>tr>td.td-product-image {vertical-align: middle; text-align: center;}
#tdQty .action-cart {padding-top: 15px; overflow: hidden;}
#tdQty .action-cart .btn-remove-new {white-space: nowrap; float: right; color: #fff; background-color: #ff0000; padding: 0 10px; border-radius: 4px; font-size: 14px; height: 30px; line-height: 30px;}
.cart-table .grand_total .price {text-align: right;}

/* Checkout Steps */
#checkout-steps {padding:25px 0 0 0;}
.opc li.section {border:1px solid #ececec; margin-bottom:10px;}
.opc .step-title {vertical-align:top; background-color:#fff; padding:10px 15px; text-align:right;}
.opc .step-title h2 {float:left; margin:0; font-size:14px; line-height: 22px;color:#333;}
.opc .step-title .icon {float: left; color: #333; vertical-align: middle; margin-right: 5px;}
.opc .active .step-title {background-color:#f5f5f5;}
.opc .active .step-title h2 {color:#000;}
.opc .step {background:#fff; padding:10px; display:none;}
.opc .active .step {display:block;}
.opc .step img {max-width: 100%;}
#opc-order_review {border:none;}
#opc-order_review .step-title {border-color: #ececec; border-style: solid; border-width: 1px 1px 0 1px;}
#opc-order_review .table-bordered,
#opc-order_review .table-bordered thead tr th,
#opc-order_review .table-bordered td {border-color: #ececec;}
#opc-order_review .step {border:none; padding:0;}
#opc-order_review .buttons-set {border:solid #ececec; border-width:0 1px 1px; margin:0; padding:20px 30px;text-align:right}
.order-date {background: #efefef; padding: 5px 10px; margin: 0;}
.checkout-process {text-align: center; padding: 20px 10px; background: #fff;}
.checkout-process img {width: 150px; margin-bottom: 10px;}
.checkoutresultBody .btn-repay {display: block; height: 45px; line-height: 45px; text-align: center; padding: 0 20px; float: right; background: #000; color: #fff; font-weight: bold;}
.checkoutresultBody .btn-repay:hover {background: #666;}

/* Coupon Codes */
.shopping_cart .cart-coupon {border: 1px solid #ccc; border-top: none; overflow: hidden;}

/* Payment */
.inside-payform input,
.inside-payform input:focus,
.inside-payform select,
.inside-payform select:focus {background-color: transparent; background-image: none; border: none; outline: 0 none;}
.inside-payform input.valid,
.inside-payform select.valid {border: none!important; background: none!important;}
.inside-payform li.field-card,
.inside-payform li.field-wrapper .field {border:1px solid #E4E4E4;margin-bottom:10px;position:relative;height:62px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.inside-payform li.field-wrapper {overflow: hidden;}
.inside-payform li.field-wrapper #borderDate {width: calc(65% - 5px);}
.inside-payform li.field-wrapper #borderCVC {width: calc(35% - 5px);}
.inside-payform li label {position:absolute;left:0;top:10px;width:100%;text-indent:11px;transition:all .2s;color:#B5B5B5;line-height:40px;font-size:14px;height:50px;z-index:2;bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transform-origin:0 50%;cursor:text;transition-timing-function:cubic-bezier(0.165, 0.84, 0.44, 1); font-weight: normal;padding-bottom: 0;}
.inside-payform li label.focused {transform:scale(0.75) translateY(-15px) translateX(5px);cursor:default;color:#46c3e0;}
.inside-payform li.field-wrapper .field label {background:#fff;}
.inside-payform li.field-wrapper .field label.focused {background:transparent;}
.inside-payform li .brand {position:absolute;top:11px;right:5px;display:block;margin-top:5px;width:32px;height:32px;background-repeat:no-repeat;background-position:center center;background-size:80%;z-index:2;}
.inside-payform li .brand.brand-card {background-image:url(../images/vmj.png);}
.inside-payform li .brand.brand-calendar {background-image:url(../images/calendar.png);}
.inside-payform li .brand.brand-lock {background-image:url(../images/lock.png);}
.inside-payform li .input-box {position:absolute;height:30px;width:auto;left:11px;bottom:5px;right:40px;z-index:1;}
.inside-payform li input.input-text {color:#32325d;line-height:30px;font-size:16px;width:100%;height:30px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.inside-payform li select {float:left;width:50%;padding:3px 0;border:none;box-shadow:none;color:#32325d;line-height:24px;font-size:16px;height:30px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.inside-payform .field-notes .title {font-weight:bold;text-transform:uppercase;padding-bottom:10px;border-bottom:1px solid #E4E4E4;}
.inside-payform .field-notes .content .std {padding:15px 0;}
.inside-payform .field-notes img {max-width:100%;display:block;margin:0 auto;}
/* ======================================================================================= */


/* Login ================================================================================= */
.account-login{}
.account-login .new-users,
.account-login .registered-users {min-height:260px;}
.registered-users .f-left {display: block; margin-bottom: 15px;}
/* ======================================================================================= */


/* My Account ============================================================================ */
.box-account {overflow:hidden; margin:10px 0 0;}
.box-account a {color: #ff5f35;}
.box-account a:hover {color: #000;}
.box-account .box-head {margin:10px 0;}
.box-account .box-head h2 {color:#383737; font-weight: bold; float:left; font-size:14px; text-transform:uppercase; margin: 0;}
.box-account .box-head a {float:right;}

/* Dashboard */
.my-account {}
.my-account a {color: #ff5f35;}
.my-account a:hover {color: #000;}
.my-account .product-name a {color:#4f4f4f; font-size: 14px;}
.my-account .product-name a:hover {color:#a5a5a5;}
.my-account .welcome-msg {}
.my-account .welcome-msg .hello {margin-bottom:10px;}
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container { border-top: 1px solid #cccc; color: #fff; margin-top: 10px; font-family: "pfdintextpro-medium",Helvetica,Arial,sans-serif; text-transform: uppercase; font-size: 13px; letter-spacing: 1px;}
.footer {position:relative;}
.footer h4 {font-size: 12px; line-height: 20px; margin-bottom: 0; padding: 10px 0 15px; text-align: left;color: #363636 !important; font-weight: bold;cursor: pointer;}
.footer .links li {padding-bottom: 5px; text-align: left;padding: 6px 0;font-size: 12px;}
.footer a:hover {color: #707070;}
.footer-bottom {color: #787878 !important;
    background: #f7f7f5;
    overflow: hidden;
    text-align: center;
    border: 1px solid #cccc;
    border-left: none;
    border-right: none;
    border-bottom: none;
    font-size: 12px;}
.footer-bottom address {margin: 8px 0;}
.footer-bottom img {float: right;}

/* Back Top */
#back-top {display:none; position:fixed; right:20px; bottom:40px; z-index:20; width:50px; height:50px; border-radius: 0; background-color: #fff; border: 1px solid #707070;}
#back-top span {cursor:pointer; display:block; width:50px; height:50px; line-height: 50px; text-align: center; color: #707070;}
#back-top span i {font-size: 18px;}
.shoppingcartBody #back-top {bottom: 90px;}

/* Footer Banner */
.footer-banner {}
/* ======================================================================================= */

/* Media ================================================================================= */
@media (max-width:990px) {
    .footer h4 {display: flex; align-items: center; justify-content: space-between;  border-bottom: 1px solid #d1d1d1; font-weight: 300!important;letter-spacing: 0.48px;font-family: "Apercu-Light", arial, sans-serif !important;}
    .footer .links {display: none;}
    .footer .links li {text-align: left;font-family: "Apercu-Light", arial, sans-serif !important;letter-spacing: 0.42px !important;}
    .footer-bottom img {float: none; margin: 0 auto;}
    .footer-bottom {text-align: center;}
    #LiveSupportChat {display: none;}
    .indexBody .main-container {margin-top: 0;}
    .product-options ul.options-list li {padding: 10px; line-height: 1.42857143; height: 40px; border: 1px solid #EBEBEB; width: 50px; margin-right: 10px;}
    .add-to-cart label {margin-bottom: 0;}
    .page-title {margin-bottom: 10px; margin-top: 10px; padding-bottom: 10px;}
    .bottom-whilte{margin-bottom: 50px;}
}

@media (max-width:767px) {
    /* .classify-child {flex-grow: unset; width: 50%;} */
	.product-view .product-shop-box {padding-top: 24px;}
    .owl-theme .owl-controls .owl-nav {display: block;}
    .owl-theme .owl-controls .owl-nav [class*=owl-]:after {font-size: 24px;}
    .nobr {white-space: initial !important;}
    .products-grid:nth-child(2n+1) {clear: both;}
    /* button.button {width: 20% !important;} */
    .block .block-title strong,
    .page-title h1,
    .page-title h2 {font-size: 16px !important;}
    .table th,
    .table td {padding: 5px;}
    .cart-table td {border: none; border-top: 1px solid #ddd;}
    .data-table a.btn-continue {display:none;}
    .account-top .page-title h1 {margin-right: 40px;}
    .checkoutBody,
    .shoppingcartBody,
    .checkoutresultBody {padding-bottom: 65px;}
    #opc-order_review .buttons-set,
    .checkoutresultBody .buttons-set {border-width: 1px 0 0 0; border-style: solid; border-color: #ddd; margin:0; padding: 10px; text-align:center; position: fixed; bottom: 0; left: 0; right: 0; z-index: 20; background: #fff;}
    .checkoutresultBody .buttons-set .btn-repay {width: 100%;}
}
@media (min-width: 768px){
    .left-category {width: 390px;}
    .products-grid:nth-child(3n+1) {clear: both;}
    .mobile-header .header .logo img {vertical-align: middle;max-width: 38%;}
    .search-btn {width: 50%;line-height: 64px!important;margin-left: 48px;}
}
@media (min-width: 992px){
    .products-grid:nth-child(3n+1) {clear: none;}
    .products-grid:nth-child(4n+1) {clear: both;}
    .pc-header .header { margin: auto; padding: 0 15px;}
    .pc-header .header .logo img {width: 120px;}
    .pc-header .header .logo.fixed-logo img {width: 100%;}
}
@media (max-width: 1200px){
    div.pro2{
        margin: 33px auto 0 auto !important;
    }
}
@media (min-width: 1200px){
    .indexBody .pc-header .header {width: 100%;}
    .pc-header .header .logo img {width: 125px;}
    .pc-header .header .logo.fixed-logo img {width: 100%;}
}
@media (min-width: 1600px){
    .indexBody .pc-header .header {width: 100%;}
    .pc-header .header .logo img {width: 120px;}
    .pc-header .header .logo.fixed-logo img {width: 100%;}
}
.sitemap{text-align: center;}
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
#nav:after,
.header-banner:after,
.footer-banner:after,
.footer-container:after,
.footer:after,
.main:after,
.product-view .product-img-box .img-content:after,
.col-main:after,
.toolbar:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.page-title:after,
.title-buttons:after,
.products-grid:after,
.products-list li.item:after,
.review-list li:after,
.box-account .box-head:after,
.product-view .box-related ul:after,
.product-view .box-also ul:after,
.box .box-title:after,
.pager:after,
.sorter:after,
.filter:after,
.filter dl:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .product-shop-box .short-description:after,
.product-options ul.options-list:after,
.product-colors .color-list:after,
.box-review dl:after,
.cart:after,
.shopping_cart .crosssell li.item:after,
.opc .step-title:after,
ul.cos-listView:after,
.buttons-set:after {clear:both; content:"."; display:block; font-size:0; height:0; line-height:0; overflow:hidden;}
.banner-pagination {
    position: absolute;
    list-style: disc;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.banner-pagination li {
    width: 20px;
    height: 20px;
    float: left;
    font-size: 35px;
    color: #fff;
}
.banner-pagination li.active {
    color: #000;
}
div.mobile-header div.mobile-mioddle{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
} 
div.mobile-header div.mobile-mioddle div.left{
    flex: 4;
}
div.mobile-header div.mobile-mioddle div.search-cart{
    flex: 4;
}
div.mobile-header div.mobile-mioddle div.left>a{
    text-align: center !important;
} 
div.mobile-header div.mobile-bottom{
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 10px;
}
div.mobile-header div.mobile-bottom div.mobile-search{
    width: 80%;
}
div.mobile-header div.mobile-search div.form-search{
    display: flex;
    justify-content: space-between;
}
div.header-propaganda1{
    width: 100%;
}
div.header-propaganda1>ul{
    padding:1% 2%;
}
div.header-propaganda1>ul li{
    padding: 10px 10px;
}
div.header-propaganda1>ul li img{
    width: 100%;
}
div.std{
    font-size: 15px;
}
div.sitemap p{
text-align: left;
padding-left: 3%;
}
div.sitemap strong{
    position: relative;
    left: -2%;
}
/* ======================================================================================= */


div.pc-header .pull-left .btn-group .btn-link:hover {
    text-decoration: none;
}
div.pc-header .pull-left strong {
    color: #002b5c;
}
i.fa-caret-down {
    color: #002b5c;
    position: relative;
    top: 1px;
}
div.pc-header div.pull-left{
    width: 63px;
}
div.pc-header ul.inner a.sign {
    font-size: 15px;
    color: #002b5c !important;
}
div.pc-header ul.inner a.sign{
    font-weight: bold;
}
.fa-shopping-cart {
    font-size: 23px;
    color: #002b5c !important;
}
div.header-banner img{
    width: 100%;
  }
  div.banner-block4 img{
      width: 100%;
  }
.header .header-bottom {display: flex;justify-content: center;align-items: center;}
div.pc-header .pc-search .input-lg {
    box-shadow: none;
    background: #fff;
    border-radius: 0;
    color: #5e7485;
    border: none;
    padding: 0 40px 0 8px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #999;
    width: 100%;
    font-size: 14px !important;
}
div.pc-header .pc-search span.span-log{
    position: absolute;
    top: 1px;
    right: 12px;
}
.header-fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 20;
    background: #fff;
}

div.mobile-header div.one ul.toone{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 2px;
    margin-bottom: unset !important;
}
.mobile-header .header .iconfont {
    color: #002b5c;
    font-size: 22px;
    padding-left: 9px;
}
.mobile-header .fa-shopping-cart {
    font-size: 23px;
    color: #002b5c;
    padding-right: 10px;
}
.mobile-header .header .fa-search {
    color: #002b5c;
    font-size: 21px;
}
div.mobile-header div.one{
    width: 100%;
}
.autowidth1{
    width: 113px;
}
.mobile-header .fa-user {
    font-size: 21px;
    color: #002b5c;
}
.mobile-header .pc-search > span {
    position: absolute;
    width: 62px;
    height: 100%;
    top: 0px;
    right: 0px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-header .pc-search input {
    width: 100%;
    border: 1px solid #e1e1e1;
    height: 36px;
    font-size: 15px;
}
@media (max-width:768px) {
    div.pinglun h4{    font-size: 22px !important;}
    div.pc-header div.pull-left ul.dropdown-menu li button.currency-select{
        padding: 6px !important;
    }
    div.pc-header div.pull-left{
        width: 122px !important;
    }
    div.pc-header .pull-left ul.dropdown-menu {
        left: -3px !important;
    }
    div.blo1{
        bottom: 16% !important;
    }
    .banner-block2 div.wenzi{
        font-size: 14px !important;
    }
    div.banner-block3 div.row div h3 {
        text-align: center !important;
    }
    div.banner-block3 div.row div p {
        margin: 12px auto;
    }
    div.banner-block5 div.row>div{
        margin-bottom: 12px;
    }
}
div.pc-header div.search2{
    padding-bottom: 10px;
}
div.blo1{
    position: absolute;
    bottom: 45%;
    left: 8%;
    width: fit-content;
    padding: 1em;
    color: #002b6c;
    text-align: center;
    margin: auto;
    z-index: 2;
}
div.blo1 div.title{
    font-size: 50px;
}
div.blo1 div.button{
    background-color: white;
    padding: 10px 0;
    display: flex;
    width: 217px;
    border-radius: 5px;
    box-shadow: antiquewhite;
    box-shadow: antiquewhite !important;
    margin-top: 11px;
}
div.blo1 div.button a{
    width: 100%;
}
div.blo1 div.button a p{
    position: relative;
    top: 5px;
    color: #002b5c;
    font-weight: 600;
}
div.banner-block3{
    margin: 86px auto;
    width: 73%;
}
div.banner-block3 img{
    width: 100%;
}
div.banner-block3 div.row div p{
    text-align: left;
    font-size: 15px;
    width: 172px;
    border: 1px solid #002b5c;
    padding: 13px 0;
    text-align: center;
    margin-top: 10px;
    border-radius: 7px;
}
div.banner-block3 div.row div p a{
    color: #002b5c;
}
div.banner-block3 div.row div h3{
    padding-bottom: 10px;
    font-size: 26px;
    color: #002b5c;
}
.banner-block2 {
    margin-top: 25px;
}
.banner-block2 div.wenzi{
    padding-bottom: 56px;
    font-size: 18px;
    text-align: center;
}
div.banner-block4 {
    position: relative;
}
div.banner-block4 div.blo4{
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
    position: absolute;
}
div.banner-block4 div.blo4 a{
    padding: 9px 31px;
    background-color: white;
    border-radius: 5px;
    margin-right: 5px;
    color: #002b5c;
    font-size: 19px;
}
div.banner-block4 div.blo4 h1{
    font-size: 67px;
    color: white;
    text-align: center;
    margin-bottom: 68px;
    height: 52px;
}
div.banner-block4 div.blo4 div.button{
    padding-left: 14px;
}
div.banner-block5{
    margin-top: 42px;
    padding: 0 5%;
}
div.banner-block5 img{
    width: 100%;
}
@media (max-width: 414px) {
    div.pro2 h1{
        font-size: 21px !important;
    }
  

}
@media (max-width: 1024px) {
}
@media (max-width: 532px){
    div.banner-block4 div.blo4 h1 {
        font-size: 35px !important;
        margin-bottom: 42px !important;
        height: 10px !important;
    }
    div.banner-block4 div.blo4 a{
        font-size: 6px !important;
        padding: 9px 24px !important;
        font-size: 6px !important;
    }
    div.banner-block4 div.blo4 h1{
        font-size: 35px !important;
        height: 10px !important;
    }
    div.blo1{
        left: 1% !important;
    }
    div.banner-block4 div.blo4 div.button {
        width: 379px !important;
    }
    div.blo1 div.title{
        font-size: 20px !important;
    }
    div.banner-block3{
        margin: 17px auto !important;
    }
}
.sales1 {
    margin-top: 25px;
    background: #F5F5F5;
    border: 1px solid #F5F5F5;
    margin-bottom: 0;
    text-align: left;
}
.sales1 h2 {
    margin-left: 15px;
    font-size: 18px;
}
.sales1 .good-news {
    font-size: 14px;
    margin-bottom: 15px;
    margin-left: 15px;
}
.save-off span {
    color: red;
    font-size: 12px;
}
.save-off {
    color: #000;
    font-size: 12px;
}
.product-thumb .price-new {
     color: red;
}
@media (max-width: 992px){
    div.banner2 div.banner2-wenzi{
        width: 78% !important;
    }
    div.banner2 div.banner2-wenzi h2{
        font-size: 20px !important;
    }
    div.banner2 div.banner2-wenzi p{
        font-size: 14px !important;
        margin-top: unset !important;
    }
    div.banner2 div.banner2-wenzi p.button{
        font-size: 13px !important;
        margin-top: 7px !important;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
        div.related div.row div.products-grid:nth-child(4n+1){
    clear: both !important;
}
}
@media (min-width: 1025px){

div#content div.product-row div.container div.products-grid:nth-child(4n+1){
    clear: both;
}
}
div.left-category div.pull-left div.btn-group>button{
    widows: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
div.left-category div.pull-left div.btn-group>button div.btn-fen{
    padding-left: 16px;
}
div.left-category div.pull-left div.btn-group>button i.fa-caret-down{
    padding-right: 10px;
}
div.left-category div.pull-left ul.dropdown-menu button.currency-select{
    padding-left: 20px !important;
}
@media (min-width:768px) and (max-width: 990px) {
    div.related div.row div.products-grid:nth-child(3n+1){
    clear: both;
}
}

div.pc-header li.shopcart{
    padding-left: 15px;
}
div.parent-right div.step6 div.table-responsive table.table tr td{
    padding: 3px !important;
    font-size: 11px;
}
@media (min-width: 768px) and (max-width: 882px) {
    div.parent-right div.step6 div.table-responsive table.table tr td{
    padding: 0px !important;
    font-size: 9px;
}
}

div.pc-header div.form-search{
    padding: 10px 20%;
    width: 100%;
}
div.pc-header div.form-search button.button1{
    border: none;
    background-color: white;
    position: absolute;
    right: 21%;
    height: 28px;
    color: black;
}
div.fen{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


#nav a{
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
}
div.pc-header div.form-search1{
    width: 83%;
    margin: 14px 0;
    position: relative;
}
div.pc-header  input{
    width: 100%;
    padding: 5px 9px;
    border: none;
    font-size: 12px;
    border: 1px solid;
}
div.pc-header li.shop {
    padding-right: 20px !important;
    position: relative;
    top: 1px;
}
div.pc-header div.form-search1 button.button1{
    position: absolute;
    top: 0px;
    right: -30px;
    cursor: pointer;
    border: none;
    background-color: transparent;
}
i.fa-search{
    font-size: 17px;
}
.mobile-header .header{
    padding: 0px 11px;
    border-bottom: 1px solid #eee;
}
.mobile-header a.logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.autoheight {
    height: 50px;
    width: 181px;
}
.mobile-header .header .iconfont {
    color: #000;
    font-size: 20px;
}
.mobile-header .header>div{
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left:0px !important;
    padding-right: 0px !important;
}
div.mobile-header div.mo-search{
    width: 100%;
    padding-top: 10px;
    position: relative;
    display: block;
}
div.mobile-header div.mo-search div.form-search1{
    width: 90%;
    margin: auto;
}
div.mobile-header div.mo-search div.form-search1 input{
    width: 100%;
    border: none;
    border-bottom: 1px solid;
    font-size: 15px;
}
div.mobile-header div.mo-search div.form-search1 button.button1{
    position: absolute;
    top: 1px;
    background-color: unset;
    border: none;
    right: 6%;
}
div.mobile-header a.mobile-search1{
    font-weight: bold !important;
}
div.mobile-header a.mobile-search1 i{
    font-size: 27px !important;
}
div.left-category div.pull-left{
    float: unset !important;
}
div.left-category li.order-check a{
    font-size: 12px !important;
}
@media (max-width: 1345px) {
    div.pc-header .pull-left ul.dropdown-menu{
        right: 0px !important;
        left: unset !important;
    }
    div.pc-header .pull-left ul.dropdown-menu li button.currency-select{
        text-align: right !important;
    }
    #nav a{
        padding: 0 11px !important; 
    }

   
}
div.pro2{max-width: 1600px;margin:55px auto 0 auto;}
div.pro2 h1{padding: 10px 0;font-size: 32px;color: black;padding-left:15px;font-weight: 600;text-align: left;font-family: 'BrandonGrotesque-Regular';}
div.pro2 img{max-width: 100% !important;}
div.pro2  ul#pro2 li{padding: 10px 10px;}
div.pro2 h2{padding-left: 3px;
    font-size: 19px;
    text-align: left;}
    div.pro2 div.owl-dots{display: none !important;}
    div.pro3 {
        width: 84%;
        margin: auto;
        padding-top: 20px;
    }
    div.pro3 div {
        padding-bottom: 12px;
    }
    div.pro3 img {
        width: 100%;
    }
    div.featured{
        max-width: 1600px;
        margin: 0 auto;
    }
    #nav ul.level2 {
        border-radius: 0;
        background: #fff;
        position: absolute;
        display: none;
        z-index: 30;
        min-width: 209px;
        padding: 10px 0 10px;
        box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
        cursor: pointer;
        left: -10px;
        top: 32px;
    }
    #nav ul.level2>li {
        position: relative;
        text-align: left;
    }
    #nav ul.level2 li>a {
        padding: 5px 10px 0;
        transition: all 0.3s;
        font-size: 11px;
    }
    div.pc-header div#nav{display: flex;width: 100%;align-items: center;justify-content: space-between;}
    div.pc-header div#nav ul.level1>li{
        position: relative;
        padding-bottom: 10px;
    }
    div.footer div.footer-right>div.row{
       max-width: 1440px;
       margin: 0 auto !important;
    }
    div.footer div.footer-right>div.row>div{
        text-align: left;
    }
    div.bestsellers a{
        font-size: 12px;
        line-height: 1.5 !important;
    }
    div.featured a{
        font-size: 12px;
        line-height: 1.5 !important;
    }
    body.productBody div.product-view h2{
        font-size: 19px;
    }
    body.productBody div.product-view div.product-shop-box div.price-box p.old-price span{font-size: 16px !important;}
    body.productBody div.product-view div.product-shop-box div.price-box p.specials-price span{font-size: 16px !important;}
    body.shoppingcartBody div#checkout-steps>ol{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    div.radio input{
        margin-top: -3.5px;
    }
    .container{
        max-width: 1440px;
        margin: 0 auto;
        width: unset !important;
    }
    div.pc-header .container{
        max-width:unset !important;
        
    }
    div.pc-header select.form-control{
        background: #fff url(../images/down.png) no-repeat right 5px center !important;
        height: 27px !important;
    }
    div.footer ul.links li a::before{
        content: "";
        position: absolute;
        left: 0px;
        bottom: 1px;
        height: 1px;
        width: 0px;
        background-color: rgb(173, 173, 173);
        transition: all 0.1s ease 0s;
    }
    div.footer ul.links li a:hover::before{
        width: 100%;
    }
    div.footer ul.links li a{
        font-weight: normal;
        display: inline-block;
        font-size: 12px;
        text-transform: uppercase;
        color: #000;
        padding-top: 4px;
        padding-bottom: 4px;
        font-family: 'BrandonGrotesque-Regular';
        position: relative;
    }
    div.pc-header div.xiala{
        display: flex;
        justify-content: center;
        width: 100%;
        background-color: white;
    }
    div.pc-header div.xiala ul.toxiala{
        width: 95%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 11px 0;
        margin-bottom: 0 !important;
    }
    
    div.pc-header div.xiala ul.toxiala li ul.innerxiala{
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    div.pc-header div.xiala ul.toxiala li ul.innerxiala>li:not(:last-child){
        padding-right: 23px;
        cursor: pointer;
     }
    /* div.pc-header div.xiala ul.toxiala li ul.innerxiala li.xiala-search{
        padding-top: 3px;
    }  */
    div.pc-header div.allxiala  div.pc-search{
       width: 80%;
       border:1px solid;
       margin: 12px auto;
    }
    div.pc-header div.xiala-seacher1{
        padding: 8px 0;
        position: relative;
    }
    div.pc-header div.allxiala input{
        width: 100%;
        padding-left: 9px;
        border-bottom: none;
        border: 1px solid;
    }
    div.pc-header div.allxiala span.span-log{
        position: absolute;
        top: 5px;
        cursor: pointer;
        right: 7px !important;
        left: unset;
    }
    div.xiala-seacher1{
        display: none;
    }
    .welcome-msg {
        color: #fff;
        font-weight: normal;
        font-size: 13px;
        margin: 0;
        font-family: "Costa",Sans-Serif;
        text-align: center;
        background-color: #b7beab;
        padding: 8px 0;
    }
    .pc-header .header {
        width: 100%;
        color: #000;
        font-size: 16px;
        text-align: center;
    }
    div.allxiala i {
        font-size: 22px;
    }
    div.allxiala li.xiala-search i{
        font-size: 27px;
    }
    div.pc-header div.xiala-seacher1 button.button1{
        background-color: transparent;
        top: 21px;
    }
    .mobile-header .header {
        padding: 6px 11px;
        border-bottom: 1px solid #eee;
        background-color: white;
    }
    .mobile-header .header>div:first-child a {
        padding-right: 8px;
    }
    div.mobile-header li.mobile-search {
        padding-top: 2px;
    }
    .mobile-header a.logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    div.mobile-header div.header ul.mobile-inner {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-bottom: unset !important;
    }
    div.mobile-header div.header ul.mobile-inner>li:not(:last-child) {
        padding-right: 10px;
    }
    .mobile-header .header a {
        color: #000;
        display: block;
        text-align: left;
    }
    .mobile-header a.logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    div.mobile-header li.mobile-search>i{font-size: 25px !important;}
div.header-banner{
    position: relative;
    width: 100%;
    margin: auto;
    max-width: 1440px;
}
div.banner1 {
    margin-top: 35px;
}
@media only screen and (min-width: 768px){
.shared-assets--middle-tiles {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
div.banner1 .middle-tile {
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
}
.middle-tile-dek {
    padding: 0 10px;
}
.banner1 .middle-tile-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: flex;
}

}
.shared-assets--middle-tiles {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.middle-tile-obj {
    margin: 7px 0;
}
div.banner1 img {
    width: 100%;
}
div.banner1 .middle-tile-dek p {
    margin-bottom: 5px !important;
    letter-spacing: .03em;
    font-weight: 400;
    line-height: 1.4;
    font-size: 16px;
    text-align: center;
}
div.banner1 .middle-tile-dek h4 {
    margin-top: 0;
    margin-bottom: .3em;
    line-height: 1.2;
    padding: 0;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: black;
    cursor: pointer;
}
div.banner1 .home-caret {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    margin-left: 3px;
    margin-top: -4px;
    border-left: 5px solid;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
}
@media (max-width: 767px){
    .home-labels__logo {
        max-width: 226px !important;
    }
div.banner1 div.middle-tile-obj {
    margin-top: 7px;
    margin-bottom: 17px;
}
.shared-assets--middle-tiles {
    display: block !important;
    padding: 0 10px;
}
#cart .dropdown-menu li>div {
    min-width: 427px;
    padding: 0 10px;
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}
}
@media only screen and (min-width: 1480px){
    .home-labels {
        padding-left: 0;
        padding-right: 0;
    }
    }
    .home-labels {
        max-width: 1440px;
        margin-left: auto;
        margin-right: auto;
    }
    div.home-labels h2{
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .08em;
        line-height: 1.1;
        font-size: 16px;
        text-align: center;
    }
    .home-labels__logo {
        max-width: 288px;
    }
    .home-labels__grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .home-labels__grid-item {
        -ms-flex-preferred-size: 50%;
        max-width: 50%;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        margin-bottom: 35px;
        margin-bottom: 40px !important;
    }
    .home-labels__grid-item-image {
        margin-bottom: 20px;
    }
    div.home-labels p.home-labels__dek{
        text-align: center;
        font-size: 18px;
        margin-bottom: 15px;
        margin-top: 11px;
        padding: 0 10px;
    }
    div.home-labels h4.home-labels__title{
        font-weight: bold;
        font-size: 18px;
        color: black;
        cursor: pointer;
    }
    div.pinglun h4{
        text-align: center;
        font-size: 33px;
        font-weight: 700;
        color: black;
        margin-bottom: 22px;
    }
    div.pinglun ul#hualan{
        padding: 0px 36px;
    }
    div.pinglun ul#hualan li{
        padding: 10px;
    }
    div.banner1 img{
        width: 100%;
    }
    div.home-labels img{
    width: 100%;
    }
    @media only screen and (max-width: 1000px){
        .shefit-h2 {
            font-size: 25px;
            font-weight: 700;
            text-align: center;
        }
        .ihp-2 {
            font-size: 18px;
            font-weight: 400;
            line-height: 1.5;
            margin: 0!important;
            text-align: center;
            padding-top: 8px;
            padding-bottom: 0;
        }
        
        }
        @media only screen and (max-width: 480px){
            .featured-link--half .info {
                position: static;
                transform: translateY(0);
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                padding: 2em 0;
            }
            }
            @media only screen and (max-width: 480px){
            .featured-link--half {
                width: 100%;
                -webkit-box-flex: 1;
                -webkit-flex: 1 0 100%;
                -ms-flex: 1 0 100%;
                flex: 1 0 100%;
            }
            }
            @media only screen and (min-width: 768px){
            .home-labels__grid-item {
                -ms-flex-preferred-size: 25%;
                flex-basis: 25%;
                max-width: 25%;
            }
        }
    div.pinglun div.owl-dots{display: none !important;}
    body.productBody div#J_product{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: -.75rem;
        margin-right: -.75rem;
        box-sizing: border-box;
     }
    body.productBody div#J_product a{
        padding-left: .75rem;
        padding-right: .75rem;
        margin-bottom: 1.5rem;
        box-sizing: border-box;
    }
    @media (max-width:375px) {
        body.productBody div.product-view h2{
            font-size: 18px !important;
        }
    }
div.mo-search div.form-search{
    display: flex;
    margin-bottom: 10px;
}
div.mo-search div.form-search input{
    width: 90% !important;
    position: relative;
    height: unset !important;
    line-height: unset !important;
    padding: 4px 0;
}
div.mo-search div.form-search button.button1{
    position: absolute;
    background-color: transparent;
    border: none;
    top: 9px;
    right: 2%;
}
@media (max-width:767px) {
    body.shoppingcartBody div.shopping_cart div#checkout-order_review-submit>button{
        width: 100%;
    }
    body.shoppingcartBody div.shopping_cart div.cart-sec-btn>button{
        width: unset !important;
    }
    body.shoppingcartBody div.cart-coupon button.btn-coupon{
        width: 100%;
    }

}
div.allxiala #nav ul.level2 li{
    padding: 10px 0;
}
div.mobile-header div.left-category li.currency select.form-control{
    padding-left: 13px !important;
}
.a-right{
    text-align: right !important;
}
body.productBody a.cosTab{
    font-size: 15px;
    color: #747474;
    font-weight: bold;
    padding-left: 8px;
    border: 1px solid #ccc;
    margin-right: 5px;
    border-bottom: none;
}
body.productBody div.std{
    margin-top: 11px;
}
body.productBody li.miaosu{
    border-bottom: 1px solid #ddd;
    list-style: none;
    margin-top: 20px;
}
.header .rightBottom-parent .header-middle div.first{
    width: 100%;
   }
   .header .rightBottom-parent .header-middle div.first>ul{
       display: flex;
       align-items: center;
       justify-content: space-between;
       padding: 10px;
   }
   .header .rightBottom-parent .header-middle div.first>ul li:last-child>ul{
       display: flex;
       align-items: center;
       justify-content: flex-end;
   }
   .header .rightBottom-parent .header-middle div.first>ul li:last-child>ul li.search{
       position: relative;
       padding-right: 44px;
       cursor: pointer;
   }
   .header .rightBottom-parent .header-middle div.first>ul li:last-child>ul li.search div.pc-search{
       position: absolute;
       right: 61%;
       top: 131%;
       display: none;
   }
   .header .rightBottom-parent .header-middle div.first>ul li:last-child>ul li.search div.pc-search span{
       position: absolute;
       left: 94%;
       top: 20%;
   }
   .header .rightBottom-parent .header-middle div.first>ul li:last-child>ul li{
       padding-right: 30px;
   }
   .header .rightBottom-parent .header-middle div.first>ul li:last-child>ul i{
       font-size: 20px;
       color: black;
   }
   div.pc-header div.first{
    width: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
    padding:0 10px;
}
div.pc-header div.first ul.tofirst{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
    max-width: 1440px;
    border-bottom: 1px solid black;
    padding: 3px 10px;
}
div.pc-header div.first ul.tofirst>li{
   padding-left: 12px;
}
div.pc-header div.first ul.tofirst>li>a{
    border-right: 1px solid;
    padding-right: 12px;
    font-size: 13px;
}
div.pc-header div.second{
    display: flex;
    justify-content: center;
    max-width: 1440px;
    margin: auto;
    padding: 0 10px;
    margin-top: 10px;
    border-bottom: 1px solid black;
}
div.pc-header div.second ul.tosecond{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 0;
    
}
div.pc-header div.second ul.level1 li.home{
    padding-top: 2px;
    padding-right: 6px;
}
div.pc-header div.second li.pc-container{
    width: 100%;
}
div.pc-header div.add-first{
    display: flex;
    max-width: 1440px;
    margin: auto;
}
div.pc-header div.add-first ul.add-first{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
div.pc-header div.add-first ul.add-first li.logo{
    padding-left: 20px;
}
div.pc-header div.add-first ul.interadd-first{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
div.pc-header div.add-first ul.interadd-first>li{
    padding-left: 20px;
}
div.pc-header div.pc-search{
    width: 179px;
}
div.pc-header li.shop i{
    font-size: 19px;
}
div.second ul.level>li{
    padding-right: 118px;
    padding-bottom: 10px;
}
div.pc-header #nav span {
    font-size: 13px;
    font-weight: 600;
}
div.pc-header #nav ul.level1>li>a>span::before{
    position: absolute;
    bottom: 0;
    content: " ";
    background-color: black;
    width: 100%;
    height: 3px;
    display: none;
}
div.pc-header #nav ul.level1>li:hover>a>span::before{
    display: block;
}
div.mobile-header ul.mobile-inner1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
div.mobile-header ul.innermobile-inner1{
    display: flex; 
    align-items: center;
    justify-content: flex-end;
}
div.mobile-header div.moile-inner1{
    width: 100%;
}
div.mobile-header div.moile-inner1 li.mo-shop i{
    font-size: 22px !important;
}
div.mobile-header div.mo-search button.button1 i{
    font-size: 22px;
    font-weight: 800;
}
.category-list-module-block_CategoryListModule__F8hrb {
    padding: 0;
    max-width: 1440px;
    margin: 50px auto;
}
.category-list-module-block_CategoryListModuleSectionTitle__3iC0p {
    margin-bottom: 31px;
}
.category-list-module-block_CategoryListModuleSectionTitle__3iC0p {
    font-size: 3.0rem;
    line-height: 1.25;
    font-weight: 400;
    text-align: left;
    color: #4a4a4a;
    padding-left: 10px;
}
.category-list-module-block_CategoryListModule__grid--mobile-2up__3IHJz li {
    flex-basis: auto;
    padding: 0 10px;
}
.category-list-module-block_CategoryListModule__grid--mobile-2up__3IHJz li:hover img{
    transform: scale(1.1);
    transition: transform .10000s linear;
}
ul#blo1 h3 {
    font-size: 14px;
    text-align: center;
}
ul#blo1 div.owl-dots{
    display: none !important;
}
div.banner2{
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}
div.banner2 div.banner2-wenzi{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 10%;
    width: 61%;
}
div.banner2 div.banner2-wenzi h2{
    font-size: 28px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
div.banner2 div.banner2-wenzi p{
    font-size: 18px;
    margin-top: 20px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
div.banner2 div.banner2-wenzi p.button{
    font-size: 15px;
    font-weight: bold;
    margin-top: 39px;
}
div.banner2 div.banner2-wenzi i{
    font-size: 18px;
    font-weight: bolder;
    transform: rotate(265deg);
    position: relative;
    top: 0.5px;
    left: 5px;
}
div.banner2 img{
   width: 100%;
   padding-top:20px;
}
div.banner2 div.banner2-wenzi p.button:hover span a{
    color: black;
}
@media (max-width: 490px) {
    .middlewenzi{
        display: none;
    }
}
@media (max-width: 555px) {
    .related > h3{
        font-size: 23px !important;
    }
    .search-content .first-row {
        padding-left: 10px;
    }
    div.banner3 h2{
        font-size: 23px !important;
    }
}
div.banner3{
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 48px;
}
div.banner3 h2{
    font-size: 30px;
    line-height: 3rem;
    letter-spacing: 1px;
    font-family: "Brown LL",sans-serif;
    font-weight: 400;
    padding: 0 0 10px 15px;
    color: #4a4a4a;
    padding-bottom: 20px;
}
div.banner3 img{
    width: 100%;
    padding: 0 6px;
}
div.banner3 div.row>div{
    padding-bottom: 10px;
}
body.productBody div.owl-dots{
    display: none !important;
}
body.productBody ul.small-img{
    display: flex;
}
body.productBody ul.small-img>li{
    padding-right: 15px;
}
.table-bordered thead tr th, .table-bordered td{
    font-size: 13px;
}
body.shoppingcartBody p{
    font-size: 13px;
}
body.shoppingcartBody td.a-right span{
    font-weight: normal !important;
}
body.shoppingcartBody label{
    font-size: 12px !important;
}
.form-control{
  font-size: 12px !important;
}
div.related-product h3{
    line-height: 1.5 !important;
}
div.related-product span{
    line-height: 1.6 !important;
}
body.productBody div.product-description-review{
    padding-left: 16px;
    margin-top: 18px;
}
h2{
    line-height: 1.5 !important;
}
div.std h3{
    font-size: 20px !important;
}
body.productBody div.product-shop-box div.price-box span.price-label{
    font-size: 15px;
}
body.productBody div.product-shop-box div.price-box span.price{
    font-size: 16px;
}
#test-container.waterfall-container{padding: 0;}
.categoryBody .row,.searchBody .row{max-width: 100%;margin-left: 0;}