body {
	font-family: 'Noto Sans', sans-serif;
	font-weight: normal;
	color: #2a2a2a;
	font-size: 14px;
	line-height: 22px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Sans', sans-serif;
	margin:0 0 20px;
	line-height:1.2em;
	color:#2a2a2a;
	font-weight:bold;
}
button {
	outline:none;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
	color:#676767;
}
h6 {
	font-size: 13px;
	color:#676767;
}
a, a:visited {
	color: #4fa9c6;
	outline:none
}
a:hover {
	text-decoration: none;
	color:#000;
}
a:active,
a:focus {
	outline:none;
	text-decoration:none;
	color:#000;
}
.panel-title:hover > a {
    color: #4fa9c6;
}
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#input-voucher {
	margin-bottom:5px;
}
.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:hover {
	text-decoration: none;
	color: #000;
	background-color: #ccc;
	background-repeat: repeat-x;
}
/* top */
#top {
	font-size:11px;
	line-height:13px;
	font-weight:300;
	padding:6px 0 8px;
	text-align:center;
	background:#f8f8f8;
	border-bottom:1px solid #e6e6e6;
}
#top .pull-left {
	margin:4px 0 3px;
}
#top .pull-left >a {
	margin-right:11px;
	font-family:"Arial", sans-serif;
	font-size:12px;
	line-height:14px;
}
#top .pull-right >a {
}
#top #currency .currency-select {
	text-align: left;
}
#top-links {
	float:left;
	margin-top:8px;
}
#top-links a {
	font-size:14px;
	line-height:16px;
	color:#353535;
}
#top-links a:visited {
	color:#353535;
}
#top-links a:active,
#top-links a:hover,
#top-links a:focus
{
	color:#4fa9c6;
}
#top .btn-link, #top-links li {
	text-decoration: none;
}
.list-inline > li {
    padding-left: 13px;
    padding-right: 14px;
}
#top-links li a:hover i,
#top-links li a.active i,
#top-links li a.active {
	color:#ccc
}
#top-links li a i {
	color:#fff;
	font-size:13px;
	display:none;
}
#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;
}
/* logo */
#logo {
	margin:0 10px 11px 0;
	float:left;
	max-width:38%;
}
.logo-block {
	background:#fff;
	padding-top:24px;
	margin-bottom:9px;
	box-shadow:0 3px 3px rgba(175,175,175,.33);
	-moz-box-shadow:0 3px 3px rgba(175,175,175,.33);
	-webkit-box-shadow:0 3px 3px rgba(175,175,175,.33);
}
/* phone  */
.phone {
	float:right;
	font-size:27px;
	font-weight:bold;
	color:#000000;
	margin:20px 17px 25px
}
.phone i{
	font-size:28px;
	color:#000;
}
/* 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;
	display:inline-block;
	float:right;
}
#search button:active,
#search button:hover,
#search button:focus
 {
	background:#318ba8;
}
#search button {
	float:left;
	background:#4fa9c6;
	border:1px solid #e1e1e1;
	padding:0 11px 0 10px;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	line-height:32px;
	border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	-webkit-border-radius:0 4px 4px 0;
}
#search input {
	float:left;
	background:#fff;
	color:#666;
	border:1px solid #e1e1e1;
	border-radius:4px 0 0 4px;
	-moz-border-radius:4px 0 0 4px;
	-webkit-border-radius:4px 0 0 4px;
	border-right:none;
	font-size:13px;
	line-height:16px;
	height:34px;
	padding:8px 10px;
	width:214px;
}

.product-search .buttons-cat{
	margin-top:5px;
}
.account-address .table .btn {
	margin:5px;
}

/* cart */
.box-cart {
	position:relative;
	display:inline-block;
	margin:3px 0 0 10px;
	float:right;
}
.box-cart .btn-danger i {
	font-size:13px;
}
.box-cart .btn-danger {
	border:0;
	padding:0;
	background:none;
	color:#c9dec6;
}
.box-cart .btn-danger:active,
.box-cart .btn-danger:focus,
.box-cart .btn-danger:hover {
	background:none;
	color:#fff;
}
#cart {
	position:relative;
}
#cart > button i.fa-shopping-cart {
	display:none;
}
#cart > button i.fa-angle-down {
	font-size:21px;
	line-height:21px;
	color:#666;
	vertical-align:top;
	margin-left:5px;
}
#cart > button:hover i.fa-angle-down {
	color:#4fa9c6;
}
#cart > button strong {
	font-weight:300;
}
#cart > button {
	padding:0;
	border:0;
	margin:0;
	text-align:center;
	font-size:13px;
	line-height:21px;
	padding:3px 0 8px 35px;
	background: url("../image/cart-icon.png") no-repeat left 1px;
}
#cart .btn {
	margin-bottom: 2px;
}
#cart tr:first-child td {
	border-top:0;
}
#cart td {
	font-size:13px;
}
#cart td .name  a {
	font-size:13px;
	line-height:18px;
	color:#c9dec6;
}
#cart td .name  a:hover{
	color:#fff;
}
#cart .total td strong {
	font-size:12px;
	font-style:italic;
	color:#fff;
	font-weight:normal;
}
#cart .total td {
	border:0;
	padding:2px;
	font-size:13px;
	color:#fff
}
#cart #cart-total {
	min-width:95px;
	display:inline-block;
	text-align:left;
}
#cart .price-cart {
	color:#fff;
}
#cart > button>span {
	color:#666;
}
#cart > button:hover,
#cart.open > button {	
}
#cart #cart-total2 {
	display:none;
}
#cart #cart-total span {
	color:#4fa9c6;
}
#cart.open > .btn:hover {
	color: #555;
}
#cart .dropdown-menu {
	background: #82af7c;
	color:#fff;
	z-index: 1001;
	
}
#cart .dropdown-menu img {
	max-width:50px;
	background:#fff;	
}
#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: 5px 0;
	display:inline-block;
}
#cart .dropdown-menu li p.text-center {
	width:100%;
	padding:10px 20px;
}
#cart .table.total tr.last td strong,
#cart .table.total tr.last td{
	font-weight:bold;
	font-size:14px;
	font-style:normal;
	color:#fff;
}
#cart  .table > tbody > tr > td {
    border-top-color: #699862;
	}
.cart-q {
	max-width:100px;
	float:none;
	display:inline-block;
	margin-right:3px;
}
.shoping_cart td {
	vertical-align:middle !important;
}
#cart .btn-primary, 
#cart .btn-primary:visited {
	color:#fff;
	background:#4fa9c6;
}
#cart .btn-primary:hover, 
#cart .btn-primary:focus, 
#cart .btn-primary:active {
	color:#fff;
	background:#3b95b2;
}
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:#000;
	
	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;
}
/* footer */
footer {
	color:#676767;
	background:#f5f5f1;
	font-size:13px;
	line-height:16px;
	margin-top: 50px;
	padding-top:33px;
}
footer li {
	line-height:16px;
	padding:4px 0;
}
footer a {
	font-size:13px;
	line-height:16px;
	color:#676767;
}
footer a:visited {
	color:#676767;
}
footer a:hover,
footer a:focus,
footer a:active
 {
	color:#4fa9c6;
}
footer h5 {
	color:#676767;
	font-size: 14px;
	line-height:16px;
	margin:0 0 19px
}
footer li.foot_phone{
	line-height:23px;
	padding:0;
}
footer i.fa-phone {
	display:inline-block;
	float:left;
	font-size:36px;
	line-height:36px;
	color:#676767;
	margin:0 12px 0 0;
}
.copyright br {
	display:none;
}
.copyright a {
	font-size:13px;
}
.copyright {
	margin-top:12px;
	padding:17px 0;
	background:#fff;
}
/* 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: 0 0 20px 0;
	padding: 10px 10px 10px 20px;
	border-radius:0;
	color:#676767;
	font-size:12px;
	line-height:14px;
	background:#f5f5f1;
	border:1px solid #e8e8e8;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.breadcrumb i {
	font-size: 14px;
}
.breadcrumb li .lock-buton {
    cursor: default;
    display: block;
    height: 110%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.breadcrumb a {
	color:#676767;
}
.breadcrumb a:hover,
.breadcrumb li.last a
 {
	color:#4fa9c6;
}
.breadcrumb > li {
	margin-right:5px;
	position: relative;
	white-space: nowrap;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
	overflow: auto;
}
.btn:visited,
.btn {	
	position:relative;
	background: #fff;
    border: 1px solid #4fa9c6;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #4fa9c6;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 20px;
}
.btn.btn-add {
	font-size:14px;
	line-height:16px;
	color:#4fa9c6;
	padding:10px 30px;
	background:#fff;
	border:1px solid #4fa9c6;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active
 {
	color:#000;	
}
.btn.btn-add:hover,
.btn.btn-add:focus,
.btn.btn-add:active,
.btn:hover,
.btn:focus,
.btn:active
 {
	color:#82af7c;
	background:#fff;
	border-color:#82af7c;
}
.btn i{
	line-height:16px;
	font-size:15px;
	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 10px
}
.btn.btn-icon {
	background:none;
	border:none;
	color:#82af7c;
	line-height:19px;
	padding:0;
	margin:3px;
	vertical-align:top;
}
.btn.btn-icon:visited {
	background:none;
	color:#82af7c;
}
.btn:focus {
	outline: 0 solid #fff;
}
.cart-button .btn.btn-icon {
	margin:0 10px 0 0;
}
.btn.btn-icon:hover,
.btn.btn-icon:active,
.btn.btn-icon:focus
 {
	background:none;
	color:#4fa9c6;
}
.btn.btn-icon.btn-danger, 
.btn.btn-icon.btn-danger:visited
 {
	color:#ec3838;
}
.btn.btn-icon.btn-danger:hover, 
.btn.btn-icon.btn-danger:active,
.btn.btn-icon.btn-danger:focus
 {
	color:#ff6969;
}
.box .btn.btn-add i {
	display:inline-block;
	float:none;
	line-height:20px;
	font-size:14px;
}
.btn.btn-icon i {
	font-size:15px;
	line-height:20px;
}
/*****/
.tooltip-inner {
  background-color: #4fa9c6;
  margin-right:2px;
  margin-left:2px;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #4fa9c6;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #4fa9c6;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #4fa9c6;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #4fa9c6;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #4fa9c6;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #4fa9c6;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #4fa9c6;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #4fa9c6;
}
/*****/
.product-thumb .btn.btn-add,
.product-grid .btn.btn-add,
.fancybox-inner .btn.btn-add {
	position:absolute;
	top:0;
	right:0;
	display:inline-block;
	float:right;
	padding:0;
	border:none;
	width:22px;
	height:20px;
	vertical-align:top;
	background: url("../image/cart-button.png") no-repeat center top transparent;
}
.product-thumb .btn.btn-add:hover,
.product-grid .btn.btn-add:hover,
.fancybox-inner .btn.btn-add:hover {
	background-position: center bottom;
}
.product-list .btn.btn-add,
.product-grid .btn.btn-add,
.fancybox-inner .btn.btn-add,
.related-products .btn.btn-add {
    position: relative;
	float:none;
}
.box .product-thumb .btn.btn-add
 {
    top: 3px;
	right:4px;
}
/*********************/

.product-options .form-group.required select {
	width:200px !important;
}

/*************************/
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.dropdown-menu {
	border-radius:0;
	background-color: #82af7c;
    border: 1px solid #699862;
	font-size: 13px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
	text-align:left;
    box-shadow: none;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.dropdown-menu.bootstrap-datetimepicker-widget {
	border-color: #ddd;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.btn-group.open .dropdown-toggle {
	box-shadow:none
}
.btn-group > .btn, 
.btn-group > .dropdown-menu, 
.btn-group > .popover {
	font-size: 12px;
}
.box-currency .dropdown-menu,
.box-language .dropdown-menu {
	top:20px;
}
.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,
#list-view:hover,
#grid-view:hover
 {
	color:#4fa9c6;
}
#list-view i,
#grid-view i {
	line-height:normal;
}
#list-view,
#grid-view {
	background:none;
	box-shadow:none;
	color:#dcdcdc;
}
.btn-danger,
.btn-primary,
.btn-info,
.btn-default {	
	text-shadow:none;
	background: #fff;
    border: 1px solid #4fa9c6;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #4fa9c6;
    font-size: 14px;
    line-height: 16px;
    padding: 12px 20px;
}
.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:#82af7c;
	background:#fff;
	text-shadow:none;
	color:#82af7c;
	box-shadow:none;
}

.btn-primary {
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;	
	font-size:14px;
	line-height:20px;
	padding: 10px 15px;
	background:#82af7c;
	border:1px solid #699862;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	white-space: nowrap;	
	box-shadow:0 1px 2px rgba(0,0,0,.18);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.18);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.18);
	}
.box_html .btn-primary {
	float:right;
	margin-left:10px;
	}	
.btn-primary:visited {
	color:#fff;
	background:#82af7c;
	border-color:#699862;
	}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	color:#fff;
	background:#64915e;
	border-color:#699862;
	box-shadow:0 1px 2px rgba(0,0,0,.18);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.18);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.18);
	}

/* 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-top:4px;
	margin-bottom: 21px;
	position:relative;
}
.cart-button {
	position:relative;
}
aside .product-thumb {
	margin-bottom:20px;
}
.product-thumb .image {
	text-align: center;
	margin-bottom:7px;
	position:relative;
}
.image img {
	background-color:#fbfbfb;
}
.product-thumb .image a,
.box-subcat li .image a {
	display: inline-block;
	max-width:100%;
	overflow:hidden;
	background:#fff;
	padding:3px;
	border:1px solid #f9f9f9;
	border-right-color:#ddd;
	border-bottom-color:#ddd;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);
}
.product-thumb .image a:hover,
.box-subcat li .image a:hover,
.fancybox-inner .quickview_image.image a:hover {
	box-shadow:0 2px 10px rgba(0,0,0,.2);
	-moz-box-shadow:0 2px 10px rgba(0,0,0,.2);
	-webkit-box-shadow:0 2px 10px rgba(0,0,0,.2);
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	position:relative;
	padding-right:30px;
}
.product-grid .product-thumb .caption {	
	padding-right:0;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
.product-thumb .rating {
	padding-bottom: 0;
	position:absolute;
	top:10px;
	right:10px;
}
.bx-wrapper .bx-prev {
    left: -1px;
}
.bx-wrapper .bx-next{
    right: -1px;
}

.rating .fa-stack {
	font-size: 8px;
	width:1.4em
}
.rating .fa-star-o {
	color: #4fa9c6;
	font-size: 11px;
}
.rating .fa-star {
	color: #4fa9c6;
	font-size: 11px;
}
.rating .fa-star + .fa-star-o {
	color: #4fa9c6;
}
h2.price {
	margin: 0;
}
.product-thumb .description1,
.product-thumb .description
 {
	margin-bottom:5px;
	font-size:13px;
}
.product-grid .product-thumb .description1,
.product-list .product-thumb .description  {
	display:none;
}
.price {	
	color: #82af7c;
	font-size:14px;
	line-height:16px;
}
.product-grid .price,
.product-list .price
 {
	margin-bottom:15px;
}
.price-tax  {
	font-size:12px;
}
td .name a {
	font-size:13px;
}
td .price, .price b {
	font-size:14px;
	padding-bottom:0;
	font-weight:normal;
}
.price s {
	font-size:14px;
	color:#a8a8a8;
}
.prod-stock {
	color:#6ba239;
}
.price-new {
	margin-right:5px;
	color:#82af7c;
}
.price-old {
	color: #a8a8a8;
	font-size:14px;	
	text-decoration: line-through;
	line-height:16px;
}
.product-thumb .price-tax {
	color: #a8a8a8;
	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;
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > 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:4px;
}
.name a {
	font-size:14px;
	line-height:16px;
	color:#676767;
}
.name a:hover {
	color:#4fa9c6;
}
/************** BOX ***********************/
.box {
	margin-bottom:5px;
}
aside .box-heading h3 {
	margin-bottom:18px;
}
aside .box .product-layout:first-child {
	margin-top:0;
}
aside .box .product-layout{
	width:100% !important;
	margin-top:30px;
}
aside .box {
	margin-bottom:30px;
}
aside .box.category {
	background:#f5f5f1;
	padding:24px 30px 13px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.box.info .box-content ul {
	padding:0
}
.box.info .box-content ul li {
	list-style-type:none;
	padding:5px 0;
}
.sale {
	font-size:15px;
	font-weight:bold;
	position:absolute;
	top:29px;
	left:29px;
	background-color:#000;
	color:#fff;
	line-height:19px;
	padding:5px 8px;
	z-index:10
}
.new_pr {
	font-size:15px;
	font-weight:bold;
	position:absolute;
	top:29px;
	left:29px;
	background-color:#ededed;
	color:#333;
	line-height:19px;
	padding:5px 8px;
	z-index:10
}

/*********FACEBOOK BOX*****************/
aside .box.twitter,
aside .box.facebook {
	float:none;
	width:100%
}
/*********BOX TWITTER******************/
.box.twitter {
	margin-bottom:45px;
}
/*********HEADER****************************/
header {
	padding-bottom:3px;
	background:url(../image/header-bg.png) repeat center top;	
}
header .nav__primary{
	padding:9px 0 11px;
}
.block-right {
	display:inline-block;
	float:right;
	margin:5px 4px 0 0;
}
#page {
	overflow:hidden;
	background:url(../image/header-bg.png) repeat center top;
}
.parallax {
	line-height:27px;
	font-size:15px;
	margin-bottom:30px;
	color:#fff;
}
.parallax>div {
	position:relative;
	padding:22% 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:85px;
	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:#000;
	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: #000;
	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 { 
	line-height:16px;
	position: relative;
	list-style-type:none;
	padding:16px 0 15px;
	border-top:1px solid #d8d8d5;
}
.box-category .menu li a {
	display: inline-block;
}
.box-category .menu  li > a:hover {
	background-color:#f6f6f6;
}
.box-category .menu >li:first-child {
	border-top:none;
}
.box-category .menu  li > a {
	font-size:14px;
	color:#4fa9c6;
}
.box-category .menu  li li a {
	color:#676767;
}
.box-category .menu  li li{
	padding:10px 20px;
	border:none;
}
.box-category .menu  li li li a {
	color:#a8a8a8;
}
.box-category .menu  li li a >i {
	color:#333;
	margin-right:10px;
}
.box-category .menu  li li li a >i {
	color:#333;
	margin-right:10px;
	margin-left:10px;
}
.box-category .menu li a:hover {
	color: #000;
}
.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:47px;
	line-height:47px;
	width:30px;
	text-align:center;
	right:0
}
.box-category .menu ul  li a+i {
	height:36px;
	line-height:34px;
}
.box-category .menu  li a+i.fa-minus:before {
	content:'\f068' !important
}
.box-category .menu li a+i:hover { 
	cursor: pointer; 
	color:#4fa9c6;
}
.box-category .menu li a+i.opened {
	background-position: center 7px; 
}
/** dropdown **/
.dropdown-menu > li > a,
.dropdown-menu > li > button
 {
	font-size:13px;
	line-height:16px;
	color:#c9dec6;
	padding:4px 10px;
	font-weight:bold;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > button:hover
 {
	color:#fff;
	background:#96c390;
}
#top .dropdown-menu > li > a:hover,
#top .dropdown-menu > li > button:hover
 {
	color:#fff;
}
.box-category .menu ul {
	width: auto;
	padding: 0px 0px;
	display: none; 
	padding-top:15px;
	border-top:1px solid #d8d8d5;
	margin-top:15px;
}
.box-category .menu ul ul{
	padding-top: 0;
	border-top: none;
	margin-top: 15px;
}
.box-category .menu  li.active > a > span {
	color: inherit;
}
.box-category .menu  li a.active,
.box-category .menu li li a.active,
.box-category .menu li li a:hover {color: #2a2a2a;}
/**************BANNERS***********************/
.banners {
	margin-bottom:28px;
}
.banners>div a img {
	display:inline-block;
	vertical-align:top;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.banners>div{
	text-align:center;
}
.banners>div a {
	vertical-align:top;
	display:block;
}
.banners>div div.banner-box:hover h1 {
	margin-left:-5px;
}
.banners>div div.banner-box:hover h2 {
	margin-left:5%;
}
.banners>div div.banner-box a:hover {
	box-shadow:0 0 15px rgba(0,0,0,0.3);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.banners>div div.banner-box a {
	border:1px solid #e3e3e3;
	overflow:hidden;
}
.banners>div div.banner-box {
	position:relative;
	box-shadow:0 0 8px rgba(0,0,0,0.07)
}
.banners>div .s-desc {
	text-align:left;
	position:absolute;
	top:0;
	left:0;
	padding:5% 0 0 7%;
	color:#777777;
	font-size:15px;
	line-height:27px;
	max-width:245px
}
.banners>div .s-desc h2 {
	font-size:58px;
	line-height:100%;
	font-weight:bold;
	color:#000;
	margin: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;
}
.banners>div .s-desc h1 {
	font-size:42px;
	line-height:100%;
	color:#333333;
	text-transform:uppercase;
	font-weight:400;
	margin:0;
	-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:hover .s-desc span {
	background-color:#000;
	border-color:#d45634;
	margin-left:5px;
}
.banners>div .s-desc span {
	display:inline-block;
	font-size:18px;
	font-weight:bold;
	line-height:30px;
	padding:19px 30px;
	color:#fff;
	background-color:#333333;
	border:1px solid #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/**************Box HTML Module***********************/

.box_html {
	margin-bottom:30px;
}
.box_html.welcome {
	color:#2a2a2a;
	font-weight:bold;
	font-size:32px;
	line-height:46px;
	margin-bottom: 23px;
}
.box_html.welcome p {
	margin-bottom:0;
}
.box_html.welcome .btn-primary,
.box_html.banner .btn-primary
{
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	float:right;
	font-size:14px;
	line-height:20px;
	padding: 13px 22px 14px;
	background:#82af7c;
	border:1px solid #699862;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	white-space: nowrap;
	margin-left:15px;
	box-shadow:0 1px 2px rgba(0,0,0,.18);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.18);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.18);
}
.box_html.banner a{
	display:inline-block;
	width:100%;
}
.box_html.welcome .btn-primary:hover,
.box_html.banner a:hover .btn-primary
{
	background:#64915e;
}
.box_html.welcome .btn-primary i,
.box_html.banner .btn-primary i
{
	color:#fff;
	display:inline-block;
	float:none;
	font-weight:bold;
	font-size:21px;
	line-height:20px;	
	margin-left:17px;
}
.box_html.popular-products {
	text-align:center;
	margin-bottom:0;
}
.box_html.popular-products hr{
	border-color:#dfdfdf;
	margin-top:31px;
	margin-bottom:29px;
}
.box_html.popular-products h1{
	margin-bottom:15px;
} 
.box_html.popular-products p{
	color:#a2a2a2;
	font-size:18px;
	line-height:22px;
	margin-bottom:25px;
}
.box_html.popular-products .image a.img{
	display:inline-block;
	max-width:100%;
	overflow:hidden;
	background:#fff;
	padding: 3px;
	margin-bottom:20px;
	border:1px solid #f9f9f9;
	border-right-color:#ddd;
	border-bottom-color:#ddd;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);
}
.box_html.popular-products .image a.img:hover {
	box-shadow:0 2px 10px rgba(0,0,0,.3);
	-moz-box-shadow:0 2px 10px rgba(0,0,0,.3);
	-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);
}
.box_html.popular-products .image p{
	color:#2a2a2a;
	font-size:14px;
	line-height:22px;
	margin-bottom:14px;
}
.popular-products .btn.btn-add .over {
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:1px solid transparent;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	transform: scale(1.2,1.6);
	pointer-events: none;
}
.popular-products .btn.btn-add:hover .over {
	border-color:#82af7c;
	transform: scale(1,1);
}
.popular-products .btn.btn-add:hover  {
	border-color:#fff;
}
.box_html.banner{	
	border:1px solid #e8e8e8;
	overflow:hidden;
	line-height:0;
	margin-bottom:25px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.box_html.banner a{
	padding:0 15px;
	background:#f5f5f1;
}
.box_html.banner:hover{
	border-color:#fff;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.box_html.banner a:hover{
	background:#ebebe7;
}

.box_html.banner img{	
	float:left;
	background:none;
	margin:5px 38px 4px 9px;
}
.box_html.banner p{
	overflow:hidden;
	float:left;
	font-family: 'Sanchez', serif;
	font-size:30px;
	line-height:36px;
	margin-top:19px;
	color:#a8a8a8;
	text-shadow:1px 1px 0 #fff;
}
.box_html.banner .clear{
	display:block;
}
.box_html.banner p span{
	font-size:36px;
	margin-bottom:-5px;
	color:#676767;
	display:inline-block;
}
.box_html.banner .btn.btn-primary{
	margin:29px 13px 22px 10px;
}

.fb_iframe_widget,
.fb_iframe_widget > span,
.fb_iframe_widget > span > iframe {
	max-width:100%;
}
/***************HOME PAGE**********************/
#container {
	padding:29px 0 21px;
	background:#fff;
}
div.owl-carousel {
	border:0;
	padding:0;
	box-shadow:none;
	margin:0 auto;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
div.owl-carousel.related-slider {
	background:none;
}
.owl-carousel:hover .owl-buttons div.owl-next {
    right: 10px;
}
.owl-carousel .owl-buttons div {
    color: rgba(0, 0, 0, 0.6);
}
.owl-carousel .owl-buttons div:hover {
    color: #4fa9c6;
	opacity:1;
}
.owl-item>div{
	margin:0 10px
}
.header_modules {
	margin-bottom:20px;
}
.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**********************/
.quickview_description iframe,
.product-desc iframe{
	float: left;
	margin-right: 2em;
	margin-bottom:15px;
}
.quickview_description iframe{
	width: 40% !important;
	height: auto !important;
}
.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 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:#000
}
.review-form-title{
	text-align: center;
}

#reviews_form_title{
	cursor: pointer;
	position: relative;
	border-bottom: 1px solid #4fa9c6;
	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 #4fa9c6;
	content: '';
	margin-left: -10px;
}
#reviews_form_title:hover{
	border-bottom-color: #82af7c;
}
#reviews_form_title:hover:before{
	border-top-color: #82af7c;
}
.product-review-form{
	display:none;
}
.bootstrap-datetimepicker-widget .timepicker-picker  td span:hover {
	background:none !important;
}
.bootstrap-datetimepicker-widget .timepicker-picker table {
    margin: 3px 0;
}
.product_page .price-old{
	color: #a8a8a8;
}
.product_page #button-cart,
.product_page #button-cart:visited
{
	width: 100%;
	background: #82af7c;
    border-color: #699862;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    padding: 13px 22px 14px;
    text-transform: uppercase;
}
.product_page #button-cart:hover,
.product_page #button-cart:focus,
.product_page #button-cart:active
{
	background:#64915e;
}
.product_page #button-cart{
		-webkit-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
		}
.bx-wrapper .bx-viewport {
	background-color:transparent;
}
.bx-wrapper .bx-controls-direction a i {
	line-height:40px;
	vertical-align:top;
}
.box .owl-carousel .owl-buttons>div>i:hover,
.bx-wrapper .bx-controls-direction a:hover {
	color:#4fa9c6;
}

.bx-wrapper .bx-controls-direction a {
	background:#fff;
	border:1px solid #dadada;
	color:#babcbf;
	line-height:40px;
	text-align:center;
	display:inline-block;
	width:40px;
	font-size:15px;
	vertical-align:top;
	opacity:1 !important
}
.box .owl-carousel .owl-buttons>div>i {
	margin:0;
	background:#fff;
	border:1px solid #dadada;
	color:#babcbf;
	line-height:40px;
	text-align:center;
	display:inline-block;
	width:40px;
	font-size:15px;
	vertical-align:top;
	opacity:1 !important
}
.box .owl-carousel .owl-buttons .owl-next {
	right:30px !important;
}
.box .owl-carousel .owl-buttons>div {
	width:40px;
	height:40px;
	right:73px;
	top:-90px !important;
	left:auto !important;
	opacity:1 !important; 
}
#full_gallery {
	border:1px solid #dddddd
}
#default_gallery  {
	/*border:1px solid #ececec;*/
	margin-bottom:30px;
}

#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(79,169,198,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:#4fa9c6;
}
#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:#4fa9c6;
}
#default_gallery .image-thumb img {
	border:1px solid #ddd;
}
#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;
}
.review-score .fa-stack{
	width: 1.2em;
	height: 1.2em;
}
.product_page h1 {
	margin-bottom: 20px;
	color:#333;
	line-height:normal;
}
.product-section span {
	color:#555;
}
.product-section span.green{
	color:#82af7c;
}
.product-section span.price-new {
	color:#82af7c;
}
.product-section span .fa-star,
.product-section span .fa-star-o
 {
	color:#4fa9c6;
}
.product-section a {
	color:#4fa9c6;
}
.product-section a:hover {
	color:#2a2a2a;
}
.price-section span.price-old {
	text-decoration: line-through;
	margin:0 10px 0 0;
}
.price-section span.price-new {
	font-size:31px;
	color:#82af7c;
}
.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:#000
}
.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;
	font-size:30px;
}
.general_info {
	margin-bottom:20px;
}
.fancybox-skin .rating {
	margin:5px 0 10px;
}
.rating {
	line-height:18px;
}
.fancybox-inner h2{
	font-size:24px;
}
.fancybox-inner .price {
	margin-bottom:15px;
}
.fancybox-inner .cart-button{
	margin-bottom:5px;
}
.fancybox-inner .quickview_image.image a{
	display:inline-block;
	max-width:100%;
	overflow:hidden;
	background:#fff;
	padding:3px;
	border:1px solid #f9f9f9;
	border-right-color:#ddd;
	border-bottom-color:#ddd;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);
}
.fancybox-inner .quickview_image.image{
	margin-bottom:15px;
}
.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;
}
.box-subcat li .image{
	margin-bottom:10px;
}
.box-subcat li.first-in-line {
	clear: left;
}
.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;
}

#compare-total {
	display:inline-block;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	float:right;
	font-size:14px;
	line-height:20px;
	padding: 10px 15px;
	background:#82af7c;
	border:1px solid #699862;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	white-space: nowrap;
	margin-left:10px;
	box-shadow:0 1px 2px rgba(0,0,0,.18);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.18);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.18);
}
#compare-total:hover {
	background:#64915e;
}
.nav-cat {
	margin-bottom:13px;
}
.nav-cat .nam-page{
	margin:5px 10px 12px 10px;
}
.button-view button:active,
.button-view button:focus,
.button-view button:hover {
	color:#000
}
.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;
	position:relative;
}
/*======== RELATED PRODUCTS =============*/

.related-products .owl-carousel {
	padding-left:30px;
	padding-right:30px;
}
.related-products .owl-carousel:hover .owl-buttons div.owl-prev {
    left: 0;
}
.related-products .owl-carousel:hover .owl-buttons div.owl-next {
    right: 0;
}
.related-products div .product-thumb {
	margin-bottom:0;
}

.related-products .btn.btn-add span {
	display:none;
}
.related-products .btn.btn-add {
	
}
.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: 55px;
	z-index:99;
	left:50%;
	margin-left:640px;
}
#back-top {
	width:40px;
	height:30px;
	display: inline-block;
	margin-bottom: 0;
}
#back-top .fa{
	font-size:40px;
	line-height:30px;
	}
#back-top a {
	color:#ccc;
	color:rgba(204,204,204,.9);
}
#back-top a:hover {
	color:#4fa9c6;
}
/*======== 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;
}
.product-compare .table-responsive > .table > tbody > tr > td{
    white-space: normal;
}
.product-compare .table input.btn-block[type="button"],
.product-compare .table a.btn-danger.btn-block {
    width: auto;
	display:inline-block;
	margin-right:10px;
	margin-left:10px;
}
/********BOX CURRENCY************/
.box-currency {
	float:right;
}
.box-currency .btn-group {
	vertical-align:top;
}
.box-language .open .dropdown-toggle,
.box-currency .open .dropdown-toggle,
.box-language .dropdown-toggle:hover,
.box-currency .dropdown-toggle:hover {
	color:#4fa9c6;
}
.box-language .dropdown-toggle,
.box-currency .dropdown-toggle {	
	font-size:12px;
	line-height:18px;
	color:#5d5d5d;
	margin-left:20px;
	text-transform:uppercase;
	cursor:pointer;
}
.box-currency .dropdown-toggle {	
	font-size:18px;
}

.box-language i,
.box-currency i {
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	height: 18px;
	margin-left: 5px;
	vertical-align: left;
	vertical-align: top;
}
.box-currency .dropdown-toggle i {	
	margin-left: 0;
}
.box-currency .dropdown-menu button{
	border:0;
	margin:0;
	display:block;
	width:100%;
	background:none;
}
#map {
	height:250px
}
/************** QUICKVIEW **************************/
.quick_info {
	display:none;
}
.fancybox-overlay-fixed {
    z-index: 100;
}
.fancybox-opened {
    z-index: 101;
}
.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;
}
.product-thumb  a.quickview:hover {
	background-color:#fff;
	color:#4fa9c6;
}
.product-thumb a.quickview {
	display:inline-block;
	visibility:hidden;
	z-index:5;
	width: 107px;
	vertical-align:top;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-53px;
	margin-top: -16px;
	text-align:center;
	line-height:16px;
	padding:8px 5px;
	background:rgba(255, 255, 255, 0.82);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	color: #333;
	opacity:0;
	transform:scale(.5);
	-moz-transform:scale(.5);
	-webkit-transform:scale(.5);
}
.product-thumb:hover a.quickview {
	visibility:visible;
	border:none;
	opacity:1;
	transform:scale(1);
	-moz-transform:scale(1);
	-webkit-transform:scale(1);
}
/****** ABOUT PAGE*****/
.extra-wrap {
	overflow:hidden;
	
}
.dropcap {
	background: #82af7c;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	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:#000
}
.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:hover,
.about-page figure:hover {
	background-color:#f2f2f2;
}
.human_info figure a, 
.about-page figure a {
	display:block;
	overflow:hidden;
	border: 1px solid #e2e2e2;
}
.about-page figure img {
    border: none;
}
.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: #000;
	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:#000
}
.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:#000
}
.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:#000
}
/********** SITEMAP PAGE ******************/
.site-map-page #content ul {
	padding-left:0;
}
.site-map-page #content ul ul{
	padding-left:20px;
}
.site-map-page #content ul ul li a,
.site-map-page #content ul ul li a:visited
{
	color:#a2a2a2;
}
.site-map-page #content ul ul li a:hover,
.site-map-page #content ul ul li a:active,
.site-map-page #content ul ul li a:focus
{
	color:#2a2a2a;
}
.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;
	color:#000
}
.site-map-page ul li {
	list-style-type:none;
	font-size:17px;
	color:#000;
}
/********/
.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: #82af7c;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	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;
	color:#000;
	margin-right:5px;
}
.manufacturer-content {
	padding:20px;
}
/********** ACCOUNT ******************/
.well {
	background-color: #f9f9f9;
	border: 1px solid #e6e6e6;
	margin-bottom: 30px;
	padding: 30px;
	border-radius:0;
	box-shadow:none;
	overflow:hidden;
}
.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{
	color: #000;
	float: left;
	font-size: 56px;
	margin-right: 14px;
}
.well .heading h2 {
	font-size:23px;
	font-weight:bold;
	color:#000;
	margin:0 0 5px
}
.well .heading strong {
	font-weight:normal;
	font-style:italic;
}
.product-info {
	color:#999;
}
#content ul.list-unstyled li {
	padding:3px 0;
}
#content ul.list-unstyled li a i{
	font-size:17px;
	margin-right:5px;
	color:#000
}
/********** Swipe menu ******************/
.toprow-1 {
	background-color: #f5f5f1;
	border-bottom:1px solid #dcdcdc;
	box-shadow: 0 3px 3px rgba(175, 175, 175, 0.33);
	-moz-box-shadow: 0 3px 3px rgba(175, 175, 175, 0.33);
	-webkit-box-shadow: 0 3px 3px rgba(175, 175, 175, 0.33);
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 90;
	display:none;
}
.swipe-control:hover i {
	color:#4fa9c6;
}
.swipe-control i {
	line-height:50px;
	font-size:30px;
	vertical-align:top;	
}
.swipe-control {
	border-right: 1px solid #d2d2d2;
	display: block;
	height: 50px;	
	vertical-align:top;
	text-align: center;
	width: 64px;
	z-index: 100;
	color:#666;
}
.swipe-control:visited,
.swipe-control:active,
.swipe-control:focus,
.swipe-control:hover {
	color:#666;
}
.swipe ul {
	padding:0;
	margin:0;
}
.swipe ul li {
	list-style-type:none;
}
.swipe ul li a:hover {
	color:#4fa9c6;
}
.swipe ul li a {
	display:block;
	padding:10px 20px;
	color:#353535;
	text-transform:uppercase;
	border-bottom:1px solid #e6e6e6;
	line-height:25px;
}
.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;	
	margin-top: 0;
	text-decoration: inherit;
	vertical-align: baseline;
	width: auto;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-size:21px;
	line-height: 25px;
	color:#4fa9c6;
	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:#4fa9c6;
	line-height:25px;
	vertical-align:top;
	margin-right:5px;
}
.swipe {
	background-color: #fff;
	color: #353535;
	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;
}
.alert {
	color:#fff;
	font-weight:bold;
	padding:10px;
	border-radius:0;
	text-shadow:1px 1px 1px rgba(0,0,0,0.3)
}
.alert i {
	font-size:18px;
	line-height:16px;
	margin:0 2px;
	vertical-align:top;
}
.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;
	line-height:16px;
}
.modal-header .close:hover {
	color:#000;
}
.modal-header .close {
	color:#ccc;
}
.close {
	color:#fff;
	opacity:1
}
.pagination {
	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:#4fa9c6;
	border-color:#4fa9c6;
}
.pagination > li > a, .pagination > li > span {
	color:#a8a8a8;
	line-height:16px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left:1px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color:#4fa9c6;
	background:none;
	border-color:#4fa9c6;
}
.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
}
input[type="radio"]:hover,
input[type="radio"]:focus,
input[type="radio"]:active {
	outline:none;
}
.table-bordered {
	border-radius:0
}
.table thead td {
	text-transform:uppercase;
	font-weight:bold;
	color:#323232 !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; 
}
.table-bordered > tbody > tr:hover > td {
	background-color:transparent;
}
.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
}
/****************************** video **************************************/

.video_block {
		clear: both;
		left: 50%;
		margin-left: -1000px;
		position: relative;
		width: 2000px;
		height:401px;
	}
.box_html.video_block {
	margin-bottom:42px;
}

/***************************** camera **************************************/
.camera_target_content .camera_link {
    z-index: 2;
    position: relative;
}
div.camera_wrap .camera_thumbs_cont li.cameracurrent img{
	cursor:default;
}
.fluid_container div.camera_wrap {
	margin-bottom:0 !important;
}
div.camera_thumbs_cont > div {
    line-height: 0;
}
div.camera_wrap .camera_thumbs_cont ul{
	display:inline-block;
	width:auto !important;
	padding:6px 0 5px;
	text-align:left;
	white-space: nowrap;
}
.camera_nextThumbs div,
.camera_prevThumbs div{
	background:#fff;
}
div.camera_wrap .camera_thumbs_cont li {
	display:inline-block;
	overflow:hidden;
    max-width: 100px !important;
	border:3px solid #fff;
	padding:0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin-right:5px;
	background:#000;
}
div.camera_wrap .camera_thumbs_cont li img {
	height: 93px !important;
	border:none;
	margin:0;
}
.thumbs-icons {
	background: url("../image/gallery-bg.png") repeat 0 0;
	margin-top:-110px;
	position:relative;
	z-index:2;
}
.camera_thumbs_cont {
	text-align:left;
}
div.fluid_container {
    overflow: visible;
	padding-bottom:20px;
}
div.camera_target {
    overflow: visible;
}
div .camera_prev i,
div .camera_next i{
	font-size:48px;
	line-height:48px;
	color:#111;
	color:rgba(130,175,124,.8);
}
div .camera_prev:hover i,
div .camera_next:hover i{
	color:#82af7c;
}
div .camera_prev{
	left:5px;
	top: 40%;
}
div .camera_next{
	right:5px;
	top: 40%;
}
div.camera_caption {
    padding: 0;
	margin-top:-84px;
	top:40%;
}
div.camera_caption h1{
    color: #fff;
	text-shadow:1px 1px 2px rgba(0,0,0,.3);
	font-family: "Sanchez",serif;
	font-weight:normal;
	text-transform:none;
	font-size:40px;
	line-height:48px;
	max-width: 40%;
	padding-left:5px;
	margin-bottom:18px;
}
div.camera_caption p{
    color: #fff;
	padding-left:5px;
	text-shadow:1px 1px 2px rgba(0,0,0,.2);
	font-weight:normal;
	text-transform:none;
	font-size:16px;
	line-height:26px;
	max-width: 40%;
	margin-bottom:0;
}

/***************************************************************************/
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 {
    box-shadow: none;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.panel-group .panel,.panel {
	border-radius:0
}
#button-payment-method.btn {
	margin:0 0 10px 10px;
}
.panel-heading {
	padding:20px 15px 20px 18px;
}
.checkout-cart .buttons a{
	margin-bottom:5px;
}
.shoping_cart .table-responsive > .table > tbody > tr > td {
    white-space: normal;
}
.addthis_button_tweet {width:84px}
.addthis_toolbox > a {
	min-height:26px;
}
a.addthis_button_tweet {
	width:85px !important;
}
html[lang="de"] a.addthis_button_tweet {
	width:97px !important;
}
html[lang="ru"] a.addthis_button_tweet {
	width:101px !important;
}
.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:bold;
	font-size:100%;
	font-size:16px;
}