
body {
	font-family:'Roboto', 'Open Sans', sans-serif;
	font-weight: 400;
	color: #222;
	font-size: 16px;
	line-height: 24px;
	width: 100%;
}
img{
	max-width: 100%;
	 height: auto;
}
h1 {
    font-size: 33px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
	font-weight: bold;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #F77137;
}
a:focus, a:hover {
    color: #000;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active{
	background-color: #cf4b12;
    border-color: #cf4b12;
}
.alert-info {
    color: #cf4b12;
    background-color: #f7d9da;
    border-color: #f7d9da;
}
h2, h3, h4, h5, h6 {
	color: #F77137;
	font-weight: 600;
	margin-bottom:25px
}
/* 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: #F26325;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
    line-height: 35px;
    font-weight: normal;
}
.form-control{
	border-radius: 0;
}

select.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: 14px;
	height: 45px;
}
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: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
}
.input-group .input-group-addon {
	font-size: 14px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.app-list p {
    font-size: 14px!important;
}
.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: #f77943;
    background-image: linear-gradient(to bottom, #F26325, #f77943);
    background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 0 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #e05012;
	background-image: linear-gradient(to bottom, #F26325, #e05012);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #000;;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #000;
}
#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 {
	padding: 8px 0;
}
#top-links:hover{
	/* -webkit-animation: action 1s infinite  alternate;
    animation: action 1s infinite  alternate; */
}
#top-links ul{
	margin-bottom:0!important;
}
@-webkit-keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
	display: inline-block;
	max-width: 59px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
#menu .dropdown-menu .see-all{
	display: none;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #000;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@media screen and (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media screen and (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
    background-color: #f77943;
    background-image: linear-gradient(to bottom, hsl(18, 92%, 62%), #f77943);
    background-repeat: repeat-x;
    border-color: #f77943 #f77943 #f77943;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #000;
	/* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
	padding: 10px 6px;
	letter-spacing: 1px;
	min-height: 15px;
	background-color: transparent;
}
body footer img{
	margin-bottom: 10px;
}
body footer h5{
	text-transform: uppercase;
	font-size: 16px;
	border-bottom: 1px dotted #fff;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
footer ul.list-unstyled li {
    margin: 8px 0;
}
footer ul.list-unstyled li a{
	font-size: 14px; color: #fff;
}
#menu .dropdown-menu{
	margin-left: 0px!important;
}
footer p{
	color: #fff;
}
#menu .dropdown-inner {
    display: flex!important;
    flex-direction: column;
    align-items: center;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	/* background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111); */
}
#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: #e05012;
	background-image: linear-gradient(to bottom, #F26325, #e05012);
	background-repeat: repeat-x;
}
#menu .dropdown-inner a {
    min-width: 189px;
    display: block;
    padding: 10px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 14px;
}
#menu .nav > li > a {
    background-color: transparent;
    border-radius: 6px;
    min-width: 120px;
    /* text-transform: uppercase; */
    font-weight: 600;
    text-align: center;
}
#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: #e05012;
	background-image: linear-gradient(to bottom, #F26325, #e05012);
	background-repeat: repeat-x;
	border-color: #e05012 #e05012 #e05012;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #e05012;
}
@media screen and (max-width:850px) and (min-width:768px){
	.category-tab .btn-default{
		padding: 11px!important;
	}
}
@media screen and (min-width: 768px) {
	.body-page_category .product-list .product-thumb .button-group button {
		margin: 0 0 20px;
	}
	.category-tab .tab-content>.active {
		display: flex;
		align-items: center;
		clear: both;
		justify-content: center;
	}
	.navbar-nav>li>.dropdown-menu {
		margin-top: 0;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		transition: all ease-in-out 0.5s;
		-webkit-transition: all ease-in-out 0.5s;
		visibility: hidden;
		opacity: 0;
		display: block;
		top: 80%;
		border-top: 2px solid #F77137;
	}
	#menu .dropdown:hover .dropdown-menu {
		/* display: block; */
		top: 100%;
		visibility: visible;
		opacity: 1;
	}
	body .alert-dismissible  {
		max-width: 600px;
		margin: 0 auto;
		position: fixed;
		right: 20px;
		z-index: 100;
		top: 139px;
		font-size: 13px;
	}
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
	.nav>li .for-mobile{
		display: none;
	}
}
@media screen and (max-width: 767px) {
	header .container .row {
		display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	header #cart {
		margin: 0 5px;
		order: 1;
	}
	header #search {
		margin: 0 5px;
		position: absolute;
		right: 144px;
		top: 5px;
		display: inline-block;
		order: 2;
	}
	#cart .dropdown-menu {
		min-width: 300px;
	}
	header #search .btn-lg {
		border-radius: 6px;
		width: 48px;
		padding:10px 0;
	}
	header #cart-total .tot{
		display: none;
	}
	header nav#menu {
		padding: 5px;
		margin: 4px 5px 0;
		display: inline-block;
	}
	header nav#menu {
		padding: 5px;
		display: inline-block;
	}
	header .container .row::before,header .container .row::after{
		display: none!important;
	}
	header .navbar-collapse {
		top: 100%;
		z-index: 100;
		background:#f77943;
		right: 0;
		min-width: 300px;
		position: absolute;
	}
	header #menu #category{
		display: none!important;
	}
	#menu .btn-navbar{
		margin: 0!important;
	}
	.menu-wrap {
		display: flex;
		justify-content: flex-end;
		align-items: center;flex-direction: row-reverse;
	}

	.vis-mis{
		grid-template-columns: auto!important;
	}
	.category-tab{
		background: #FFD3D0!important;
		padding: 30px 0!important;
	}
	.category-tab .nav-tabs{
		flex-direction: column;
	}
	.category-tab .nav-tabs li{
		min-width: 160px;
	}
	body .alert-dismissible {
		max-width: 95%;
		margin: 0 auto;
		position: absolute;
		right: 2.5%;
		z-index: 100;
		top: 139px;
		font-size: 12px;
	}
	.nav>li .for-mobile{
		display: block;
	}
	#menu {
		border-radius: 4px;
	}
	#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;
	}
}
/* content */
#content {
	min-height:400px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #fff;
}
footer a {
	color: #000;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Poppins','Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

/* alert */.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 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: -3px;
	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);
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding:11px 22px;
	font-size: 14px;
	font-weight: 700;
	/* border: 1px solid #cccccc; */
	border-radius: 4px;
	/* box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); */
}
.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: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: transparent;
}
.btn-primary {
	color: #ffffff;
	background-color:#F06F37;
	border-color:#F06F37;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #e05012;
}
.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);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.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: #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: #F26325;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	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: #000;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #fff;
	background: #222;
	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 {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.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 screen and (max-width:767px){
	.body-page_category .product-list .product-thumb .button-group button {
		margin: 0 auto 20px!important;
		max-width: 63px;
	}
}
@media screen and (min-width: 767px) {

.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media screen and (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media screen and (max-width: 767px) {
	#cart > .btn {
		font-size: 12px;
		line-height: 18px;
		/* overflow: hidden; */
		color: #FFF;
		width: 47px;
		height: 36px;
		
	}
	#cart > .btn span#cart-total {
		background:#E69500;
		padding: 2px;
		position: absolute;
		top: -25px;
		z-index: 12;
		border-radius: 6px;
		width: auto;
		right: 0;
		font-size: 10px;
		height: auto;
	}
	#cart > .btn{
		background:  url("./../image/cart.png") no-repeat center center #000!important;
		background-size: 25px!important;
	}
	#cart > .btn i{
		margin-right: 10px;
		display: none;
	}
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.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 {
	color: #000;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.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; */
}
@media screen and (min-width:1024px){
	.menu-wrap {
		margin-right: -19px;
	}
	.container.footer-banner img {
		margin-top: -221px;
		margin-bottom: 50px;
	}
	footer{
		margin-top: 220px;
    position: relative;
	}
	.news-grid h4 {
		min-height: 46px;
		font-size: 19px;
		line-height: 30px;
	}
	#menu .dropdown-inner a {
		min-width: 189px;
		display: block;
		padding: 10px 20px;
		font-size: 16px!important;
	}
	.about-content3 {
		max-width: 900px;
		margin: 50px auto;
		padding: 50px;
		border-style: double;
		background: #fff;
		border-color: orange;
		border-width: thick;
	}
	div#product-product h1 {
		text-align: left;
	}
}
@media screen and (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #000;;
	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: #fff;
	background-color: #cf4b12;
	text-decoration: none;
	cursor: pointer;
}
@media screen and (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media screen and (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.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 screen and (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 screen and (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 screen and (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 screen and (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;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;
}
.news-grid h4{
	min-height: 46px;
}
.news-events {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-column-gap: 30px;
	align-items: flex-start; margin: 0 15px;
	justify-content: center;
}
.news-grid {
    text-align: left;
    box-shadow: 0 0 10px #ccc;
    border-radius: 10px;
    padding: 15px;
    margin: 0 0 30px;
}
.news-grid:hover{
    box-shadow: 0 0 10px rgba(0,0,0,.3);	
}
.news-grid h4 a{
	line-height: 24px;
}
.news-grid img{ margin: 0 auto 15px; display: block;}
div#information-information #content div p,div#information-information #content {
    font-size: 17px;
    line-height: 22px;
    margin: 0 0 20px;
}
#menu .nav > li > a:hover,#menu .nav > li > a:focus,#menu .nav > li > a:active{ color: #f77943;}
@media screen and (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
   
}

@media screen and (min-width:992px){
	#account-login .well{
		min-height: 370px;
	}

#search .btn-lg {
    width: 50px;
    font-size: 15px;
    line-height: 18px;
    padding: 10px 0;
    margin-right: 10px;
    border-radius: 6px;
    text-shadow: none;
    border: none;
}
header .navbar-nav{
	display: flex;
    justify-content: space-between;
    min-width: 100%;
	margin-right: 10px;
}

#search ,#logo,#cart{
    margin-bottom: 0;
	
}

header #menu {
    margin: 0;
    background: none;
    border: none;
}
#top .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header {
    padding-bottom: 10px;
	padding-top: 10px;
    margin-bottom: 0;
    /* border-bottom: 1px solid #eee; */
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #fff;
}
#top{
	margin: 0 0 0;
}
#top .container::before,#top .container::after,header .container .row::before,header .container .row::after{
	display: none;
}
header .container .row{
	width: 100%!important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#menu .nav > li {
	 margin:0 5px;
}
#menu .nav > li > a {
    background-color:transparent;
    border-radius: 6px;
    min-width: 80px;
	font-size: 15px;
    text-align: center;
}
}
@media screen and (min-width:768px) and (max-width:1186px){
	.vis-mis > div {
		min-height: 287px!important;
	}
	#search .btn-lg {
		width: 50px;
		font-size: 15px;
		line-height: 18px;
		padding: 10px 0;
		margin-right: 5px;
		border-radius: 6px;
		text-shadow: none;
		border: none;
	}
	.navbar-collapse.collapse{
		padding: 0 !important;
	}
	.container {
		width:100%!important;
	}
	header #menu {
		margin: 0;
		background: none;
		border: none;
	}
	#menu{
		margin: 0!important;
	}
	.menu-wrap{
		padding-top: 7px;
	}
	#menu .nav > li > a {
		min-width: 10px;
		/* margin: 0 5px; */
		/* background-color: #f77943; */
		border-radius: 6px;
		text-align: center;
	}
	footer p {
		font-size: 13px!important;
	}
	.top-left {
		padding-top: 9px;
	}
	.menu-wrap > div { 
		margin: 0 2px!important;
	}
}
@media screen and (min-width:768px) and (max-width:991px){
	.news-events {
		display: grid;
		grid-template-columns: 45% 45% ;
	}
	#menu .nav > li > a {
		padding: 10px 6px;
		min-width: 10px;
		font-size: 12px!important;margin: 0 1px;
	}
	footer p {
		font-size: 12px!important;
	}
	footer .container .row{
		display: grid;
		grid-template-columns: 48% 48%;
		grid-column-gap: 20px;
	}
	footer .container.footer-banner .row {
		display: flex;
	}
	footer .container .row::before,footer .container .row::after{
		display: none;
	}
	footer .container .row .col-sm-3 {
		width: 100%
	}
	.about-content{
		flex-direction: column;
	}
	.about-content img{
		display: block;
		margin:0 auto 30px!important;
	}
  
}
@media screen and (min-width:768px){
	.panel-heading {
		padding: 20px 25px;
	}
	header .row {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	#top .container .row::before,#top .container .row::after{
		display: none;
	}
	header .col-sm-3 {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#cart {
		margin-bottom: 0;
		max-width: 172px;
	}
	#cart #cart-total {
		max-width: 90%;
		resize: horizontal;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		display: inline-block;
		text-overflow: ellipsis;
	}
	.menu-wrap{
		display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

}
@media screen and (max-width:1186px){
	div#information-information #content div p, div#information-information #content {
		font-size: 1em;
	}
	#menu .nav > li > a {
		min-width: 10px;
		font-size: 14px;
	}
}
body #common-home .swiper-viewport {
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 0 transparent;
}
footer ul.list-unstyled li a:hover{
	color: #000;
}
body #common-home .swiper-viewport img{
	width: 100%;
}
.home-banner img {
    border: 2.5px solid;
}
body #common-home h3 b{
	color: black;
}
.home-banner img:hover{
	border-color: black;
}
div#common-home {
    padding: 0;
   
	width: 100%;
	overflow: hidden;
}
.home-banner img{
	width: 100%;
	height: auto;
}
.dropdown-menu .see-all{
	font-size: 12px;
}
#product-category div#content ul {
    padding-left: 8px;
}
.banner-title{
	position: relative; margin-top: 50px;
}
.home-banner h2 b::after ,.about-banner h2 b::after,#content > h2::after,.banner-title b::after{
    content: "";
    display: block;
    height: 3px;
    border-bottom: 3px double #333;
    width: 80px;
    margin: 17px auto 50px;
}
.home-banner h2,.about-banner h2 ,.banner-title {
    text-transform: uppercase;
}
.vis-mis h2{
	margin-bottom: 20px;
}
.about-content img{
	object-fit: contain;
	/* max-width: 386px; */
}
.about-content {
    align-items: center;
}
.vis-mis{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.vis-mis > div {
    box-shadow: 0 0 10px #aeaeae;
    width: 100%;
    min-height: 197px;
    display: inline-block;
    padding: 20px;
    flex-direction: column;
}
@media screen and (max-width:767px){
	#menu span.dropdown-toggle {
		background: #fff;
		padding: 0px 7px;
		position: absolute;
		line-height: 20px;
		top: 10px;
		right: 7px;
		border-radius: 6px;
	}
	#menu .nav>li{
		max-width: 95%;
		margin-left: auto;
		margin-right: auto;
	}

	.news-events {
		display: grid;
		grid-template-columns:98%;
	}
	.about-content img {
		object-fit: contain;
		max-width: 90%;
		margin: 0 auto 20px!important;
		float: none!important;
	}
	#logo img{
		margin: 0 auto;
	}
	#menu div.dropdown-menu {
		max-width: 80%;
		margin: 0 auto!important;
	}
	#menu .see-all{
		text-align: center;
	}
	div#top-links ul {
		margin: 0;
	}
	#top .pull-left a {
		font-size: 11px;
	}
	#menu .nav > li > a {
		min-width: 10px;
		font-size: 14px;
		background:#5e5e5e;
		margin: 5px auto;
		/* max-width: 80%; */
	}
	.vis-mis > div {
		width: 95%;
		margin-bottom: 30px;
	}
	.home-banner,.about-banner ,.about-content,.vis-mis{
		flex-direction: column;
	}
	footer * {
		text-align: center;
	}
	.home-banner .col-sm-6,.about-banner .col-sm-6{
		margin-bottom: 20px;
	}
	.home-banner h2, .about-banner h2{
		text-align: center;
	}
	#top .pull-left {
		padding-top: 4px;
	}
}

#content ul li a{
	color: black;
}
body .swiper-pagination-bullet-active{
	background-color: #F77137;
}
.swiper-button-prev:hover::before, .swiper-button-next:hover::before{
	color: #F77137;
}
body .swiper-pagination {
    bottom: 14px;
}
.custom-bread {
    background: url("./../image/ban4.png") no-repeat center center;
	background-size: cover;
    display: inline-block;
    clear: both;
	padding: 80px 0;
    margin-bottom: 50px;
    width: 100%;
	text-align: center;
}

.contac-right {
    background: url("./../image/orange-bg-contact.jpg") no-repeat center center;    background-size: cover;
}
.contac-right h3, .contac-right label {
    color: black;
}
.contac-right .btn{
	background-color: #000;
}
.contac-right .btn:hover{
	background-color:#F77137 ;
}
.custom-bread h1{
	color: #fff;
	margin: 0 0 20px;
}
.custom-bread .breadcrumb {
    display: inline-block;
    border: transparent;
    text-align: center;
    padding: 8px 4px;
    background: #fff;
}
.product-thumb h4 {
    font-weight: bold;
    font-size: 19px;
    margin-top: 25px;
	min-height: 41px;
}
.custom-bread .breadcrumb > li:after {
	top: 8px;
    right: -5px;
    width: 8px;
    height: 8px;
	border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.custom-bread  ul.breadcrumb > li:last-child::after {
    visibility: hidden;
}
#content > h2{
	text-align: left;
	display: inline-block;margin: 0 0 30px;
}
#content > h2::after {
    content: "";
    display: block;
    height: 3px;
    border-bottom: 3px double #333;
    width: 100%;
    margin: 17px 0 ;
}
.contact-body{
	padding: 0;
	border: none;
	box-shadow: 0 0 0 transparent;
}
.contact-body .panel-body{
	padding: 0;
}
.vis-mis {
    display: grid;
    align-items: center;
    justify-content: space-around;
    grid-template-columns: 45% 45%;
    grid-column-gap: 20px;
}
.vis-mis h2{
	text-align: left;
}
.vis-mis p {
    /* max-width: 90%; */
    margin: 0 auto!important;
    display: block;
    min-height: 70px;
	text-align: left;
}
.contact-left {
min-height: 635.55px;
}
.contac-right .form-horizontal .control-label {
    padding-top: 7px;    margin-bottom: 10px;
    width: 100%;
    text-align: left;    font-size: 17px;
}
.contac-right .col-sm-10 {
    width: 100%;
}
.contac-right {
    box-shadow: 0 0 10px #aeaeae;
    padding: 20px;
    border-radius: 3px;
}
.contac-right .form-control {
    display: block;
    width: 100%;
    height: 50px;
	border-radius: 0;
}
.contac-right .btn {
    padding: 15px 22px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0;
}
.contac-right .pull-right, .contac-right .pull-right input {
    float: none!important;
    width: 100%;
}

.contact-left img {
    margin-bottom: 10px;
}
footer{
	background: url("./../image/footer.png") repeat center center;
}
.category-tab {
    margin: 70px auto 0;
    background: url(./../image/pink-medical-equipment.jpg) no-repeat center center;
    width: 100%;
    padding: 159px 0 200px;
    clear: both;
    background-size: cover;
    display: inline-block;
    width: 100%;
	float: left;
}
.category-tab .tab-content{
    max-width: 1170px;
    margin: 0 auto;
}
.category-tab .btn-default{
	background:#F77137!important;
    border-color:#F77137!important;
	color: #fff;
	text-shadow: 0 0 0 transparent!important;
	text-transform: uppercase;
}
.category-tab .btn-default:hover{
	background:#000!important;
    border-color:#000!important;
	color: #fff;
}
.category-tab .product-image-wrapper {
    max-width: 250px;
    margin: 10px auto;
    background: #fff;
    border-radius: 10px;
    padding: 0 0 24px;
}
.category-tab .nav-tabs {
    text-align: center;
    display: flex;
    align-items: center;
    margin: 0 auto 20px;
    max-width: 1170px;
    justify-content: center;
}
.category-tab .fa.fa-shopping-cart {
    margin-right: 10px;
}
.body-home footer{
	margin-top: 0;
}
.nav-tabs>li>a{
	font-size: 18px;
}
.char-list  {
    padding: 20px 20px 0;
    display: flex;
    justify-content: space-evenly;
    margin: 0 0 30px;
    align-items: flex-start;
    grid-column-gap: 20px;
    background-color: #E6E6E6;
}
.app-list  {
    padding: 20px 20px ;
    display: flex;
    justify-content: space-evenly;
    margin: 0 0 30px;
    align-items: flex-start;
    grid-column-gap: 20px;
    background-color: #E6E6E6;
}
.app-list{
	display: grid;
	grid-template-columns: 48% 48%;
	grid-column-gap: 20px;
}
.char-list > div,.app-list > div {
    text-align: center;
}
.char-list > div h4,.app-list > div h4{
	color: #000;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	border:none; border-bottom: 5px solid #F77137;
}
.body-page_category .product-thumb .button-group button:nth-child(2) {
    position: absolute;
    top: 8px;
    right: -20px;
    width: 40px;
    height: 40px;
	visibility: hidden;
    line-height: 40px;opacity: 0;
	transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}
.body-page_category .product-thumb .button-group button {
    max-width: 180px;
    width: 100%;
    background-color: #F77137;
    margin: 0 auto 20px;
    display: block;
    float: none;
	color: #fff;
}
.body-page_category .product-thumb .button-group button i{
	color: #fff;
}
.body-page_category .product-thumb{
	position: relative;
	overflow: hidden;
}
.body-page_category .product-thumb .button-group {
    border-top: none;
    background-color: transparent;
    overflow: auto;
}
.body-page_category .product-thumb .button-group button:nth-child(3) {
    position: absolute;
    top: 8px;
    right: -20px;
    width: 40px;
    height: 40px;
	visibility: hidden;
    line-height: 40px; opacity: 0;
	transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}
.body-page_category .product-thumb:hover .button-group button:nth-child(3){
	opacity: 1;
	right: 6px; visibility: visible;
}
.body-page_category .product-thumb:hover  .button-group button:nth-child(2){
	opacity: 1;visibility: visible;
	right: 50px;
}
.body-page_category .product-thumb:hover{
	border-color: #333;
}
.body-page_category .product-thumb:hover .button-group button:first-child{
	background-color: #333;
}
body .alert {
    max-width: 600px;
    margin: 0 auto;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 7px;
    margin-left: -20px;
    width: 18px;
    height: 18px;
}
textarea#input-enquiry {
    height: 150px;
}
#account-login .list-group a:nth-child(9),.body-page_account #column-right .list-group a:nth-child(9) {
    display: none;
}
#account-login .list-group a:nth-child(9),.body-page_account #column-right .list-group a:nth-child(9) {
    display: none;
}
#account-register h2{
	display: inline-block;
}
#account-register h2::after {
    content: "";
    display: block;
    height: 3px;
    border-bottom: 3px double #333;
    width: 100%;
    margin: 17px 0;
}
#account-register select{
	display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
#account-register button{
	background-color: #F36903;
	padding: 10px 15px;
	margin:0 auto;
	color: #fff;
	outline: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	display: block;
	width: 100%;
	max-width: 150px;
	border: none;
	text-align: center;
}
#account-register button:hover,#account-register button:focus,#account-register button:active{
	background-color: #000;
}
#account-register form ul li {
    display: inline-block;
    list-style-type: none;
    width: 48%;
}
#account-register .col-sm-8 input[type="checkbox"] {
    display: inline-block;
}
#account-register .col-sm-8 input[type="checkbox"] + label {
    max-width: 93%;
    padding: 0 0 0 10px;
    line-height: normal;
    vertical-align: top;
    font-size: 13px;
    display: inline-block;
}
#account-register form ul {
	padding: 0!important;
}
#account-register form ul li{
	list-style-type: none;
}
#account-register .form-check {
    display: inline-block;
}
#account-register .form-check-input {
    margin: 0 10px 0 0!important;
}
#account-register h3 {
	background: #e4e4e4;
    padding: 10px 15px;
    display: block;
}
/* #product-search #content > h2 {
    text-align: left;
    display: block;
    margin: 30px 0 30px;
    clear: left;
}
#product-search #content > h2::after{
	display: none; }*/
body.body.body-page_category  #content .category-banner {
	display: none;
}
#top-links ul li.dropdown > a  {
    padding-top: 6px;
    background: url(./../image/acc-bg.png) no-repeat center center;
    padding: 5px 15px ;
    border-radius: 5px;
    line-height: normal;color: white;
	display: block;
}
#top-links ul li.dropdown > a .dropdown-menu-right {
    right: 4px;
}
#top .btn-link, #top-links li{
	text-shadow: 0 0 0 transparent!important;
	background-color: transparent;
}
#top-links ul li.dropdown > a  i.fa.fa-user {
    font-size: 20px;
    margin-right: 10px;
}

body.body.page_path_62  #content .category-banner{
	display: block;
}
@media screen and (max-width:960px){
	#account-register .col-sm-8 input[type="checkbox"] + label {
		max-width: 91%;
	}
}
@media screen and (max-width:400px){
	.custom-bread .breadcrumb {
		max-width: 95%;
	}
	div#tab-description {
		width: 100%;
		overflow: hidden;
	}
	div#tab-description .table-bordered {
		border: 1px solid #ddd;
		max-width: 800px;
		display: block;
		overflow-x: scroll;
	}
}
#wowslider-container1 {
    margin: 0 auto 71px!important;

}
#wowslider-container1 a.ws_next{
	right: 10px!important;
	background: url(./../image/right_icon.png) no-repeat center center!important; border-radius: 20px!important; background-size:38px!important; width: 38px!important;height: 38px!important;
}
#wowslider-container1 a.ws_prev{
	left: 10px!important;
	background: url(./../image/left_icon.png) no-repeat center center!important;  border-radius: 20px!important; background-size:38px!important; width: 38px!important;height: 38px!important;
}
#wowslider-container1 a.ws_next:hover{
	background: url(./../image/right_iconh.png) no-repeat center center!important;
}
#wowslider-container1 a.ws_prev:hover{
	background: url(./../image/left_iconh.png) no-repeat center center!important;
}
.category-banners {
    display: grid;
	margin: 50px auto 0;
    grid-column-gap: 20px;
    grid-template-columns: auto auto auto;
	max-width:1140px;
}
#column-left .swiper-viewport{
	box-shadow: 0 0 0 transparent!important;
	border: none!important;
}
#cart .dropdown-menu li p.text-right a {
    background: #000;
    padding: 5px 10px;
    color: #fff;
    text-shadow: 0 0 0 transparent;
    font-size: 15px;
}
#cart .btn-danger {
    width: 30px;
    height: 30px;
    padding: 0;
}

.about-banner-new {
    background: #e4e4e4;
    margin: 80px 0;
    padding: 30px 0;
}
#cart .table>tbody>tr>td, #cart .table>tbody>tr>th, #cart .table>tfoot>tr>td, #cart .table>tfoot>tr>th, #cart .table>thead>tr>td, #cart .table>thead>tr>th{
	font-size:14px;
}
.home-banner h2{
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 0;	
}
.about-banner-new h2 {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 0;
}
.about-banner-new h3 {
    font-size: 23px;
    font-weight: bolder;
    margin-bottom: 10px;
}
a.home-btn {
    background: #F26325!important;
    color: #fff;
    padding: 15px 10px;
    display: block;
	margin: 20px auto;
    max-width: 152px;
    font-weight: bold;
    border-radius: 10px;
    line-height: normal;
    text-align: center;
}
a.home-btn:hover{
	background: #000!important;
}

.news-banner-new img {
    border-radius: 50%;
	-webkit-border-radius: 50%;
}
.news-banner-new > div {
    align-items: center;
}
.news-banner-new h2 {
    text-transform: uppercase;
    font-size: 33px;
    margin-bottom: 0;
}
.news-banner-new h3 {
    font-size: 23px;
    font-weight: bolder;
    margin-bottom: 10px;
}
.about-banner-new > div {
    align-items: center;
}
@media screen and (max-width:1023px){
	.about-content3 {
		max-width: 90%;
		margin: 50px auto;
		padding: 25px;
		border-style: double;
		background: #fff;
		border-color: orange;
		border-width: thick;
	}
	.container.footer-banner img {
		margin-top: -91px;
		margin-bottom: 40px;
	}
	footer{
		margin-top: 100px;
    position: relative;
	}
}
@media screen and (max-width:767px){
	.contac-right {
		margin-top: 20px;
	}
	.char-list {
		flex-direction: column;
		align-items: center;
	}
	.app-list {
		grid-template-columns: 80%;
	}
	#menu .nav > li > a{
		color:#fff!important;
	}
	.news-banner-new > div {
		flex-direction: column-reverse;
	}
	.category-banners {
		align-items: center;
		justify-content: center;
		grid-template-columns: auto;
	}
	.category-banners > *{
		max-width: 400px;
		display: block;
		margin:0 auto 30px;
	}
	.about-banner-new > div {
		flex-direction: column;
	}
}
.body-home footer .container.footer-banner{
	display: none;
}

.body-home footer{
	margin-top: 0!important;
}
.contact-left h4 img{
	max-width: 38px;
    margin: 0 10px 0 0;
}
.contact-left h4{
	display: flex;
	align-items: center;
	color:#000;
	font-size: 18px;
}
.contact-left {
    box-shadow: 0 0 10px #aeaeae;
    padding: 20px;
    border-radius: 3px;
}
.page_contact  .custom-bread{
	margin-bottom: 0px!important;
}
.footer-map{
	margin-bottom: 50px;
}
.suc-img{
	display: block;
	margin: 10px auto;
}
div#common-success #content .pull-right {
    width: 100%;
}

div#common-success #content {
    text-align: center;
}
body.body.body-page_compare.lang_en #content table td .btn-primary, 
body.body.body-page_compare.lang_en #content table td .btn-primary + a {
    display: block;
    max-width: 150px;
    vertical-align: text-bottom;
}
body .alert-dismissable{
	padding-right: 33px;
	font-size: 13px;
}
select#input-sort, select#input-limit {
    height: 33px;
}
button#list-view {
    border-radius: 0px;
    /* height: 30px; */
    background: black;
    margin-right: 10px;
}
button#list-view i{
	color: #fff;
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -19px;
    font-size: 12px;
    right: -23px;
    border-radius: 50%;
    padding: 2px 5px;
    background: orange;
    color: #fff!important;
    opacity: 1;
    text-shadow: 0 0 0 transparent;
    color: inherit;
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-radius: 0!important;
}

div#account-account h2 {
    margin: 10px 0;
}
div#search input[type="text"] {
	display: none;
}
@media screen and (max-width:400px){
	#cart .dropdown-menu {
		min-width: 300px;
		margin-right: -88px;
	}
}
@media screen and (min-width:768px) and (max-width:992px){
.body-page_category .product-list .product-thumb .button-group button {
    margin: 0 10px 20px auto;
}
}