@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

@font-face{
    font-family: 'Poppins-Regular';
    src:url(../../../javascript/webiarch/fonts/Poppins-Regular.ttf);
}
@font-face{
    font-family: 'Poppins-Bold';
    src:url(../../../javascript/webiarch/fonts/Poppins-Bold.ttf);
}
@font-face{
    font-family: 'Poppins-SemiBold';
    src:url(../../../javascript/webiarch/fonts/Poppins-SemiBold.ttf);
}
@font-face{
    font-family: 'Poppins-Medium';
    src: url(../../../javascript/webiarch/fonts/Poppins-Medium.ttf);
}
@font-face{
    font-family: 'Poppins-Light';
    src: url(../../../javascript/webiarch/fonts/Poppins-Light.ttf);
}
:focus {
    outline: none;
}
.tooltip {
    text-transform: capitalize;
}
.input-group .form-control {
    z-index: inherit;
}
ul{
	margin-bottom: 0;
	padding: 0;
}
.list-inline > li{
	padding: 0;
}
input[type="checkbox"], input[type="radio"] {
    margin: 3px 0 0;
}
input[type="checkbox"]{
	transform: scale(1.1);
}
input[type="file"]:focus, input[type="checkbox"]:focus, input[type="radio"]:focus {
    outline: none;
}
.select-input::after {
    font-family: 'fontawesome';
    content: '\f107';
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 6px;
    pointer-events: none;
}
#product-search .col-sm-3.select-input::after {
    right: 25px;
}
.catesort select.form-control,#product-search select.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    border-radius: 4px !important;
}
.form-control {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
}
.select-input {
    position: relative;
}
body {
	font-family: 'Noto Sans TC';
	font-weight: 400;
	color: #313131;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.8px;
	width: 100%;
	background-color: #f3f7f8;
}
.dropdown-menu {
    box-shadow: 0 0px 5px rgba(0,0,0,.175);
}
.form-control {
    border: 1px solid #e5e5e5;
    box-shadow: none;
    border-radius: 4px;
}
.form-control:focus {
    border-color: #0766af;
    box-shadow: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus,a:focus{
    outline: none;
}
a:hover,a:focus{
	text-decoration: none;
	color: #0766af;
}
.btn.active, .btn:active{
	box-shadow: none;
}
svg{
	vertical-align: middle;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
.img-thumbnail{
	border: none;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* 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 {
	color: #000;
	transition: 0.3s all ease;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	color: #0766af;
	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;
	line-height: normal;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
	background-color: transparent;
	text-decoration: none;
	color: #0766af !important;
}
/* top */
#top {
	background-color: #f6f6f6;
	padding: 15px 0;
}
#top . {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
	line-height: 30px;
	padding: 0 10px;
	text-transform: capitalize;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #0766af;
}
#top .btn-link, #top a ,#top svg{
	color: #313131;
	font-size: 13px;
	text-decoration: none;
	transition: all 0.4s ease-in-out 0s;
	padding: 0;
    letter-spacing: 0.8px;
}
#top .btn-link:hover, #top a:hover ,#top a:hover svg,#top .btn-link:focus{
	color: #0766af;
	fill: #0766af;
	background-color: transparent;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	margin-top: 10px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
}
/* cart */
#cart .btn-danger {
    background-color: #fff;
	color: #000;
	padding: 0;
	border-color: #fff;
	transition: all 0.4s ease-in-out 0s;
}
#cart .btn-danger:hover{
    background-color: #fff !important;
	color: #7a7a7a !important;
	border-color: #fff;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	fill: #000;
	background-color: transparent;
	border: none;
	box-shadow: none;
	padding: 0;
}
#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: #fff;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 200px;
	width: 300px;
}
@media(min-width: 768px){
	#cart .dropdown-menu {
		margin: 0 14px;
	}
}
.cartbt .btn{
	padding: 9px 10px 7px 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		min-width: 300px;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .table-striped > tbody > tr:nth-of-type(2n+1) {
    background: none;
}
#cart li tbody tr td {
    border-bottom: 1px solid #f6f6f6 !important;
	border: none;
}
#cart li tbody tr td {
    border-bottom: 1px solid #f6f6f6 !important;
	border: none;
}
.cartqt{
	width: 12%;
}
.cartdrop {
    padding: 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.cartname {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 10px;
    width: 130px;
    font-size: 14px;
}
.cartprice {
    clear: both;
    position: relative;
    top: -30px;
    left: 66px;
    width: 50%;
    color: #000;
    font-size: 13px;
    direction: ltr;
    margin-bottom: -10px;
}
#cart .dropdown-menu li > div {
	padding: 0 10px;
}
#cart .dropdown-menu li > div table td {
	border: 1px solid #ececec;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
.dropdown-submenu .submenu-title {
    font-family: 'Noto Sans TC';
    font-size: 14px !important;
    line-height: 22px;
    position: relative;
    text-transform: capitalize;
    margin: 0 0 5px;
    padding: 4px 0;
    color: #000;
    font-weight: bold;
}
/* menu */
#menu {
	background-color: #fff;
	margin-bottom: 30px;
}
#menu .nav > li > a {
	color: #222222;
    padding: 14.1px 0px;
    font-size: 14px;
    background-color: transparent;
    border-bottom: 1px solid #f1f1f1;

}
#menu .nav > li:last-child a {
    border-bottom: none;

}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	color: #0766af;
}
#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: 14px;
	text-transform: capitalize;
	direction: ltr;
}
#menu .dropdown-inner li a:hover {
	color: #0766af;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	padding: 3px 20px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #0766af;
}
#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: #000;
    float: right;
    padding: 0;
    box-shadow: none;

}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #0766af;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {

	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #000;
	}
	#column-left{
		padding: 0
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #fff;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover,.foot-payment li a i:hover {
	color: #0766af;
}
footer h5 {
	font-family: 'Noto Sans TC';
	font-size: 16px;
	text-transform: uppercase;
	color: #000000;
}
/* alert */
.webi-single-blog .alert,.news-popup .alert {
	position: unset;
}
.alert {
	padding: 8px 14px 8px 14px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 4px;
	z-index: 9;
}
.alert .close {
    opacity: 1;
    right: 0;
    top: 0;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	background-color: #fff;
	border-radius: 4px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	padding: 0 20px;
	position: relative;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	right: -4px;
	width: 9px;
	height: 9px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	transform: rotate(-45deg);
}
.breadcrumb > li:last-child::after {
    border-bottom: 0;
    border-right: 0;
}
.breadcrumb > li + li::before {
    content: '';
    padding: 0;
}
.pagination {
	margin: 0;
}
@media(min-width: 600px){
	.pagination {
		display: inline;
	}
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 14px;
	border: none;
	text-transform: capitalize;
	border-radius: 4px;
	box-shadow: none;
	font-family: 'Noto Sans TC';
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #ffffff;
	background-color: #0766af;
	border: none;
	transition: all 0.3s linear;
}
.btn-primary {
	color: #ffffff;
	background-color: #0766af;
	border: none;
	transition: all 0.3s linear;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled],
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover,.btn-primary.focus, .btn-primary:focus,
.btn-primary.disabled:hover,.btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus,.btn-default:hover,
.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default,.btn-default:active:hover,.btn-default.focus, .btn-default:focus,
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover,
.btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover
{
	background-color: #000;
	color: #fff;
}
.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;
	background-color: #000;
	transition: all 0.3s linear;
	border: none;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	color: #ffffff;
	background-color: #0766af;
	border: none;
}
.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: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled],.btn-link:focus,.btn-link.focus,.btn-link:hover{
	background-color: transparent;
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	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-thumb {
	position: relative;
}
.product-thumb .image {
	text-align: center;
	background-color: #f3f3f3;
	border-radius: 4px;
}
.product-thumb .image img{
	border-radius: 4px;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 0px;
}
}

.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 6px;
}
.rating .fa-star-o {
	color: #0766af;
	font-size: 13px;
}
.rating .fa-star {
	color: #0766af;
	font-size: 13px;
}
.rating .fa-star + .fa-star-o {
	color: #0766af;
}
h2.price {
	margin: 0;
}
.product-thumb .price,.product-thumb1 .price {
	color: #db2222;
    font-size: 18px;
	font-family: 'Noto Sans TC';
	letter-spacing: 0.5px;
	margin-bottom: 0;
}
.product-thumb .price-old,.product-thumb1 .price-old {
	color: #929292;
	text-decoration: line-through;
}
.product-thumb .price-tax {
	color: #929292;
	font-size: 12px;
	display: block;
}
.thumbnails {
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#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-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-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%;
    }
}

/* 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;
}

/* 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;
}

/* custom css */
@media (min-width:1410px) {
	label,.form-control {
    	font-size: 14px !important;
	}
/*
    .container {
        width: 1380px;
    }
*/
    .headlogo,#column-left,.stmenu{
    	width: 22%;
    }
    .acpage #content {
	    width: 56%;
	}
	.acpage #column-right {
	    width: 22%;
	}
    #content,.stme2{
    	width: 78%;
    }
    .hsearch{
    	width: 61.33%;
    }
}
@media(min-width: 768px){
	 #content{
	 	padding-left: 5px;
	 }
	 .acpage #content {
	    padding-left: 5px;
	    padding-right: 5px;
	}
	 #top-links .open .dropdown-menu, #top .open .dropdown-menu,.inuser.open .dropdown-menu{
	    visibility: visible;
	    opacity: 1;
	    filter: alpha(opacity=100);
	    margin-top: 15px !important;
	}
	#top-links .dropdown-menu, #top .dropdown-menu,.inuser .dropdown-menu{
	    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	    visibility: hidden;
	    display: block;
	    opacity: 0;
	    filter: alpha(opacity=0);
	    transition: all 0.35s ease-out 0s;
	    margin-top: 50px;
	    right: 0;
	    left: auto;
	    margin: 10px 0 0;
	    border: 1px solid #eee;
	    box-shadow: 2px 2px 11px rgba(0,0,0,0.1);
		transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
		visibility: hidden;
		display: block;
		opacity: 0;
		filter: alpha(opacity=0);
		transition: all 0.35s ease-out 0s;
		margin-top: 50px;
	}

}
@media(max-width: 1199px){
	.container {
    	width: 100%;
	}
}
.lang, .cur,.hcontact {
    display: inline-block;
}
/* header */
.haccount i{
	margin: 0 5px;
}

.haccount > li > a {
    padding: 3px 10px;
    line-height: 25px;
}
.head-left{
    font-size: 13px;
}
.head-left span{
	margin: 0 10px;
/*	text-transform: capitalize;*/
	font-family: 'Noto Sans TC';
}
.cur .btn.test::before {
	content: '';
	border-left: 2px solid #d6d6d6;
	margin: 0 20px;
	height: 10px;
	display: inline-block;

}
.cur .btn.test::after {
	content: '';
    border-left: 2px solid #d6d6d6;
	height: 10px;
	display: inline-block;
	margin: 0 20px;
}
.hcontact svg{
	margin: 0 5px;
}
header #cart-total {
    position: absolute;
    top: -5px;
    background-color: #0766af;
    width: 15px;
    text-align: center;
    border-radius: 50%;
    right: 12px;
    color: #fff;
    cursor: pointer;
    height: 16px;
    font-size: 10px;
    display: inline-block;
}
.huserb a.dropdown-toggle::after {
    content: '';
	border-left: 1px solid #f2f2f2;
	margin: 0 20px;
	font-size: 20px;
	position: relative;
	top: 3px;
}
.webimenu{
	background-color: #000000;
}
.hsearch{
	margin-top: 2px;
}
header {
    padding: 27.5px 0;
    background-color: #fff;
}
#top-links svg:hover,#cart > .btn:hover svg{
	fill: #0766af;
}
#top-links.nav .open > a, #top-links.nav .open > a:focus, #top-links.nav .open > a:hover{
	background-color: transparent;
}
.view_more.my-menu{
	cursor: pointer;
}
/* Search-category */
.sblock{
	display: block;
}
.ajax-result-msg {
    padding: 10px 15px;
}
.ajax-load-img{
	max-width: 80px;
}
#search-by-category .list-des{
	font-size: 12px;
	color: #777;
}
#search-by-category .search-container .categories-container{
    float:left;
	width: 160px;
    position:relative
}
#search-by-category .search-container .categories-container .hover-cate p {
	position: relative;
	margin-bottom: 0;
	border: 1px solid #eee;
	height: 40px;
	cursor: pointer;
	padding: 9px 10px;
	border-radius: 4px 0 0 4px;
}
#search-by-category .search-container .categories-container .hover-cate p:after {
	content: "\f107";
    font-family: 'fontawesome';
    position:absolute;
	right:20px;
	top: 10px;
	font-size: 18px;
}
#search-by-category .search-container .categories-container .hover-cate .cate-items{
    z-index: 9999;
	position: absolute;
	display: none;
	background: none repeat scroll 0% 0% #FFF;
	max-height: 300px;
	overflow: auto;
	padding: 15px;
	width: 100%;
	cursor: pointer;
	border: 1px solid #eee;
	line-height: 25px;
	text-transform: capitalize;
}
#search-by-category .search-ajax{
	position: absolute;
	z-index: 99;
	background: none repeat scroll 0% 0% #fff;
	left: 15px;
	top: 100%;
	right: 15px;
}
#search-by-category .search-ajax .ajax-result-container .ajax-result-list{
    display:block;
    border:1px solid #ddd;
    max-height:345px;
    overflow: auto;
}
#search-by-category .item-inner:before {
	display:none;
}
#btn-search-category {
	background: #0766af;
	color: #fff;
	border: 1px solid #0766af;
	height: 40px;
	box-shadow: none;
	text-transform: uppercase;
	font-family: 'Noto Sans TC';
	font-size: 13px;
	padding: 3px 8px 0 8px;
	min-width: 100px;
	transition: 0.3s ease;
    letter-spacing: 0.8px;
}
#btn-search-category:hover {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}
#text-search { 
	width: 100%;
	border: 1px solid #eee;
	height: 40px;
	padding: 0 15px;
}
.ajax-loader-container {
	display: none;
}
.ajax-result-item {
	list-style: none;
}
.ajax-loader-container {
	position: absolute;
	z-index: 110;
	height: 300px;
	background-color: white;
	border: 1px solid #eee;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
}
.product-info .price-old {
	text-decoration: line-through;
}
.ajax-result-list .product-image img{
	max-width: 90px;
}
.ajax-result-list .product-name{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	text-transform: capitalize;
	margin: 0 0 10px 0;
}
.ajax-result-list .old-price{
	font-size: 16px;
}
.ajax-result-list .product-info{
	border-bottom: 1px solid #eee;
	padding: 15px 0;
}
/* .ajax-result-container{
	display: block !important

} */
.item-cate{
	list-style: none;
}
.item-cate.f1{
	margin-left: 10px;
}
 /* Search-category over */
 /* menu */
 @media(min-width: 768px){
 	#wr-menu-icon h3.wr-menu {
	    margin-bottom: 0;
		font-size: 13px;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: normal;
		font-family: 'Noto Sans TC';
		color: #fff;
		background-color: #187fc4;
		padding: 7px 15px;
		border-radius: 4px;
		height: 44px;
		cursor: pointer;
		margin-top: -78px;
	}
	#wr-menu-icon .btn-navbar.navbar-toggle {
	    padding: 0;
	    border: none;
	    cursor: pointer;
	    background-color: #5eb7e8;
	    border-radius: 50%;
	    min-width: 30px;
	    min-height: 30px;
	    text-align: center;
	    margin: 0px;
	    padding-top: 5px;
	    cursor: pointer;
	    -webkit-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	    display: block;
	}
	#wr-menu-icon .cate{
		margin: 9px 15px;
		display: inline-block;
	}
	#wr-menu-icon:hover .ico-menu .bar::after {
	    left: 0;
	}
	.ico-menu {
	    position: relative;
	    width: 15px;
	    top: -8px;
	    margin: 0 auto;
	    left: -8px;
	}
	.btn-navbar.navbar-toggle {
	    cursor: pointer;
	    text-align: center;
	    cursor: pointer;
	}
	.ico-menu .bar:nth-child(1) {
	    top: 0;
	    width: 18px;
	}
	.ico-menu .bar {
	    position: absolute;
	    height: 1px;
	    background-color: #fff;
	    overflow: hidden;
	}
	.bar {
	    height: 12px;
	    width: 20px;
	    display: inline-block;
	}
	.ico-menu .bar:nth-child(2) {
	    top: 5px;
	    width: 16px;
	}
	.ico-menu .bar:nth-child(3) {
	    top: 10px;
	    width: 12px;
	}
	.ico-menu .bar:nth-child(3)::after {
	    -webkit-transition-delay: 0.3s;
	    transition-delay: 0.3s;
	}
	.ico-menu .bar::after {
	    content: '';
	    display: block;
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    top: 0;
	    left: 100%;
	    z-index: 1;
	    background: #0766af;
	    -webkit-transition: 0.3s;
	    transition: 0.3s;
	    transition-delay: 0s;
	}
	.ico-menu .bar:nth-child(2)::after {
	    -webkit-transition-delay: 0.2s;
	    transition-delay: 0.2s;
	}
	.ico-menu .bar:nth-child(1)::after {
	    -webkit-transition-delay: 0.1s;
	    transition-delay: 0.1s;
	}
	#_desktop_top_menu:hover .btn-navbar.navbar-toggle {
	    background-color: #4de8d9;
	}
	#menu1 li a::after {
	    content: '';
		border: 1px solid #fff;
		height: 12px;
		font-size: 7px;
		position: relative;
		top: -1px;
		margin: 0 30px;
	}
	#menu1 li a {
	    color: #fff;
	    font-size: 13px;
	    text-transform: capitalize;
	    letter-spacing: 1px;
	    font-family: 'Noto Sans TC';
	    transition: all 0.3s ease-in-out;
	}
	#menu1 li a:hover{
		color: #0766af;
	}
	#menu1 li:last-child a::after{
		border: none;
	}
 }
 .list-inline{
 	margin: 0;
 }
 .webimenu {
    background-color: #1b4673;
    padding: 15px 0;
    margin-bottom: 30px;
}
.cate-menu{
	margin-top: 34px;
}
/* slider */
#slideshow0 img {
    border-radius: 4px;
}
.owl-wrapper-outer {
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
}
#slideshow0.owl-theme .owl-controls .owl-page span {
    opacity: 1;
    background: #fff;
    box-shadow: none;
    margin: 0;
}
#slideshow0.owl-theme .owl-controls .owl-page.active span, #slideshow0.owl-theme .owl-controls .owl-page:hover span {
    opacity: 1;
    background: #0766af;
}
#slideshow0 .owl-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    top: auto;
}
/* service */
.deliveryinfo li{
    vertical-align: middle;
}
.deliveryinfo li svg {
    fill: #9f9f9f;
    margin: 0 5px;
    transform-style: preserve-3d;
    transition: all 1.0s linear;
}
.deliveryinfo ul li h4 {
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'Noto Sans TC';
    color: #000;
    margin-bottom: 0;
}
.deliveryinfo ul li p {
    font-size: 11px;
    text-transform: capitalize;
    font-family: 'Noto Sans TC';
    color: #6d6d6d;
    margin-bottom: 0;
}
.deliveryinfo{
/*
    background-color: #fff;
    padding: 25px 0;
*/
    margin-top: 30px;
    margin-bottom: 30px;
	border-radius: 4px;
}
.deliveryinfo ul:hover svg{
    transform: rotateY(180deg);
    cursor: pointer;
    fill: #0766af;
}
@media (min-width: 1200px){
    .sborder{
    position: relative;
}
.sborder::before{
    content: '';
    border-left: 1px solid #dadada;
    height: 35px;
    left: -15px;
    position: absolute;
    top: 10px;
}
}
/* prodoct */
.owl-theme .owl-controls .owl-buttons div {
    color: #000 !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    opacity: 1 !important;
    position: absolute;
    top: -55px;
    left: auto;
}
.owl-theme .owl-controls .owl-buttons .owl-prev::after {
    content: '|';
    color: #919191;
    font-size: 12px;
    padding: 0 20px;
    vertical-align: top;
    position: relative;
    top: 3px;
}
.owl-carousel .owl-buttons div i {
    font-size: 22px !important;
    margin: 0 !important;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    right: 20px;
}
.owl-carousel .owl-buttons .owl-next {
    right: 10px !important;
}
.owl-theme .owl-controls .owl-buttons div i:hover {
    color: #0766af;
}

.nav-tabs > li{
	float: none;
	display: inline-block;
}
.tab-head h1{
	text-transform: uppercase;
	font-family: 'Noto Sans TC';
	color: #000;
	font-size: 16px;
	margin: 0
}
.tab-head{
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
.tab-head h3 span hr{
	border-top: 3px solid #0766af;
	margin: 8px 0 0 0;
}
.tab-head h3 span{
    display: inline-grid;
}
.tab-head .nav-tabs > li.active > a,.tab-head .nav-tabs > li.active > a:focus,.tab-head .nav-tabs > li.active > a:hover,.tab-head .nav-tabs > li > a:hover {
    color: #0766af;
    cursor: default;
    background-color: #fff;
    border: none;
    cursor: pointer;
}
.tab-head ul{
	margin-right: 100px;
}
.tab-head .nav-tabs{
	border-bottom: none
}
.tab-head .nav-tabs > li > a:hover{
	background-color: transparent;
	border: none
}
.tab-head .nav-tabs > li > a{
	margin: 0;
	border: none;
	border-radius: 0;
	font-family: 'Noto Sans TC';
	font-size: 14px;
	text-transform: uppercase;
	color: #181818
}
.tab-head .nav > li > a{
	padding: 0;
	text-transform: uppercase;
}
.product-thumb:hover .second-img, .leftpro:hover .second-img,.toppro:hover .second-img {
    opacity: 1;
}
.product-thumb .second-img, .leftpro .second-img,.toppro .second-img {
    top: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}
.tabpro{
	background-color: #fff;
	border-radius: 4px;
	padding: 30px 5px 0 5px;
}
.pro-nepr .product-layout{
	padding: 0 10px;
	margin-bottom: 25px;
}
.latestb a::before {
    content: '';
	border-right: 2px solid #e7e7e7;
	font-size: 8px;
	position: relative;
	top: -4px;
	margin: 0 25px;
}
.salep {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #303030;
    font-size: 13px;
    font-family: 'Noto Sans TC';
    background-color: #fed951;
    border-radius: 2px;
    min-width: 63px;
    text-transform: uppercase;
    text-align: center;
    padding: 4px 0 2px 0;
}
.caption h4 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 180px;
}
.caption h4 a {
    color: #000;
    font-size: 13px;
    font-family: 'Noto Sans TC';
    transition: all 0.3s ease-out 0s;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}
.caption h4 a:hover, .caption h4:hover {
    color: #0766af;
}
.topbutton button{
	display: block;
	border: none;
	background-color: transparent;
	padding: 0;
}
.topbutton{
	position: absolute;
	top: 15px;
	right: 15px;
}
.wishcom{
	margin: 15px 0;
}
.topbutton svg {
    fill: #000;
    transition: all 0.3s ease-out 0s;
}
.topbutton svg:hover,.topbutton button:hover svg {
    fill: #0766af;
}
.acart {
    background-color: #0766af;
    padding: 9px 30px 7px 30px;
    border-radius: 5px;
    font-size: 12px;
    border: none;
    text-transform: uppercase;
    transition: 0.3s all ease;
    border-radius: 4px;
    color: #fff;
    font-family: 'Noto Sans TC';
    letter-spacing: 0.8px;
}
.acart:hover{
	background-color: #000;
}
.product-thumb .price-old{
	display: block;
	font-size: 12px;
}
@media(min-width: 992px){
	.product-thumb:hover .acart {
	    opacity: 1;
	    bottom: 3px;
	}
	.product-thumb .acart {
	    position: absolute;
	    bottom: -10px;
	    opacity: 0;
	    cursor: pointer;
	    text-align: center;
	    transition: 0.3s all ease;
	    left: 0;
        vertical-align: sub;
	}
	.product-thumb:hover .caption h4,.product-thumb:hover .caption .rating {
		opacity: 0;

	}
	.product-thumb .caption h4,.product-thumb .caption .rating {
		transition: 0.3s all ease;
	}
	.product-thumb:hover .topbutton,.product-thumb1:hover .topbutton{
		opacity: 1;
	}
	.product-thumb .topbutton,.product-thumb1 .topbutton{
		transition: 0.3s all ease;
		opacity: 0;
	}
	.product-thumb .price{
        position: relative;
	    bottom: 0px;
        height: 40px;
	    transition: 0.3s all ease;
	}
	.product-thumb:hover .pricedis {
		bottom: -2px !important;
/*		margin-top: -12px;*/
	}
	.product-thumb .pricedis {
/*		margin-top: -12px;*/
	}
	.product-thumb:hover .price{
	    bottom: -10px;
	}
}
.pricedis{
/*    margin-top: -10px;*/
}
@media(min-width: 992px){
	.cbanner {
		padding: 0;
	}
}
.cbanner .beffect:first-child{
	margin-bottom: 15px;
}
.topbanner{
	background-color: #fff;
	padding: 15px;
	margin: 30px 0;
	border-radius: 4px;
}
.topbanner img{
	border-radius: 4px;	
}
/* top rated */
.toppro .image{
	padding: 0;
}
.toppro .rating{
	margin-top: 5px;
}
.topprom{
	margin-bottom: 30px;
}
.toppro .caption h4 a{
	font-size: 14px;
}
.toppro .acart{
	border: 1px solid #e7e7e7;
	background-color: #fff;
	color: #000000;
	margin-top: 18px;
	padding-top: 10px;
}
.toppro .acart:hover{
	border: 1px solid #0766af;
	background-color: #0766af;
	color: #fff;
}
.toppro .caption {
	margin-top: 10px;
}
/* category tab */
.nav-tabs li a{
	text-transform: capitalize;
}
#cat_tab .nav-tabs{
	border: 1px solid #eee;
	border-radius: 4px;
}
.category-tab .nav-tabs li a, .category-tab .nav-tabs li.active a, .category-tab .nav-tabs li.active a:focus {
    margin: 0 15px;
    border-radius: 0;
    border-bottom: 1px solid #eee !important;
    padding: 15px 0;
    display: block;
    background-color: transparent;
    border: none;
    cursor: pointer
}
#cat_tab .nav-tabs > li.active > a, #cat_tab .nav-tabs > li.active > a:focus, #cat_tab .nav-tabs > li.active > a:hover,#cat_tab a:hover{
	color: #0766af;
}
#cat_tab a:hover::before,#cat_tab li.active a::before{
	content: '';
	border-right: 2px solid #0766af;
}
#cat_tab a::before{
	content: '';
	border-right: 2px solid #fff;
	font-size: 8px;
	position: relative;
	top: -3px;
	margin: 5px;
}
#cat_tab a:hover{
	padding-left: 10px;
	margin-left: 10px;
}
#cat_tab a::before,#cat_tab a::after{
	transition: 0.3s all ease;
}
#cat_tab a{
	transition: 0.3s all ease;
	font-size: 14px;
	text-transform: capitalize;
}
.category-tab .nav-tabs li {
    display: block;
}
@media (min-width: 600px){
.catb{
	display: none;
}
.home-cat.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    padding-right: 0;
}
}
.category-tab{
	margin-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.cat-tab {
    padding: 0 10px;
}
/* blog */
@media(min-width: 992px){
	.blog-comment{
	    margin-top: 0
	}
}
.blog-right h4{
	font-size: 13px;
	line-height: 22px;
	margin: 0;
	padding: 10px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.webi-post-author,.write-comment a{
	color: #8b8b8b;
	font-family: 'Noto Sans TC';
	font-size: 13px;
}
.seper{
	padding: 0 5px;
	color: #0766af;
}
#blog {
    padding-bottom: 30px;
}
.webi-post-author i{
	margin-right: 5px;
}
.blog-left:hover .webi_post_hover {
    opacity: 1;
    visibility: visible;1
    z-index: 1;
    -webkit-transform: scale(0.94,0.9);
}
.blog-left:hover .blog_mask {
    visibility: visible;
}
.webi-blog-image {
    position: relative;
    margin-bottom: 15px;
}
.webi-blog-image img{
	border-radius: 4px;
}
.beffect img{
	border-radius: 4px;
}
#blog .product-block .webi-blog-image {
    margin-bottom: 0;
}
#blog .product-block{
	padding: 0 10px;	
}
.webi_post_hover {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s ease;
    -webkit-transform: scale(0.8);
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    padding: 10px;
}
#blog img{
	border-radius: 4px;
}

.webi_post_hover .icon {
	border-radius: 50%;
	transform: translate(-50%, -50%);
	border: 2px solid #0766af;
	padding: 5px 9px;
	line-height: 12px;
}
.webi_post_hover .icon:hover{
	background-color: #0766af;
	color: #fff;
}
.webi_post_hover .icon:hover i{
	color: #fff;
}
.webi_post_hover .icon i{
	font-size: 16px;
	color: #000;
}
.readmore_link i{
	vertical-align: middle;
}
.product-block{
	padding-bottom: 30px;
}
.blog-ic{
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
}
.lb-nav a{
	transition: none
}
/* blog */
.blog-desc{
	color: #777;
	line-height: 25px;
}
.webi-single-blog .heading{
	font-size: 16px;
	text-transform: capitalize;
	color: #000;
}
.wco{
    margin-left: 38px;
    position: relative;
    top: 6px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #777;
}
.bcomment{
	border: 1px solid #f2f2f2;
	border-radius: 4px;
	padding: 15px;
}
.view-comment{
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.view-comment:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0
}
.blogu span{
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 23px;
}
.date span{
	margin: 0 20px;
}
.view-comment i {
    font-size: 18px;
    line-height: 30px;
}
.allcomment h5{
	font-family: 'Noto Sans TC';
	font-size: 14px;
	margin: 0 0 18px 0;
}
.blog_comment::before,.blog_comment::after{
	content: '|';
	padding: 0 13px;
}
.webi_blog_page .blog-desc{
	padding: 15px 0
}
.allmb{
	margin-bottom: 15px;
}
/* left product */
.left-heading span{
	text-transform: uppercase;
	font-family: 'Noto Sans TC';
	color: #000;
	font-size: 14px;
    display: inline-grid;
	margin: 0
}
.left-heading{
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0;
}
.left-heading span hr{
	border-top: 2px solid #0766af;
	margin: 8px 0 0 0;
}
.leftprobg {
    background-color: #fff;
    border-radius: 4px;
    padding: 20px 5px 0 5px;
    margin-top: 30px;
    position: relative;
}
.leftpro .image{
	padding: 0;
}
.product-layout.leftpro {
    float: left;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.leftpro .price{
	margin-bottom: 5px;
}
.leftprobg .leftpro:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
/* testimonial */
#owl-testi img.center-block{
	border: 3px solid #d0d0d0;
	 border-radius: 100%;
}
#owl-testi h4{
	color: #2e2e2e;
	font-family: 'Noto Sans TC';
	text-transform: capitalize;
	font-size: 15px;
	margin-top: 10px;
}
#owl-testi h5{
	color: #838383;
	font-family: 'Noto Sans TC';
	text-transform: capitalize;
	font-size: 12px;
}
#owl-testi{
	padding: 10px 15px 20px 15px;
}
#owl-testi p{
	color: #838383;
	font-size: 12px;
	font-family: 'Noto Sans TC';
	line-height: 22px;
	letter-spacing: 1px;
}
#owl-testi p img{
	float: left;
	margin: 0px 5px;
}
#owl-testi.owl-theme .owl-controls .owl-page span {
    opacity: 1;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: none;
    margin: 0;
}
#owl-testi.owl-theme .owl-controls .owl-page.active span, #owl-testi.owl-theme .owl-controls .owl-page:hover span {
    opacity: 1;
    background: #0766af;
    border: 1px solid #0766af;
}
#owl-testi .owl-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    top: auto;
}
/* newslettter */
.webi-newsletter h3 {
    text-align: center;
    font-size: 22px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-family: 'Poppins-SemiBold','Noto Sans TC';
    font-weight: normal;
    margin-bottom: 30px;
    margin-top: 25px;
    color: #282828;
}
.webi-newsletter hr {
    border-top: 2px solid #e5e5e5;
    width: 60px;
}
.description-top p{
    font-size: 12px;
    opacity: 0.5;
    padding: 0 10px;
    margin-bottom: 25px;
}
.webi-newsletter .btn {
    background-color: #0766af;
	border-radius: 4px;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Noto Sans TC';
	padding: 10px 30px;
	transition: all 0.45s ease 0s;
	border: 1px solid #0766af;
	box-shadow: none;
	margin-top: 5px;
}
.emailbtn:hover,.webi-newsletter .btn:hover {
    color: #fff !important;
    background-color: #000;
    border: 1px solid #000;
}
#formNewLestter {
    padding: 10px 15px;
}
.offerbanner{
	margin-top: 30px;
}

/* footer */
.foothr{
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 50px;
}
@media(min-width: 768px){
	.middle-footer h5 button {
    	display: none;
	}
	.footer-collapse.collapse ,#filtercol.collapse{
	    display: block !important;
	    height: auto !important;
	    padding-bottom: 0;
	    overflow: visible !important;
	}
}
footer a, footer #contact li {
    cursor: pointer;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #808080;
    padding: 0;
    word-break: break-all;
}
.social li {
    min-width: 35px;
    min-height: 35px;
    text-align: center;
    transition: 0.3s ease;
    display: inline-block;
    border-radius: 100%;
    background: #dfdfdf;
    color: #4f4f4f;
}
.social li a {
    display: block;
    color: #4f4f4f;
    position: relative;
    top: 3px;
}
.social li:hover{	
	background: #0766af;
    color: #fff;
}
.social li:hover a{
    color: #fff;
}
#scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    z-index: 8;
    height: 36px;
    width: 36px;
    line-height: 38px;
    display: none;
    outline: none;
    text-align: center;
    border-radius: 1px;
    transition: all .5s ease-in-out;
}
.f-left span{
	margin-left: 25px;
	display: block;
	position: relative;
	top: -4px;
}
.f-left img{
	float: left;
}
.f-left li:nth-child(2) span{
	margin-left: 26px;
}
.f-left li:nth-child(3) span{
	margin-left: 27px;
}
.foot-power {
    background-color: #f3f7f8;
    padding: 10px 0;
    color: #222;
    margin-top: 50px;
}
.footabout p{
	color: #a7a3a3;
	line-height: 25px;
	font-size: 13px;
	margin: 30px 0;
}
.f-left li{
	margin-bottom: 10px;
}
@media(min-width: 992px){
	.fborder::before {
	    content: '';
		border-left: 1px solid #f5f5f5;
		position: absolute;
		height: 250px;
		top: 10px;
		left: 0;
	}
}
.foot-payment li a i {
    color: #616161;
    margin-right: 20px;
    font-size: 22px;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu{
		display: block;
	}
	#menu .dropdown:hover .dropdown-menu{
		display: block;
		padding: 12px 0;
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
		border-radius: 0;
	}
	#menu .dropdown-menu{
		background: #FFF;
		visibility: hidden;
		display: block;
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transition: all 0.35s ease-out 0s;
		-o-transition: all 0.35s ease-out 0s;
		transition: all 0.35s ease-out 0s;
		left: 100%;
		margin: 0 15px !important;
		border: none;
		}
	#menu .nav > li > a::before{
	    background-color: transparent;
	    content: "";
	    height: 3px;
	    left: 0;
	    margin: 0 auto;
	    position: absolute;
	    right: 0;
	    bottom: 0;
	    transition: all 0.4s ease-out 0s;
	    width: 3px;
	}
	#menu .dropdown-inner a {
	    min-width: 210px;
	    padding: 3px 9px;
	}
	#menu .dropdown-menu{
	    padding: 12px 0;
	    top: 0;
	}
	.enangle {
    	float: right;
    	transition: all 0.3s ease 0s;
    	margin-top: 2px;
	}
	#menu li a:hover .enangle{
    	transform: rotate(-90deg);
	}

}
.thumb_img{
	margin-right: 15px;
}
.view_more.my-menu {
    color: #222222;
    padding: 15px 0px;
    font-size: 14px;
    background-color: transparent;
    border-top: 1px solid #f1f1f1;
}
/* product page */
.qtlabel{
	position: relative;
	margin-right: 10px;
	top: -14px;
}
.product-bg{
	background-color: #fff;
	padding: 15px 0;
	border-radius: 4px;
	margin: 0;
}
.thumbnails img{
	border-radius: 4px;
    max-height: 100%;max-width: 100%
}
.pro-price{
	font-size: 18px !important;
}
.palert,#tab-review,#accordion .alert{
	position: unset;
}
#tab-review i{
	color: #0766af;
}
#tab-review .fa.fa-stack {
    font-size: 10px;
}
#tab-specification .table-bordered > thead > tr > td,#tab-specification .table-bordered > tbody > tr > td{
	border: 1px solid #f6f6f6;
}
#tab-specification strong{
	color: #000;
}
.thumbnail {
    border-radius: 0;
    padding: 0;
    position: relative;
    border: none;
}
.pro-content h1 {
    font-size: 18px;
    text-transform: uppercase;
    color: #161616;
    letter-spacing: 1px;
    margin-top: 0;
}
.pro-content .qty-plus-minus .form-control {
    width: 45px;
    text-align: center;
    color: #232d2a;
}
.btnplus {
    border-left: 0;
    line-height: 22px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btnminus {
    border-right: 0;
    line-height: 22px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.producthr {
    border-top: 1px solid #ddd;
}
.text-decor, .text-de {
    text-transform: capitalize;
    color: #161616;
    font-size: 14px;
    letter-spacing: 1px;
    min-width: 150px;
    display: inline-block;
}
.pwishcom svg{
	fill: #fff;
}
.textdeb {
    color: #0766af;
    margin: 0 4px;
}
.textdeb:hover{
    color: #000;
}
.text-decor-bold, .text-decor-bold h2 {
    text-transform: capitalize;
    color: #161616;
    font-size: 16px;
    letter-spacing: 1px;
}
.text-decor-bold.proprice h2 {
	font-size: 22px;
	margin-top: 0;
}
.custom-radio .img-thumbnail {
    display: block;
    padding: 0;
    border-radius: 4px;
    border: none;
    height: 30px;
    width: 30px;
}
.text-decorop {
    text-transform: capitalize;
    color: #161616;
    font-size: 14px;
    letter-spacing: 1px;
}
.datebtn {
    background-color: #0766af;
    color: #fff;
    border-radius: 4px;
    border: none;
    box-shadow: none;
    transition: all 0.5s linear;
    padding: 8.4px 12px;
    font-size: 12px;
}
.datebtn:hover, .btnup:hover, .add-to-cart:hover {
    background-color: #000;
    color: #fff;
}
.btnup {
    color: #fff;
    background-color: #0766af;
    border: none;
    transition: all 0.5s linear;
    font-size: 16px;
    box-shadow: none;
}
/* .btn.focus, .btn:focus, .btn:hover{
	color: #fff;
	background-color: #000;
} */
.btn i{
	vertical-align: middle;
}
/* .add-to-cart {
    border: 1px solid #2a5390;
    padding: 10px 20px;
    background: #2a5390;
    box-shadow: none;
    opacity: 1;
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
    transition: all 0.5s linear;
} */
.prowrite {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 30px;
}
.proreview {
    text-align: center;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 4px;
    text-transform: capitalize;
    margin: 0 5px;
    padding: 0 5px !important;
}
.prorate {
    
    font-size: 16px;
    letter-spacing: 1px;
    margin: 5px 0;
}
.zoomWindow{
	/* border: 1px solid #2a5390 !important; */
	top: 0 !important;
}
.productwish button {
    background-color: transparent;
    color: #000;
    box-shadow: none;
    border: none;
    font-size: 37px;
    margin-right: 10px;
    padding: 0;
}
.pro-content .qty-plus-minus .form-control:focus{
    border-color: #ebebeb;
}
.pro-content #input-quantity{
	border-radius: 0;
}
.product-tab{
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0 15px;
	background-color: #fff;
	border-radius: 4px;
}
.product-tab li a{
	border: none !important;
	background-color: transparent !important;
}
.product-tab .nav-tabs > li.active > a, .product-tab .nav-tabs > li.active > a:focus, .product-tab .nav-tabs > li.active > a:hover{
	color: #0766af;
}
.product-tab .nav-tabs li.active::after {
    height: 2px;
    width: 100%;
}
.product-tab .nav-tabs li::after {
    content: '';
    position: absolute;
    bottom: -1px;
    transition: all .3s ease-in-out;
    width: 0;
    border-bottom: 2px solid #0766af;
    left: 0;
}
.product-tab .tab-pane {
    padding: 15px 0;
}

@media(min-width: 992px){
    .sticky {
        position: sticky;
        top: 15px;
    }
}
/* category page */

.cate-top img{
	padding: 0 10px;
}
@media(min-width: 768px){
	.product-list .product-thumb .caption h4{
		margin-top: 0;
		max-width: inherit;
	}
	.product-list .caption{
		float: left;
		padding-left: 15px;
	}
}
.productspm .product-list:last-child{
	margin-bottom: 0;
}
@media (min-width: 1200px){
	.product-list .product-thumb .caption h4{
		font-size: 16px;
	}
	.product-list .image{
		width: 25%;
		position: relative;
	}
	.product-list .caption{
		width: 75%;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.price-new{
		margin-top: 3px;
		display: inline-block;
	}
	#account-wishlist .btn-danger,#product-compare .btn-danger{
		margin-top: 5px;
	}
	.product-list .image{
		width: 30%;
		position: relative;
	}
	.product-list .caption{
		width: 70%;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.dropdown-inner a {
	    min-width: 145px !important;
	    padding: 3px 5px !important;
	}
	#product-compare .btn-danger{
		margin-top: 5px;
	}
	.pagi .tot{
		font-size: 12px;
	}
	.product-thumb .price{
		min-height: 30px;
	}
	.product-list .image{
		width: 40%;
		position: relative;
	}
	.product-list .caption{
		width: 60%;
	}
	.product-list .product-thumb .price{
		margin-top: -1px !important;
		margin-bottom: 10px;
	}
	.catesort{
		clear: none !important;
	}
}
.productspm {
    background-color: #fff;
    margin: 0;
    padding: 15px 5px;
    border-radius: 4px;
}
.product-grid{
	padding: 0 10px;
}
.filter-panel .panel-footer{
	background-color: #fff;
}
.filter-panel .list-group a {
    color: #000;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 10px;
    font-weight: normal;
}
.filter-panel .list-group a:hover {
    background-color: transparent;
    border-bottom: 1px dotted #ddd;
}
.filter-panel .list-group-item {
    background-color: transparent;
}
.cate-top {
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
}
.cate-top h2{
	font-size: 18px;
	color: #000;
	letter-spacing: 0.5px;
	margin-top: 0;
	text-transform: capitalize;
}
.cate-top p{
	font-size: 12px;
	color: #aaa;
	letter-spacing: 0.5px;
	text-transform: capitalize;
}
.cate-border {
    background-color: #fff;
	border-radius: 4px;
	margin: 25px 0;
	padding: 10px 0px;
}
#compare-total{
	padding: 0;
	color: #000;
	position: relative;
	top: 5px;
}
#compare-total:hover{
	background-color: #fff;
	color: #fec22b;
}
#compare-total:hover{
	color: #000;
}
.catesort label {
    background-color: #fff;
    border: none;
    font-size: 16px;
    color: #161616 !important;
}
.catesort .input-group .form-control {
    z-index: 0;
    font-size: 12px !important;
    -webkit-padding-before: 7px;
}
.catesort select option {
    background-color: #fff;
    color: #161616;
}

.listgridbtn {
    background-color: #fff;
    color: #161616 !important;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px !important;
    border: 1px solid transparent;
    border-radius: 4px !important;
}
.listgridbtn.active, .listgridbtn.active:hover, .listgridbtn:hover {
    border: 1px solid #7a7a7a;
    background-color: transparent;
    padding: 5px;
    box-shadow: none;
}
.listgridbtn i {
    font-size: 22px;
}
.btn-link:focus, .btn-link:hover{
	text-decoration: none;
}
.product-grid .product-thumb{
	background-color: #fff;
	margin-bottom: 20px;
}
.product-thumb .clearfix{
	height: 0;
}
@media(min-width: 768px){
	.product-list .product-thumb:hover .acart {
	    opacity: 1;
	}
	.product-list .product-thumb .acart {
	    position: unset;
	    opacity: 1;
	}
	.product-list .product-thumb:hover .caption h4,.product-list .product-thumb:hover .caption .rating {
		opacity: 1;
	}
	.product-list .product-thumb .caption h4,.product-list .product-thumb .caption .rating {
		transition: none;
		float: none !important
	}
	.product-list .product-thumb .price-old{
		display: inline-block;
	}
	.product-list .product-thumb .topbutton{
		transition: none;
		opacity: 1;
	}
	.product-list .product-thumb .price{
        position: unset;
	    bottom: 0px;
	    transition: none;
	    text-align: left;
	    margin-top: 0px;
		margin-bottom: 10px;
	}
	.product-list .product-thumb:hover .pricedis {
		bottom: 0px !important;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	.product-list .product-thumb:hover .price{
	    bottom: 0px;
	}
}
.product-list{
	margin-bottom: 20px;
	padding: 0 5px;
}
.product-list .button-group{float: right}
.product-grid .list-des {
    display: none;
}
.list-des{
	text-transform: capitalize;
	color: #282828;
	max-height: 40px;
	overflow: hidden;
}
.product-list .caption h4 a{
	font-size: 18px;
	color: #000;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover,.list-group-item.active, .list-group-item.active:focus{
    color: #0766af;
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: none;
	border-right: none;
}
.filterp .list-group a {
	background-color: transparent;
	border-bottom: 1px solid #eee;
	border-left: none;
	border-right: none;
	margin-bottom: 0;
	font-family: 'Noto Sans TC';
	color: #0766af;
}
.filterp .list-group-item{
	border: 1px solid #fff;
}
.filterp{
	margin-bottom: 30px;
}

.list-group a {
    color: #000;
    padding: 10px 12px;
    background-color: #fff;
    font-size: 14px;
    border: none;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-transform: capitalize;
    direction: ltr;
}
.list-group-item:first-child{
	border-top: 1px solid #fff;
}
.list-group-item:last-child{
	border-bottom: 1px solid #fff;
}
.list-group-item:first-child,.list-group-item:last-child{
	border-radius: 4px;
}
.panel-heading {
    background: #ededed;
    color: #222;
    padding: 15px;
    font-size: 14px;
    font-family: 'Noto Sans TC';
    text-transform: uppercase;
    margin: 0;
    border: none;
    border-radius: 0;
}
.panel-footer{
	background-color: transparent;
}
/* pagination */
.pagi {
    background-color: #fff;
    border-radius: 4px;
    margin: 30px 0 0 0;
    padding: 10px 0;
}
/* .pagination > li:first-child > a, .pagination > li:first-child > span,.pagination > li:last-child > a, .pagination > li:last-child > span{
	border-radius: 0;
} */
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #000;
    border-color: #000;
}
.pagination > li > a, .pagination > li > span {
    color: #000;
    padding: 7px 12px 5px 12px;
    border: 1px solid #ececec;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.pagi .tot{
	line-height: 34px;
}
/* checkout page */
.enterco {
    margin-top: 5px;
}
.panel-default > .panel-heading {
	border-color: #000;
	text-transform: capitalize;
	font-family: 'Noto Sans TC';
	font-size: 12px;
	letter-spacing: 1px;
	margin: 0;
	color: #fff !important;
	background-color: #000;
	padding: 12px 10px;
	border-radius: 4px;
}
.panel-title{
	font-size: 14px;
}
.table {
    background-color: #fff;
}
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 1px;
}
.table-bordered {
    border: 1px solid #ebebeb;
}
.acpage h2, .acpage h1,.not-found-head{
    font-size: 14px;
    color: #212121;
    text-transform: capitalize;
    margin-top: 0;
}
thead {
    font-family: 'Noto Sans TC';
}
#checkout-cart table .btn{
	padding: 7px 10px 7px 10px;
	border-right: 1px solid #fff;
}
.reb .btn{
	padding: 5px 10px;
}
#button-coupon,#button-voucher {
    padding: 8.5px 12px;
}
 /* newsletter popup */
.newsletter-bg{
	text-align: center;
	padding: 45px 35px;
}
.newsletter-bg .description-top h2{
	font-family: 'Noto Sans TC';
	text-transform: uppercase;
	font-size: 26px;
	margin: 25px 0;
	color: #222;
}
.newsletter-bg .description-bottom{
	display: none;
}
.newsletter-bg .description-top p{
	font-size: 13px;
	margin-bottom: 20px;
	color: #222;
	line-height: 25px;
	padding: 0 25px;
}
.newsletter-bg .button-submit{
margin-bottom: 20px;
}
.newsletter-bg .checkbox label{
	color: #222;
}
.newsletter-bg .inner .form-group input{
	width: 70%;
    margin: 0 auto;
    height: 42px;
    border: 1px solid #eee;
}
.news-popup .checkbox{
	display: inline-block
}
/* account page */
.passh{
	position: relative;
}
.show-button {
    min-width: 70px;
    position: absolute;
    right: 1px;
    top: 0px;
    padding: 6.5px 0;
}
.fogpassword{
	font-size: 12px;
	margin-top: 10px;
	display: inline-block;
}
.searchbt{
	margin-bottom: 20px;
}
.addlist {
    border: 1px solid #ededed;
    padding: 10px;
    line-height: 25px;
    text-transform: capitalize;
}
.addl {
    border-top: 1px solid #ededed;
    padding-top: 10px;
    margin-top: 10px;
}
.accolor {
    margin-top: -10px;
    padding: 10px 5px !important;
    line-height: 25px;
}
.achead {
    font-size: 18px;
    color: #fff !important;
    background-color: #000;
    padding: 8px 10px;
    border-radius: 4px;
}
.acco{
	background-color: #fff;
	padding: 10px !important;
	border-radius: 4px;
}
.table-hover > tbody > tr:hover {
    background-color: #fff;
}
.well {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: none;
}
.vobtn{
	padding: 5px 10px !important;
}

#information-contact .img-thumbnail{
	border: none;
	padding: 0;
}
.com-summary {
    width: 1%;
}
.com-description {
    width: 25%;
}
.brand-list .brands-content {
    padding: 8px;
}
.bname {
    background: none repeat scroll 0 0 #f8f8f8;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 6px 0;
    padding: 5px 8px;
    border-radius: 4px;
}
.brand-list {
    border: 1px solid #ebebeb;
    padding: 5px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
}
.acpagebg{
	background-color: #fff;
	border-radius: 4px;
	padding: 15px;
}
.co-head h1 span {
    display: inline-grid;
}
.co-head h1 {
    text-transform: uppercase;
    font-family: 'Noto Sans TC';
    color: #000;
    font-size: 14px;
    margin: 0;
}
.co-head h1 span hr {
    border-top: 3px solid #0766af;
    margin: 8px 0 0 0;
}
.co-head {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
@media(min-width: 768px) and (max-width: 991px){
	.form-horizontal .control-label {
		text-align: left;
	    padding-bottom: 5px;
		padding-top: 5px;
	}
	.list-group a{
		font-size: 12px;
	}
}
 .sitem ul {
    line-height: 30px;
    padding-left: 25px;
    padding-right: 25px;
    list-style: url;
	text-transform: capitalize;
}
/* quickview */

.product-quickview-detail .webi-quickview{
	display: none
}
.product-quickview-detail #content {
    min-height: auto;
}

.product-quickview-detail .swiper-viewport{
	margin: 0;
}
.product-quickview-detail .swiper-viewport{
	margin: 0
}
.product-quickview-detail {
    width: 100%;
    background-color: #fff;
}
.product-quickview-detail #content{
	min-height: auto;
	margin-top: 20px;
}
.mfp-iframe-scaler iframe{
	background: #fff !important;
	box-shadow: none !important
}

/* responsive */
@media(min-width: 1200px){
	#search-by-category .search-container .categories-container {
    	width: 180px;
	}
}
@media(min-width: 1200px) and (max-width: 1409px){
	/* .product-grid{
		width: 33.33%;
		clear: none !important;
	} */
	#product-compare .btn-danger{
		margin-top: 5px;
	}
	#account-wishlist .btn-danger{
		margin-top: 5px;
	}
	.caption h4 {
	    max-width: 130px;
	}
	.product-grid .acart {
    	padding: 8px 10px;
	}
	.deliveryinfo ul li h4 {
	    font-size: 13px;
	}
	#cat_tab{
		width: 32%;
	}
	.cat-tab .tab-content{
		width: 68%;
	}
	.toppro .acart{
		margin-top: 10px;
	}
	.cbanner .beffect:first-child {
    	margin-bottom: 3px;
	}
}
@media(min-width: 992px) and (max-width: 1199px){
	#menu1 li a::after {
		margin: 0 25px;
	}
	#menu .nav > li > a {
    	font-size: 12px;
	}
	.deliveryinfo{
		text-align: center;
	}
	.deliveryinfo ul li h4 {
    	font-size: 14px;
    }
    .leftpro .caption h4{
    	margin-top: 0;
    }
    .leftprobg .price {
    	font-size: 11px;
    	letter-spacing: 0;
	}
	#formNewLestter {
    	padding: 30px 5px;
	}
	.cbanner {
    	padding: 0 12px;
	}
}
@media(max-width: 991px){
	.pro-content{
		margin-top: 20px;
	}
}
@media(min-width: 768px) and (max-width: 991px){
	#menu1 li a::after {
	    margin: 0 7px;
	}
	.cur .btn.test::after,.cur .btn.test::before{
	    margin: 0 6px;
	}
	.head-left span {
    	margin: 0 5px;
    }
    .leftprobg .price {
    	font-size: 12px;
    	letter-spacing: 0;
	}
	.foot-payment li a i {
	    margin-right: 8px;
	}
	.leftpro .caption h4 {
    	margin-top: 0;
	}
}
@media(max-width: 767px){
	.category-tab{
		padding-bottom: 0;
	}
	.salep {
	    top: 10px;
	    left: 10px;
	    font-size: 12px;
	    min-width: 45px;
	    padding: 2px 0 0px 0;
	}
	.newsletter-bg .description-top p{
		padding: 0;
	}
	.newsletter-bg .description-top h2{
		font-size: 16px;
	}
	.newsletter-bg .inner .form-group input{
		width: 100% !important;
	}
	#product-search #input-search, #product-search .select-input {
	    margin-bottom: 10px;
	}
	.mfp-iframe-holder .mfp-content {
	    height: 100%;
	}
	.filterp {
	    padding-bottom: 1px;
	    padding-top: 10px;
	    position: relative;
	}
	.filterp .filtercolb,.filterp .filtercolb:focus {
	    color: #000;
	    text-shadow: none;
	    background: none;
	    background-image: none;
	    border: 0;
	    box-shadow: none;
	    font-size: 12px;
	    position: absolute;
	    top: 3px;
	    right: 0px;
	    width: auto;
	}
	.product-thumb .price, .product-thumb1 .price{
		text-align: left;
		margin-top: 0;
		margin-bottom: 5px;
	}
	.caption h4 {
	    margin-bottom: 0;
	}
	#onsale .caption h4 {
	    margin-bottom: 10px;
	}
	.product-list .caption h4 a{
		font-size: 14px;
		padding-bottom: 3px;
	}
	.product-thumb .rating{
		float: none !important;
	    padding-bottom: 3px;
	}
	.product-thumb .price-old{
		display: inline-block;
	}
	#search-by-category .search-container .categories-container{
		display: none;
	}
	#logo{
		margin-left: 30px;
	}
	.huserb a::after {
		display: none;
	}
	#top-links{
		margin-top: 4px;
		padding: 0;
	}
	.webimenu{
		display: none;
	}
	.horizontal-menu{
	    position: absolute;
	    top: 16px;
		left: 15px;
	}
	#menu {
    	background-color: transparent;
    	margin-bottom: 0;
	}
	#text-search{
		height: 35px;
		border-radius: 4px 0 0 4px;
	}
	#btn-search-category{
		height: 35px;
		min-width: auto;
		padding-top: 2px;
	}
	.hsearch{
		margin-top: 10px;
	}
	header {
		padding: 15px 0;
		margin-bottom: 20px;
	}
	.huserb{
		margin: 0 8px;
	}
	.iconxs svg{
		width: 20px;
		height: 22px;
	}
	#cart > .btn svg{
		width: 23px;
		height: 23px;
	}
	header #cart-total {
	    right: -7px;
	}
	#logo img{
		max-width: 115px;
	}
	#top {
	    background-color: #fff;
	    padding: 0;
	}
	.cur .btn.test::before,.cur .btn.test::after {
		display: none;
	}
	#menu .nav > li > a{
		padding: 10px;
	}
	#menu .fa.pull-right{
		margin-top: 3px;
	}
	.haccount{
		min-width: 265px;
	}
	#top .col-sm-6.text-right{
		padding: 0 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: left;
	}
	.middle-footer .btn-primary {
	    color: #000;
	    text-shadow: none;
	    background: none;
	    background-image: none;
	    border: 0;
	    box-shadow: none;
	    font-size: 12px;
	    position: absolute;
	    top: 0px;
	    right: 0;
	    width: 100%;
	}
	.middle-footer .btn-primary:active:hover,.middle-footer .btn-primary:focus{
		background-color: transparent;
		color: #000;
	}
	.middle-footer h5 .toggle.collapsed::after, .filterp .toggle.collapsed::after {
	    font-family: 'FontAwesome';
	    content: '\f067';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	.middle-footer h5 .toggle::after, .filterp .toggle::after {
	    font-family: 'FontAwesome';
	    content: '\f068';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	.foot-power{
		margin-top: 30px;
	}
	.foothr{
		margin-bottom: 30px;
	}
	.acart {
	    padding: 5px 10px 5px 10px;
        -webkit-padding-before: 7px;
	}
/* 	.list-des{
		margin-bottom: 15px;
	} */
}
@media(max-width: 374px){
	.product-list {
    	padding: 0 15px;
	}
}
@media(min-width: 375px) and (max-width: 599px){
	.product-grid, .product-list, .ses {
	    width: 50%;
	}
}
@media(max-width: 599px){
	.deliveryinfo .col-xs-12:nth-child(1),.deliveryinfo .col-xs-12:nth-child(2),.deliveryinfo .col-xs-12:nth-child(3){
		margin-bottom: 10px;
	}
	.cxsb.btn{
		font-size: 12px;
	}
	.blog_comment::before, .blog_comment::after {
		padding: 0 5px;
	}
	.blog_links{
		letter-spacing: 0;
		font-size: 10px;
	}
	.product-quickview-detail .sticky, .product-quickview-detail .pro-content, .product-quickview-detail .prorate {
	    width: 100%;
	}
	.pagi .col-xs-6 {
	    width: 100%;
	    text-align: center;
	}
	.catesort {
	    width: 100%;
	    margin-top: 15px;
	}
	.ct{
		display: none;
	}
	.product-tab li a {
	    padding: 10px 4px;
	    font-size: 12px;
	    letter-spacing: 0;
	}
	.proreview,.prowrite{
		font-size: 12px;
		letter-spacing: 0;
	}
	.toppro .image,.toppro .caption {
    	width: 50%;
	}
	.toppro .acart{
		display: none;
	}
	.imgbanner{
		display: none;
	}
	.xs-tab h1{
		display: none;
	}
	.tab-head ul {
	    margin-right: 0;
	    text-align: left;
	    margin-bottom: 10px;
	}
	.latestb a::before {
		margin: 0 20px;
	}
	.catb {
	    position: absolute;
		right: 15px;
		top: 28px;
		background: #fff;
		color: #111;
		padding: 0;
		border: none;
	}
	.catb.toggle.collapsed::after {
	    font-family: 'FontAwesome';
	    content: '\f067';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	.catb.toggle::after {
	    font-family: 'FontAwesome';
	    content: '\f068';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	.category-tab {
	    position: relative;
	}
	#cattab.owl-theme .owl-controls .owl-buttons div{
		display: none
	}
}
@media(min-width: 600px) and (max-width: 767px){
	.deliveryinfo .col-xs-12{
		width: 50%;
	}
	.deliveryinfo .col-xs-12:nth-child(2){
		margin-bottom: 10px;
	}
	.imgbanner {
		width: 33%;
	}
	.cbanner {
		width: 67%;
	}
	.home-cat, .category-tab .tab-content {
	    width: 50%;
	}
	.product-grid, .product-list, .ses {
	    width: 33.33%;
	}
	.ct {
    	display: none;
	}
}

/* sidenav */

body.active {
    overflow: hidden;
}
body.active::before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
}
body.active .sidenav {
    overflow-x: unset;
    overflow-y: scroll;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #111;
    transition: 0.5s;
    padding-top: 60px;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: 5px 0 5px 0 rgba(0,0,0,.06);
    clear: both;
    height: 100%;
    background-color: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
.sidenav .close-nav {
	background-color: #161616;
	padding: 12px 15px;
	width: 100%;
	display: inline-block;
	color: #fff;
	letter-spacing: 1px;
}
#mobile_top_menu_wrapper {
    margin: 0;
    line-height: 20px;
    display: block !important;
}
.closebtn{
    float: right;
}
.close-nav i{
    color: #fff;
    font-size: 16px;
}
.navbar-header button{
	border: none;
	margin-top: 2px;
	background: transparent;
	color: #fff;
	font-size: 17px;
	cursor: pointer;
	vertical-align: bottom;
}
#menu .navbar-collapse {
    display: block;
}

/* banner effect */
.beffect a::before {
    content: "";
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(255,255,255,.6) none repeat scroll 0 0;
    height: 0;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
}
.beffect a:hover::before {
    opacity: 0;
    height: 100%;
}
.beffect a {
    display: block;
    position: relative;
    overflow: hidden;
}
/* banner effect */


/*loader start */
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90px;
    height: 90px;
    margin-left: -45px;
}
#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
    opacity: 0;
    transition: all 1.3s ease 0.3s;
    overflow: hidden;
}
#page-preloader.visible {
    opacity: 1;
    z-index: 100500;
    overflow: hidden;
}
#page-preloader .preloader {
    position: absolute;
    left: 50%;
    top: 45%;
    text-align: center;
    transform: translate(-50%,-50%);
    transition: all 0.4s ease;
    opacity: 0;
}
#page-preloader.visible .preloader {
    opacity: 1;
    transform: translate(-50%,-50%);
}
.object{
position: absolute;
    top: 0px;
    z-index: 4;
    background: url('../../../../../image/catalog/loader.gif') 50% 50% no-repeat;
    width: 100%;
    height: 100%;
}
#page-preloader{
    display: none;
}
#page-preloader{
    display: block;
}


.thumb_img img {
    max-width: 30px;
}

.tab-pane .owl-item .product-thumb+.product-thumb{margin-top: 20px}