.ap-all {
	position:absolute;
	top:45px; left:10px;
	right:10px;
	display:block;
}
.ap-cols {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.ap-col {
	padding:0;
}
.ap-col-left {
	width:calc(100% - 60px);
}
.ap-col-right {
	margin-left:auto;
}
.ap-select {
	position:relative;
	width:42px;
	top:-1px;
}
.ap-select select {
	background:transparent;
	position:absolute;
	width:100%;
	height:100%;
	-webkit-appearance:none;
	border:none;
	font-size:13px;
	display:inline-block;
	color:#61BB34;
}
.ap-select select + i {
	font-size:11px;
	color:#61BB34;
	margin-left:30px;
}
.ap-items {
	display:flex;
	flex-wrap:wrap;
}
.ap-items:last-child {
	border:none;
	margin:0;
}
.ap-items div {
	color:#61BB34;
	margin-right:2.9px;
	cursor:pointer;
	font-size:13px;
}
.ap-items div.active {
	text-decoration:underline;
	color:#000;
}
.ap-items div:last-child {
	margin-right:0;
}
.ap-items div:hover {
	color:#000;
}
.ap-langs > div:not(:first-child) {
	display:none;
}
.ap-box {
	background:#fff;
	border:1px solid #dcdcdc;
	box-shadow:0 0 10px rgba(0,0,0,0.17);
	position:absolute;
	top:calc(100% + 1px);
	left:0;
	width:100%;
	padding:20px 30px;
	z-index:500;
	display:none;
	max-height:350px;
	overflow:auto;
	border-radius:5px;
}
.ap-box::-webkit-scrollbar {width: 5px; height: 5px;} 
.ap-box::-webkit-scrollbar-track-piece {background-color: transparent; } 
.ap-box::-webkit-scrollbar-thumb:vertical {height: 5px; background-color: #61bb34;} 
.ap-box::-webkit-scrollbar-thumb:horizontal {width: 5px; background-color: #61bb34;}
.ap-box ul {
	margin:0;
	padding:0!important;
	list-style:none;
}
.ap-box ul li {
	font-size:13px;
	margin-bottom:8px;
}
.ap-box ul li:last-child {
	margin:0;
}
.ap-box ul li a:hover {
	color:#000;
}
.ap-loading img {
	width:150px;
	margin:0 auto;
	display:block;
}
@media(max-width:767px) {
	.ap-all {
		position:relative;
		top:auto; left:auto;
		right:auto;
		margin:15px 0 0 0;
	}
}
@media(max-width:550px) {
	.ap-all {
		display:none;
	}
}
#menu_wrap.show .ap-all {
	display:none;
}
#modal-cart,
#modal-cart + div {
	display:none!important;
	position:absolute;
	left:-99999px;
}
#trash-cart {
	background:#ef5959;
	margin-bottom:20px;
	color:#fff;
}
.add_dop {
	background:#f58221!important;
	color:#fff!important;
	text-decoration:none!important;
	line-height:34px!important;
	font-size:13px!important;
	padding:0 10px!important;
}
.add_dop:hover {
	opacity:0.7;
}
.first-min {
	position:relative;
	right:-32px;
	margin-top:-2px;
}
#search3 .search-form .input-group-btn {
	display:none;
}
.fix-min {
	position:absolute;
	left:calc(100% + 10px);
	top:10px;
	white-space:nowrap;
}
.first-min,
.fix-min {
	font-size:13px;
	font-weight:bold;
	color:red;
}
.sticker .upc {
	display:none;
}
.tab-content .uni-module {
	display:none;
}
.ht-items {
	width:calc(100% + 16px);
	display:flex;
	flex-wrap:wrap;
	margin:-8px -8px 0px -8px;
}
.ht-item {
	width:25%;
	padding:8px;
}
.ht-item-box {
	background:#efefef;
	border:1px solid #dcdcdc;
	border-radius:4px;
	padding:5px;
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	height:60px;
	transition:300ms;
	top:0;
}
.ht-item-box-title {
	font-size:14px;
	font-weight:500;
	text-align:center;
}
.ht-item-box > a {
	position:absolute;
	top:0; left:0;
	width:100%;
	height:100%;
}
.ht-item-box:hover {
	box-shadow:0 0 15px rgba(0,0,0,0.08);
	top:-5px;
}
@media(max-width:991px) {
	.ht-item-box-title {
		font-size:13px;
	}
}
@media(max-width:650px) {
	.ht-item {
		width:33.33%;
	}
}
@media(max-width:450px) {
	.ht-item {
		padding:5px;
	}
	.ht-items {
		width:calc(100% + 10px);
		margin:-5px -5px 20px -5px;
	}
	.ht-item-box-title {
		font-size:12px;
	}
}
@media(max-width:350px) {
	.ht-item-box-title {
		font-size:11px;
	}
}
.new-image > a {
	height:200px;
}
.new-image img {
	display:block;
	max-width:100%;
	max-height:100%;
	margin:0 auto;
}
.new-prods .row {
	display:flex;
	flex-wrap:wrap;
}
.home-page .tab-pane {
	
}
.home-page .nav-tabs {
	background:#61BB34;
	padding:5px 5px 0 5px;
	margin-bottom:0;
	border:none;
}
.home-page .nav-tabs li.active {
	background:transparent!important;
}
.nav-tabs-title {
	position:absolute;
	top:0; right:160px;
    text-align:center;
    font-size:20px;
    line-height:48px;
    font-weight:500;
    color:#fff;
}
.home-page .tab-content {
	border:5px solid #61BB34;
	border-top:none;
	padding:12px 10px 10px 10px;
	border-top:none;
}
.home-page .nav-tabs > li {
	margin-bottom:0;
}
@media(max-width:1200px) {
	.nav-tabs-title {
		right:15px;
	}
}
@media(max-width:991px) {
	.home-page .nav-tabs-title + ul {
		padding-top:50px;
	}
	.nav-tabs-title {
		font-size:16px;
	}
}
.category_list {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.ean {
	display:none;
}
#product .rating,
a[href="#tab-request"],
a[href="#tab-review"],
.show_attr,
.add_dop {
	display:none!important;
}
#product .product-data {
	display:none;
}
