	body {
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 400;
	color: #777777;
	font-size: 13px;
	line-height: 20px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'PT Sans Narrow', sans-serif;
	margin:10px 0 20px
}
button {
	outline:none
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
	text-transform:uppercase;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a, a:visited {
	color: #777777;
	outline:none
}
a:hover {
	text-decoration: none;
	color: #19b794
}
a:active,
a:focus {
	outline:none;
	text-decoration:none;
	color:#19b794
}
img {
	max-width:100%;

}

legend {
	font-size: 18px;
	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;
	border-radius:0
}
.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;
}
.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{
	transition: all 0.3s ease 0s;
}
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #19b794;
}
/* top */
#top {
	background: #f6f6f6;
}
#top #currency .currency-select {
	text-align: left;
}
#top-links{
	padding-top: 9px;
}
#top-links a {
	font-size: 12px;
	text-transform: uppercase;
}
#top .btn-link, #top-links li {
	text-decoration: none;
}
#top-links li a:hover i,
#top-links li a.active i,
#top-links li a.active {
	color:#fd6d41
}
#top-links li a i {
	color:#333333;
	font-size:13px;
	margin-right:2px;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
}
#top-links ul {
	margin:0
}
#top-links a + a {
	margin-left: 15px;
}
.hidden-lg, tr.hidden-lg, th.hidden-lg, td.hidden-lg {
    display: none !important;
}
header{
	background: #191919;
}
.content_bottom{
	position: relative;
}
.footer-container{
	position: relative;
}
/* logo */
#logo {
	margin: 0;
	float: left;
}
.box-search{
	float: right;
	padding:5px 143px 0 0;
}
/* phone  */
.phone {
	float:right;
	font-size:27px;
	font-weight:bold;
	color:#000000;
	margin:20px 17px 25px
}
.phone i{
	font-size:28px;
	color:#fd6d41;
}
/* soc-icon */
ul.soc-icon {
	float:right;
	padding:0;
	margin:0;
	list-style:none;
}
ul.soc-icon li {
	float:left;
	margin-left:4px;
	line-height:20px;
}
ul.soc-icon li a:hover i {
	color:#333
}
ul.soc-icon li i {
	color:#dadada;
	font-size:20px;
	vertical-align:top;
}
/* search */
#search {
	position:relative;
	z-index:46;
	margin:0 11px 5px 0;
	clear:right
}
#search button:active,
#search button:hover {
	background: #12a282;
}
#search button {
	float:right;
	border:none;
	padding:4px 8px 6px;
	color:#ffffff;
	font-size:12px;
	line-height:20px;
	text-transform: uppercase;
	background: #19b794;
}
#search button i {
	display: none;
	vertical-align:top;
	line-height:20px;
	float:right;
	margin-left:5px;
	font-size:15px;
	color:#fd6d41;
}
#search input {
	float:left;
	border: none;
	line-height:20px;
	height:30px;
	padding: 5px 11px;
	width:119px;
	background: #dddddd;
}
.box-right-bottom {
	float:right;
	padding:10px 5px;
}
.box-right-bottom a {
	display:block;
	float:left;
	background-color:#333333;
	border:1px solid #000;
	color:#fff;
	font-size:13px;
	min-width:120px;
	padding:10px;
	text-align:center;
	margin:0 5px;
}
.box-right-bottom a:hover {
	background-color:#fd6d41;
	border-color:#d45634;
}
.box-right-bottom a>i  {
	display:inline-block;
	font-size:16px;
	vertical-align:top;
	line-height:20px;
}
/* cart */
.box-cart {
	position:relative;
	float: right;
}
.box-cart .btn-danger i {
	font-size:13px;
}
.box-cart .btn-danger {
	border:0;
	padding:0;
	background:none;
	color:#333
}
.box-cart .btn-danger:active,
.box-cart .btn-danger:focus,
.box-cart .btn-danger:hover {
	background:none;
	color:#fd6d41
}
#cart {
	position:relative;
}
#cart ul li .btn.btn-primary{
	margin-bottom: 10px;
}
#cart > button i {
	font-size:22px;
	margin-right: 10px;
	line-height:38px;
	vertical-align:top;
	display:block;
	float:left;
}
#cart > button {
	border:0;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	padding: 0 23px 0 13px;
	line-height:40px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	background:#19b794;
}
#cart > button:hover {
	background:#12a484;
}
#cart > button span{
	padding-left: 5px;
}
#cart tr:first-child td {
	border-top:0;
}
#cart td {
	font-size:13px;
}
#cart td .name  a {
	font-size:14px;
}
#cart .total td strong {
	font-size:14px;
	color:#333;
}
#cart .total td {
	border:0;
	padding:2px;
	font-size:14px;
	font-weight:bold;
	color:#19b794
}
#cart .price-cart {
	color:#19b794;
	font-weight:bold;
}
#cart > button>span {
	color:#fff;
}
#cart > button:hover,
#cart.open > button {
	
}
#cart #cart-total {
	display:none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
	
}
#cart .dropdown-menu img {
	max-width:50px
}
#cart .dropdown-menu {
	min-width: 260px;
	
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {

	padding: 0 10px;
}
#cart .dropdown-menu li p {
	margin: 10px 0;
}
#cart .table.total tr:nth-child(4) td strong,
#cart .table.total tr:nth-child(4) td{
	font-weight:bold;
	font-size:20px;
	font-style:normal;
	color:#333
}
.cart-q {
	max-width:100px;
	float:none;
	display:inline-block;
	margin-right:3px;
}
.shoping_cart td {
	vertical-align:middle !important;
}
#accordion input{

}
input#input-voucher,
input#input-coupon {
	display:inline-block;
	width:45%;
	margin-right:5px;
}
/* menu */
#menu-gadget {
	display:none;
}
#menu {
	background-color: #fff;
	border-top:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
	z-index:25;
	top:0;
	width:100%;
	min-height:inherit;
	margin-bottom:0;
	border-radius:0
}
#menu .nav > li > a:hover {
	color:#fd6d41;
	
	background:none;
}
#menu .nav > li {
	padding:0 15px;
}
#menu .nav > li > a {
	font-size:21px;
	line-height:30px;
	text-transform:uppercase;
	display:inline-block;
	color: #777777;
	padding: 17px 0;
	margin:-1px 0;
	background-color: transparent;
	border-top:4px solid transparent;
	border-bottom:4px solid transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	color:#000000;
	border-color:#000000;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (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;
		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: 600px;
}
#content h1{
	margin: 0 0 25px 0;
	color: #19b794;
}
/* footer */
.common-home footer {
	border-top:0;
	margin-top:0;
}
footer {
	background: #191919;
	margin-top: 30px;
	padding-top: 35px;
}
footer .list-unstyled li{
	margin-bottom: 7px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer .col-sm-3 li:first-child  {
	border-top:0;
}
footer .col-sm-3 li  {
	padding:13px 0;
	border-top:1px solid #dadada;
}
footer .col-sm-6 li {
	font-size:15px;
	padding:10px 0;
}
footer .col-sm-6 li.foot_phone {
	font-size:18px;
	font-weight:bold;
	color:#fd6d41
}
footer .col-sm-6 li i {
	font-size:19px;
	color:#898989;
	margin-right:10px;
	min-width:20px;
	text-align:center;
}
footer li a i.fa {
	font-size:10px;
	margin-right:15px;
	color:#fd6d41;
}
footer li a:hover i {
	color:#333333;
}
footer .list-unstyled a {
	font-size:12px;
	text-transform: uppercase;
	color: #19b794;
}
footer .list-unstyled a:hover{
	color: #fff;
}
footer h5 {
	color:#ffffff;
	font-size: 16px;
	line-height:21px;
	text-transform: uppercase;
	font-weight:bold;
	margin:0 0 10px
}
.footer_box {
	margin-bottom:15px;
	position:relative;
	z-index: 3;
}
.socials {
	margin-top:10px;
}
.socials a i:hover {
	color:#fd6d41
}
.socials a i {
	font-size:25px;
	margin-right:10px;
	color:#dddddd
}
.facebook-inset{
	background: #000000;
}
.facebook .box-heading h3{
	display: none;
}
.fb-like-box,.fb-like-box span,.fb-like-box span iframe[style] {
    width: 100% !important;
}
.copyright br {
	display:none;
}
.copyright a {
	font-size:10px;
}
.copyright {
	padding:0 0 30px;
	font-size:12px;
	color:#777777;
}
/* alert */
.alert {
	position:relative;
	top:0;
	left:0;
	width:100%;
	text-align:center;
	padding: 8px 14px 8px 14px;
	z-index:30
}
.alert-warning {
	background-color:#ec710d;
	border-color:#d45634;
}
#product .alert {
	position:relative;
}
/* breadcrumb */
.breadcrumb {
	margin: 20px 0 20px 0;
	padding: 8px 0;
	border-radius: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);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
	overflow: auto;
}
.btn:visited,
.btn {
	background-color:#19b794;
	border: none;
	border-radius:0;
	font-size: 14px;
	font-weight:bold;
	color:#fff;
	text-transform: uppercase;
	position:relative;
	line-height:20px;
	padding:7px 12px 6px 12px;
	box-shadow:none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.btn-link:hover,
.btn-link:focus {
	color:#fd6d41
}
.btn:hover,
.btn:focus {
	background-color:#0f9073;
	color:#fff;
}
.btn i{
	line-height:20px;
	font-size:18px;
	vertical-align:top;
	display:block;
	float:right;
	min-width:17px;
}
.input-group-btn .btn i {
	font-size:15px;
	line-height:18px;
}
.input-group-btn .btn {
	padding:7px 12px
}
.btn.btn-icon {
	background-color:#333;
	border-color:#000;
	color:#fff;
	line-height:27px;
}
.btn.btn-icon:hover {
	background-color:#111;
	border-color:#000;
}
.box .btn.btn-add i {
	display:inline-block;
	float:none;
	margin-right: 7px;
	vertical-align: -1px;
}
.btn.btn-add i {
	line-height:27px;
}
.btn.btn-add {
	line-height:27px;
}
.box .btn.btn-add {
	display: inline-block;
	text-align:center;
	line-height:27px;
}
.btn.btn-icon i {
	font-size:18px;
	line-height:27px;
}
.product-grid .btn.btn-add {
	display: inline-block;
	margin-bottom:12px;
}
.product-grid .btn.btn-icon{
	margin-left: 8px;
}
.specials-scroll{
	list-style: none;
	padding: 0;
}
.category-line{
	border: none;
}
/*************************/
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.dropdown-menu {
	border-radius:0
}
.btn-group.open .dropdown-toggle {
	box-shadow:none
}
.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;
}
#list-view.active,
#grid-view.active {
	color:#191919;
}
#list-view i,
#grid-view i {
	line-height:normal;
}
#list-view,
#grid-view {
	background:none;
	box-shadow:none;
	color:#777
}
.btn-danger,
.btn-primary,
.btn-info,
.btn-default {
	color: #fff;
	text-shadow:none;
	background-color: #19b794;
    border: none;
	border-radius:0
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, 
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger,
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info,
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled],
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	border-color:#000;
	background:#333;
	text-shadow:none;
	color:#fff;
	box-shadow:none
}



/* 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 {
	margin-bottom: 30px;
	position:relative;
}
.product-grid .product-thumb {
}
.box .product-thumb {
}
aside .product-thumb {
	margin-bottom:0px;
}
.product-thumb .image {
	text-align: center;
	padding: 27px 37px;
	margin-bottom:26px;
}
.image img {
	background-color:#fff;
}
.product-thumb .image a {
	display: block;
}
.product-thumb:hover .image img {
	-moz-transform:scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding-top: 10px;
}
.product-list .product-thumb .caption {
	border: none;
}
.product-thumb .caption .price{
	width: 50%;
	float: left;
	margin-top: -2px;
}
.product-thumb .caption .price-old{
	display: block;
	margin: 0;
}
.cart-button{
	width: 50%;
	float: right;
	text-align: right;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {

	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-layout{
	padding-bottom: 30px;
}
.product-thumb .rating {
	padding: 0;
	margin: 0;
}
.rating .fa-stack {
	font-size: 8px;
	width:1.25em
}
.rating .fa-star-o {
	color: #dedbdb;
	font-size: 11px;
}
.rating .fa-star {
	color: #fbaf1e;
	font-size: 11px;
}
.rating .fa-star + .fa-star-o {
	color: #fbaf1e;
}
h2.price {
	margin: 0;
}
.product-thumb .description {
	margin-bottom:15px;
	line-height:24px;
	font-size:13px;
}
.price {
	line-height:120%;
	color: #19b794;
	font-weight:bold;
	font-size:20px;
	padding-bottom:10px;
}
.price-tax  {
	font-size:12px;
}
td .name a {
	font-size:13px;
}
td .price, .price b {
	font-size:18px;
	padding-bottom:0;
}
.price-total {
	font-weight:bold;
}
.price s {
	font-size:15px;
}
.prod-stock {
	color:#6ba239;
}
.price-old {
	color: #777777;
	font-size:13px;
	text-decoration: line-through;
	margin-left:5px;
	font-weight:400;
	line-height:normal;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .caption{
	border-top: 1px solid #e5e5e5;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
.product-layout.product-list{
	padding-bottom: 0;
}
.product-layout.product-list .btn.btn-add i{
	margin-right: 12px;
	float: left;
}
.product-list .product-thumb .rating {
	right:auto;
	left:10px
}
.product-layout.product-list .description{
	border-top: 1px solid #e5e5e5;
	overflow: hidden;
	padding-top: 10px;
	margin-top: 10px;
}
.product-layout.product-grid  .caption{
	margin-top: 10px;
}
.product-layout.product-grid .btn.btn-add i{
	margin-right: 9px;
	float: left;
}
.product-layout.product-grid .description,
.specials-scroll .description{
	display: none;
}

@media (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: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
	width: 33.33%;
}
}
@media (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;
}




.flexslider .slides img {
	width: inherit;
}
.flexslider.carousel .slides img {
	width: auto;
}
.slides {
	padding: 0;
	margin:0;
	list-style: none;
}
.slides li {
	text-align: center;
}
.slides li img {
	text-align: center;
}
.flex-direction-nav a:before {
	line-height: 40px;
}

/*****************************************/
.box .name {
	margin-bottom:8px;
}
.name a {
	font-size:14px;
	color:#333;
	text-transform: uppercase;
	font-weight: normal;
}
.name a:hover {
	color:#777
}
/************** BOX ***********************/
.box {
	margin-bottom:20px;
}
aside .box .product-layout:first-child {
	margin-top:0;
}
aside .box .product-layout{
	width:100% !important;
	margin-top:30px;
}
aside .box {
	margin-bottom:30px;
}
.box h3 {
	font-size:16px;
	line-height:24px;
	color:#fff;
	margin:0 0 30px;
	text-transform:none;
	padding:8px 0;
	font-weight:bold;
	text-transform: uppercase;
	text-align: center;
	background-color:#191919;
}
.box.info .box-content ul {
	padding:0
}
.box.info .box-content ul li a i {
	font-size:10px;
	margin-right:10px;
	color:#777;
}
.box.info .box-content ul li {
	list-style-type:none;
	border-bottom:1px solid #dadada;
}
.box.info .box-content ul li a{
	display: block;
	padding:10px;
	letter-spacing: 0.02em;
	font-size: 13px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.box.info .box-content ul li:first-child{
	border-top:1px solid #dadada;
}
.box.info .box-content ul li a:hover i {
	color:#222;
}
.box.info .box-content ul li a:hover{
	background: #f2f0f0;
	color: #222;
}
.sale {
	font-size:12px;
	font-weight:normal;
	position:absolute;
	top:0;
	left:0;
	background-color:#fb3c3c;
	color:#fff;
	line-height:15px;
	text-transform:uppercase;
	padding: 3px 6px 3px;
	z-index:10
}
.new_pr {
	font-size:12px;
	font-weight:bold;
	line-height: 15px;
    padding: 3px 6px 3px;
	position:absolute;
	text-transform: uppercase;
	top:0;
	right:0;
	background-color:#2ad1ac;
	color:#fff;
	z-index:10
}
.box .bx-wrapper .bx-controls-direction a {
	top:-55px;
}
.box .bx-wrapper .bx-next {
	right:7px;
}
.box .bx-wrapper .bx-prev {
	left:auto;
	right:41px;
}
/*********FACEBOOK BOX*****************/
aside .box.twitter,
aside .box.facebook {
	float:none;
	width:100%
}
.box.facebook .box-heading h3 {
	text-align:left;
	border-bottom: 1px solid #e3e3e3;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 20px;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.box.facebook {
	max-width:370px;
	margin-bottom:0;
}
.content_bottom .box .box-heading h3 i{
	font-size:26px;
}
.content_bottom .box .box-heading h3 {
	border-bottom:0;
	padding-bottom:0;
}
.content_bottom .box.facebook .box-heading h3{
	font-size:25px;
}
/*********BOX TWITTER******************/
.box.twitter {
	margin-bottom:45px;
}
/*********HEADER****************************/
#page {
	overflow:hidden;
}
.parallax {
	line-height:27px;
	font-size:15px;
	margin-bottom:30px;
	color:#fff;
}
.parallax>div {
	position:relative;
	padding:19% 0;
	color:#fff;
	background-position:top;
	background-repeat:no-repeat;
	background-size:100%
}
.parallax p {
	position:relative;
	display:block;
	max-width:720px;
	font-size:15px;
	line-height:27px;
	margin-bottom:25px;
}
.parallax h1,
.parallax h2 {
	position:relative;
	font-size:25px;
	line-height:110%;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	margin:0;
}
.parallax h1 {
	margin-bottom:10px;
}
.parallax h4 {
	position:relative;
	font-size:55px;
	color:#fd6d41;
	line-height:100%;
	margin:0;
	text-transform:none;
}
.parallax>div a:hover {
	border-color:#000;
	background-color:#333;
}
.parallax>div a {
	position:relative;
	background-color: #fd6d41;
	border: 1px solid #d45634;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	padding: 19px 30px;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
/**************TM BOX CATEGORY***********************/
.box.category ul.menu {
	padding:0;
	margin:0;
	padding:0 !important
}
.box-category .menu li { 
	position: relative;
	list-style-type:none;
	}
.box-category .menu li a {
	display: inline-block;
}
.box-category .menu  li > a:hover {
	background-color:#f6f6f6;
}
.box-category .menu >li:first-child > a {
	border-top:1px solid #dadada;
}
.box-category .menu  li > a {
	padding:5px 20px;
	font-size:13px;
	color:#333333;
	border-bottom:1px solid #dadada;
	display: block;
}
.box-category .menu  li li a {
	padding:5px 20px;
	display: block;
	color:#777777;
}
.box-category .menu  li li a>i {
	color:#333333;
	margin-right:10px;
}
.box-category .menu  li li li a>i {
	color:#333333;
	margin-right:10px;
	margin-left:10px;
}
.box-category .menu li a:hover {
	color: #fd6d41;
}
.box-category .menu li li.last {
	padding-bottom: 0 !important;
}
.box-category .menu li a+i {
	position: absolute;
	display: block;
	top: 2px;
	right: 0;
	height: 24px;
	width: 24px;
}
.box-category .menu  li a+i {
	display:block;
	top:0;
	color:#c0c0c0;
	font-size:14px;
	vertical-align:top;
	height:30px;
	background-color:#f6f6f6;
	line-height:30px;
	width:30px;
	text-align:center;
	right:0
}
.box-category .menu  li a+i.fa-minus:before {
	content:'\f068' !important
}
.box-category .menu li a+i:hover { 
	cursor: pointer; 
	color:#fd6d41
}
.box-category .menu li a+i.opened {
	background-position: center 7px; 
}
/** dropdown **/
.dropdown-menu > li > a {
	text-transform:uppercase;
	color:#777;
	padding:3px 10px
}
.box-category .menu ul {
	width: auto;
	padding: 0px 0px;
	display: none;  
}
.box-category .menu  li.active > a > span {
	color: inherit;
}
.box-category .menu  li > a.active,
.box-category .menu  li:hover > a {
	
}
.box-category .menu li li a.active,
.box-category .menu li li a:hover {color: #19b794;}
/**************BANNERS***********************/
.header_modules .banners {
	margin-bottom:30px;
	padding: 0 5px;
}
.banners{
	margin-bottom: 30px;
}
.banners .col-items{
	float: left;
}
.header_modules .banners .col-items{
	width: 25%;
}
.header_modules .banners .col-items .banner-box{
	padding: 0 5px;
	
}
.header_modules .banners .col-items .banner-box a{
	display: block;
	overflow: hidden;
}
.banners > div a {
	display:block;
	position: relative;
	overflow: hidden;
}
.banners > div .s-desc {
	text-align:center;
	position:absolute;
	top:0;
	left:0;
	padding: 14.2% 0 0;
	color:#ffffff;
	font-size:1em;
	line-height: 1.4em;
	width: 100%;
}
.banners > div .s-desc h1 {
	font-size:3.077em;
	line-height:100%;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
	margin:0 0 4px 0;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.banners > div .s-desc h1:before{
	width: 30px;
	height: 4px;
	background: #19b794;
	content: "";
	position: absolute;
	left: 50%;
	top: -17px;
	margin-left: -15px;
}

.banners > div .s-desc h4 {
	font-size:1.538em;
	line-height:100%;
	font-weight:bold;
	color:#ffffff;
	margin:0 0 30px 0;
	text-transform:uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (min-width: 1191px) {
.banner-box a:hover h1,
.banner-box a:hover h2,
.banner-box a:hover h4 {
	-webkit-animation: 400ms linear  0s normal none 1 moveFromTop;
	-moz-animation: 400ms linear  0s normal none 1 moveFromTop;
	-ms-animation: 400ms linear  0s normal none 1 moveFromTop;
	-o-animation: 400ms linear  0s normal none 1 moveFromTop;
	animation: 400ms linear  0s normal none 1 moveFromTop;
}
.banner-box a:hover span{
	-webkit-animation: 400ms linear  0s normal none 1 moveFromLeft;
	-moz-animation: 400ms linear  0s normal none 1 moveFromLeft;
	-ms-animation: 400ms linear  0s normal none 1 moveFromLeft;
	-o-animation: 400ms linear  0s normal none 1 moveFromLeft;
	animation: 400ms linear  0s normal none 1 moveFromLeft;
	
}
.banner-box a:hover p {
	-webkit-animation: 400ms linear  0s normal none 1 moveFromRight;
	-moz-animation: 400ms linear  0s normal none 1 moveFromRight;
	-ms-animation: 400ms linear  0s normal none 1 moveFromRight;
	-o-animation: 400ms linear  0s normal none 1 moveFromRight;
	animation: 400ms linear  0s normal none 1 moveFromRight;
}
#content .banner-box a:hover span{
	-webkit-animation: 400ms linear  0s normal none 1 moveFromRight;
	-moz-animation: 400ms linear  0s normal none 1 moveFromRight;
	-ms-animation: 400ms linear  0s normal none 1 moveFromRight;
	-o-animation: 400ms linear  0s normal none 1 moveFromRight;
	animation: 400ms linear  0s normal none 1 moveFromRight;
	
}
#content .banner-box a:hover p {
	-webkit-animation: 400ms linear  0s normal none 1 moveFromLeft;
	-moz-animation: 400ms linear  0s normal none 1 moveFromLeft;
	-ms-animation: 400ms linear  0s normal none 1 moveFromLeft;
	-o-animation: 400ms linear  0s normal none 1 moveFromLeft;
	animation: 400ms linear  0s normal none 1 moveFromLeft;
}
}
.banners > div .s-desc p{
	display: inline-block;
	text-align: left;
	width: 60%;
	padding: 0 0 0 23px;
	float:left;
}
.banners > div .s-desc span {
	display:inline-block;
	float: left;
	font-size:1.231em;
	letter-spacing: 0.06em;
	font-weight:bold;
	text-transform: uppercase;
	line-height:30px;
	padding:7px 15px;
	margin:2px 0 0 52px;
	color:#fff;
	background-color:#19b794;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.banners > div div.banner-box .s-desc span:hover {
	background: #0d9678;	
}
.banners > div a img{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.banners > div a:hover img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
#content .banners{
	margin: 0 -5px 30px; 
}
.col-items.banner-2{
	width: 50%;
	float: left;
	margin: 0;
	padding: 0 5px;
}
.col-items.banner-2 h2{
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 44px;
	line-height: 26px;
}
.col-items.banner-2 > div .s-desc{
	 padding: 15.5% 0 0;
}
.col-items.banner-2 > div .s-desc p {
    padding: 0 0 0 57px;
	width: 69%;
}
.col-items.banner-2 > div .s-desc span {
    margin: 4px 0 0 22px;
    padding: 5px 14px;
}
.col-items.banner-2 + .col-items > div .s-desc{
	 padding: 13% 0 0;
}
.col-items.banner-2 + .col-items > div h2{
	margin-bottom: 33px;
	 padding: 0 100px;
}
.col-items.brand{
	width: 220px;
	margin-left: 17px;
	margin-bottom: -8px;
}
.col-items.brand:first-child{
	margin-left: 0;
}
/**************Box HTML Module***********************/
.box_html.testimonial {
	margin-bottom:22px;
	font-size:15px;
	line-height:27px;
	background: #19b794;
}
.box_html.testimonial i{
	font-size: 42px;
	line-height: 42px;
	color: #f6f6f6;
	margin-top: 13px;
	margin-bottom: 3px;
}
.box_html .inset-item-1{
	padding: 30px 10px 21px 29px;
}
.box_html .inset-item-2{
	padding: 30px 29px 21px 0;
}
.box_html img{
	float: left;
	margin-right: 20px;
}
.box_html p {
	position:relative;
	display:block;
	letter-spacing: -0.02em;
	margin-bottom: 12px;
}
.box_html p.color-1{
	font-size: 13px;
	color: #fff;
	line-height: 23px;
}
.box_html h5{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
.map-wrap{
	position: relative;
}
.map-wrap{
	position: absolute;
	left: 15px;
	top: -115%;
	padding: 20px 20px 10px 20px;
	width: 335px;
	background: #19b794;
}
.map-wrap .list-unstyled{
}
.map-wrap .list-unstyled li{
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	padding-bottom: 7px;
	display: block;
}
.map-wrap .list-unstyled li.foot_phone,
.map-wrap .list-unstyled li.fax{
	font-size: 20px;
	font-weight: bold;
}
.map-wrap .list-unstyled li.foot_phone i,
.map-wrap .list-unstyled li.fax i{
	font-size: 20px;
	margin-right: 5px;
	width: 20px;
}
.box_html h2,
.box_html h1 {
	font-size:42px;
	line-height:110%;
	color:#333333;
	margin:0;
	text-transform:uppercase;
	font-weight:bold;
	display:block;
	position:relative;
}
.box_html h1 {
	font-weight:400;
	margin-bottom:15px;
	position:relative;
	display:block;
}
.box_html.video_block {
	text-align:right;
	color:#fff;
	padding:13% 0;
	background:rgba(0,0,0,0.44)
}
.box_html.video_block h1 {
	position:relative;
	font-size:191px;
	line-height:80%;
	text-transform:uppercase;
	margin:0;
}
.box_html.video_block h2 {
	position:relative;
	font-size:141px;
	line-height:80%;
	text-transform:uppercase;
	margin:0;
	text-transform:uppercase;
}
.box_html.video_block h3 {
	position:relative;
	font-size:58px;
	line-height:120%;
	margin:0 0 3%;
}
.box_html.video_block h4 {
	position:relative;
	font-size:34px;
	line-height:100%;
	margin:0;
}
.box_html.video_block a:hover:before {
	width:100%;
	
}
.box_html.video_block a:before {
	content:'';
	position:absolute;
	display:block;
	height:4px;
	width:0;
	bottom:-4px;
	background-color:#fff;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.box_html.video_block a {
	position:relative;
	display:inline-block;
	font-size:21px;
	text-transform:uppercase;
	margin:0;
	color:#fff;
	padding:10px 0;
	border-top:4px solid #fff;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.box_html.events b {
	color:#fd6d41;
	margin-bottom:10px;
}
.box_html.events h1 {
	color:#333333;
	text-transform:uppercase;
	font-size:42px;
}
.box_html.events .extra-wrap {
	margin-bottom:30px;
}
.box_html.events div {
	position:relative;
}
.box_html.events i {
	display:block;
	float:left;
	font-size:45px;
	color:#fff;
	background-color:#fd6d41;
	width:126px;
	height:126px;
	border:1px solid #d45634;
	text-align:center;
	vertical-align:top;
	line-height:126px;
	margin:0 30px 10px 0; 
	position:relative;
	border-radius:50%;
}
/***************HOME PAGE**********************/
.header_modules .owl-carousel {
	border:0;
	padding:0;
	box-shadow:none
}
.header_modules .bx-wrapper .bx-caption {
	background:none;
	bottom:auto;
	top:5%;
	max-width:1170px;
	margin:0 auto
}
.header_modules .bx-wrapper .bx-caption span {
	padding:0;
	max-width:740px;
}
/***************PRODUCT PAGE**********************/
.product_page{}
.quickview_description iframe,
.product-desc iframe{
	width: 40% !important;
	float: left;
	margin-right: 2em;
}
.product-desc ul{
	list-style: inside;
}
.product-section{
	margin-bottom: 3em;
}
.product-content-columns{
	margin-bottom: 3em;
}
.product-share{
	clear: both;
	padding: 0;
	height: 32px;
	margin-top: 1em;
}
.product-share .addthis_toolbox a{
	display: inline-block;
	margin-right: 7px;
}
.product-share li{
	display: inline-block;
	text-align: center;
	margin-right: 3px;
}
.product-share li a{
	display: block;
	height: 30px;
	width: 30px;
	border-radius: 100%;
	background: #ccc;
	color: #fff;
}
.product-share li a:hover{
	background: #383838;
}

.product-share li i{
	line-height: 32px;
	font-size: 18px;
}
.product-buttons{
	clear: both;
	overflow: hidden;
	margin: 0 -5px 1em;
	padding: 0;
}

.product-buttons li{
	float: left;
	width: 50%;
	padding: 0 5px;
	list-style: none;
}

.product-buttons li button{
	width: 100%;
}
ul.product-section.list-unstyled li a i{
	display:none;
}
.product-section_title{
	margin-bottom: 1em;
	text-align: center;
}

.review-form-title h3:hover {
	color:#fd6d41
}
.review-form-title{
	text-align: center;
}

#reviews_form_title{
	cursor: pointer;
	position: relative;
	border-bottom: 1px solid #ddd;
	padding: 0 10px 5px;
	display: inline-block;
	text-align: center;
}

#reviews_form_title:before{
	display: block;
	position: absolute;
	bottom: -20px;
	left: 50%;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 10px solid #ddd;
	content: '';
	margin-left: -10px;
}

.product-review-form{
	display:none;
}
.bootstrap-datetimepicker-widget td span:hover {
	background:none !important;
}

.product_page .price-old{
	color: #E21B1B;
}
.product_page #button-cart{
	width: 100%;
}
.bx-wrapper .bx-viewport {
	background-color:transparent;
}
.bx-wrapper .bx-controls-direction a i {
	line-height:30px;
	vertical-align:top;
}
.bx-wrapper .bx-controls-direction a {
	color:#3a3a3a;
	line-height:25px;
	text-align:center;
	display:inline-block;
	width:35px;
	font-size:15px;
}
.bx-wrapper .bx-controls-direction a:hover {
	color:#777;
}
#full_gallery {
	border:1px solid #dddddd
}
#default_gallery  {
	/*border:1px solid #ececec;*/
	margin-bottom:30px;
}
.product-section.related-products .price{
	width: 100%;
}
#default_gallery .bx-controls-direction,
#default_gallery .bx-controls {
	height:100%;
}
#default_gallery .image-thumb .bx-wrapper .bx-prev,
#default_gallery .image-thumb .bx-wrapper .bx-next {
	top:auto;
	bottom:0;
	width:100%;
	height:34px;
	line-height:34px;
	padding:0;
	background:rgba(0,0,0,0.5);
	text-align:center;
	right:auto;
	margin:0;
	left:auto;
	border:0
}
#default_gallery .image-thumb .bx-wrapper .bx-prev:hover,
#default_gallery .image-thumb .bx-wrapper .bx-next:hover {
	background:#fd6d41;
}
#default_gallery .image-thumb .bx-wrapper .bx-prev {
	top:0;
	bottom:auto;
	right:auto
}
#default_gallery .image-thumb .bx-wrapper .bx-prev i,
#default_gallery .image-thumb .bx-wrapper .bx-next i{
	line-height:34px;
	color:#fff;
	display:block;
}
#default_gallery .image-thumb img:hover,
#default_gallery .image-thumb .active img {
	border-color:#3a3a3a
}
#default_gallery .image-thumb img {
	border:1px solid #dddddd;
}
#default_gallery .image-thumb{
	padding: 0;
	float: left;
	padding-right:1em;
	width:16%;
}
.product_page #default_gallery .image{
	float: left;
	width: 84%;
	
	background: none;
}
.zoomWindow {
	background-color:#fff;
}
#image-additional{
	margin: 0;
	padding: 0;
}
#image-additional li {
	float:none;
	list-style: none;
}
#default_gallery .bx-wrapper {
	margin:0 !important
}
#default_gallery img {
	background-color:#fff;
	width:100%
}
.product-reviews .review-item{
	margin-bottom: 2em;
	padding-bottom: 2em;
}
.product-reviews {}
.review-score .fa-stack{
	width: 1.2em;
	height: 1.5em;
	color: #fbaf1e;
	font-size: 1em;
}
.review-author strong{
	letter-spacing: 0.05em;
	color: #555;
}
.product_page h1 {
	margin-bottom: 20px;
	color:#333;
	line-height:normal;
}
.product-section a:hover {
	color:#000
}
.price-section span.price-old {
	text-decoration: line-through;
	margin:0 10px 0 0;
}
.price-section span.price-new {
	font-size:31px;
	color:#19b794;
}
.price-section span.reward {
	display:block;
	margin-top:10px;
}
.price-section span.reward {
	display:block;
}
.price-section{
	line-height:normal;
	margin-bottom:5px;
	padding-bottom:5px;
}
.reward-block span {
	display:block;
}
#product .input-group[class*="col-"] {
	padding-left: 15px;
	padding-right: 15px;
}
#product h3 {
	color:#191919;
}
.ps-carousel-item img {
	background-color:#EFEEEE;
}
.ps-zoom-pan-rotate img {
	background-color:#EFEEEE;
}
#full_gallery {
	display:none;
}
/***************BOX**********************/
aside .box .box-product>div {
	width:100%;
}

/***************PRODUCT CATEGORY PAGE**********************/
.zoomWrapper {
	vertical-align:top;
}
#default_gallery .image {
	background-color: #efeeee;
	width: 100%;
	overflow:hidden;
	border:1px solid #dddddd;
	margin-bottom:1px;
}
#default_gallery .image img {
	width:auto;
	vertical-align:top;
	width:100% !important;
	height:auto !important;
	display:block;
	position:relative !important;
}
.product_page h1.product-title{
	margin-bottom: 0;
}
.general_info {
	margin-bottom:20px;
}
.fancybox-skin .rating {
	margin:10px 0;
	text-align: right;
}
.general_info .product-section,
.general_info .price-section {
	margin:0 0 5px;
	padding-bottom:10px;
	border-bottom:1px solid #dddddd;
}
.box-subcat {
	padding:0;
	margin:0;
}
.box-subcat li {
	list-style:none;
	text-align:center;
	margin-bottom:30px;
	width: 20%;
}
box-subcat li .name a:hover {
	color:#ccc
}
.box-subcat li .name a {
	font-size:15px;
}
.box-subcat li .image {
	margin-bottom:10px;
		-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.box-subcat li .image img {
}
.box-subcat li .image {
	border:1px solid #dbdbdb;
	padding:9px;
}
.box-subcat li .image:hover {
	border:1px solid #3a3a3a;
	padding:5px;
}
aside .box.account.info .fa-angle-right {
	display: none;
}
.title-category{
	margin-top: 30px;
}
.img-thumbnail {
	border:0;
	background-color:#f7f7f7;
	padding:0;
	border-radius:0
}
.product-filter {
	border-top:1px solid #dadada;
	border-bottom:1px solid #dadada;
	padding:20px 0;
	margin-bottom:12px;
}
.product-filter label {
	font-size:13px;
	font-weight:bold;
	color:#333333;
	padding-top:7px;
	text-align: right;
    width: 100%;
}

#compare-total {
	display:inline-block;
	font-size:17px;
	color:#fff;
	font-weight:600;
	padding:9px 20px;
	border:1px solid #74c876;
	background: rgb(66,184,86); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(66,184,86,1) 0%, rgba(67,171,84,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(66,184,86,1)), color-stop(100%,rgba(67,171,84,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(66,184,86,1) 0%,rgba(67,171,84,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(66,184,86,1) 0%,rgba(67,171,84,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(66,184,86,1) 0%,rgba(67,171,84,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(66,184,86,1) 0%,rgba(67,171,84,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42b856', endColorstr='#43ab54',GradientType=0 ); /* IE6-9 */
	box-shadow:0 0 0 1px #369946;
	text-shadow:0 0 1px rgba(0,0,0,0.5)
}
#compare-total:hover {
	background:#3aa04b;
	box-shadow:0 0 0 1px #196e27
}
.nav-cat {
	margin-bottom:13px;
}
.nav-cat .nam-page{
	margin:5px 0 5px 10px;
}
.button-view button:active,
.button-view button:focus,
.button-view button:hover {
	color:#fd6d41
}
.button-view button{
	border:0;
	background:none;
	font-size:27px;
	padding:0;
	margin:0 5px;
}
.button-view button i {
	vertical-align:top;
	border:0;
	background:none;
	font-size:27px
}
.product-list .image {
	margin-right:20px;
	margin-bottom:0;
}
.product-list .product-thumb {
	border:1px solid #dadada;
	padding:30px;
}
/*======== RELATED PRODUCTS =============*/
.related-products {
	padding:0 50px;
}
.related-products .description{
	display: none;
}
.related-products li .product-thumb {
	margin-bottom:0;
}
.related-products li {
	padding:10px;
	border:1px solid #dadada
}
.related-products .btn.btn-add span {
	display:none;
}
.related-products .btn.btn-add {
	display: inline-block;
}
.image-thumb {
	padding:0 40px
}
.image-thumb .bx-wrapper .bx-prev {
	left:-34px
}
.image-thumb .bx-wrapper .bx-next {
	right:-34px;
}
.related-products .bx-wrapper .bx-prev {
	left:-50px
}
.related-products .bx-wrapper .bx-next {
	right:-50px
}
.bx-wrapper .bx-controls-direction a i {
	font-size:15px;
}

/*======== PRODUCT TABS =============*/
.tabs {
	margin-top:10px;
}
.tabs .tab-heading i{
	font-size:26px;
	color:#7e7e7e;
	float:right;
	margin-top:5px;
}
.tabs .tab-heading {
	padding:13px 20px;
	line-height:32px;
	color:#323232;
	font-weight:bold;
	text-transform:uppercase;
	border:1px solid #e6e6e6;
	border-bottom:4px solid #000;
	background-color:#f9f9f9;
}
.tabs .tab-content {
	padding:20px 0;
}
#review td{
	font-size:13px;
}
.rating a {
	cursor:pointer
}
/*======================= BACK TO TOP =======================*/
#back-top {
	position: fixed;
	bottom: 30px;
	z-index:9999;
	left:50%;
	margin-left:640px;
}
#back-top a{
	color: #777;
	font-size: 30px;
}
#back-top a:hover {
	color:#19b794;
}
#back-top span {
	display: block;
	margin-bottom: 7px;
}
#back-top span:before{
	content: "";
	display: inline-block;
	vertical-align: -1px;
	font-family: FontAwesome;
}
#back-top a:hover span {
}
/*======== BLOCK COMPARE =============*/
.compare-block {
	margin-bottom:20px;
}
.compare-block .image {
	margin-right:10px;
}
.compare-block .remove a{
	font-size:19px;
	line-height:normla;
}
.compare-info {
	width: 100%;
}
.block-compare {
	position:relative;
	overflow:hidden;
}
/********BOX CURRENCY & LANGUAGE ************/
.box-currency {
	float:right;
}
.box-language{
	padding-right: 13px;
}
.box-currency .btn-group {
	vertical-align:top;
	padding: 9px 21px 0 0;
}
.box-language .btn-group {
	padding: 9px 0 0 0;
	vertical-align:top;
}
.box-language .open .dropdown-toggle,
.box-currency .open .dropdown-toggle,
.box-language .dropdown-toggle:hover,
.box-currency .dropdown-toggle:hover {
	color:#19b794;
}
.box-language .dropdown-toggle,
.box-currency .dropdown-toggle {
	line-height:20px;
	font-size:12px;
	color:#777;
	font-weight:400;
	text-transform: uppercase;
	cursor:pointer
}
.box-language i,
.box-currency i {
	font-size:11px;
}
.box-currency .dropdown-menu button:hover {
	color:#fff;
	background-color:#19b794;
}
.box-currency .dropdown-menu button{
	border:0;
	margin:0;
	color:#777;
	font-size:13px;
	text-transform:uppercase;
	display:block;
	width:100%;
	background:none;
}
#map {
	height:278px
}
/********USER MENU ************/
.user-menu{
	float: right;
	padding: 9px 12px 0 0;
}
.user-menu a{
	text-transform: uppercase;
	display: inline-block;
	margin-right: 10px;
	font-size: 12px;
}
.user-menu i{
	display: none;
}
/************** QUICKVIEW **************************/
.quick_info {
	display:none;
}
.fancybox-skin:hover .fancybox-nav span {
	visibility:visible
}
.fancybox-nav {
	height:40px;
	top:50%;
	width:40px
}
.quickview_description {
	overflow:auto;
	max-height:300px;
	border:1px solid #e3e3e3;
	padding:10px;
}
a.quickview i {
	vertical-align:top;
	line-height:30px;
}
a.quickview {
	display:inline-block;
	visibility:hidden;
	z-index:5;
	width: 107px;
	vertical-align:top;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-53px;
	text-align:center;
	line-height:28px;
	padding:5px 5px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.72);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
	color: #fff;
	opacity:0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a.quickview:hover {
	background: none repeat scroll 0 0 rgba(41, 87, 113, 0.72);
	color:#fff
}
.product-thumb:hover a.quickview {
	visibility:visible;
	top:30%;
	opacity:1;
}
/****** ABOUT PAGE*****/
.extra-wrap {
	overflow:hidden;
	
}
.dropcap {
	background: none repeat scroll 0 0 #a8d7f3;
	border-radius: 0;
	color: #fff;
	font: 30px/36px "Roboto",serif;
	height: auto;
	margin:0px 20px 30px 0;
	padding: 17px;
	width: auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	display: block;
	float: left;
}
img.alignleft {
	float:left;
	margin:0 20px 0px 0
}
.sm_hr {
	height:1px;
	background-color:#e0e0e0;
	margin:50px 0
}
.about-page h4 {
	margin:-5px 0 5px;
	line-height:26px;
	color:#333;
}
.about-page {
	font-size:14px;
	line-height:26px;
}
.about-page figure img {
	border: 1px solid #e2e2e2;
}

.human_info figure,
.about-page figure {
	background: none repeat scroll 0 0 #fafafa;
	border: 1px solid #e2e2e2;
	padding: 12px;
	display:block;
	max-width:254px;
	margin:0 auto 12px;
	border-radius:0
}
.human_info figure {
	float:left;
	margin-right:20px;
}
.about-page .excerpt {
	text-align:center;
	font-size:14px;
	line-height:22px;
	margin-bottom:30px;
}
.about-page h5 {
	text-align:center;
	text-transform:uppercase;
	margin:0 0 5px
}
.about-page i {
	color: #fd6d41;
	display: block;
	float: left;
	font-size: 56px;
	margin-right: 15px;
	overflow: hidden;
	}
.clear {
	clear:both;
	margin:0;
	padding:0;
	font-size:0;
	border:0;
	line-height:0;
}
.recent-posts {
	text-align:center;
}
.testimonials .testi-item {
	margin-bottom:30px;
}
.testimonials .testi-item a {
	font-size:14px;
}
.testimonials .testi-meta {
	line-height:18px;
	padding-left:50px;
	display:block;
}
.testimonials .user {
	text-transform:uppercase;
	font-size:12px;
	color:#333;
}
.testimonials blockquote:after {
	content:'';
	position:absolute;
	display:block;
	background:url(../image/testi_arr.png) no-repeat left top;
	width:21px;
	height:20px;
	bottom:-20px;
	left:30px
}
.testimonials blockquote {
	border:1px solid #dbdbdb;
	position:relative;
	margin-bottom:30px;
}
.terms_conditions_page p {
	margin-bottom:20px;
}
.terms_conditions_page h4 {
	margin:0 0 10px;
	text-transform:uppercase;
	color:#333
}
.table.privacy_page td {
	border-top:0;
	padding:0 30px 30px
}
.privacy_page td:first-child {
	text-align:right;
}
.privacy_page tr>td+td {
	border-left:1px solid #ddd;
}
.privacy_page  {
	font-size:14px;
	line-height:22px;
}
.privacy_page h4 {
	max-width:300px;
	float:right;
	margin:0 0 10px;
	line-height:normal;
	text-transform:uppercase;
	font-size:16px;
	color:#333;
}
/********** SITEMAP PAGE ******************/
.site-map-page ul li {
	padding:5px 0
}
.site-map-page ul li a {
	font-size:13px;
}
.site-map-page ul li a i {
	font-size:15px;
	margin-right:5px;
}
.site-map-page ul li {
	list-style-type:none;
	font-size:17px;
	color:#333;
}
.site-map-page ul li ul{
	margin-bottom: 12px;
	margin-top: 12px;
}
/********/
.product-compare .btn.btn-danger.btn-block{
	display:inline-block;
	width: auto;
	padding: 3px 7px;
	font-size: 12px;
	background: #3a3a3a;
}
.product-compare .btn.btn-danger.btn-block:hover{
	background: #111;
}
/********/
.manufacturer-list {
	border: 1px solid #e6e6e6;
	margin-bottom:-1px;
}
.manufacturer-heading {
	background: none repeat scroll 0 0 #f9f9f9;
	border-bottom: 1px solid #e6e6e6;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 6px;
	padding: 5px;
}
.manufacturer-heading span {
	background: none repeat scroll 0 0 #323232;
	color: #fff;
	display: inline-block;
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	width: 50px;
}
.manufacturer-content a i {
	font-size:15px;
	margin-right:5px;
}
.manufacturer-content {
	padding:20px;
}
/********** ACCOUNT ******************/
.account-account #content h2{
	color: #19b794;
}
.well {
	background-color: #f9f9f9;
	border: 1px solid #e6e6e6;
	margin-bottom: 30px;
	padding: 30px;
	border-radius:0;
	box-shadow:none;
	min-height: 370px;
}
.well .heading {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 15px;
	overflow: hidden;
	padding-bottom: 15px;
}
.well p {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom:15px;
	padding-bottom:15px;
}
.well .heading i{
	float: left;
	font-size: 56px;
	margin-right: 14px;
}
.well .heading h2 {
	font-size:23px;
	font-weight:bold;
	color:#333;
	margin:0 0 5px
}
.well .heading strong {
	font-weight:normal;
	font-style:italic;
}
#content ul.list-unstyled li {
	padding:3px 0;
}
#content ul.list-unstyled li a i{
	font-size:14px;
	margin-right:5px;
	color:#777;
}
#content ul.list-unstyled li a:hover i{
	color: #19b794;
}
/********** Swipe menu ******************/
.toprow-1 {
	background-color: #323232;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 90;
	display:none;
}
.swipe-control:hover i {
	color:#fff;
}
.swipe-control i {
	line-height:50px;
	font-size:30px;
	vertical-align:top;
}
.swipe-control {
	border-right: 1px solid #000;
	display: block;
	height: 50px;
	
	vertical-align:top;
	text-align: center;
	width: 64px;
	z-index: 100;
}
.swipe ul {
	padding:0;
	margin:0;
}
.swipe ul li {
	list-style-type:none;
}
.swipe ul li a:hover {
	background-color:#19b794;
}
.swipe ul li a:hover i,
.swipe ul li a:hover:before{
	color: #fff;
}
.swipe ul li a {
	display:block;
	padding:10px 20px;
	font-weight:bold;
	color:#fff;
	border-bottom:1px solid #000;
	line-height:25px;
	letter-spacing: 0.02em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.swipe .foot li a:before {
	content:"\f05a";
	 background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	display: inline;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	height: auto;
	line-height: normal;
	margin-top: 0;
	text-decoration: inherit;
	vertical-align: baseline;
	width: auto;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-size:26px;
	color:#7e7e7e;
	margin-right:9px;
}
.swipe .foot li+li a:before {
	content:"\f0d1"
}
.swipe .foot li+li+li a:before {
	content:"\f06a"
}
.swipe .foot li+li+li+li a:before {
	content:"\f085"
}
.swipe .foot.foot-1 li a:before {
	content:"\f0ac"
}
.swipe .foot.foot-1 li+li a:before {
	content:"\f079"
}
.swipe .foot.foot-1 li+li+li a:before {
	content:"\f0e8"
}
.swipe .foot.foot-2 li a:before {
	content:"\f02c"
}
.swipe .foot.foot-2 li+li a:before {
	content:"\f06b"
}
.swipe .foot.foot-2 li+li+li a:before {
	content:"\f0c0"
}
.swipe .foot.foot-2 li+li+li+li a:before {
	content:"\f0a3"
}
.swipe .foot.foot-3 li a:before {
	content:"\f0cb"
}
.swipe .foot.foot-3 li+li a:before {
	content:"\f003"
}
.swipe ul li a i {
	font-size:21px;
	color:#7e7e7e;
	line-height:25px;
	vertical-align:top;
	margin-right:5px;
}
.swipe {
	background-color: #323232;
	color: #fff;
	display: block;
	overflow: hidden;
	position: fixed;
	top: 50px;
	width: 237px;
	z-index: 101;
	height:100%;
	left:-237px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.swipe .swipe-menu {
	height: 100%;
	overflow: auto;
}
.ind .swipe {
	display:block;
	left:0;
}
.ind #page {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 88;
}
.ind .shadow {
	background:rgba(0,0,0,0.5);
	height:100%;
	width:100%;
	position:fixed;
	z-index:88
}
.zoomWindow {
	z-index:40 !important
}
/* 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%;
}
}
/*======================= bootstrap reset =======================*/
/* bootstrap reset */
.container>.alert,
.breadcrumb+.alert {
	position:fixed;
	width:100%;
	z-index:91
}
.alert button.close {
	vertical-align:top;
	margin-top:1px;
}
.alert {
	color:#fff;
	font-weight:bold;
	padding:10px 10px 13px;
	border-radius:0;
	text-shadow:1px 1px 1px rgba(0,0,0,0.3)
}
.alert i {
	font-size:21px;
	margin-right: 5px;
    vertical-align: -2px;
}
.alert a:hover {
	text-decoration:none;
}
.alert a {
	color:#fff;
	text-decoration:underline;
}
.alert-success {
	background-color:#55c65e;
	border:1px solid #48b151;
}
.alert-danger {
	background-color:#f3515c;
	border-color:#d4323d;
}
.alert-info {
	background-color:#fe9126;
	border-color:#e4752b;
}
.modal-header .close:hover {
	color:#fd6d41
}
.modal-header .close {
	color:#ccc
}
.close {
	color:#fff;
	opacity:1
}
.pagination {
	border-radius:0
}
.pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span {
	border-radius:0
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color:#000;
	border-color:#000;
}
.pagination > li > a, .pagination > li > span {
	color:#777
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color:#333
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background:none;
	text-decoration:none;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	box-shadow:none;
	outline:none
}
.table-bordered {
	border-radius:0
}
.table thead td {
	text-transform:uppercase;
	font-weight:bold;
	color:#555 !important;
	font-size:13px;
	background-color:#f9f9f9;
}

.table th, 
.table td {
	padding:20px;
	border-color:#d7d7d7;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.block-compare .table th, .block-compare .table td {
	padding:7px
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"], 
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	font-size:13px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border-radius:0;
	box-shadow:none
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
	border-radius:0
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
	border-radius:0;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
	border-radius:0
}
.table-bordered {
	border-color:#d7d7d7
}
label, 
input,
button,
select,
textarea {
	font-size:13px;
	color:#323232
}
label {
	font-weight:bold;
}
textarea {
	resize:none
}
label{
	cursor:default
}
.close:hover,
.close:focus {
	opacity:1
}
.panel-group .panel,.panel {
	border-radius:0
}
.panel-heading {
	padding:20px;
}
.addthis_button_tweet {width:84px}
.fancybox-close, .fancybox-prev span, .fancybox-next span {
	opacity:0.8
}
.fancybox-close:hover, .fancybox-prev span:hover, .fancybox-next span:hover {
	opacity:1
}
.text-danger {
	color:red;
	font-weight:normal;
	font-size:100%;
	font-size:14px;
}


/* --------------------------------------------------------------------------------------------------------------
												 ANIMATE STYLE
------------------------------------------------------------------------------------------------------------------- */
@keyframes moveFromRight{
	0% {
		opacity: 0;
		transform: translateX(200%);
	}
	100% {
		opacity: 1;
		transform: translateX(0%);
	}
}
@-webkit-keyframes  moveFromRight{
	0% {
		opacity: 0;
		-webkit-transform: translateX(200%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
	}
}
@keyframes moveFromLeft {
	0% {
		opacity: 0;
		transform: translateX(-200%);
	}
	100% {
		opacity: 1;
		transform: translateX(0%);
	}
}
@-webkit-keyframes  moveFromLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-200%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
	}
}
@keyframes moveFromLeftIcon {
	0% {
		opacity: 0;
		transform: translateX(-200%);
	}
	50%{
		opacity: 0;
		transform: translateX(-200%), rotateY(-180deg);
	}
	100% {
		opacity: 1;
		transform: translateX(0%), rotateY(-180deg);
	}
}
@-webkit-keyframes moveFromLeftIcon {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-200%);
	}
	50%{
		opacity: 0;
		-webkit-transform: translateX(-200%), rotateY(-180deg);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%), rotateY(-180deg);
	}
}
@keyframes moveFromTop {
	0% {
		opacity: 0;
		transform: translateY(-200%);
	}
	50% {
		opacity: 0.5;
		transform: translateY(-100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0%);
	}
}
@-webkit-keyframes moveFromTop {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-200%);
	}
	50% {
		opacity: 0.5;
		-webkit-transform: translateY(-100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
}
@keyframes moveFromBottom {
	0% {
		opacity: 0;
		transform: translateY(200%);
	}
	50% {
		opacity: 0.5;
		transform: translateY(100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0%);
	}
}
@-webkit-keyframes moveFromBottom {
	0% {
		opacity: 0;
		-webkit-transform: translateY(200%);
	}
	50% {
		opacity: 0.5;
		-webkit-transform: translateY(100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
}
@keyframes ScaleFromLargeEffect {
	0% {
		opacity: 0;
		transform: scale(1.1);
	}
	50% {
		opacity: 0.5;
		transform: scale(0);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
@-webkit-keyframes ScaleFromLargeEffect {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.1);
	}
	50% {
		opacity: 0.5;
		-webkit-transform: scale(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}
@keyframes FromBackground {
	0% {
		background: #d41616;
	}
	50% {
		background: #fe9d9d;
	}
	100% {
		background: #fff;
	}
}
@-webkit-keyframes FromBackground {
	0% {
		background: #d41616;
	}
	50% {
		background: #fe9d9d;
	}
	100% {
		background: #fff;
	}
}