@-webkit-keyframes dropdown-effect {
    from { top: 140%; opacity: 0.3; }
      to { top: 100%; opacity: 1; }
}
@-moz-keyframes dropdown-effect {
    from { top: 140%; opacity: 0.3; }
      to { top: 100%; opacity: 1; }
}
@keyframes dropdown-effect {
    from { top: 140%; opacity: 0.3; }
      to { top: 100%; opacity: 1; }
}
@-webkit-keyframes column-pop {
    from { top: 100px; opacity: 0.5; }
      to { top: 0px; opacity: 1; }
}
@-moz-keyframes column-pop {
    from { top: 100px; opacity: 0.5; }
      to { top: 0px; opacity: 1; }
}
@keyframes column-pop {
    from { top: 100px; opacity: 0.5; }
      to { top: 0px; opacity: 1; }
}
@-webkit-keyframes column-drop {
    from { opacity: 0.1; }
      to { opacity: 1; }
}
@-moz-keyframes column-drop {
    from { opacity: 0.1; }
      to { opacity: 1; }
}
@keyframes column-drop {
    from { opacity: 0.1; }
      to { opacity: 1; }
}
@-webkit-keyframes menu-transition {
    from { top: -40px; }
      to { top: 0px; }
}
@-moz-keyframes menu-transition {
    from { top: -40px; }
      to { top: 0px; }
}
@keyframes menu-transition {
    from { top: -40px; }
      to { top: 0px; }
}
@-webkit-keyframes menust-transition {
    from { opacity: 0; }
      to { opacity: 1; }
}
@-moz-keyframes menust-transition {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes menust-transition {
    from { opacity: 0; }
      to { opacity: 1; }
}
@-webkit-keyframes menust2-transition {
    from { opacity: 0.4; }
      to { opacity: 1; }
}
@-moz-keyframes menust2-transition {
    from { opacity: 0.4; }
      to { opacity: 1; }
}
@keyframes menust2-transition {
    from { opacity: 0.4; }
      to { opacity: 1; }
}
.open > .dropdown-menu {
	-webkit-animation: dropdown-effect 0.4s;
    animation: dropdown-effect 0.4s;
}
* { -webkit-font-smoothing: antialiased; }
body {
  	background: #fff url('https://www.erjmltd.com/catalog/view/theme/supertheme/image/patterns/p7.png') repeat;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
	margin-top: 10px;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #84BB49;
}
a:hover, a:focus {
	text-decoration: none;
	color: #444;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
img { max-width: 100%; }
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;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.dropdown-menu { 
	transition: all 1s;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover, .dropdown-menu li > button:hover {
	text-decoration: none;
	color: #333 !important;
	background-color: #eee;
	background-image: none;
}
.form-control {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
/* wrapper */
.container.outer-wrapper {
	padding: 0px;
	background: #fff;
	box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	margin-top: 15px;
	margin-bottom: 15px;
}
.supermenu-wrapper {
	background: #333;
	margin-bottom: 15px;
	-webkit-animation: menust-transition 0.8s;
    animation: menust-transition 0.8s;
}
.supermenu-wrapper #supermenu,
.supermenu-wrapper #supermenu.alt2,
.supermenu-wrapper #supermenu.white,
.supermenu-wrapper #supermenu.imgmenu,
.supermenu-wrapper #supermenu.alt1  {
	margin-bottom: 0px;
	background: none;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.supermenu-wrapper #supermenu.white ul li.tlli:hover a.tll,
.supermenu-wrapper #supermenu.white ul li.tlli a.tll {
	border-top: none;
}
.supermenu-wrapper #supermenu ul li a.tll {
	font-size: 15px;
	text-shadow: none !important;
}
.supermenu-wrapper.stickymenu {
	position: fixed;
	top: 0px;
	z-index: 999999;
	-webkit-animation: menu-transition 0.8s;
    animation: menu-transition 0.8s;
}
@media (max-width: 767px) {
	.supermenu-wrapper.stickymenu { width: 100%; }
	.container.outer-wrapper { margin-top: 0px; margin-bottom: 0px; }
}
.social-header a {
	line-height: 34px;
	color: #808080;
	font-size: 20px;
	margin-left: 7px;  
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform color;
    -moz-transition-property: -moz-transform color;
    transition-property: transform color;
    overflow:hidden;
}
.social-header a .fa {
	font-size: 22px;
}
.social-header a:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}
.social-header a.supertheme_facebook:hover { color: #3b5998 !important; }
.social-header a.supertheme_twiter:hover { color: #1dcaff !important; }
.social-header a.supertheme_gplus:hover { color: #d34836 !important; }
.social-header a.supertheme_youtube:hover { color: #d71e17 !important; }
.social-header a.supertheme_linkedin:hover { color: #007bb6 !important; }
.social-header a.supertheme_pinterest:hover { color: #c92228 !important; }
.social-header a.supertheme_instagram:hover { color: #517fa4 !important; }
.btn.btn-rightbox {
	margin-left: 10px !important;
	background-color: #eee;
	background-image: linear-gradient(to bottom, #f9f9f9, #e9e9e9);
	background-repeat: repeat-x;
	border: 1px solid #ddd;
	color: #333;
}

.btn.btn-currency + .dropdown-menu, .btn.btn-language + .dropdown-menu,
.btn.btn-currency + .dropdown-backdrop + .dropdown-menu, .btn.btn-language + .dropdown-backdrop + .dropdown-menu {
	right: 0px;
	left: auto;
}
/* top */
.top-header {
	background: #eee
}
.compact-header #top-links ul li { border: none !important; }
.compact-header #top { min-height: 30px; }
.compact-header #top-links ul li a {
	padding-top: 4px;
	padding-bottom: 4px;
}
.contact-header.pull-right a { font-size: 20px; }
.contact-header.pull-right a .fa { font-size: 18px; }
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 0px;
	margin: 0 0 10px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 15px;
}
#top #currency .currency-select {
	text-align: left;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top .pull-right {
	margin-top: 5px;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 0px;
}
#top-links ul {
	margin-bottom: 0px;
}
#top-links ul li { border-right: 1px solid #ddd; }
#top-links a {
	font-size: 15px;
	color: #444;
	line-height: 24px;
	padding: 11px 10px 10px 10px;
	display: block;
}
#top-links a + a {
	margin-left: 15px;
}
#top-links .contact-header a {
	color: #749E68;
} 
@media (max-width: 992px) {
	.expanded-header #top { padding-bottom: 5px; }
	.expanded-header #top-links { 
		clear: both;
		float: none !important;
	}
	.expanded-header #top-links ul { 
		text-align: center; 
		border-bottom: 1px solid #ddd; 
	}
	.expanded-header #top-links ul li { 
		border-right: none; 
	}
	.expanded-header #top-links ul li + li {
		border-left: 1px solid #ddd;	
	}
	.expanded-header .pull-right.social-header { float: left !important; }
	.compact-header #headerbanner { text-align: right; }
}
@media (max-width: 767px) {
	.expanded-header #top-links .caret { display: none; }	
	#logo a, #headerbanner, .compact-header #headerbanner { text-align: center; display: block; }
	#headerbanner { margin-bottom: 10px; }
}
@media (max-width: 467px) {
	.compact-header .cart-wrapper .btn.btn-cart .has-cart-icon, .compact-header .cart-wrapper .btn.btn-account .has-account-icon { width: 34px !important; }
	.compact-header .cart-wrapper .btn.btn-cart { padding-left: 34px !important; }
	.compact-header .cart-wrapper .btn.btn-account { padding-left: 40px !important; padding-right: 6px !important; }
	#cart .dropdown-menu .table.table-striped tbody > tr > td { font-size: 11px; }
}
@media (max-width: 377px) {
	#top-links a { 
		padding-left: 5px;
		padding-right: 5px;
	}
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
.search-wrapper .pull-right + #search {
	margin-right: 53px;
}
.search-wrapper .btn.btn-rightbox { width: 42px; }
.search-wrapper .pull-right + .pull-right + #search {
	margin-right: 105px;
}
.search-wrapper .pull-right + .pull-right + .pull-right + #search {
	margin-right: 157px;
}
.search-wrapper .btn.btn-rightbox {
	padding-top: 10px;
	padding-bottom: 10px;
}
.search-wrapper .btn.btn-rightbox.btn-currency { font-size: 11px; padding-top: 12px; padding-left: 10px; padding-right: 10px; line-height: 15px; }
.btn.btn-sharedropdown { text-align: center; padding-top: 12px !important; line-height: 15px; }
.social-dropdown .dropdown-menu {
	min-width: 42px;
	width: 42px;
}
.social-dropdown .dropdown-menu li > a {
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	display: block;
	margin-left: 0px;
}
.social-dropdown .dropdown-menu li > a:hover {
	background: none;
}
#search {
	margin-bottom: 10px;
	position: relative;
}
#search input {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#search .search-btn {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 15px;
	text-shadow: 0 1px 0 #FFF;
	background: none;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	position: absolute;
	right: 3px;
	top: 0px;
}
/* cart */
.btn.btn-green {
	background-color: #8ED238;
	background-image: linear-gradient(to bottom, #8ED238, #82C033);
	background-repeat: repeat-x;
	border: 1px solid #4BA330;
	
}
.btn.btn-cart {
	position: relative;
	padding-left: 48px;
	padding-right: 2px;
	
}
.btn.btn-cart .has-cart-icon {
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: #E85800;
	position: absolute;
	left: -1px;
	top: 50%;
	margin-top: -23px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.btn.btn-cart .has-cart-icon .fa { 
	font-size: 25px; 
	line-height: 46px;
}
.compact-header .cart-wrapper {
	display: table;
	margin-bottom: 10px;
	width: 100%;
}
.compact-header .cart-wrapper .account-button, .compact-header .cart-wrapper #cart {
	display: table-cell !important;
	float: none !important;
}
.compact-header .cart-wrapper .account-button { min-width: 33%; }
.compact-header .cart-wrapper .btn.btn-account {
	margin-left: 0px !important;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	line-height: 18px;
	-webkit-border-radius: 2px 0px 0px 2px;
	-moz-border-radius: 2px 0px 0px 2px;
	border-radius: 2px 0px 0px 2px;
	color: #fff;
	float: none !important;
	display: block;
	text-align: center;
	width: 100%;
}	
.compact-header .cart-wrapper .btn-group { display: block; }
.compact-header .cart-wrapper .btn.btn-cart .has-cart-icon {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-top: -20px;
}
.compact-header .cart-wrapper .btn.btn-cart .has-cart-icon .fa {
	line-height: 40px;
	font-size: 20px;
}
.compact-header .cart-wrapper .btn.btn-cart { padding-left: 40px; }
.compact-header .cart-wrapper .btn.btn-account .has-account-icon {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-top: -20px;
	position: absolute;
	left: -1px;
	top: 50%;
	background: #E85800;
	-webkit-border-radius: 2px 0px 0px 2px;
	-moz-border-radius: 2px 0px 0px 2px;
	border-radius: 2px 0px 0px 2px;
}
.compact-header .cart-wrapper .btn.btn-account .has-account-icon .fa {
	line-height: 40px;
	font-size: 20px;
}
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn, .account-button .open > .btn.btn-account {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu .table.table-striped tbody > tr > td {
	font-size: 13px;
	border-top: none;
	border-bottom: 1px solid #e9e9e9;
	background: none !important;
}
#cart .dropdown-menu .table.table-bordered {
	border-spacing: 0px 5px;
	border-collapse: collapse;
	border: none;
}
#cart .dropdown-menu .table.table-bordered td { border: 1px solid #eee; }
#cart .dropdown-menu p.text-right a { font-size: 14px; }
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
	min-width: 100%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
}
.cart-bottom {
	padding: 15px;
	background: #82C033;
	margin-left: -11px;
	margin-right: -11px;
	margin-bottom: -6px;
}
.cart-bottom a { 
	color: #fff; 
	display: inline-block;
	padding: 8px;
	border-radius: 3px;
	border: 1px solid #416217;
	margin: 3px;
}
.cart-bottom a:hover {
	background: #fff;
	color: #333;
}	
.cart-bottom  .info-total {
	display: block;
	float: left;
	color: #416217;
	font-size: 24px;
	padding-top: 11px;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.5);
}
.btn.btn-danger {
	background: #E55A31;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu {
			width: 140%;
		}
	}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#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: 400px;
}
/* footer */
.bottom-footer {
	margin-top: 20px;
	padding-top: 15px;
	background-color: #eee;
	color: #444;
}
.bottom-footer hr {
	border-top: none;
	border-bottom: 1px solid #ddd;
}
.bottom-footer a {
	color: #333;
}
.bottom-footer a:hover {
	color: #000;
}
.bottom-footer h5 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #E85800;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}
.bottom-footer h5 + ul li {
	padding: 5px;
}
.bottom-footer h5 + ul li a {
	font-size: 14px;
}
.bottom-footer .pm-image {
	float: right;
	margin-bottom: 10px;
}
.footer-address .f-a-item .fa {
	font-size: 17px;
	color: #5a5a5a;
	margin-right: 5px;
}
.footer-address .social-header a {
	margin-left: 0px;
	margin-right: 10px;
}
.footer-address .social-header a .fa { font-size: 30px; }

.footer-address .social-header a.supertheme_facebook { color: #3b5998; }
.footer-address .social-header a.supertheme_twiter { color: #1dcaff; }
.footer-address .social-header a.supertheme_gplus { color: #d34836; }
.footer-address .social-header a.supertheme_youtube { color: #d71e17; }
.footer-address .social-header a.supertheme_linkedin { color: #007bb6; }
.footer-address .social-header a.supertheme_pinterest { color: #c92228; }
.footer-address .social-header a.supertheme_instagram { color: #517fa4; }

.footer-address li { font-size: 14px; }
.above-columns > div > div { overflow: hidden; }
.above-columns > div > div iframe { max-width: 100% !important; }
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	padding: 8px 0;
	border: none;
	background: none;
	border-bottom: 1px solid #eee;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -12px;
	border-radius: 0px;
	padding-left: 13px;
	margin-bottom: 15px;
}
.breadcrumb i {
	font-size: 16px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 14px;
	position: relative;
	white-space: normal;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li a { font-size: 13px; color: #888; }
.breadcrumb > li:last-child a { color: #444; }
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: -5px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.breadcrumb > li:last-child:after { content: none; }
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}

.btn-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: #84BB49;
	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 #e7e7e7;
	color: #888888;
	padding: 8px 12px;
	-webkit-transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out;
	padding: 12px;
}
.list-group-item:first-child, .list-group-item:last-child { border-radius: 0px; }
.list-group a.active, .list-group a.active:hover, .list-group a:hover, a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
	color: #222;
	background: #444;
	border: 1px solid #444;
	color: #fff;
	position: relative;
}
.list-group a.active:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: -8px;
	width: 15px;
	height: 15px;
	background: #444;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* 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;
	border-radius: 2px;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 15px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}

.product-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 .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

@media (max-width: 767px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	background-image: linear-gradient(to bottom, #f9f9f9, #e9e9e9);
	background-repeat: repeat-x;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
.thumbnail {
	border: 1px solid #eee;
	border-radius: 2px;
}

/* 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%;
    }
}
.smp-row { font-size: 5px; }
.smp-row > div {
 	display: inline-block;	
	float: none;
	font-size: 12px;
	vertical-align: top;
}
.smp-row.not-carousel > div, .smp-row.smp-grid > div, .smp-row.notcarousel > div { margin-left: -1px; }
#column-left .smp-row > div, #column-right .smp-row > div {
	display: block;
	float: none;
	width: 100%;
}
.smp-row .product-thumb .image { position: relative; overflow: hidden; }
.smp-row .product-thumb .image a { padding: 2px; }
.smp-row .product-thumb .smp-overlay {
	top: -101%;
	position: absolute;
	width: 100%;
	background-color: #fff;
	background-color:rgba(255,255,255,0.85);
	text-align: center;
	height: 100%;
	padding: 15px;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	transition-delay: 0.1s;
	overflow: hidden;
}
.smp-row .product-thumb .smp-overlay p,.smp-row .product-thumb .smp-overlay p a, .smp-row .product-thumb .smp-overlay p a:hover  { padding-top: 10px; color: #000; }
.smp-row .product-thumb .image:hover .smp-overlay {
	top: 0px;
}
.smp-o-buttons button {
	font-size: 20px;
	line-height: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: none;
	margin: 5px;
	-webkit-border-radius: 10%;
	-moz-border-radius: 10%;
	border-radius: 10%;
	width: 45px;
	text-align: center;
	height: 45px;
	box-shadow: 0px 0px 5px #888;
	background: #86C534;
	color: #fff;
	position: relative;
	margin-left: 5px;
}
.smp-o-buttons button .fa { font-size: 18px; }
.smp-row .product-thumb .smp-o-buttons {
	overflow: hidden;
}
.smp-o-buttons button:hover {
	color: #fff; 
	background: #333;
}
.smp-row .product-thumb .smp-o-buttons button {
	margin-left: -200px;
	-webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
	transition-delay: 0.1s;
}
.smp-row .product-thumb .image:hover .smp-o-buttons button {
	margin-left: 5px;
}
.smp-list .smp-o-buttons button {
	font-size: 18px;
	line-height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 3px;
	width: 38px;
	height: 38px;
	margin-left: 5px !important;
}
.smp-o-buttons button.smaller {
	font-size: 15px;
	line-height: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 3px;
	width: 25px;
	height: 25px;
	padding-left: 0px;
	padding-right: 0px;
}
.smp-o-buttons button.smaller .fa { font-size: 12px; }
.btn.btn-primary {
	color: #fff;
	background: #E85800;
	padding: 10px 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	border: none;
	-webkit-box-shadow:  0 5px 0 #B3612E;
    -moz-box-shadow: 0 5px 0 #B3612E;
    box-shadow: 0 5px 0 #B3612E;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	margin-bottom: 5px;
	height: 42px;
	line-height: 22px;
}
.btn.btn-primary:hover {
	-webkit-box-shadow:  0 5px 0 #000;
    -moz-box-shadow: 0 5px 0 #000;
    box-shadow: 0 5px 0 #000;
	background: #444;
}
.price-cart.astable {
	padding: 10px;
	padding-right: 55px;
	position: relative;
	border-top: 1px solid #eee;
}
.price-cart.astable.minheight {
	min-height: 60px;
}
.price-cart.astable .cart-button {
	max-width: 38px;
	height: 38px;
	line-height: 38px;
	margin-top: -19px;
	border: none;
	color: #fff;
	text-align: center;
	position: absolute;
	padding: 0px;
	top: 50%;
	right: 12px;
	text-align: center;
	border-radius: 4px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	background-color: #333;
	background-image: linear-gradient(to bottom, #444, #222);
	background-repeat: repeat-x;
	overflow: hidden;
	border: 1px solid #333;
	-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,.4);
	-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,.4);
	box-shadow: inset 0px 1px 0px rgba(255,255,255,.4);
	padding-left: 10px;
	padding-right: 10px;
}
.price-cart.astable .cart-button span { 
	word-wrap: break-word;
}
.price-cart.astable .cart-button:hover {
	max-width: 200px; 
}
.price-cart.astable .cart-button .fa {
	font-size: 16px;
}
.product-thumb .price {
	color: #E85800;
	font-weight: bold;
	font-size: 17px;
}
.product-thumb .price.smaller { font-size: 13px; font-weight: normal; }
.product-thumb .price.smaller .price-tax { font-size: 11px; }
.product-thumb h4 a { color: #444; font-weight: normal; }
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #333;
	text-decoration: line-through;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}

.owl-carousel.owl-supertheme {
	background: transparent;
	border: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-raius: 0px;
	-moz-border-raius: 0px;
	border-raius: 0px;
}
.image .offbadge {
	position: absolute;
	top: 1px;
	right: 1px;
	font-size: 17px;
	color: #fff;
	background: #8CCF37;
	display: block;
	padding: 10px;
}
.image .no-stock-over {
	position: absolute;
	top: 1px;
	left: 1px;
	font-size: 13px;
	color: #fff;
	background: #E85800;
	display: block;
	padding: 10px;
	max-width: 80px;
	text-align: center;
}
.main-image { position: relative; }
.main-image .offbadge {
	right: 5px;
	top: 5px;
	font-size: 20px;
	padding: 15px;
}
.main-image .no-stock-over {
	left: 5px;
	top: 5px;
	font-size: 15px;
	padding: 15px;
	max-width: 100px;
}
.image .offbadge:before {
	content: " ";
	display: block;
	position: absolute;
	left: 0px;
	bottom: -8px;
	width: 8px;
	height: 8px;
	border-left: 8px solid #8CCF37;
	border-bottom: 8px solid transparent !important;
}
.image .no-stock-over:before {
	content: " ";
	display: block;
	position: absolute;
	right: 0px;
	bottom: -8px;
	width: 8px;
	height: 8px;
	border-right: 8px solid #E85800;
	border-bottom: 8px solid transparent !important;
}
.smp-row.page-lister.smp-list > div {
	display: block;
	width: 100%;
	float: none;
}
.smp-row.smp-list .product-thumb:hover .smp-overlay { display: none; }
.buttons-from-overlay { text-align: center; padding: 10px; }
.description-from-overlay { margin-bottom: 10px; }
.smp-list .price-cart.astable.nocart { padding-right: 10px; text-align: right; }
.description-from-overlay, .description-from-overlay a { color: #777; }
@media (min-width: 768px) {
	.smp-row.page-lister.smp-list .image { float: left; margin-right: 15px; }
	.smp-row.page-lister.smp-list .image .offbadge { right: 11px; }
	.smp-row.page-lister.smp-list .toright { float: right; }
	.smp-row.page-lister.smp-list .price-cart.astable { border-top: none; }
	.buttons-from-overlay { text-align: right; }
	.smp-row.page-lister.smp-list .product-thumb h4 { margin-top: 17px; font-size: 17px; }
	.smp-row.page-lister.smp-list .product-thumb .image a { padding: 10px; }
	.smp-row.page-lister.smp-list .product-thumb .image img { max-width: 200px; }
}
@media (min-width: 768px) and (max-width: 992px) {
	.smp-row.page-lister.smp-list .product-thumb .image img { max-width: 150px; }
}
.category-list-module { margin-bottom: 15px; }
.category-list-module a {
	display: block;
	font-size: 18px;
	color: #888;
	padding: 5px;
	padding-left: 0px;
}
.category-list-module a.active { color: #E85800; }
/*module titles*/
.composed-title h3.module-title {
	border-bottom: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
	padding: 0px;
	margin: 0px;
	margin-bottom:10px;
	text-align: center;
}
.composed-title h3.module-title:before, .composed-title h3.module-title:after {
	content: " ";
	display: table;
	clear: both;
}
.composed-title h3.module-title span.inner {
	display: inline-block;
	padding: 10px;
	background: #f0f0f0;
	color: #333;
	position: relative;
}
.composed-title h3.module-title span.outer {
	display: inline-block;
	position: relative;
}
.composed-title h3.module-title span.inner:before {
	content: " ";
	display: inline-block;
	width: 10px;
	border-bottom: 10px solid #f0f0f0;
	left: -10px;
	position: absolute;
	border-left: 10px solid transparent;
	bottom: 0px;
}
.composed-title h3.module-title span.inner:after {
	content: " ";
	display: inline-block;
	width: 10px;
	border-bottom: 10px solid #f0f0f0;
	right: -10px;
	position: absolute;
	border-right: 10px solid transparent;
	bottom: 0px;
}
.composed-title h3.module-title span.outer:before {
	content: " ";
	display: inline-block;
	width: 10px;
	border-top: 10px solid #f0f0f0;
	left: -10px;
	position: absolute;
	border-left: 10px solid transparent;
	top: 0px;
}
.composed-title h3.module-title span.outer:after {
	content: " ";
	display: inline-block;
	width: 10px;
	border-top: 10px solid #f0f0f0;
	right: -10px;
	position: absolute;
	border-right: 10px solid transparent;
	top: 0px;
}
h3.module-title span.outer .sm_car_btn {
	position: absolute;
	color: #C7C7C7;
	height: 27px;
	line-height: 27px;
	width: 24px;
	padding: 0px;
	display: block;
	text-align: center;
	top: 50%;
	margin-top: -13px;
	cursor: pointer;
}
.composed-title #column-left h3.module-title, .composed-title #column-right h3.module-title { font-size: 17px; }
h3.module-title span.outer .sm_car_btn:hover { color: #333; }
h3.module-title span.outer .sm_car_btn .fa { font-size: 20px; }
.composed-title .sm_car_btn.sm_car_next { right: -30px; }
.composed-title .sm_car_btn.sm_car_prev { left: -30px; }
.sm-car-item { padding-left: 5px; padding-right: 5px; }
.simple-title .module-title {
	border-top: 3px solid #E85800;
	margin-top: 0px;
	padding-top: 6px;
	font-size: 30px;
	position: relative;
}
.default-title .module-title {
	margin-top: 0px;
	font-size: 24px;
	position: relative;
	margin-bottom: 15px;
}
.block-title .module-title {
	margin-top: 0px;
	padding: 8px;
	font-size: 26px;
	color: #fff;
	background: #E85800;
	position: relative;
}
.block-title h3.module-title span.outer .sm_car_btn { color: #fff; }
.block-title h3.module-title span.outer .sm_car_btn:hover { color: #333; }
.simple-title .module-title, .default-title .module-title, .block-title .module-title { padding-right: 50px; }
.simple-title .module-title::first-letter { color: #E85800; }
.simple-title .sm_car_btn.sm_car_next, .default-title .sm_car_btn.sm_car_next { right: 0px; }
.simple-title .sm_car_btn.sm_car_prev, .default-title .sm_car_btn.sm_car_prev { right: 30px; }
.block-title .sm_car_btn.sm_car_next { right: 5px; }
.block-title .sm_car_btn.sm_car_prev { right: 30px; }
@media (max-width: 992px) {
	.simple-title .module-title, .default-title .module-title, .block-title .module-title { font-size: 20px; }
	h3.module-title span.outer .sm_car_btn {
		height: 19px;
		line-height: 19px;
		width: 16px;
		top: 50%;
		margin-top: -9px;
	}
	.simple-title h3.module-title span.outer .sm_car_btn { margin-top: -6px; }
}
/*page titles*/
.simple-h1 #content > h2:first-child, .simple-h1 #content h1:first-child { 
	font-size: 30px; 
	border-top: 3px solid #E85800;
	margin-top: 0px;
	padding-top: 6px;
	margin-bottom: 15px;
}
.simple-h1 #content > h2:first-child::first-letter, .simple-h1 #content h1:first-child::first-letter { color: #E85800; }
.block-h1 #content > h2:first-child, .block-h1 #content h1:first-child { 
	margin-top: 0px;
	padding: 8px;
	font-size: 26px;
	color: #fff;
	background: #E85800;
}
.default-h1 #content > h2:first-child, .default-h1 #content h1:first-child { 
	font-size: 30px; 
	margin-top: 0px;
}
@media (max-width: 992px) {
	.simple-h1 #content > h2:first-child, .simple-h1 #content h1:first-child { font-size: 24px; }
	.default-h1 #content > h2:first-child, .default-h1 #content h1:first-child { font-size: 24px; }
	.block-h1 #content > h2:first-child, .block-h1 #content h1:first-child { font-size: 20px; }
}
.list-grid-buttons { width: 100%; }
.list-grid-buttons > button { width: 50%; }
a#compare-total { 
	display: block; 
	text-align: center;
	height: 34px;
	padding: 7px;
	line-height: 20px;
	color: #575757;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	transition: background 0.8s;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
a#compare-total:hover {
	color: #E85800;
}
.list-grid-buttons button, .btn-group.add-comp-wish button {
	color: #575757;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	transition: background 0.8s;
}
.list-grid-buttons button:hover, .list-grid-buttons button.active, .btn-group.add-comp-wish button:hover {
	background: #fff;
	border: 1px solid #ccc;
	color: #E85800;
	box-shadow: none;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus { 
	background: #E85800; 
	border-color: #E85800; 
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus, .pagination>li>a, .pagination>li>span { 
	color: #E85800; 
	border-radius: 4px !important; 
	margin-right: 5px; 
}
.pagination>li { displayt: inline-block; }
.nav-tabs.product-tabs { 
	text-align: center;
	margin-top: 15px;
}
.nav-tabs.product-tabs > li { 
	float: none;
	display: inline-block;
}
@media (min-width: 768px) {
	.nav-tabs.product-tabs > li > a { 
		font-size: 17px;
		pading: 15px 20px;
	}
}
.product-short, .product-short a { font-size: 13px; }
.product-short { margin-bottom: 0px; }
.product-price h3 { 
	margin: 0px; 
	color: #E85800;
	font-size: 30px;
}
.product-price h3 span { font-size: 20px; color: #888; }
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active { border-color: #84BB49; }
.add-to-cart { width: 100%; margin-bottom: 15px; }
.add-to-cart td { 
	width: 120px; 
	position: relative;
}
.add-to-cart td + td { width: auto; }
.add-to-cart .qty-but {
	display: block;
	cursor: pointer;
	color: #fff;
	background: #E85800;
	border-radius: 5px;
	width: 25px;
	height: 47px;
	line-height: 47px;
	font-size: 25px;
	top: 0px;
	position: absolute;
	text-align: center;
	transition: background .5s;
}
.add-to-cart .qty-but:hover { background: #444; }
#lessqty { left: 0px; }
#moreqty { right: 10px; }
.add-to-cart .qty-but b {
	display: block;
	width: 100%;
	line-height: 17px;
	height: 17px;
	position: absolute;
	top: 50%;
	margin-top: -9px;
}
.add-to-cart #qty-field {
	position: absolute;
	top: 0px;
	left: 35px;
	width: 40px;
	height: 47px;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
	border-radius: 5px;
}
.btn-group.add-comp-wish { 
	width: 100%;
	margin-bottom: 15px;
}
.btn-group.add-comp-wish.both > button { width: 50%; height : 42px; }
.btn-group.add-comp-wish.onlyone > button { width: 100%; height : 42px; }
.pinfo { margin-bottom: 15px; }
.nav>li>a:hover, .nav>li>a:focus {
	background: #E85800;
	color: #fff;
}
.btn.btn-default {
	background: #E85800;
	color: #fff;
	border-color: #B3612E;
}
@media (max-width: 767px) {
	.btn.btn-primary {
		padding: 10px 10px; 
 	}
}
@media (max-width: 368px) {
	.btn.btn-primary {
		font-size: 13px;
 	}
	
}
.modal-dialog { margin-top: 150px; }
.image-in-modal { margin-right: 10px; }
.cart-bottom.modal-footer {
	margin: 0px; 
	border-radius: 0px 0px 6px 6px;
} 
.cart-bottom.modal-footer .info-total { 
	padding-top: 0px;
	text-align: left;
	font-size: 17px;
}
.modal-total.info-total.wl-total { float: right;}
.modal-cart { font-size: 14px; }
.smp-extra { display: block; padding-bottom: 2px; color: #999; }
.searchrow input[type="text"], .searchrow select { height: 46px; }
.searchrow + h2 { margin-bottom: 20px; }
.smp-extra:last-child { margin-bottom: 7px; }
.btn.btn-primary.minibut { padding: 4px 12px; }
.wl-image { display: none; }
@media (max-width: 767px) {
	.wl-table .minibut { margin-bottom: 10px; clear: both; float: left; }
	.wl-table .minibut + a { clear: left; float: left; }
	.wl-table .td-model { display: none; }
	.wl-table .td-stock { display: none; }
	.wl-table .td-image { display: none; }
	.wl-image { display: block; margin-bottom: 5px; }
}
.panel-default>.panel-heading {
	color: #E85800;
	background-color: #FFFFFF;
	border-color: #ECECEC; 
	padding: 15px;
}
.panel-default { border-color: #ECECEC; }
.panel-default>.panel-heading+.panel-collapse .panel-body { border-top-color: #ECECEC; }
.text-danger { color: #FD6348; }
.has-error .form-control { border-color: #FD6348; }
.well { border-radius: 3px; }
.btn-success {
	background-color: #A4DA5F;
	background-image: linear-gradient(to bottom, #A3D95F, #82C033);
}
#modal-shipping .btn { float: left; }
.account-account #content .list-unstyled:before, .account-account .list-unstyled:after {
	content: '';
	display: table;
	clear: both;
}
.account-account #content .list-unstyled li {
	float: left;
	width: 49.9%;
}
.account-account #content .list-unstyled li:nth-child(odd) { float: left; clear: left; padding-right: 10px; }
.account-account #content .list-unstyled li:nth-child(even) { float:right; clear: right; padding-left: 10px; }
.account-account #content .list-unstyled li a { 
	display: block;
	font-size: 16px;
	padding: 15px;
	margin-bottom: 10px;
	border: 1px solid #ececec;
	color: #888;
}
.account-account #content .list-unstyled li a:hover { background: #eee; }
.account-account #content .list-unstyled li a:before {
        font-family: FontAwesome;
        content: "\f105";
		margin-right: 10px;
}
.account-account #content .list-unstyled li a[href*="password"]:before { content: "\f084"; }
.account-account #content .list-unstyled li a[href*="address"]:before { content: "\f02d"; }
.account-account #content .list-unstyled li a[href*="wishlist"]:before { content: "\f004"; }
.account-account #content .list-unstyled li a[href*="order"]:before { content: "\f0c9"; }
.account-account #content .list-unstyled li a[href*="download"]:before { content: "\f019"; }
.account-account #content .list-unstyled li a[href*="reward"]:before { content: "\f1c0"; }
.account-account #content .list-unstyled li a[href*="return"]:before { content: "\f112"; }
.account-account #content .list-unstyled li a[href*="transaction"]:before { content: "\f016"; }
.account-account #content .list-unstyled li a[href*="recurring"]:before { content: "\f133"; }
.account-account #content .list-unstyled li a[href*="newsletter"]:before { content: "\f003"; }
.account-account #content .list-unstyled li a[href*="edit"]:before { content: "\f044"; }
.account-account #content h2 { margin-bottom: 20px; }
@media (max-width: 767px) {
	.account-account #content .list-unstyled li { float: none !important; width: 100% !important; padding: 0px !important; }
}
body[class^="account"] .btn-default {
	padding: 10px 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	border: none;
	-webkit-box-shadow:  0 5px 0 #B3612E;
    -moz-box-shadow: 0 5px 0 #B3612E;
    box-shadow: 0 5px 0 #B3612E;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	margin-bottom: 5px;
	height: 42px;
	line-height: 22px;
	
}
.input-group .btn.btn-primary, body[class^="account"] .input-group .btn.btn-default {
	-webkit-box-shadow:  none;
    -moz-box-shadow: none;
    box-shadow: none;
	height: 34px;
	padding: 7.5px 12px;
	line-height: 13px;
	font-size: 12px;
}
@media (max-width: 991px) {
	.psorts > div { margin-bottom: 5px; }
	.btn.btn-primary { padding-left: 15px; padding-right: 15px; }
}
.supermenu-wrapper #menu {
	margin-bottom: 0px;
	background: none !important;
	border: none !important;
	box-shadow: none !important;
}
.supermenu-wrapper #menu .navbar-collapse { padding-left: 0px; padding-right: 0px; }
.smp-list .product-thumb:before, .smp-list .product-thumb:after {
	content: '';
	display: table;
	clear: both;
}
.col-sm-12.control-label { text-align: left; }
.owl-carousel.mainslider { 
	border: none !important;
	margin-bottom: 20px;
	-webkit-border-radius: 1px;
 	-moz-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
}
.owl-carousel.mainslider .owl-controls { height: 0px; }
.banner { margin-bottom: 15px; }
.shimage img, .banner img {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
  -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
  box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
.shrow { margin-bottom: 17px !important; }
.panel-default.panel-refine > .panel-heading { font-size: 20px; }
.panel-default.panel-refine .list-group { margin-bottom: 0px; }
.header-pos .shimage { text-align: center; }
.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover { background-color: #E85800 !important; }
.owl-wrapper-outer { 
	border: none !important; 
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	border-radius: 0px !important;
	-webkit-box-shadow : none !important;
	-moz-box-shadow : none !important;
	-o-box-shadow : none !important;
	box-shadow : none !important;
}
.owl-carousel.mainslider {
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
  	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
  	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
  	box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
.supertheme-contact-captcha .form-group > * {
	width: 100% !important;
	clear: left !important;
	text-align: left;
}
.supertheme-contact-captcha .form-group > * img {
	margin-top: 7px;
}
.supertheme-contact-captcha .col-sm-offset-2 {
	margin-left: 0px !important;
	width: 100% !important;
}
.column-trig-div, .colclear { display: none; }
.column-pop {
	background: #fff;
	transition: all 0.5s;
}
.column-pop.open {
	background: #eee;
}
.super_column_trig .column-trig-div + h3 {
	display: none;
}
.colclear { display: none; }
.btn-dark {
	background: #333;
	border-color: #333;
	color: #fff;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	box-shadow: none;
}
.btn-dark:hover {
	color: #ddd;
}
@media (max-width: 767px) {
	.super_column_trig {
		display: none;
		float: none;
	}
	.super_column_trig.open {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0px;
		left: 0px;
		background: #fff;
		padding: 15px;
		display: block;
		z-index: 9999999999999;
		-webkit-animation: column-pop 0.4s;
    	animation: column-pop 0.4s;
	}
	.column-trig-div {
		display: block;
		margin-bottom: 15px;
	}
	.colclear {
		display: block;
		clear: both;
	}
	body.super_column_opened {
		height: 100%;
		overflow: hidden;
	}
	.super_column_in {
		max-height: 95%;
		overflow: auto;
		padding: 15px;
		box-shadow: inset 0px 0px 7px #bbb;
	}
	.super_column_trig .column-trig-div + h3 {
		display: block;
	}
	.col-xs-12.column-trig-div .column-pop {
		width: 100%;
	}
	.drop_column { display: none; }
	.drop_column.open { 
		display: block; 
		-webkit-animation: column-drop 0.6s;
    	animation: column-drop 0.6s;
	}
	.column-trig-div.col_bot_fixed_l {
		position: fixed;
		bottom: 0px;
		left: 0px;
		padding: 0px;
		margin: 0px;
		z-index: 999999999999;
	}
	.column-trig-div.col_bot_fixed_r {
		position: fixed;
		bottom: 0px;
		right: 0px;
		padding: 0px;
		margin: 0px;
		z-index: 999999999999;
	}
	.half_length.col_bot_fixed_r, .half_length.col_bot_fixed_l {
		width: 49.5%;
	}
	#column-right.column-full {
		margin-top: 15px;
	}
	.bottom-footer.collapsed h5 + div, .bottom-footer.collapsed h5 + ul {
		display: none;
	}
	.bottom-footer.collapsed h5 + div.open, .bottom-footer.collapsed h5 + ul.open {
		display: block;
		-webkit-animation: column-drop 0.6s;
    	animation: column-drop 0.6s;
	}
	.bottom-footer.collapsed h5:after {
		content: "\f078"; 
    	font-family: FontAwesome;
    	float: right;
    	font-size: 13px;
    	color: #999;
	}
	.bottom-footer.collapsed h5.activ:after {
		content: "\f077"; 
    	font-family: FontAwesome;
    	float: right;
    	font-size: 13px;
    	color: #999;
	}
	.bottom-footer.collapsed .above-columns + .row > div:first-child > h5 {
		margin-top: 0px;
	}
}