@font-face {
    font-family: 'OpenSans';
    src: url('webfonts/opensans-webfont.woff2') format('woff2'),
         url('webfonts/opensans-webfont.woff') format('woff'),
         url('webfonts/opensans-webfont.ttf') format('truetype'),
         url('webfonts/opensans-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	font-family:'OpenSans', sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	width:96%;
	padding:0px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	background-image: url("../../../../../image/catalog/data/background.png");
	background-repeat: repeat;
	-webkit-user-select: none;
	-moz-user-select: none;
	cursor: default;
}
body::-webkit-scrollbar { 
    display: none; 
}
h1, h2, h3, h4, h5{
	color: #333;
	font-weight: 400;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 15px;
	line-height: 20px;
}
legend {
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 35px;
}
label {
	font-size: 13px;
	font-weight: normal;
}
strong {
	font-weight: 500;
}
a {
	color: #111;
}
a:hover {
	color: #b91418;
	text-decoration: none;
}
sup a{
	color: #177111;
	text-decoration: none;
}
sup a:hover {
	text-decoration: underline;
}
@media (min-width: 768px) {
	.description-text {
		 max-width: 85%;
	}
}
.uppercase {
	text-transform: uppercase;
}
.panel {
	border-radius: 0px;
}
.panel-body {
	padding-top: 20px;
	padding-bottom: 20px;
}
.img-thumbnail {
	border-radius: 0px;
}
hr{
	margin-top: 0px;
	margin-bottom: 10px;
}
.row{
	margin-top: 0px;
	margin-bottom: 0px;
}
.well{
	background-color: #fafafa;
	border-radius: 0px;
}
.pagination {
	margin: 0;
}
.coupon-label {
	padding-left: 0px;
}
@media (min-width: 768px) {
	.coupon-label {
		text-align: right;
		margin-top: 8px;
	}
}

.discounter{
	background-color:#b91418;
	color:#fff;
	text-align:center;
	padding:10px;
	margin-bottom:10px;
	font-weight:500;
}

/* forms */
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: 13px;
	border-radius: 0px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 13px;
}
.form-control:focus {
	border-color: #ddd;
	background-color: #fafafa;
	box-shadow: none;
}

.checkbox input[type=checkbox]{
	transform: scale(1.3);
}
.radio input[type=radio]{
	transform: scale(1.3);
}

@media (max-width: 479px) {	
	.checkbox input[type=checkbox]{
		transform: scale(1.1);
	}
	.radio input[type=radio]{
		transform: scale(1.1);
	}
}

/* radio */
/*input[type='radio']:after {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	position: absolute;
    display: inline-block;
	width: 16px;
    height: 16px;
    border-radius: 16px;
    top: -2px;
    left: -2px;
	background-color: #ddd;
    border: 1.5px solid #999;
	content: '';
    visibility: visible;
}
input[type='radio']:checked:after {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	position: absolute;
    display: inline-block;
	width: 16px;
    height: 16px;
    border-radius: 16px;
    top: -2px;
    left: -2px;
    background-color: #b91418;
    border: 1.5px solid #a0773c;
	color: #eee;
    content: '\f111';
	font-family: 'Font Awesome 5 Free';
	font-size: 13px;
    visibility: visible;
}
*/

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

/* top */

#top {
	margin: 0 0 20px 0;
}
#top .container {
	padding: 13px 12px 0px 18px;
}
#top-links a {
	color: #333;
	text-decoration: none;
	background-color: transparent;
}
#top-links a:hover, #top-links button:hover {
	color: #b91418;
	background-color: transparent;
}
#top-links i{
	font-size: 20px;
	margin-left: 3px;
	margin-right: 3px;
	color:#444;
}
#top-links span {
	font-size: 15px;
}
#top-links .wishlist-count {
	display: inline-block;
	width: 16px;
  	height: 16px;
  	line-height: 16px;
  	border-radius: 50%;
  	font-size: 12px;
  	text-align: center;
	color: #fff;
  	background: #bbb;
	margin-left: -2px;
}
#top-links .dropdown-toggle:focus,
#top-links .dropdown-toggle:active,
#top-links .dropdown-toggle.disabled,
#top-links .dropdown-toggle[disabled] {
	color: #333;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #fff;
	background-color: #bbb;
}

/* logo */
#logo {
	margin-top: -10px;
	margin-bottom: 10px;
}
#logo h1{
	margin-top: 10px;
	margin-bottom: 10px;
}

/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	background-color: #fafafa;
	border: solid 1px #ddd;
	box-shadow: none;
}
#search .input-lg:focus {
	background-color: #fff;
}
#search .btn-lg {
	height: 40px;
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
}

/* cart */
#cart {
	margin-bottom: 10px;
}

#cart i{
	margin-right: 7px;
	color: #444;
}
#cart .btn-inverse {
	height: 40px;
	font-size: 16px;
	color: #333;
	background-color: #eee;
	border: none;
	border-radius: 0px;
}
@media (min-width: 768px and max-width: 991px) {
	#cart .btn-inverse {
		font-size: 15px;
	}
}
@media (max-width: 767px) {
	#cart .btn-inverse {
		font-weight: 500;
	}
}
#cart .btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	color: #000;
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eee, #ddd);
	background-repeat: repeat-x;
}

/* menu */
#menu {
	background-color: #016633;
	min-height: 40px;
	border: none;
	border-radius: 0px;
	margin-bottom: 0px;
}
#menu .nav {
	width: 100%;
}
#menu .nav i {
	display: none;
}
#menu .nav > li {
	text-align: center;
	width: 12.5%;
}
#menu .nav > li > a {
	font-size: 17px;
	color: #fff;
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	color: #fff;
	border-color: #00783c;
	background-color: #00783c;
}
#menu .dropdown-menu {
	padding-bottom: 0px;
}
#menu .dropdown-menu li > a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #00783c;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	display: block;
	min-width: 220px;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333;
	font-size: 14px;
}
#menu .dropdown-inner li a:hover {
	color: #fff;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #ddd;
	padding: 3px 20px;
	font-size: 14px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #fff;
	background-color: #888;
}

/* menu mobile*/
#menu #category {
	display: none;
	float: left;
	padding-left: 15px;
	font-size: 17px;
	font-weight: 500;
	line-height: 42px;
	color: #fff;
}
#menu #btn-navbar {
	display: none;
	float: right;
	font-size: 17px;
	font-weight: 500;
	line-height: 42px;
	color: #fff;
	width: 50px;
	text-align: center; 
	cursor: pointer;
}

@media (max-width: 767px) {
	#menu .navbar-header:hover {
		color: #fff;
		background-color: #00783c;
	}
	#menu #category, #menu #btn-navbar {
		display: block;
	}
	#menu .nav {
		font-size: 16px;
		font-weight: 400;
		color: #fff;
		margin: 0px auto 10px auto;
	}
	#menu .nav i {
		display: block;
	}
	#menu .nav > li {
		text-align: left;
		width: 100%;
		margin-top: 10px;
	}
	#menu .nav > li > a:hover, #menu .nav > li.open > a {
		background: #00783c;
		border-color: transparent;
	}
	#menu div.dropdown-menu {
		border-top: solid 1px #ccc;
		/*background-color: #00783c;*/
		padding-top: 15px;
		padding-bottom: 0px;
		margin-bottom: -10px;
	}
	#menu div.dropdown-menu li a{
		color: #fff;
		font-size: 16px;
		margin-bottom: 10px;
	}
	#menu div.dropdown-menu li a:hover {
		color: #fff;
		background-color: #00783c;
	}
	#menu div.dropdown-menu li i {
		display: inline-block;
		color:#fff;
		margin-right: 10px;
		margin-left: -5px;
		opacity: 0.5;
	}
	#menu .see-all {
		font-size: 16px;
		margin-top: 0px;
		color: #333;
		border: none;
	}
	#menu .see-all:hover{
		color: #333;
		background-color: transparent;
	}
	#menu .see-all i {
		display: inline-block;
		margin-right: 10px;
		opacity: 0;
	}
}

/* alerts */
.alert {
	border-radius: 0px;
	padding: 5px;
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.alert {
		padding-right:0px;
	}
}
.alert i{
	font-size: 15px;
}
.alert table {
	width: 100%;
}
.alert table tr td{
	line-height: 15px;
}
.alert table tr td:first-child {
	width: 30px;
	text-align: center;
}
.alert table tr td:last-child {
	width: 30px;
	text-align: center;
	padding-right: 30px;
}
@media (max-width: 767px) {
	.alert table tr td:last-child {
		padding-right: 35px;
	}
}
.has-error .control-label{
	color: #cf0706;
}
.has-error .form-control:focus{
	border-color: #cf0706;
	box-shadow: none;
}
.text-danger {
	font-size: 12px;
	color: #cf0706;
}
div.required .control-label:before {
	content: '* ';
	color: #cf0706;
	font-weight: bold;
}

/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 6.7px 12px;
	font-size: 13px;
	border-radius: 2px;
	font-weight: 400;
}
.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: 13px;
}
.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: #333;
	border-color: #999;
	background-color: #f1f1f1;
}
.btn-primary {
	color: #333;
	border-color: #999;
	background-color: #f1f1f1;
	margin-top:-1px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:hover:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #00783c;
	border-color: #00783c;
}
.btn-account{
	font-size: 19px;
	color: #666;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 20px;
	background-color: #fafafa;
	border-color: #ddd;
	border-radius: 0px;
}
@media (max-width: 767px) {
	.btn-account{
		font-size: 17px;
		color: #666;
		width: 100%;
		padding-top: 15px;
		padding-bottom: 15px;
		margin-bottom: 10px;
		background-color: #fafafa;
		border-color: #ddd;
		border-radius: 0px;
	}
}
.btn-account:hover {
	color: #444;
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eee, #ddd);
	background-repeat: repeat-x;
	border-color: #ddd;
}
.btn-account i{
	font-size: 50px;
	display: block;
	margin-bottom: 15px;
}
@media (max-width: 767px) {
	.btn-account i{
		font-size: 25px;
		margin-bottom: 5px;
	}
}
.btn-warning {
	color: #fff;
	background-color: #bc3427;
	border-color: #bc3427;
}
.btn-warning:hover, .btn-warning:active, .btn-warning:hover:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	background-color: #a52d21;
	border-color: #a52d21;
}
.btn-danger {
	color: #333;
	border-color: #999;
	background-color: #f1f1f1;
}
.btn-danger:hover, .btn-danger:active, .btn-danger:hover:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	background-color: #b90504;
	border-color: #b90504;
}
.btn-success {
	color: #fff;
	background-color: #00783c;
	border-color: #00783c;
}
.btn-success:hover, .btn-success:active, .btn-success:hover:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	background-color: #006432;
	border-color: #006432;
}
.btn-info {
	color: #333;
	border-color: #999;
	background-color: #f1f1f1;
}
.btn-info:hover, .btn-info:active, .btn-info:hover:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-color: #00783c;
	border-color: #00783c;
}

/* Paypal */
.paypal {
	text-align: center;
	margin: 0px auto 5px auto;
	max-width: 480px;
}

.btn-paypal {
	width: 100%;
	height: 40px;
	background-color: #ffc43a;
	background-image: url("../../../../../image/catalog/payments/paypal_button.png");
	background-position: center center;
	background-repeat: no-repeat;
	border-color: #ffc43a;
}

/* Checkout */
.confirm-bottom {
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.confirm-bottom {
		margin-bottom: 30px;
	}
}

/* tabs */
.nav-tabs i {
	font-size: 20px;
	width: 30px;
	text-align: center;
	color: #888;
}
@media (max-width: 479px) {
	.nav-tabs i {
		font-size: 16px;
		width: 22px;
	}
}

/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
	background-color: #fafafa;
}
.product-thumb .caption{
	padding: 15px;
}
.product-thumb legend {
	font-size: 19px;
	font-weight: 400;
	margin-bottom: 5px;
}
.product-thumb h4 {
	font-weight: 400;
}
.product-thumb .price-new {
	color: #f00;
	font-weight: 500;
}
.product-thumb .price-old {
	margin-left: 8px;
	font-size: 85%;
	color: #999;
	text-decoration: line-through;
}



.product-thumb .special {
	position: absolute;
	float: right;
	font-size: 14px;
	color: #fff;
	padding: 5px 15px 5px 15px;
	background-color: #eb0404;
	top: -5px;
	right: 10px;
	text-transform: uppercase;
  	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	z-index: 999;
}


.product-thumb .rating {
	padding-bottom: 5px;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	overflow: auto;
}
.product-thumb .button-group button {
	font-size: 16px;
	line-height: 32px;
	font-weight: 400;
	border: none;
	background-color:#fafafa;
	display: inline-block;
	float: left;
}
.product-thumb .button-group button:first-child {
	width: 20%;
}
.product-thumb .button-group button:nth-child(2) {
	width: 20%;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.product-thumb .button-group button:nth-child(3) {
	width: 60%;
}
.product-thumb .button-group button:hover {
	color: #333;
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eee, #ddd);
	background-repeat: repeat-x;
	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%;
	}
}

/* responsive */
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right */
@media (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%;
    }
}
@media (max-width: 991px) {
    #column-left, #column-right {
       display:none;
    }
	#content {
       width: 100%;
    }
	.container {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 479px) {
	.container {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* rating */
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 16px;
}
.rating-stars {
	direction: rtl;
	unicode-bidi: bidi-override;
	color: #ddd;
}
.rating-stars input {
	display: none;
}
.rating-stars label:hover,
.rating-stars label:hover ~ label,
.rating-stars input:checked + label,
.rating-stars input:checked + label ~ label {
	color: #FC0;
	cursor: pointer;
}

/* footer */
footer {
	margin-top: 20px;
	padding: 18px 0 10px 0;
	border-top: 1px solid #ddd;
	color: #666;
	text-align: center;
	background-image: url("../../../../../image/catalog/data/background.png");
	background-repeat: repeat;
}
footer a {
	color: #666;
	margin-left: 3px;
	margin-right: 5px;
}

footer img{
	max-width:100%;
	height:80px;
	margin-bottom:10px;
}

footer .img-left{
	float:left;
	margin-left:38px;
}

footer .img-right{
	float:right;
}

@media (max-width: 849px) {
	footer .img-left {
		float: none;
		margin-left:0px;
	}
	footer .img-right {
		float: none;
	}
	footer .img-left img{
		height:80px;
	}
	footer .img-right img{
		height:60px;
	}
}

@media (max-width: 479px) {
	footer .img-left img{
		height:60px;
	}
	footer .img-right img{
		height:50px;
	}
}

footer .txt-left {
	display: inline-block;
	float: left;
}

footer .txt-right {
	display: inline-block;
	float: right;
}

@media (max-width: 479px) {
	footer .txt-left, footer .txt-right {
		display: block;
		float: none;
	}
}

/* BackToTop */
#scroll {
    position: fixed;
    right: 10px;
    bottom: 7px;
    cursor: pointer;
    width: 50px;
    height: 39px;
    background-color: #ccc;
    text-indent: -9999px;
    display: none;
  	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	z-index: 1001;
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #fff;
}

@media (hover:none) and (pointer:coarse) {
	#scroll:hover {
		background-color: #23a1d1;
		opacity: 1;
		filter: "alpha(opacity=100)";
		-ms-filter: "alpha(opacity=100)";
	}
}