* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

body {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    color: #494949;
    font-family: "Open Sans",sans-serif;
}

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

/* default font size */

.fa {
    font-size: 16px;
}

/* Override the bootstrap defaults */

h1 {
    font-size: 33px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a:hover {
    text-decoration: none;
    color: #000;
}

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

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

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

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

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

/* Fix some bootstrap issues */

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

.nav-tabs {
    margin-bottom: 15px;
}

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

/* Gradent to all drop down menus */

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

/* top */

#top {
    border-bottom: 1px solid #e2e2e2;
    padding: 3px 0;
    min-height: 40px;
    background-color: #e8e8e8;
}

#top .container {
    padding: 0 20px;
}

#top #currency .currency-select {
    text-align: left;
}

#top #currency .currency-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#top .btn-link,
#top-links li,
#top-links a {
    border: none;
    text-decoration: none;
}

#top-links .dropdown-menu a {
    text-shadow: none;
}


#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
    color: #000;
}

#top-links {
    padding-top: 6px;
}

#top-links a+a {
    margin-left: 15px;
}

/* search */

.pc-search {
    position: relative;
}

.pc-search .input-lg {
    box-shadow: none;
    background: #fff;
    border: none;
    border-radius: 0;
    border: 1px solid #999;
    color: #5e7485;
    width: 220px;
    padding: 0 40px 0 8px;
    height: 40px;
    line-height: 40px;
}

.pc-search .input-group-btn {
    position: absolute;
    right: 2px;
    top: 6px;
    width: 34px;
    height: 27px;
}
.pc-search .input-group-btn > span {
    width: 100%;
    height: 90%;
    padding: 0;
    border: 0;
}
.btn:hover {
    background-color: #fff;
}
/* cart */


#cart>.btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}

#cart.open>.btn {
    background-image: none;
    background-color: #FFFFFF;
    border: none;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}

#cart.open>.btn:hover {
    color: #444;
}

#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}

#cart .dropdown-menu {
    min-width: 100%;
    margin-top: -20px;
    margin-left: -40px;
}
#cart-list>li:first-child {
	width: 100%;
}
@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
    #cart .dropdown-menu li>div {
        min-width: 100%;
    }
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
    min-width: 427px;
    padding: 0 10px;
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}

/* menu */

#menu {
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
    min-height: 40px;
    overflow: hidden;
}

#menu .nav>li>a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
}

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

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

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

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

#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
}

#menu .dropdown-inner li a:hover {
    color: #FFFFFF;
}

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

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

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

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

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

@media (max-width: 767px) {
    #menu div.dropdown-inner>ul.list-unstyled {
        display: block;
    }
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }
}

/* content */

/* footer */

footer {
    margin-top: 30px;
    color: #000;
    clear: both;
    padding-top: 50px;
    background: #f3f3f3;
    border-top: 1px solid #666;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}

footer a {
    color: #000;
}

footer a:hover {
    color: #9B9B9D;
}
footer h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0;
    padding: 10px 0 15px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Microsoft YaHei";
}
footer .list-unstyled {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer .list-unstyled li {
    text-align: left;
}
footer .list-unstyled a {
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 0;
    display: inline-block;
}
footer .list-unstyled a:hover, footer .list-unstyled a:focus {
    color: #b9b9b9;
    text-decoration: none;
}
/* alert */

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

/* breadcrumb */

.breadcrumb {
    margin: 15px 0 20px 0;
    padding: 8px 0;
    border: 1px solid #ddd;
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb>li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}

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

.breadcrumb>li:after {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    right: -5px;
    width: 26px;
    height: 26px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pagination>li:nth-child(1)>a {
    width: 45px;
}

@media (min-width: 992px) {
    .sitemap-row {
        min-height: 495px;
    }
    .account {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pagination {
        margin: 0;
        display: flex;
    }
    .product-grid:nth-child(4n+1) {
        clear: both;
    }
    .product-grid:nth-child(3n+1) {
        clear: none;
    }
    .step2, .shipping_address, .step4 {
		width: 100%;
        float: left;
        margin-bottom: 20px;
	}
	.step5, .step6 {
		width: 100%;
		float: right;
		margin-bottom: 20px;
    }
    .account-login {
        min-height: 444px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .result {
        margin-left: 20px;
        margin-top: 10px;
    }
}
/* buttons */

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border-radius: 4px;
}

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

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

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

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


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

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

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


.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #229ac8;
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:active:hover:active {
    background: #f5f5f5;
    border-color: #f5f5f5;
}

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

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

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

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

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

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

.btn-info {
    color: #000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}

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

.btn-link {
    cursor: pointer;
    color: #494949;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-image: none;
    box-shadow: none;
    outline: none;
}

.btn-inverse {
    color: #ffffff;
    background-color: #fff;
    background-repeat: repeat-x;
}

/* list group */

.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
    color: #000;
}

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

/* carousel */

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

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

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

/* product list */
.product-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product-thumb {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

.product-thumb .image a:hover {
    opacity: 0.8;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}

.product-grid .product-thumb .image {
    float: none;
}
@media (min-width: 767px) {
    .product-list .product-thumb .image {
        padding: 0 15px;
    }
}

.product-thumb .caption {
    clear: both;
    padding: 0 10px;
}


@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }
}

@media (max-width: 768px) {
    .search-content  .first-row {
        width: 100%;
    }
    .search-content .product-grid{
        margin-bottom: 0;
    }
    .pull-left .dropdown-menu {
        margin-left: -92px;
    }
    .category-page {
        padding: 0 15px;
    }
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }
    .product-grid .product-thumb .caption {
        min-height: 0;
    }
    .prod-info {
        padding-left: 36px;
    }
    .first-cont-row {
        width: 100%;
    }
    .product-list .product-thumb .button-group {
        border-left: none;
    }
    .text-right label {
        font-size: 14px;
    }
    .power p {
        max-width: 750px;
    }
    .product-shop-box .product-price {
        width: 100%;
        float: none;
    }
    .product-collateral, .add-cart {
        width: 100%;
        margin-bottom: 10px;
    }
    #cart1 ul {
        width: 100%;
        display: block;
    }
    #cart1 ul li {
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
        padding-bottom: 5px;
        text-align: center;
    }
    #cart1 ul li div.qty {
        margin: 0 auto;
    }
    #cart1 ul li:nth-child(1) {
        height: 140px;
    }
    #cart1 ul li div:nth-child(1) {
        border: 0;
        font-size: 20px;
    }
    #cart1 ul li div:nth-child(2) {
        color: red;
    }
    #cart1 ul li div:nth-child(2) a {
        color: red;
    }
    #cart1 ul li img {
        width: 100px;
        height: 100px;
    }
    #cart .pull-right {
        float: left;
    }
    #cart1 ul li:last-child {
        border: 0;
    }
    #cart-list li:last-child {
        width: 100%;
    }
    .table-responsive>.table>tbody>tr>td {
		white-space: normal;
	}
	.table-responsive>.table>tbody>tr:nth-child(1) {
		height: 85px;
	}
	td.qty input, td.qty span, td.qty span button {
		height: 25px;
		text-align: center;
		padding: 0;
	}
	td.qty span button {
		padding: 5px;
    }
    .table-responsive>.table>tbody>tr>td {
		white-space: normal;
	}
	.table-responsive>.table>tbody>tr:nth-child(1) {
		height: 85px;
	}
	td.qty input, td.qty span, td.qty span button {
		height: 25px;
		text-align: center;
		padding: 0;
	}
	td.qty span button {
		padding: 5px;
    }
    .parent-right, .parent-left {
		min-width: 100%;
		margin-top: 10px;
	}
    .related-prod-list {
        min-height: 260px;
    }
    .col-md-6 {
        width: 100%;
    }
    .footer-list h4 {
        position: relative;
        width: 100%;
    }
    .footer-list h4 img {
        position: absolute;
        right: 18px;
        width: 16px;
    }
    .featured > .row, .latest > .row {width: 100%; margin-left: 0;}
    .featured, .latest {padding: 0 15px;}
}

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

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

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

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

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

h2.price {
    margin: 0;
}

.product-thumb .price {
    font-weight: 600;
    color: red;
}

.product-thumb .price-new {
    padding-left: 5px;
    font-weight: 600;
    color: red;
    font-size: 20px;
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
}

.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}

.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.product-thumb .button-group button+button {
    width: 20%;
    border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}


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

.thumbnails>img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    border: 1px solid #ddd;
}

.image-additional {
    max-width: 78px;
}

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

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}

/* fixed colum left + content + right*/

@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }
    #column-left+#content .product-layout .col-md-3 {
        width: 50%;
    }
    #column-left+#content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }
    #content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }
    .left-category {
		width: 690px;
    }
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
    .contact {
        display: flex;
        justify-content: center;
    }
    .account {
        padding: 0 70px;
    }
    .mobile-cart {
        justify-content: flex-end;
    }
}

/* fixed product layouts used in left and right columns */

#column-left .product-layout,
#column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */

.input-group .form-control[name^=quantity] {
    min-width: 50px;
    height: 36px;
}

/* Missing focus and border color to overwrite bootstrap */

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

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.main-container {
    width: 100%;
    padding: 0;
}

.main-row {
    margin: 0;
}

header {
    display: flex;
    align-items: center;
}

.links .block-currency-header select {
    background-color: #000;
    color: #fff;
    border: 0;
    border-radius: 0;
}

select.form-control {
    -webkit-appearance: none;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background: #fff url(../image/down.png) no-repeat right 5px center;
    padding-right: 22px;
}

#header {
    position: relative;
    z-index: 20;
    background-color: #fff;
    border-bottom: 1px solid #ECEDEE;
    display: flex;
}

.nav-container {
    float: left;
}

#nav {
    font-size: 14px;
}

i.iconfont {
    vertical-align: middle;
}

.fa-shopping-cart {
    color: #444;
    font-size: 22px;
}

i.fa-search {
    font-size: 26px;
}

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

#cart-list li:last-child {
    width: 100%;
}

input.input-text, select, textarea {
    border-radius: 4px;
    color: #757575;
}

button.button {
    background: transparent;
    border: 0;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto;
}
.left-menu {
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    z-index: 99;
}
.layer-tree {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.5;
}
.left-category {
    border-right: 1px solid #E6E6E6;
    position: absolute;
    width: 340px;
    max-height: calc(100vh);
    height: calc(100vh);
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 109;
    overflow: hidden;
}
.category-list {
    position: absolute;
    background: #fff;
    top: 0;
    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 {
    border-bottom: 1px solid #EBEBEB;
    clear: both;
}
.left-category li:last-child {
    border-bottom: 0;
}
.left-category li.category-top span.all-category {
    width: 50px;
    color: #a7a9ab;
    float: right;
    text-align: center;
    z-index: 15;
}
.left-category li.category-top>a {
    margin-right: 50px;
}
.left-category li a {
    display: inline-block;
    padding: 10px 44px 10px 24px;
    font-size: 16px;
    text-transform: uppercase;
    color: #494949;
}
.left-category li .mobile-memu {
    text-transform: uppercase;
    display: none;
    right: 0;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 119;
}
.left-category li .mobile-memu li.category-title {
    text-align: center;
    background: #fff;
}
.left-category li .mobile-memu li.category-title i {
    float: left;
}
.content-asset {
    margin: 30px 0;
    color: #425a68;
}
.content-asset .container {
    max-width: 975px;
    width: 100%;
}
.pdlr10 {
    padding: 0 10px;
}
.mg-b20 {
    margin-bottom: 20px;
}
.content-asset img {
    max-width: 100%;
}
.content-asset .item-label {
    background: #f4f5f6;
    padding: 20px 0;
}
.content-asset h4 {
    margin: 0;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #425a68;
    padding-bottom: 10px;
}
.content-asset p {
    padding: 0 40px;
    font-size: 16px;
    line-height: 21px;
    color: #425a68;
    text-align: center;
}
.content-asset p span.asset-button {
    display: inline-block;
    background-color: #fff;
    border: 2px solid #425a68;
    border-radius: 4px;
    color: #425a68;
    line-height: 40px;
    font-size: 16px;
    width: 223px;
    margin: 1em auto 0;
    letter-spacing: inherit;
    transition: background-color .3s ease,color .3s ease;
    cursor: pointer;
}
.content-asset a:hover p span.asset-button {
    background-color: #425a68;
    color: #fff;
}

.product-grid {
    margin: 10px 0;
    text-align: center;
    height: 280px;
}
.product-grid>a {
    position: relative;
    margin: 0 0 10px;
}
.product-name {
    color: #425a68;
    margin: 5px 0;
    font-size: 16px;
    line-height: 1.5;
    font-family: SimSun;
}
.product-name a {
    color: #425a68;
}
.price {
    margin: 5px 0;
    font-size: 12px;
}
.price-old {
    text-decoration: line-through;
    color: #a5a5a5;
    margin: 0;
    display: inline-block;
}
.price-new {
    font-size: 14px;
    color: #425a68;
    font-weight: normal;
}
.price-tax {
    color: #ED5338;
    margin: 0;
    text-transform: uppercase;
    display: block;
}

.power p {
    max-width: 1170px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.power a {
    color: #fff;
}
.power a:hover {
    color: #fff;
}
#back-top {
    position: fixed;
    right: 20px;
    bottom: 80px;
    z-index: 20;
}
#back-top a {
    cursor: pointer;
    text-align: center;
    color: #58585b;
    text-decoration: none;
}

#back-top span i {
    display: none;
    font-size: 40px;
    color: #fff;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    background: rgba(0, 0, 0, .6);
}
.m-footer .pd0 {
    padding: 0;
}
.m-footer .pd0 .list-unstyled li {
    text-align: center;
}
.m-footer h4 {
    margin: 30px auto;
    font-size: 26px;
    color: #425a68;
    text-align: center;
}
.m-footer li {
    text-align: center;
    border-top: 1px solid #c8cdcd;
    background: #f4f5f6;
    padding: 10px 0;
    font-size: 16px;
    display: block;
    width: 100%;
}
.m-footer li a {
    color: #425a68;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}
/* product */
.product-msg {
    overflow: hidden;
    margin-top: 30px;
}
.product-msg .priduct-name  {
    width: 80%;
    float: left;
    color: #425a68;
    font-size: 16px;
    line-height: 1.5;
}
.product-msg .product-name h1 {
    color: #425a68;
    font-size: 28px;
    font-weight: 400;
    margin: 0;
    font-family: SimSun;
}
.product-price {
    margin: 10px 0;
    width: 20%;
    float: left;
}
.product-price .price_special {
    font-size: 28px;
    color: #425a68;
    font-weight: normal;
    display: inline-block;
}
.product-price .price_old {
    color: #a5a5a5;
    text-decoration: line-through;
    display: inline-block;
}
.product-price .text_tax {
    color: #ED5338;
    text-transform: uppercase;
}
.review-box {
    position: relative;
    overflow: hidden;
    clear: both;
}
.review-box a {
    color: #425a68;
    font-size: 16px;
    text-decoration: none;
}
.divider {
    border-top: 2px solid #c8cdcd;
    clear: both;
    height: 1px;
    margin: 10px 0;
    line-height: 0;
    overflow: hidden;
}
.add-cart {
    width: 40%;
    display: inline-block;
    float: right;
    margin-top: 20px;
    padding: 0 3%;
}
.add-cart ul li {
    line-height: 23px;
    font-style: normal;
    font-size: 16px;
    color: #425a68;
}
.add-cart ul li:first-child {
    font-weight: bold;
}
.add-cart ul li:nth-child(2) {
    color: #27c12e;
}
label {
    font-size: 16px;
    font-weight: normal;
}
.add-to-cart input.qty {
    outline: none;
    width: 40%;
    float: left;
    border-radius: 0;
    margin-right: 10px;
    margin-top: 2px;
    border-color: #999;
    height: 39px;
    line-height: 39px;
    width: 40px;
    text-align: center;
    padding: 0;
    color: #757575;
    margin-bottom: 20px;
    background: none;
}
.add-to-cart .btn-incart {
    margin-top: 20px;
    width: 100%;
    border: 2px solid #425a68;
    border-radius: 4px;
    color: #fff;
    line-height: 40px;
    font-size: 16px;
}
.add-to-cart .btn-incart span {
    font-size: 16px;
    transition: all 0.3s ease;
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    text-align: center;
    white-space: nowrap;
}
.add-to-cart .btn-incart:hover span {
    color: #425a68;
}
.add-to-cart .btn-incart:hover {
    background-color: #fff;
}
.product-collateral {
    margin-top: 20px;
    width: 60%;
}
.cos-listView>a {
    color: #425a68;
    text-align: left;
    width: 100%;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
}
.product-collateral .std {
    padding: 15px 0;
    color: #425168;
    font-size: 14px;
    float: right;
    width: 100%;
}
.btn-primary span {
    transition: all 0.3s ease;
    border: none;
    font-size: 16px;
    color: #fff;
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    text-align: center;
    white-space: nowrap;
}
.btn-primary:hover span {
    color: #425a68;
}
#form-review a {
    color: #425a68;
    text-align: left;
    width: 100%;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
}
.category {
    display: flex;
    align-items: center;
}
#checkout .quickcheckout-heading {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 10px;
}
#checkout .quickcheckout-heading span {
    margin-left: 10px;
}
#login .text-left {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
#login .text-left label {
    width: 100px;
    text-align: center;
}
#login .text-left input {
    flex: 1;
    height: 40px;
    line-height: 40px;
}
#login .input-group {
    display: flex;
    align-items: center;
}
#login .input-group button {
    height: 40px;
    height: 40px;
    margin-left: 10px;
    line-height: 40px;
    padding: 0 10px;
}
#login .text-left label.password {
    position: relative;
}
#login .text-left label.password a {
    position: absolute;
    top: 0;
    right: 0;
}
#cart1 ul{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 2px solid black;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
#cart1 ul li {
    font-size: 16px;
    display: flex;
    flex-direction: column;
}
#cart1 ul li div:nth-child(1) {
    margin-bottom: 10px;
    padding-bottom: 5px;
}
#cart1 ul li:nth-child(3) input{
    width: 40px;
    padding: 0;
    padding-left: 2px;
}
#cart1 ul li:nth-child(3) {
    display: flex;
    flex-direction: column;
}
#cart1 .sub-price {
    text-align: right;
    padding: 10px;
    padding-right: 50px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
#cart1 .sub-price div {
    height: 40px;
    line-height: 40px;
}
#cart1 .sub-price div span {
    color: red;
}
 #cart1 ul li:nth-child(3) div:nth-child(2) {
    display: flex;
}
#button-settle-method {
    margin-top: 10px;
}
#login .input-group button:hover, #button-coupon:hover, #button-voucher:hover {
    color: black;
}
#cart-total {
    overflow: hidden;
}
#cart span {
    color: #fff;
    width: 14px;
    height: 14px;
    position: absolute;
    border-radius: 50%;
    background-color: #444;
    line-height: 14px;
}
.mobile-header #cart span {background: #000;} 
@media (max-width: 992px) {
    .pc-search {
        position: relative;
        height: 60px;
        width: 100%;
        padding: 0;
    }
    .pc-search input {
        width: 100%;
        height: 50px;
        line-height: 50px;
        border: 0;
        border-bottom: 1px solid black;
    }
    .pc-search > span {
        position: absolute;
        right: 0;
    }
    .pc-search button {
        background-color: #fff;
    }
    .pc-search .btn-lg {
        border: 0;
    }
    #cart>.btn {
        background-color: #fff;
    }
    .m-header-link li {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #cart .dropdown-menu {
        text-align: center;
        margin-top: 20px;
        margin-left: -244px;
    }
    .power p {
        max-width: 750px;
    }
}
@media (max-width: 1200px) and (min-width: 992px) {
    .power p {
        max-width: 960px;
    }
}
.parent-right {
	width: 40%;
	float: right;
}
.parent-left {
    width: 55%;
    float: left;
}
@media (max-width: 375px) {
	#cart .dropdown-menu {
		width: 370px;
		left: -18px;
		margin-left: -225px;
    }
    .product-grid .caption {
        max-width: 157px;
    }
    .account {
        min-height: 245px;
    }
    .pagination > div:first-child {
        padding: 0 8px;
    }
    
    .payment_method_table .field > label {
        padding-left: 4px;
    }
    .page-cart {
        padding: 0 8px;
    }
    .asset-part .center-box {
        left: 34%;
    }
    .order-hist-tab {
        table-layout: fixed;
    }
    .order-hist-tab tr {
        word-break: break-all;
    }
}
#cart-list .qty {
	min-width: 40px;
}
#cart-list .btn-xs {
	width: 30px;
	height: 30px;
	text-align: center;
    background-color: #fff;
    border-color: #ddd;
}
#cart-list .btn-xs i.fa-times {
	margin-top: -5px;
	margin-left: -5px;
	font-size: 20px;
}
.table-bordered>thead>tr>td {
	border-bottom-width: 0;
}
#button-cart {
    color: #fff;
    background-color: #6bb9a4;
    border-color: #ddd;
    height: 60px;
    font-size: 20px;
    font-weight: bold;
}
#button-cart span {
    color: #000;
}
#tab-description {
    margin-bottom: 60px;
}

.pull-left {
    border: 0;
    border-radius: 0;
}
.btn-link:focus, .btn-link:hover {
    color: #494949;
}
.pull-left .btn-group .btn-link:hover strong, .pull-left .btn-group .btn-link:hover i.fa-caret-down {
    color: #494949;
}
@media (max-width: 768px) and (min-width: 768px) {
    .featured .caption {
        max-width: 256px;
    }
    .pagination {
        width: 100%;
        margin: 0;
        display: flex;
    }
    .account {
        min-height: 408px;
    }
}
#cart-list .qty {
	min-width: 40px;
}
h2.special {
    color: red;
    margin-top: 10px;
    font-size: 30px;
}
td.product_name > div > a {
    color: #000;
    font-size: 14px;
}
td.product_name > div:nth-child(2) {
    color: #e42832;
    font-size: 16px;
    margin-left: 5px;
}
.remove.btn-danger {
    background-color: #ddd ;
    border-color: #ddd;
    color: gray;
}
.remove.btn-danger:hover {
	border-color: #ddd;
	background-color: #ddd;
	color: #000;
}
.total-price {
    color: #e42832;
}
.total-price:nth-child(2) {
    font-weight: bold;
}

.thumbnail {
    border: 0;
}

.result {
    float: right;
}
.dropdown-menu {
    position: absolute;
    padding: 0;
}

.left-category .level2 {
    width: 100%;
    margin-left: 0 !important;
}
.sitemap-level1>li{
    font-size: 16px;
    margin-bottom: 10px;
}
.sitemap-level1>li>a {
    font-weight: bold;
}
.sitemap-level2{
    margin-left: 20px;
    margin-top: 10px;
}
.sitemap-level2 > li {
    font-size: 14px;
}
.sitemap-right a {
    font-size: 14px;
}
.mobile-header .left-category {
    position: relative;
}
.remove-menu {
    z-index: 1;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 68px;
    right: 5px;
}

.search-h1 {
    margin-top: 0;
    padding-left: 30px;
}
.search-h2 {
    padding-left: 30px;
}
.payment_address_info {
    display: flex;
    align-items: center;
}
.payment_address_info label {
    width: 140px;
    padding: 0;
    padding-left: 10px;
}
.payment_address_info > div {
    flex: 1;
}
.pagination {
    margin: 10px auto;
}

.related > h3 {
    font-size: 22px;
    padding-bottom: 14px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #979797;
}
.button_continue, .button_continue:hover, .button_login, .button_login:hover, .not-found-continue > a,
.not-found-continue > a:hover, .btn-confirm, .btn-confirm:hover, .btn-continue, .btn-continue:hover, .btn-submit, .btn-submit:hover {
    background-color: #f5f5f5;
    color: #000;
    border-color: #ddd;
}
.footer-bottom {
    color: #fff;
    text-align: center;
    background: #3e3e3e;
}
@media (max-width: 990px) {
    .footer-bottom img {
        float: none;
        margin: 0 auto;
    }
}
.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .4;
    z-index: 100;
    display: flex;
    display: none;
    align-items: center;
    justify-content: center;
}
.mask > img {
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 101;
}
@keyframes rotateImg {
    0% {transform : rotate(0deg);}
    100% {transform : rotate(360deg);}
}
.rotate {
    animation: rotateImg 5s linear infinite;
}
.not-found-h1 {
    font-size: 28px;
    font-weight: bold;
    margin: 0;
}
.not-found {
    margin-top: 20px;
    padding-left: 10px;
}
@media (min-width: 992px) {
    .not-found {
        padding-left: 120px;
    }
    .prod-info {
        margin-top: 20px;
    }
}
.panel-title {
    color: #000;
}
fieldset > strong {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
}
.form-group {
    margin-top: 10px;
}
.form-group label {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
.register-h1, .order-page-h1 {
    color: #000;
}
.privacy-policy {
    display: none;
}
.order-page-h1 {
    margin-top: 0px;
}
@media (max-width: 1024px) {
    .related-prod-list {
        min-height: 260px;
    }
}
@media (max-width: 414px) {
    .buttonss {
        width: 100%;
        z-index: 1;
        background-color: #fff;
        position: fixed;
        bottom: 0;
        right: 0;
        margin: 0;
        text-align: center;
    }
    .buttonss > div {
        float: none !important;
    }
    .buttonss .btn-confirm {
        width: 90%;
        background-color: #000;
        color: #fff;
        font-size: 18px;
        height: 100%;
        border-radius: 5px;
    }
    .prod-info-title {
        font-size: 28px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .first-cont-row > div:first-child {
        padding: 0 0;
        padding-left: 27px;
    }
    .breadcrumb > li:last-child {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .breadcrumb {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: flex;
        align-items: center;
    }
    .breadcrumb > li:last-child:after {
        display: none;
    }
    .step6 .panel-body {
        padding: 0px;
    }
    .order-table td{
        word-break: break-word;
    }
}
.mb-currency-ul {
    margin-left: -19px;
}
@media (max-width: 768px) {
    .mb-currency, .mb-currency .btn-group, .mb-currency-ul {
        text-align: center;
        width: 100%;
    }
    .mb-currency .mb-currency-ul {
        margin-left: 0;
    }
    .btn-group .btn-link {
        padding: 10px 44px 10px 24px;
        font-size: 18px;
    }
    .level {
        position: relative;
    }
    .level img {
        width: 16px;
        height: 16px;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
    }
    .level .level2 a {
        padding: 10px 44px 10px 24px;
        color: #8e9ca4;
        font-size: 14px;
    }
    .block-text {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .search-h1 {
        font-size: 26px;
    }
    .search-h2 {
        font-size: 24px;
    }
}
.cart-breadcrumb {
    height: 38px;
    display: flex;
    align-items: center;
} 
.cart-breadcrumb > li:after {
    top: 2px;
}
.cart-breadcrumb > li:last-child:after, .breadcrumb > li:last-child:after {
    display: none;
}
.buttonss > div {
    float: right;
}

.step5 img {
    max-width: 100%;
}
.shipping_form div.radio label {
    text-transform: uppercase;
    font-size: 14px;
}
.header-banner img {
    max-width: 100%;
}

.latest, .featured {
    clear: both;
    max-width: 1140px;
    margin: auto;
}

.latest .page-title h2, .featured .page-title h2 {
    margin: 10px 0;
    border-bottom: 1px solid #414B56;
    padding: 20px 0;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}
.latest .page-title h2 {
    margin: 0;
    padding-bottom: 20px;
}
.latest .products-grid, .featured .products-grid{
    margin: 10px 0;

}
.latest .products-grid .product-image, .featured .products-grid .product-image {
    margin-bottom: 10px;
}
.latest .products-grid h4 > a:hover, .featured .products-grid h4 > a:hover {
    text-decoration: underline;
}
.latest .products-grid h4 > a, .featured .products-grid h4 > a {
    font-size: 16px;
}
.latest .price, .featured .price {
    margin: 5px 0;
    font-size: 14px;
}
.latest .price-old, .featured .price-old {
    color: #a5a5a5;
    margin: 0;
    padding: 0 3px;
}
.latest .price-new, .featured .price-new {
    font-size: 20px;
    color: red;
    padding: 0 3px;
}
.save-off {
    color: #000;
    font-size: 14px;
}
.save-off span {
    color: red;
    font-weight: 600;
}
/* header start */
.greeting-container {
    background: #333;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
.greeting-container .welcome-msg {
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}
.container {
    max-width: 1400px;
}
.header-lg .header-top {display: flex; align-items: center; justify-content: space-between; margin: 15px 0; padding: 0 60px; position: relative;}
.header-lg .header-top .left-links, .header-lg .header-top .right-links {display: flex; align-items: center;}
.header-lg .header-top .left-links {margin-left: 220px;}
.header-lg .header-top .right-links > li:first-child {margin-right: 30px;}
.header-lg .header-top .right-links > li:nth-child(2) {margin-right: 20px;}
.header-lg .header-top .right-links a.my-account {font-size: 16px; display: flex; align-items: center; color: #494949;}
.header-lg .header-top .right-links i.fa-user {margin-right: 5px; font-size: 22px; color: #444;}
.header-lg .header-mid-logo {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center;}
.header-lg .header-mid-logo img {width: 80%;}
#nav {
    clear: both;
}
#nav ul.level1 {
    text-align: center;
    margin: 0;
}
#nav ul.level1>li {
    display: inline-block;
}
#nav ul.level1>li.category-top>a:after {
    content: '';
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    display: inline-block;
    vertical-align: middle;
    height: 0;
    width: 0;
    margin-left: 5px;
}
#nav li {
    text-align: left;
}
#nav a {
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 12px;
    font-size: 14px;
    line-height: 35px;
    color: #000;
}
#nav ul.level1>li:hover>a {font-weight: bold;}
#nav a:hover {font-weight: bold;}
#nav a:focus {color: #000;}
#nav ul.level2 {
    border-radius: 0;
    background: #fff;
    position: absolute;
    display: none;
    z-index: 30;
    min-width: 160px;
    padding: 10px 0 10px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
    cursor: pointer;
}
#nav ul.level2 li>a {
    line-height: 30px;
    padding: 0px 10px 0;
    color: #8f8f8f;
    text-transform: capitalize;
    transition: all 0.3s;
}
#nav ul.level2 li>a:hover {
    color: #000;
}
.header-fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 20;
    background: #fff;
    border-bottom: 1px solid #ccc;
}
.header > .logo-container {
    margin-left: -146px;
}
.my-account:hover, .my-account:focus {
    color: #494949;
    text-decoration: none;
}
.mobile-header .m-bt-search {
    margin-left: 25px;
}

.mobile-header .header {
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 10px;
}
.mobile-header .header a {
    color: #000;
    line-height: 48px;
}
.mobile-header .header .iconfont {
    color: #000;
    font-size: 22px;
}
.mobile-header .header .logo > a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-header .header .logo img {
    vertical-align: middle;
    max-width: 100%;
}
.mobile-header .header .mobile-cart {
    display: flex;
    margin-top: 1px;
}

.mobile-header .fa-user {
    font-size: 18px;
}
.mobile-header #cart #cart-total {
    top: 10px;
}
.mobile-header #show-cart > a{
    position: relative;
    float: right;
}
.mobile-header #show-cart > a span {
    top: 10px;
    right: -15px;
}
.mobile-header .fa-shopping-cart {
    font-size: 22px;
    color: #000;
}
.mobile-header .pc-search {
    background-color: #f5f5f5;
    padding: 13px;
    width: 100%;
    margin-top: -1px;
}
.mobile-header .pc-search input {
    width: 100%;
}
.mobile-header .pc-search > span {
    top: 20px;
    right: 15px;
}

.mobile-header #logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-header #logo {
    margin-top: 1px;
}
.prod-info-title {
    margin: 0;
    font-size: 28px;
    padding: 28px 0 10px;
    line-height: 35px;
}
.stock > span{
    color: #3d6611;
}
.related h4 > a {
    color: #000;
    font-size: 20px;
    margin: 0 auto;
    padding: 10px 0;
}
.nav-tabs > li > a {
    text-transform: uppercase;
    border-bottom: 1px solid #e4e4e4;
    font-size: 20px;
    padding: 5px;
    height: 45px;
    line-height: 35px;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    border: 0;
}
.nav-tabs > li {
    border: 0;
}
.footer-list {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pc-footer .icons {
    display: flex;
    align-items: center;
    padding: 10px 0;
    justify-content: center;
}
.pc-footer .icons li {
    padding: 0 30px;
    width: 40px;
}
.pc-footer .icons li a:hover, .pc-footer .icons li a:active i, .pc-footer .icons li a:hover, .pc-footer .icons li a {
    color: #000;
}
.pc-footer .icons li i {
    font-size: 26px;
}
.buttons .pull-right {
    margin-bottom: 15px;
    margin-right: 10px;
}
.register > label > input, .guest > label >input, .shipping_form div.radio label input, 
.shipping_method_label > input, .payment_method_label > input{
    margin-top: 8px;
}
.cate-h2 {
    font-size: 24px;
    color:#414b56;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
    margin: 15px 0;
    font-weight: bold;
}
.cate-page .first-row {
    width: 100%;
}
.cate-page .breadcrumb {
    margin: 0;
    margin-top: 15px;
}
.cate-page .products-grid {
    margin: 10px 0;
    text-align: center;
}
.text-empty {
    margin-left: 30px;
}
.caption h4 {
    overflow: hidden;
    text-overflow: ellipsis;
}
.caption h4 > a {
    font-size: 15px;
    margin: 0 auto;
    padding: 10px 0;
}
@media (min-width: 992px) {
    .cate-page #content > .container {
        padding: 0 40px;
    }
    .products-grid:nth-child(4n+1) {
        clear: both;
    }
}
@media (max-width: 991px) {
    .footer-list:nth-child(3) {
        clear: both;
    }
}
@media (max-width: 555px) {
    .search-content .first-row {
        padding-left: 10px;
    }
}
@media (max-width: 767px) {
    .page-title h2 {
        font-size: 20px;
    }
    .products-grid:nth-child(2n+1) {
        clear: both;
    }   
    .table-responsive {
        overflow: hidden;
    }
}

@media (max-width: 414px) {
    .product-row {
        width: 100%;
        margin-left: 15px;
        margin-bottom: 10px;
    }
    .search-content .first-row {
        margin-left: -4px;
    }
    .caption h4 > a {
        font-size: 16px;
    }
    .mobile-header .header .mobile-cart {
        padding-right: 10px;
    }
}
@media (max-width: 768px) {
    .pagination {
        margin-left: 7px;
    }
    .cate-h2 {
        margin-left: 36px;
    }
    .prod-info-title {
        padding-top: 10px;
    }
    footer {
        background-color: #e8e8e8;
        padding-top: 10px;
    }
    .pc-footer .icons li {
        padding: 0 35px;
    }
    .featured .page-title h2, .latest .page-title h2 {padding-left: 15px;}
}
@media (min-width: 767px) and (max-width: 768px) {
    .search-content .text-right {
        margin-top: 50px;
    }
    .cate-page #content .container {
        margin-left: 14px;
    }
    .cate-page #content .product-row > .container {
        margin-left: 40px;
        margin-right: 0;
    }
    .thumbnails > li:nth-child(1) > a > img {
        width: 738px;
        height: 738px;
    }
    .thumbnails {
        margin-left: 19px;
        margin-right: -10px;
    }
    .products-grid:nth-child(3n+1) {
        clear: both;
    }
    .information-contact #content label.email {padding: 7px 0;}
    body.account-register #content label {padding: 7px 0 0;} 
}
.main-container {
    width: 100%;
    margin: 0;
}
.header .headertop {
    height: 40px;
    background: #f5f5f5;
}
.mobile-header .m-search {
    display: none;
    clear: both;
    position: absolute;
    width: 100%;
    z-index: 222;
    outline: none;
}
.mobile-header .m-search .form-search {
    position: relative;
    border-bottom: 1px solid #c8cdcd;
}
.mobile-header .m-search input {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 0;
    padding: 0 40px 0 8px;
    font-size: 16px;
    outline: none;
}
.mobile-header .m-search button {
    position: absolute;
    right: 0;
    display: inline-block;
    top: -1px;
}
.price-h2 {
    color: red;
}
.mobile-header .category-tree {
    display: flex;
    align-items: center;
}
.selete-size-error {
    border-color: red;
    border-style: dotted;
}
.size-required-error {
    color: red;
    font-size: 16px;
    padding-left: 10px;
}
#quantity_10 {height: 36px;}
.product-row > .container {padding: 0;}
.banner-block2 {margin-top: 10px;}
.cont-img > .col-md-2 {padding: 0;}
.cont-img > .col-md-2 > div:nth-child(2) {margin-top: 17%;}
.cont-title {color: #f05a50; font-size: 42px; text-align: center;}
.desc {text-align: center; font-size: 16px; color: #000; margin-bottom: 30px; margin-top: 15px;}
.wrap-button {text-align: center;}
.wrap-button button {min-width: 250px; margin: 20px auto 5px; padding: 14px 30px; background: #f05a50; border: 0; color: #fff; font-size: 14px; font-weight: 600;}
.wrap-button button:focus {border: 0; outline: none;}
@media (max-width: 768px) {
    .banner-block2 > div {padding: 0; margin-top: 10px;}
    .banner-block2 > div img {width: 100%;}
    .cont-img > .col-md-4 {display: none;}
    .cont-img > .col-md-2:nth-child(2) > div:nth-child(2) {display: none;}
    .cont-img > .col-md-2:nth-child(2) > div:first-child, .cont-img > .col-md-2:nth-child(4) > div {padding: 0;}
    .cont-img > .col-md-2 > div:nth-child(2) {margin-top: 0;}
}
@media (max-width: 414px) {
    .mobile-header .header {padding: 0;}
}