html {
  overflow-y: scroll;
}
body {
	
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	/*line-height: 20px;*/
	
    color: #666;
	background: #fff;
	width:100%;
	/*
	margin: 0;
    padding: 0;
    font: 14px/1.5em "Helvetica Neue", Arial;
    font-weight: 300;
	*/
    /*background: none;*/
    
}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 30px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #000000;
}
a:hover {
	text-decoration: none;
    color: #000000;
}
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;
}
.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;
}
.product-nav {
	border-bottom: none;
    padding: 0;
    clear: both;
    margin-top: 20px;
	margin-bottom: 0px;
}
.product-nav>li>a {
    margin-right: 4px;
    border: 1px solid transparent;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    font: 600 13px/18px "Open Sans",sans-serif;
    color: #fff;
    background: #92b055;
    border: 1px solid transparent;
    border-bottom: none;
    text-align: center;
}
.product-nav>li>a:hover, .product-nav>li>a:focus {
    text-decoration: none;
    background-color: #fff;
    color: #333;
}
.product-nav>li.active>a, .product-nav>li.active>a:hover, .product-nav>li.active>a:focus {
    color: #333;
    background-color: #fff;
    /*border: 1px solid #eaeadb;*/
	border: 1px solid #92b055;
    border-bottom: none;
    padding: 10px 15px 11px;
}
.product-nav + .tab-content {
    /*border: 1px solid #eaeadb;*/
	border: 1px solid #92b055;
    padding: 30px 20px 110px 20px;
    overflow: hidden;
	border-radius: 0px 6px 6px 6px;
}
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: #333;
	background-color: none;
	background-image: linear-gradient(to bottom, none);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #f8f8f8;
	border-bottom: 1px solid #e7e7e7;
	padding: 4px 0px 3px 0;
	margin: 0 0 0px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
    background: none;
}
.container {
    background: ;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #333;
	background-color: #000000;
	background-image: linear-gradient(to bottom, #000000, #000000);
	background-repeat: repeat-x;
}
#top .fa {
	color: #000000;
}
#top .fa:hover {
	color: #333;
}
#top .btn-link, #top-links li, #top-links a {
	color: #333;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #000000;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #333;
}
#top .btn-link strong {
	font-size: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
.affix {
      top: 0;
      width: 100%;
      z-index: 9999 !important;
	  margin-bottom:10px;
}
.nav-sticky {
    padding-top:10px;
	margin-bottom:10px;
}
.nav-sticky.affix {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	background-color: #E7E7E7;
}
/*
.affix + .container {
      padding-top: 52px;
      margin-top:34px;
}
*/
header.affix + .container {
      padding-top: 50px;
      margin-top:33px;
}
@media (max-width : 767px) {
    .nav-sticky.affix {
        position: relative;
		background: none;
		box-shadow: none;
    }
	header.affix {
		position: relative;
	}
	header.affix + .container, .affix + .container {
		  padding-top: 0px;
		  margin-top: 0px;
	}
}
/* search */
#search {
	margin-bottom: 10px;
    z-index: 9;
    padding: 6px 0px 6px 14px;
    background-color: #888;
	background-image: linear-gradient(to top, #888, #888, #888);
    border-radius: 4px;
}
#search .fa-search{
   text-shadow: 0 0px 0 #FFF;
    background: none;
    box-shadow: 0 0 0 #fff;
}
#search .input-lg {
	height: 30px;
	line-height: 20px;
	padding: 0 10px;
    border-radius: 3px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 5px 35px;
	text-shadow: 0 0px 0 #FFF;
    background: none;
    box-shadow: 0 0 0 #fff;
    border: none;
    color: #fff;
	transition: all .2s ease-in-out;
}
#search .btn-lg:hover {
    transform: scale(1.3);
	color: #fff1a9;
}
/* cart */
#cart {
	margin-bottom: 10px;
    box-shadow: none;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #000;
    background: #ddd;
    border: 1px solid #999;
    box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	color: #333;
	box-shadow: none;
	text-shadow: none;
    background:
}
#cart.open .fa-shopping-cart{
   color: #333;
}
#cart .fa-shopping-cart{
   color: #333;
   margin-right: 10px;
   font-size: 18px;
}
#cart #cart-total{

}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 200%;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
		min-width: 100%;
	}
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
@media (max-width: 768px) {
#cart .dropdown-menu {
		min-width: 100%;
	}
}
/* menu */
#menu {
	background-color: none;
	background-image: linear-gradient(to top, #f1f1f1, #f1f1f1, #f1f1f1);
	background-repeat: repeat-x;
	border-color: none;
	min-height: 50px;
    box-shadow: 0 1px 2px #999;
}
#menu #home{
    background: #3d3d3d;
    margin-left: -15px;
    padding-left: 10px;
}
#menu .fa-home {
  margin-right: 10px;
  font-size: 20px;
  color: #fff;
}
#menu .nav > li > a {
	color: #333;
	text-shadow: none;
	padding: 15px 16px 15px 16px;
	min-height: 15px;
	background-color: transparent;
    font-size: 15px;
}
#menu .nav > li + li{
    border-left: 1px solid #d1d1d1;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color:#000000 ;
    color: #fff;
}
#menu .dropdown-menu {
	padding-bottom: 0;
    padding-top: 0px;
    background: #333;
}
#menu .dropdown-inner {
	display: table;
    margin-bottom: 0px;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 220px;
	display: block;
	padding: 6px 20px;
	clear: both;
	line-height: 20px;
	color: #fff;
	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;
    color: #fff;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #eee;
	background-color: ;
	background-image:;
	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: none;
	background-image: linear-gradient(to bottom, none);
	background-repeat: repeat-x;
	border-color: none;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #eee;
	background-color: none;
}
/* Title*/
#featured{
   background-image: linear-gradient(to top, #f1f1f1, #f1f1f1, #f1f1f1);
   box-shadow: 0 1px 2px #999;
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
    border-radius: 4px 4px 0px 0px;
}
#featured h3{
   color: #333;
   padding: 10px 12px 10px 12px;

}
.box-header{
	/*background-color: #3d3d3d;*/
	border-radius: 4px; 
	background-color: rgba(61, 61, 61, 0.59);
	background-image: linear-gradient(to top, rgb(0, 0, 0), rgba(61, 61, 61, 0.71), rgb(61, 61, 61));
	background-repeat: repeat-x;
	min-height: 40px;
}
.box-header h3{
   color: #fff;
   padding: 10px 12px 10px 12px;
   margin-top: 0px;
}
#special{
   background-image: linear-gradient(to top, #f1f1f1, #f1f1f1, #f1f1f1);
   box-shadow: 0 1px 2px #999;
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
    border-radius: 4px 4px 0px 0px;
}
#special h3{
   color: #3d3d3d;
   padding: 10px 12px 10px 12px;
}
#column-right .col-sm-6, #column-left .col-sm-6{
  width: 100%;
}
@media (max-width: 991px) {
 #menu .nav > li > a {
	/*color: #fff;*/
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 13px 5px 13px 5px;
	background-color: transparent;
    font-size: 12px;
}
 #menu .nav > a {
	color: #fff;
}
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
		
}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
		background-color: #777;
		background-image: none;
	}
	#menu .nav > li > a {
	color: #fff;
    }
	#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;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0 10px 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);
}

@media all and(max-width:1000px){
     .breadcrumb{
          font-size: 4px;
     }
     .breadcrumb li a{
          padding:5px 0 5px 10px;
     }
}
.breadcrumb li a:hover { 
	border-top-color: #c4c4c4;
	border-bottom-color: #c4c4c4;
	
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.45, rgb(241,241,241)),color-stop(0.73, rgb(248,248,248)));
	background-image: -moz-linear-gradient( center bottom, rgb(241,241,241) 45%, rgb(248,248,248) 73%);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8f8f8, endColorstr=#f1f1f1);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8f8f8, endColorstr=#f1f1f1)";
	
	color: #333;
	
	-moz-box-shadow: 0px 2px 2px #e8e8e8;
	-webkit-box-shadow: 0px 2px 2px #e8e8e8;
	box-shadow: 0px 2px 2px #e8e8e8;
}

.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin:  0;
	overflow: auto;
}

.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);

}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-lg-add-cart {
	padding: 7px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
/*
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: none;
	background-image: linear-gradient(to bottom, none, none);
	background-repeat: repeat-x;
	border-color: none;
    border: 0px solid #cccccc;
}
*/
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #000000;
	background-image: linear-gradient(to top, #000000, #000000, #000000);
	background-repeat: repeat-x;
    border-color: #000000 #000000 #000000;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background: #333;
	background-position: 0 -15px;
}

.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #333;
	padding: 8px 12px;
    font-weight: bold;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #777;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
    font-weight: bolder;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
    padding-bottom: 20px;
	border-radius: 8px;
	background-color: #FFFFFF;
    background-image: linear-gradient(to bottom, #FFFFFF 50%, #EBF7E9);
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
/* category Top */
.category-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
    padding: 8px;
    border-radius: 4px;
}
.category-thumb .image {
	text-align: center;
}
.category-thumb .caption {
	text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
}
.category-thumb .caption a{
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
}
.category-thumb .image a {
	display: block;
}
.category-thumb:hover, .category-thumb .caption a:hover, .category-thumb:hover a{
	opacity: 0.8;
    background: #999;
    color: #333;
}
.category-thumb .image img {
   width: 100%;
}
.category-thumb .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 270px;
}
@media (max-width: 1200px) {

}
@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-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #000000;
    font-size: 16px;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 0px solid #ddd;
	background-color: none;
	overflow: auto;
    padding: 0 20px;
}
.product-thumb .button-group .btn-primary {
	color: #333;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #dddddd;
	background-image: linear-gradient(to top, #dddddd, #dddddd, #dddddd);
	border-color: none;
}
.product-thumb .button-group .btn-primary .fa{
	color: #333;
}
.product-thumb .button-group .btn-wl {
	color: #333;
    background: none;
    border: none;
}
.product-list .product-thumb .button-group {
	/* border-left: 1px solid #ddd; */
}
.product-thumb .button-group .fa{
   color: #333;
  /* margin-right: 5px; */
}
.product-thumb .button-group .fa:hover{
   color: #F89406;
  /* margin-right: 5px;*/
}
.product-thumb .button-group .btn-primary:hover{
  background: #333;
  color: #fff;
}
@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: #67920a;
	background-image: linear-gradient(to bottom, #67920a, #83bd07);
	color: #fff;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #ccc !important;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed !important;
	border:none !important;
}
#button-cart.disabled {
	border: 1px solid #7b7b7b !important;
	
}
#cart .btn[disabled] {
    border: 2px solid #8c3302 !important;
	color: #8c3302;
	font-weight:bolder;
	font-style: italic;
}
.product-thumb .button-group  button:nth-of-type(1) {
	border-radius: 6px 0 0 6px;
}
.product-thumb .button-group  button:nth-of-type(3) {
	border-radius: 0 6px 6px 0;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button + button:hover {
    background: #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background: #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;
}
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #000000; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000000; cursor: default; }
#back-top {
    background: url("../image/back-top.png") no-repeat scroll 50% 50% #67920a;
    bottom: 85px;
    display: none;
    height: 54px;
    position: fixed;
    right: 12px;
    width: 54px;
    z-index: 99;
	border-radius:100%;
}
#back-top:hover {
    background: url("../image/back-top.png") no-repeat scroll 50% 50% #83bd07;
}
#back-top {
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out;
}
#back-top:hover {
	cursor: pointer;
    -moz-transition: all 0.3s ease 0s;
}

#column-left .list-group-item:first-child, #column-right .list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
#column-left .box-header h3, #column-right .box-header h3{
   margin-bottom: 0px;
}


/* footer */
footer {
	background-color: #333;
	background: #333;
	color: #ddd; 
	padding: 0; 
	margin: 40px 0 0 0;
	
}
footer hr { 
    border-color: #404040;
	margin-top: 0px; 
}
footer a {
	color: #fff;
    font-size: 13px;
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    -ms-transition: color .15s ease-in-out;
    -o-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}
footer a:hover, footer a:focus {
    text-decoration: none;
    color: #97c51b;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	
	font-weight: bold;
	color: #fff;
	/*color: #999;*/
    font-size: 1.3em;
    margin-bottom: 15px;
    font-weight: 600;
}
footer p {
	/*font-family: 'Open Sans', sans-serif;*/
	font-size: 13px;
    color: #fff;
    margin-top: 3px;
	font-style: italic;
}
footer ul li a {
    /*line-height: 25px;*/
	color: #ccc;
}
footer ul li a:before {
    font-family: 'FontAwesome';
    content: "\f105";
    padding-right: 10px;
	/*
	content: "\f111";
    font-family: "FontAwesome";
    font-size: 0.4em;
    position: absolute;
    margin-left: -15px;
	*/
}
footer .list-unstyled li {
    border-bottom: 1px solid #404040;
    padding-bottom: 8px;
    margin-bottom: 8px;
    padding-left: 10px;
}
/* FOOTER */

footer .company-info h4 {
    margin-top: 0;
    color: #999;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}	
footer .company-info p {
    font-size: 13px;
    line-height: 1.7;
    min-height: 80px;
    max-width: 90%;
    color: #999;
    margin: 0;
}
footer .informational-pages {
    margin: 0;
}	
footer .informational-pages li:first-child {
    padding-left: 0;
}
.list-inline > li:first-child {
    padding-left: 0;
}
footer .informational-pages li {
    color: #999;
    font-size: 13px;
    border-right: 1px solid #686868;
    margin: 0;
    padding: 0 15px;
}
footer .informational-pages a {
    color: #999;
    font-size: 13px;
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    -ms-transition: color .15s ease-in-out;
    -o-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}	

footer .sect-nav {
    padding: 50px 0 0 0;
}
footer .sect-info {
    background-color: #212325;
    padding: 50px 0 30px 0;
}
.float_center {
	float: right;
	position: relative;
	left: -50%; /* left: -50%; or right 50% */
	text-align: left;
}
footer .custom-feature-box{
	padding: 30px 0px 30px 0px;
}

/* Footer End */

.btn-default {
   background-color: #efefef;
}

hr.style-two {
    border: 0;
	padding: 30px 0px 30px 0px;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
hr.style-seven {
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr.style-seven:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}
/* for removal
.inner-footer { overflow: hidden; }
footer .copyright { overflow: hidden; padding: 0 10px 15px 10px; }
footer .copyright .row { margin-top: 0; }
footer .copyright .col-sm-6 { margin-bottom: 10px; overflow: hidden; }
footer .copyright .col-sm-6 p { color: #888; font-size: 0.9em; text-align: left; margin-bottom: 5px; }
footer .copyright input { width: 220px; }
footer .copyright img { width: 75px; margin-right: 10px; }
footer .nav-bottom { overflow: hidden; margin: 30px 0 15px 0; position: relative; }
footer .nav-bottom h3 { color: #0cc; font-size: 1.1em; text-transform: uppercase; font-weight: bold; margin: 0 0 15px 0; }
footer .nav-bottom li a { color: #ccc; }
footer .nav-bottom li a:hover { color: #fff; }
footer .nav-bottom h4 { color: #fff; font-size: 1em; line-height: 1.4em; font-family: inherit; margin-top: 10px; margin: 0 0 5px 0; }
footer .nav-bottom h4 i { font-size: 0.9em; margin-right: 5px; border: 1px solid #999; border-radius: 100%; width: 30px; height: 30px; text-align: center; line-height: 30px; }
footer .fbpage { margin: 15px 0 0 0; }
*/
/* center modal on page */
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
/* spinner in shopping cart */
.spinner input {
  text-align: right;
}

.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 2%;
  vertical-align: middle;
  display: table-cell;
}

.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}

.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}

.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}

.input-group-btn-vertical i {
  position: absolute;
  top: 0;
  left: 4px;
}
#related_products .owl-item {overflow:hidden;}
#related_products .owl-wrapper-outer{border: 0;box-shadow: none;}
button:focus {outline:0;}

/*
.product-thumb .button-group button {
    background-position: center;
	transition: background 0s;
}
.product-thumb .button-group button:active {
   background-color: #67920a !important;
   background-size: 100%;
   transition: background 0.2s;
}
*/
.product-thumb .button-group button {
    background-position: center;
	transition: background 0s;
}
.product-thumb .button-group button:active {
   background-color: #67920a !important;
   background-size: 100%;
   transition: background 0.2s;
}

@keyframes ripple {
  0% {
    transform: scale(0);
  }
  20% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.product-thumb .button-group button:not(:active):after {
  animation: ripple 1s ease-out;
}

/* fixes initial animation run, without user input, on page load.
 */
.product-thumb .button-group button:after {
  visibility: hidden;
}
.product-thumb .button-group button:focus:after {
  visibility: visible;
}
.product-thumb .button-group button:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  background: #9c9c9c;
  border-radius: 100%;
  opacity: .6;

  transform: scale(0);
}
.product-thumb .button-group button {
  position: relative;
  overflow: hidden;
 
}
