a, a:hover, a:focus{
	color:#000;
}
/* ------------------------------------- header ------------------------------------- */
body.layout_homepage {
	background: #fff;
}
/* --- layout_header --- */ 
div#bg_header {
	display: block;
	height: 110px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	background: #fff;
}
#wrapper #layout_header {
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	padding-top: 5px;
}
div#bg_header:after {
	content: "";
	display: block;
	width: 100%;
	height: 38px;
	background: #565656;
	position: absolute;
	top: auto;
	bottom: 0;
}
/* --- end layout_header --- */ 

/* --- header_logo --- */
div#header_logo {
	top: 3px;
	left: auto;
	right: 19px;
	width: 136px;
	height: 62px;
}
div#header_logo a {
	display: block;
	width: 100%;
	height: 100%;
}
div#header_logo a img {
	max-width: 100%;
	max-height: 100px;
}
/* --- end_header_logo --- */

/* --- header_cart_nav_header --- */
#header_cart_nav {
	position: absolute;
	display: inline-block;
	float: right;
	width: 58px;
	height: 40px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	z-index: 99;
	margin-left: 21px;
	bottom: 0px;
	top: auto;
	right: 208px;
}
#header_cart_nav .link_order_with_counter {
	display: block;
	float: none;
	width: 65px;
	height: 100%;
	background: url(cart_icon.png) no-repeat 30px center;
	position: relative;
}
#header_cart_nav .link_order_with_counter * {
	display: block;
	width: 100%;
	height: 100%;
}
#header_cart_nav .link_order_with_counter span.cart_with_items_text {
	font-size: 0;
}
#header_cart_nav .link_order_with_counter span.cart_with_items_counter {
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 5px;
	left: 9px;
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	background: transparent;
}
#layout_header #header_cart_nav li.href_homepage {
	display: none;
}
#layout_header #header_cart_nav li.href_homepage a {
	display: block;
	width: 100%;
	height: 100%;
}

/*open_cart*/
#wrapper .cart.special_cart_with_upgrades {
	display: none;
}
#wrapper .cart.special_cart_with_upgrades.visible {
	display: block;
	width: 310px;
	height: auto;
	right: 0;
	top: 110px !important;
	border: none;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}
#wrapper #layout_header li.empty_cart{
	position: absolute;
	z-index: 999;
	width: 63px;
	height: 25px;
	border: 1px solid #ebebeb;
	left: 10px;
	text-align: left;
	padding-left: 18px;
	height: 26px;
	top: 7px;
	line-height: 25px;
	z-index: 99999999999;
	background: url(trash_icon_cart.png) no-repeat 5px center;
}
#wrapper #layout_header li.empty_cart a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 25px;
	color: #959595;
	font-size: 9px;
	text-align: center;
	cursor: pointer;
	padding-right: 0px;
	box-sizing: border-box;
}
.cart.special_cart_with_upgrades.visible div#main_cart {
	max-width: 277px;
	margin: 0 auto;
	border: none;
}
#wrapper .cart.special_cart_with_upgrades.visible div.count > div span.pos_1, .special_cart div.count > div span.pos_0, #wrapper .cart.special_cart_with_upgrades.visible .sum_all_items_price span {
	color: #565656 !important;
	font-size: 17px !important;
	font-weight: bold !important;
	margin: 0px;
}
.cart.special_cart_with_upgrades.visible .scroll_div {
	min-height: 0px  !important;
}
div.cart.special_cart_with_upgrades.visible div#main_cart {
	padding-top: 35px;
}
div.cart.special_cart_with_upgrades.visible div.count:after {
	color: #b7b7b7;
	left: -24px;
	line-height: 20px;
	top: 0px;
	content: " ";
	font-size: 16px;
	background: url(arrow_cart.png) no-repeat center center;
}
div.cart.special_cart_with_upgrades.visible div#main_cart table tr td.delete_btn a {
	background: url(empty_cart.png) no-repeat 50%;

}
.special_cart div.count > div span.pos_1, .special_cart div.count > div span.pos_0{
	font-size: 15px;
	font-weight: normal;
	color: #000;
}
.special_cart div.count > div{
	width: 100% !important;
	text-align: left;
	padding-left: 15px;
}
.cart.special_cart_with_upgrades.visible .scroll_div {
	min-height: 35px !important;
	height: auto !important;
}
div.cart.special_cart_with_upgrades.visible .cart_close_btn {
	display: block;
	width: 35px;
	height: 35px;
	background: url(x-for-cart.jpg) no-repeat center center;
	font-size: 0;
	left: auto;
	right: 101%;
	border-radius: 0;
	top: 0px;
	margin-right: 3px;
}
div.cart.special_cart_with_upgrades.visible p.cart_content {
	display: block;
	color: #302e29;
	font-size: 12px;
	width: 290px;
	height: auto;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ebebeb;
	margin-bottom: 6px;
	padding: 8px 5px 11px 5px;
	margin-top: 11px;
	line-height: 15px;
	max-height: 60px;
	overflow: hidden;
}
div.cart.special_cart_with_upgrades.visible p.cart_content span{
	font-weight: bold;
}
div.cart.special_cart_with_upgrades p.cart_content.no_content {
	display: none;
}
div.cart.special_cart_with_upgrades.visible div#main_cart table {
	border-top: 0px;
}
div.cart.special_cart_with_upgrades.visible div#main_cart tr {
	display: block;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 8px;
	padding-top: 9px;
	height: 99px !important;
}
div.cart.special_cart_with_upgrades.visible div#main_cart tr .img_item {
	width: 96px;
	height: 72px;
	margin-left: 0;
	border: none;
}
div.cart.special_cart_with_upgrades.visible div#main_cart tr .title {
	max-width: 180px;
	height: 30px;
	overflow: hidden;

}
div.cart.special_cart_with_upgrades.visible div#main_cart tr .title a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 14px;
	font-size: 13px;
	color: #0c0a0b;
	font-weight: normal;
	line-height: 14px;
}
#bg_header td.upgrades {
	position: static !important;
	float: right;
}
#bg_header td.upgrades .upgrade {
	clear: right;
	margin-bottom: 0px !important;
}
#wrapper td.upgrades > div:after{
	content: none;
}
#wrapper td.upgrades .upgrade > div {
	font-size: 12px;
	color: #464646;
}
.upgrade-topic_title:after {
	margin-left: 3px;
}
div.cart.special_cart_with_upgrades.visible div#main_cart td.price_item_x {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	left: 84px;
	bottom: 5px;
}
div.cart.special_cart_with_upgrades.visible div.checkout a {
	display: block;
	width: 143px;
	height: 46px;
	background: #ed1a3b;
}
div.cart.special_cart_with_upgrades.visible div.cart_small_button {
	width: 100%;
	height: 100%;
}
div.cart.special_cart_with_upgrades.visible div.cart_small_button a.plus {
	background: url(plus_icon.png) no-repeat center center;
	font-size: 0;
	width: 20px;
	height: 100%;
	border: #e1e1e1 solid 1px;
	border-radius: 0px;
	margin: 0;
	background-color: #e1e1e1;
}
div.cart.special_cart_with_upgrades.visible div.cart_small_button a.reduce {
	background: url(minus_icon.png) no-repeat center center;
	font-size: 0;
	width: 20px;
	height: 100%;
	border: #ebebeb solid 1px;
	border-radius: 0px;
	margin: 0;
	background-color: #e1e1e1;
}
.special_cart #wrapper div#main_cart table tr td:first-child {
	width: 64px !important;
	height: 21px;
}
#wrapper .cart.special_cart_with_upgrades.visible .quantity {
	font-size: 12px;
	color: #898989;
	line-height: 21px;
	width: 24px;
	height: 21px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 0;
	border: #e6e6e6;
	position: static;
	margin: 0 auto;
}
#wrapper .cart.special_cart_with_upgrades.visible div#main_cart table tr td.delete_btn {
	right: 95px;
	bottom: 10px;
}
#wrapper div.cart.special_cart_with_upgrades.visible .continue_shop {
	display: inline-block;
	padding: 0px;
	width: 143px;
	height: 46px;
	line-height: 46px;
	margin: 6px 9px 11px 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #c3c03c;
	font-weight: bold;
	font-size: 16px;
	float: right;
	box-sizing: border-box;
	border: 1px solid #c3c03c;
}
#wrapper div.cart.special_cart_with_upgrades.visible .continue_shop:hover{
	border:1px solid #c3c03c;
	color:#c3c03c ;
	background: #fff;
}
div.cart.special_cart_with_upgrades.visible div.checkout a {
	display: inline-block;
	width: 143px;
	height: 46px;
	line-height: 46px;
	margin: 6px 0px 11px 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #3fa99d;
	font-weight: bold;
	font-size: 16px;
	float: right;
	box-sizing: border-box;
	border: 1px solid #3fa99d;
	padding: 0;
}
div.cart.special_cart_with_upgrades.visible div.checkout a:hover{
	border:1px solid #3fa99d;
	color:#3fa99d ;
	background: #fff;
}
#wrapper div.cart.special_cart_with_upgrades.visible div#ascrail2000 {
	background: #ccc !important;
	width: 6px !important;
	border-radius: 10px !important;
	z-index: 9999 !important;
	right: 4px;
	left: auto !important;
}
#wrapper div.cart.special_cart_with_upgrades.visible div#ascrail2000 > div {
	width: 9px !important;
	background: #3d3c3f !important;
	border: none !important;
	left: 1px;
}
#wrapper div.cart.special_cart_with_upgrades.visible div#ascrail2000 > div:after {
	content: none;
}
#wrapper div.cart.special_cart_with_upgrades.visible .count-price-wrapper {
	display: block;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 2px;
}
#wrapper div.cart.special_cart_with_upgrades.visible .count-price-wrapper div.count {
	margin: 0;
	width: 43%;
	position: relative;
	margin-left: 28px;
}
div.sum_all_items_price {
	display: inline-block !important;
	width: 43%;
	top: 0 !important;
	left: 0 !important;
	margin-right: 14px !important;
	position: relative !important;
}
#wrapper div.cart.special_cart_with_upgrades.visible .login_in_cart {
	display: block;
	position: absolute;
	width: 100%;
	height: 29px;
	top: -367px;
	left: 0;
	background: #fff;
	display: none;
}
#wrapper div.cart.special_cart_with_upgrades.visible .login_in_cart > li {
	display: none;
}
#wrapper div.cart.special_cart_with_upgrades.visible .login_in_cart > li.empty_cart {
	display: block;
	position: static;
	float: left;
	padding: 0;
	text-align: right;
	background: url(empty_cart.png) no-repeat left center;
	height: 26px;
	width: 67px;;
	margin-left: 17px;
}
#wrapper div.cart.special_cart_with_upgrades.visible .login_in_cart > li.empty_cart a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 32px;
	color: #6d6d6d;
	font-size: 11px;
	cursor: pointer;
}
div.cart.special_cart_with_upgrades strong.cart_no_multi {
	display: block;
	font-size: 14px;
}
div.cart.special_cart_with_upgrades li.empty_cart a:after {
	background: url(empty_cart.png) no-repeat;
	display: none;
}
div.cart.special_cart_with_upgrades li.empty_cart {
	top: 4px;
}
div.cart.special_cart_with_upgrades.visible p.cart_content {
	display: none !important;
}
div#header_show_search > form.search > div > label > input#q {
	text-indent: 12px;
}
/* --- end_header_cart_nav_header --- */

/* --- main_nav_bg --- */ 
/* --- end_main_nav_bg --- */ 

/* --- element_general_search_header --- */ 
#header_show_search {
	left: auto;
	right: 0px;
	top: 51px;
	width: 188px;
	height: 33px;
}
div#header_show_search > form.search, div#header_show_search > form.search > div, div#header_show_search > form.search > div > label {
	display: block;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	max-width: 1200px;
	position: relative;
}
div#header_show_search > form.search > div > label > input#q {
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 25px;
	text-indent: 10px;
	background-color: transparent;
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	font-weight: normal;
	height: 100%;
	width: 100%;
}
div#header_show_search > form.search > div > div#searchBtnHook {
	display: inline-block;
	position: absolute;
	height: 55px;
	width: 250px;
	top: 0px;
	left: 0px;
	bottom: 0px;
	margin: auto;
	background: #3ea99d;
	border: 2px solid #3ea99d;
}
div#header_show_search > form.search > div > div#searchBtnHook > input {
	display: block;
	height: 100%;
	width: 100%;
	/* background: url(search_icon1.png) no-repeat 0px 0px transparent; */
	font-size: 25px;
	padding: 0px;
	background-color: transparent;
	top: 0px;
	position: absolute;
	left: 0px;
	color: #fff;
}
div#header_show_search > form.search > div > div#searchBtnHook:hover {
	background: transparent;
}

div#header_show_search > form.search > div > div#searchBtnHook:hover > input {
	color: #3fa99d;
}
div#header_show_search > form.search > div > label > input#q::-webkit-input-placeholder {
	color: #fff;
}
div#header_show_search > form.search > div > label > input#q:-moz-placeholder { /* Firefox 18- */
	color: #fff;
}
div#header_show_search > form.search > div > label > input#q::-moz-placeholder {  /* Firefox 19+ */
	color: #fff;
}

div#header_show_search > form.search > div > label > input#q:-ms-input-placeholder {  
	color: #fff;
}
/* --- end element_general_search_header --- */ 

/* --- element_general_links_header --- */ 
/* --- end_element_general_links_header --- */ 

/* --- element_general_images_header --- */ 
/* --- end_element_general_images_header --- */ 

/* --- element_general_login_logout_header --- */ 
/* --- end_element_general_login_logout_header --- */ 

/* --- element_general_prime_categories_category_header --- */ 
div#header_group1 > .drop_banners {
	display: none;
}
.element_general_images.drop_images, div#header_group1 > .row {
	display: none;
}
#bg_header .element_general_prime_categories {
	width: 178px;
	height: 38px;
	position: absolute;
	top: 72px;
	right: 0;
	z-index: 9999;
}
#bg_header .element_general_prime_categories > h3 {
	display: block;
	height: 40px;
	font-size: 21px;
	color: #fff;
	position: relative;
	font-weight: bold;
	/*background: url(white_drop_icon.png) no-repeat right center;*/
	padding-right: 41px;
	margin: 0;
	line-height: 40px;
}
#bg_header .element_general_prime_categories ul.store_categories {
	visibility: hidden;
	background:#fff;
	width: 400px;
	position: absolute;
	top: 102%;
	padding: 0 5px;
}
#bg_header .element_general_prime_categories:hover ul.store_categories {
	visibility: visible;
}
#bg_header .element_general_prime_categories ul.store_categories li {
	display: inline-block;
	float: right;
	width: 46%;
	margin-left: 4%;
	height: 50px;
	border-bottom: 1px solid #ccc;
}
#bg_header .element_general_prime_categories ul.store_categories li > .drop-wrapper, div#header_group1 > .row {
	display: none;
}
#bg_header .element_general_prime_categories ul.store_categories li > a, #bg_header .element_general_prime_categories ul.store_categories li > span {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	line-height: 50px;
}
#bg_header .element_general_prime_categories ul.store_categories li:hover > a, #bg_header .element_general_prime_categories ul.store_categories li > span {
	color: #3fa99d;
}

/*drop*/
/* --- end element_general_prime_categories_category_header --- */ 

/* --- element_general_prime_categories_with_group_header --- */
/* --- end element_general_prime_categories_with_group_header --- */

/* --- element_general_prime_categories_with_children_header --- */
/* --- end element_general_prime_categories_with_children_header --- */

/* --- element_general_contact_header --- */ 
/* --- end element_general_contact_header --- */ 

/* --- element_general_newsletter_header --- */ 
/* --- end element_general_newsletter_header --- */ 

/* --- element_general_easy_lightbox --- */
/* --- end element_general_easy_lightbox --- */

/*element_general_lightbox*/
/*end element_general_lightbox*/

/* ------------------------------------- end layout_header ------------------------------------- */

/* ------------------------------------- middle ------------------------------------- */

/* --- layout_homepage_middle --- */  
/*.layout_homepage #wrapper #bg_middle div#main, .layout_category #wrapper #bg_middle div#main {
	max-width: 100%;
	margin-top: 110px;
	}*/
	#wrapper #bg_middle div#main {
		max-width: 100%;
		margin-top: 110px;
	}
	#bg_middle div#main, #wrapper #homepage_middle_groups{
		padding: 0 10px;
	}
	div#bg_middle {
		margin-top: 110px;
	}
	/* --- end layout_homepage_middle --- */ 

	/* --- element_general_masonry_images_middle --- */ 
	/* --- end element_general_masonry_images_middle --- */ 

	/* --- element_general_strength_middle --- */ 
	/* --- end element_general_strength_middle --- */ 

	/* --- element_general_all_categories_middle --- */ 
	/* --- end element_general_all_categories_middle --- */ 

	/* --- element_general_categories_images_middle --- */ 
	/* --- end element_general_categories_images_middle --- */ 

	/* --- element_general_content_carousel_middle --- */ 
	/* --- end element_general_content_carousel_middle --- */

	/* --- element_general_links_middle --- */ 
	ul.element_general_links.middle_titles {
		display: block;
		width: 100%;
		max-width: 1200px;
		padding: 0;
		margin: 0;
	}

	ul.element_general_links.middle_titles li {
		display: block;
		width: 100%;
		height: 100%;
		margin-bottom: 20px;
	}

	ul.element_general_links.middle_titles li a {
		display: block;
		font-size: 20px;
		font-weight: normal;
		color: #565656;
		text-align: center;
	}

	ul.element_general_links.middle_titles li:before {content: "";width: 100%;height: 30px;background: url(title_stre.png) no-repeat center center; display: block;
	margin-bottom: 15px;}


	ul.element_general_links.middle_titles:after, #wrapper div#homepage_group2:after {content: ".";display: block;clear: both;visibility: hidden;height: 0;}

	div#homepage_group3 ul.element_general_links.middle_titles li {
		margin-bottom: 0;
	}
	div#homepage_group3 ul.element_general_links.middle_titles li:before {
		background: url(title_brands.png) no-repeat center center;
	}
	/* --- end_element_general_links_middle --- */ 

	/* --- element_general_main_categories --- */
	/* --- end element_general_main_categories --- */

	/* --- element_general_images_middle --- */ 
	#wrapper .element_general_images.main_cat:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		height: 0;
	}
	#wrapper .element_general_images.main_cat {
		margin-top: 20px;
	}
	#wrapper .element_general_images.main_cat .current_element_image {
		display: inline-block;
		float: right;
		/*margin-left: 3.125%;*/
		overflow: hidden;
		/*width: 17.5%;*/
	}

	#wrapper .element_general_images.main_cat .current_element_image a {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
	}
	#wrapper .element_general_images.main_cat .current_element_image a img {
		display: block;
		position: static;
		width: 100%;
		max-height: 100%;
		max-width: 100%;
	}
	#wrapper .element_general_images.main_cat .current_element_image a img {
		-webkit-transition: opacity 0.35s, -webkit-transform 2s;
		transition: opacity 0.35s, transform 2s;
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
	}
	#wrapper .element_general_images.main_cat .current_element_image:hover a img {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	#wrapper .element_general_images.main_cat .current_element_image h3 {
		display: block;
		position: absolute;
		top: 0;
		bottom: auto;
		right: auto;
		left: 0;
		margin: 0;
		width: auto;
		height: 40px;
		color: #fff;
		font-size: 22px;
		font-weight: bold;
		line-height: 53px;
		padding-left: 26px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		overflow: hidden;
		z-index: 99;
	}
	#wrapper .element_general_images.main_cat .current_element_image h3:after {
		content: "";
		display: block;
		width: 10px;
		height: 19px;
		background: #c3c03c;
		position: absolute;
		left: 0;
		top: 19px;
	}
	#wrapper .element_general_images.main_cat .current_element_image p {
		display: none;
	}

	/* --- end element_general_images_middle --- */ 

	/* --- element_general_strength --- */
	#wrapper div#homepage_group2 {
		max-width: 1200px;
		margin: 0 auto;
		margin-bottom: 27px;
	} 
	#bg_middle .element_general_images.strength {
		display: inline-block;
		width: 100%;
		float: right;
		height: auto;
		overflow: hidden;
		background: url(strength_bg.jpg) no-repeat 100%;
	}
	#bg_middle .element_general_images.strength .heading{
		display: none;
	}
	#bg_middle .element_general_images.strength .current_element_image {
		display: inline-block;
		float: right;
		width: 25%;
		height: 200px;
		background: rgba(193, 184, 175, 0.5);
		position: relative;
	}
	#bg_middle .element_general_images.strength .current_element_image:before {
		content: "";
		display: inline-block;
		float: left;
		height: 100%;
		width: 4px;
		background: #fff;
	}
	#bg_middle .element_general_images.strength .current_element_image.pos_3:before, #bg_middle .element_general_images.strength .current_element_image.pos_7:before {
		content: none;
	}
	#bg_middle .element_general_images.strength .current_element_image:after {
		content: "";
		display: block;
		height: 4px;
		width: 100%;
		background: #fff;
		position: absolute;
		top: auto;
		bottom: 0px;
	}
	#bg_middle .element_general_images.strength .current_element_image.pos_3 a, #bg_middle .element_general_images.strength .current_element_image.pos_7 a {
		width: 100%;
	}
	#bg_middle .element_general_images.strength .current_element_image a {
		display: block;
		width: 98%;
		height: 98%;
		position: relative;
		padding-top: 52px;
	}
	#bg_middle .element_general_images.strength .current_element_image a:after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		background: rgba(63,169,157,0.75);
		opacity: 0;
	}
	#bg_middle .element_general_images.strength .current_element_image:hover a:after{
		opacity: 1;
	}
	#bg_middle .element_general_images.strength .current_element_image h3, #bg_middle .element_general_images.strength .current_element_image p {
		display: none;
		width: 96%;
		font-size: 13px;
		color: #fff;
		line-height: 19px;
		text-align: center;
		max-height: 38px;
		margin: 0 auto;
		position: relative;
		z-index: 99;
		overflow: hidden;
	}
	#bg_middle .element_general_images.strength .current_element_image h3{
		font-weight: bold;
		margin-bottom: 10px;
		font-size: 17px;
	}
	#bg_middle .element_general_images.strength .current_element_image:hover h3, #bg_middle .element_general_images.strength .current_element_image:hover p {
		display: block;
	}
	#bg_middle .element_general_images.strength .current_element_image a img {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
		height: auto;
		width: auto;
		max-height: 75px;
		max-width: 75px;
	}
	#bg_middle .element_general_images.strength .current_element_image:hover a img{
		display: none;
	}
	/* --- end element_general_strength --- */ 

	/* --- element_general_newsletter_middle --- */ 
	/* --- end element_general_newsletter_middle --- */ 

	/* --- element_category_list_items_middle --- */ 
	/* --- end element_category_list_items_middle --- */ 

	/* --- element_general_carousel_middle --- */ 
	/*tabs-heading*/

	ul.element_general_links.heading {
		display: block;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 0;
		margin-bottom: 30px;
		clear: both;
		float: none;
		text-align: center;
	}
	ul.element_general_links.heading:before {content: "";background: url(title_grid.png) no-repeat center center;height: 40px;width: 100%;}
	ul.element_general_links.heading li {
		display: inline-block;
		float: none;
		width: auto;
		height: 40px;
		border: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		border-bottom: 3px solid transparent;
	}
	ul.element_general_links.heading li:not(:last-child) {
		margin-left: 116px;
	}
	ul.element_general_links.heading li.active {
		border-bottom-color: #3fa99d;
	}
	ul.element_general_links.heading li.active a {
		color: #3fa99d;
	}
	ul.element_general_links.heading li a {
		display: block;
		width: 100%;
		height: 100%;
		line-height: 40px;
		color: #565656;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		overflow: hidden;
		padding: 0;
		cursor: pointer;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#bg_middle .col-centered {
		display: inline-block;
		float: none;
		text-align: right;
	}

	.owl-carousel .owl-controls .owl-nav .owl-prev i, .owl-carousel .owl-controls .owl-nav .owl-next i {
		display: none;
	}
	#bg_middle .four {
		visibility: hidden;
		height: 0px;
	}
	#bg_middle .four.active {
		visibility: visible;
		height: auto;
		margin-bottom: 26px;
	}
	/* --- end element_general_carousel_middle --- */ 

	/* --- element_general_brand_carousel --- */ 
	/*Brands*/
	#bg_middle div.small {
		max-width: 100%;
		height: 120px;
		margin: 0 auto;
		margin-bottom: 22px;
		background-color: #fff;
		width: 1200px;
		margin-top: 33px;
	}
	#bg_middle div.small .owl-item {
		height: 103px;
		position: relative;
	}
	#bg_middle div.small .owl-item * {
		display: block;
		width: 100%;
		height: 100%;
	}
	#bg_middle div.small .carousel_items .item {
		display: inline-block;
		float: right;
	}
	#bg_middle div.small .owl-carousel .owl-item img {
		height: auto;
		width: auto;
		max-width: 100%;
		max-height: 100%;
		position: absolute;
		top:0;
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
	}
	#bg_middle div.small .owl-carousel .owl-item img:hover {
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
	}
	#bg_middle div.small .owl-stage-outer {
		direction: ltr;
		width: 100%;
		height: 100%;
	}
	#bg_middle div.small .owl-controls {
		display: none;
	}
	/* --- end element_general_brand_carousel --- */ 

	/* --- element_general_list_item_titles_middle --- */
	/* --- end element_general_list_item_titles_middle --- */

	/* --- element_general_prime_categories_category_middle --- */ 
	/* --- end element_general_prime_categories_category_middle --- */ 

	/* --- element_general_contact_middle --- */ 
	/* --- end element_general_contact_middle --- */ 

	/* --- element_general_ws_carousel_middle --- */
	/* --- end element_general_ws_carousel_middle --- */

	/* --- element_general_ticker_middle --- */
	/* --- end element_general_ticker_middle --- */

	/* --- element_items_list_items_middle --- */ 
	/* --- end element_items_list_items_middle --- */ 

	/* --- element_general_masonry_grid --- */ 
	/* --- end element_general_masonry_grid --- */ 

	/* --- pagination_middle --- */
	/* --- end pagination_middle --- */

	/* --- bootstrap_slider_middle --- */
	#bg_middle div.desktop_slider {
		display: block;
		margin-bottom: 0px;
	}
	div.mobile_slider {
		display: none;
	}
	a.carousel-control.right, a.carousel-control.left {
		background: none;
		opacity: 1;
		left: 0;
		right: auto;
	}
	a.carousel-control.left {
		right: 0;
		left: auto;
	}
	.carousel-control .icon-prev, .carousel-control .icon-next {
		background: url(slider_arrows.png) no-repeat 0 center;
		height: 42px;
		top: 49%;
		left:15px;
	}
	.carousel-control .icon-next {
		background-position: 100% center;
		right: 15px;
	}
	.carousel-control .icon-prev, .carousel-control .icon-next {
		width: 41px !important;
	}
	.carousel-control .icon-next:before, .carousel-control .icon-prev:before {
		content: none;
	}
	.carousel-indicators {
		bottom: 16px;
		text-align: right;
	}
	.carousel-indicators li {
		width: 9px;
		height: 9px;
		border: none;
		background: #bbbbbb;
		border-radius: 0;
		margin: 0px;
		margin-left: 6px;
		border-radius: 100%;
		border:1px solid #bbbbbb;
	}
	.carousel-indicators li.active {
		width: 9px;
		height: 9px;
		background: #ffb200;
		margin-left: 6px;
		border:1px solid #ffb200;
	}
	.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img{
		width: 100%;
	}
	.carousel-indicators {
		width: 110px;
		right: 0px;
		left: 0px;
		margin: auto;
		padding: 0;
	}
	.carousel-indicators {
		max-width: 1200px;
		width: 100%;
		text-align: right;
		bottom: 5px;
	}
	.carousel-indicators li {
		width: 30px;
		height: 10px;
		border-radius: 0;
		background: rgba(255, 255, 255, 0.75);
		border: 0;
	}
	.carousel-indicators li.active {
		width: 30px;
		height: 10px;
		border-radius: 0;
		border: 0;
		background: rgba(63, 169, 157, 0.75);
	}
	#bg_middle div.desktop_slider a.carousel-control.right, #bg_middle div.desktop_slider a.carousel-control.left{
		display: none;
	}
	#bg_middle div.desktop_slider:hover a.carousel-control.right, #bg_middle div.desktop_slider:hover a.carousel-control.left{
		display: block;
	}

	/*img_slider*/
	#bg_middle div#homepage_group2 .carousel {
		display: inline-block;
		float: left;
		width: 33.3%;
		max-height: 399px;
		overflow: hidden;
	}
	#bg_middle div#homepage_group2 .carousel a.carousel-control {
		top: 4px;
		left: 11px;
		right: auto;
		width: 29px;
		height: 29px;
	}
	#bg_middle div#homepage_group2 .carousel a.carousel-control.right{
		left: 19px;
		top: 50px;

	}
	#bg_middle div#homepage_group2 ol.carousel-indicators{
		display: none;
	}
	#bg_middle div#homepage_group2 .carousel a.carousel-control span{
		display: block;
		position: static;
		width: 100%;
		height: 100%;
		margin: 0px;
	}
	#bg_middle div#homepage_group2 .carousel-control .icon-prev, #bg_middle div#homepage_group2 .carousel-control .icon-next{
		width: 29px !important;
		background: url(rl_slider2.png) no-repeat;
		display: none !important;
	}
	#bg_middle div#homepage_group2 .carousel a.carousel-control.right {
		left: 12px;
		top: 37px;
	}
	#bg_middle div#homepage_group2 .carousel a.carousel-control.right span.icon-prev {
		background-position: 0 100%;
	}
	/* --- end bootstrap_slider_middle --- */

	/* --- owlCarousel_middle --- */
	#bg_middle div.four .owl-controls {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		height: 1px;
		left: 0;
		right: 0;
		margin: auto;
		max-width: 100%;
		width: auto;
	}
	#bg_middle div.four .owl-controls div.owl-nav{
		display: block;
		height: 0px;
		max-width: 100%;
		position: relative;
	}
	.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next {
		display: block;
		position: absolute;
		left: 0px;
		right: auto;
		top: -20px;
		background: url(rl_grid.png) no-repeat 0 center;
		height: 40px;
		width: 25px;
		max-width: 100%;
	}
	.owl-carousel .owl-controls .owl-nav .owl-next {
		right:0px;
		background-position: 100% center;

	}


	/* --- end owlCarousel_middle --- */
	/* ------------------------------------- end middle ------------------------------------- */

	/* ------------------------------------- end_footer ------------------------------------- */
	/* --- layout_footer --- */ 
	div#bg_footer {
		background: #565656;
	}
	div#bg_footer h3 {
		display: block;
		width: 90%;
		font-size: 18px;
		color: #fff;
		padding-bottom: 20px;
		margin-bottom: 17px;
		position: relative;
		padding-right: 27px;
		font-weight: bold;
		line-height: 20px;
	}
	div#bg_footer .element_general_show_contact h3 {
		margin-bottom: 22px;
	}
	div#bg_footer #footer_group2 h3:before {
		content: "";
		display: block;
		width: 23px;
		height: 23px;
		background: url(star.png) no-repeat center;
		position: absolute;
		top: 0;
		right: 0;
		bottom: auto;
		z-index: 99;
	}
	.element_general_images.payments {
		display: block;
		width: 100%;
	}
	#bg_footer .element_general_images.payments .current_element_image a {
		display: block;
		max-width: 100%;
	}
	#bg_footer .element_general_images.payments .current_element_image a img {
		max-width: 100%;
		max-height: 100%;
	}
	#bg_footer .element_general_images.payments .current_element_image.pos_1 a {
		display: block;
		float: left;
		width: 100%;	
	}
	#bg_footer .element_general_images.payments .current_element_image.pos_1 a img {
		float: left;
	}
	/* --- end layout_footer --- */

	/* --- element_general_newsletter_footer --- */ 
	div#footer_group1 {
		height: auto;
		background: url(newsletter_img.jpg) no-repeat center top;
		padding: 0 20px;
	}
	#bg_footer form.footer_newsletter {
		display: block;
		max-width: 1200px;
		margin: 0 auto;
		height: 100%;
		padding: 10px 33px;
		position: relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-top: 6px;
	}
	.element_general_contact_new:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		height: 0;
	}
	#bg_footer form.footer_newsletter .wrap_contact_title1 {
		height: auto;
		overflow: hidden;
		position: relative;

		width: 45%;
		display: inline-block;
		padding-right: 5%;
	}
	#bg_footer form.footer_newsletter .wrap_contact_title1 h1.contact_title1 {
		display: block;
		width: 100%;
		height: 100%;
		font-size: 70px;
		color: #fff;
		font-weight: lighter;
		margin: 0;
	}
	#bg_footer form.footer_newsletter .wrap_contact_title1 h1.contact_title1 {
		font-size: 0;
	}

	#bg_footer form.footer_newsletter .wrap_contact_title1:before {
		content: "";
		background: url(sss.png) no-repeat center center;
		width: 174px;
		height: 40px;
		display: block;
		margin: 0;
		position: relative;
		right: 0px;
	}
	#bg_footer form.footer_newsletter .wrap_contact_title2 {

		/*height: 102px;*/
		height: auto;
		overflow: hidden;
		margin-top: 3px;

		width: 50%;
		display: inline-block;
	}
	#bg_footer form.footer_newsletter .wrap_contact_title2 h3.contact_title2 {
		display: block;
		width: 100%;

		font-size: 15px;
		color: #fff;
		line-height: 21px;

		margin: 0;
		border: none;

		padding-bottom: 0;
		height: auto;

		font-weight: bold;
		text-align: right;
	}
	div#footer_group1 .titles-wrapper {
		margin-bottom: 13px !important;
	}
	#bg_footer form.footer_newsletter .wrap_contact_title2 h3.contact_title2:after {
		content: none;
	}
	#bg_footer form.footer_newsletter .wrap_contact_title2 h3.contact_title2 p {
		font-size: 15px;
		font-weight: normal;
	}
	#bg_footer .footer_newsletter .wrap_ticket_customer_email {
		position: relative;
		display: inline-block;
		float: right;
		margin-bottom: 10px;
	}
	#bg_footer .footer_newsletter .wrap_ticket_customer_email input {
		display: inline-block;
		float: right;
		width: 82%;
		height: 60px;
		background: #fff;
		padding: 0;
		text-indent: 18px;
		line-height: 61px;
		font-size: 17px;
		color: #636363;
		max-width: 575px;
		margin-right: 0px;
	}
	#bg_footer .footer_newsletter .wrap_ticket_customer_email span {
		display: none;
	}
	#bg_footer .footer_newsletter .wrap_contact_btn {
		display: block;
		position: absolute;
		width: 236px;
		height: 60px;
		background: #c3c03c;
		border: 2px solid #c3c03c;
		left: 19px;
	}
	#bg_footer .footer_newsletter .wrap_contact_btn:hover {
		background: #3fa99d;
		border-color: #3fa99d;
	}
	#bg_footer .footer_newsletter .wrap_contact_btn button.contact_btn {
		display: block;
		width: 100%;
		height: 100%;
		font-size: 20px;
		padding: 0;
		border: 0;
		outline: none;
		background: none;
		font-weight: bold;
		color: #fff;
	}
	#bg_footer .footer_newsletter .wrap_contact_btn:hover button.contact_btn {

	}
	#bg_footer .footer_newsletter input::-webkit-input-placeholder {
		color: #636363;
	}
	#bg_footer .footer_newsletter .wrap_checkbox {
		display: inline-block;
		width: auto;
		max-width: 490px;
		height: 15px;
		float: right;
		margin-top: 10px;
		margin-right:0px;
	}
	.wrap_checkbox:before {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		height: 0;
	}
	#bg_footer .footer_newsletter .wrap_ticket_customer_email > div span.newsletter_field {
		display: block;
		color: #fff;
		font-size: 13px;
		width: auto;
		height: 100%;
		padding-right: 0;
		margin-right: 19px;
	}
	#bg_footer .footer_newsletter .wrap_ticket_customer_email > div input#ticket_newsletter {
		display: inline-block;
		float: right;
		width: auto;
		height: 100%;
		visibility: visible;
		margin-top: 0;
		position: relative;
		top: -13px;
		margin-right: 0;
	}
	#bg_footer .footer_newsletter .wrap_ticket_customer_email > div span.newsletter_field:hover {
		color: #3fa99d;
	}
	/* --- end element_general_newsletter_footer --- */ 

	/* --- element_general_links_footer --- */ 
	ul.element_general_links.f_t_g {
		padding: 0px;
	}
	div#bg_footer h3.element_general_links_title {
		margin-bottom: 23px;
	}
	ul.element_general_links.f_t_g li {
		display: block;
		margin-left: 9px;
		margin-bottom: 9px;
		width: 47px;
		height: 46px;
		border: 1px solid #a3a3a3;
	}
	ul.element_general_links.f_t_g li.pos_5 {
		display: none;
	}
	ul.element_general_links.f_t_g li a {
		color: #fff;
		font-size: 22px;
		text-align: center;
		width: 100%;
		display: block;
		line-height: 48px;
		height: 100%;
	}
	ul.element_general_links.f_t_g li:hover a {
		color: #3fa99d;
	}
	ul.element_general_links.f_t_g li:hover {
		border-color: #fff;
		background: #fff;
	}
	div#layout_footer div#footer_group2 .element_general_all_categories ul.store_categories {
		max-height: 500px;
		overflow: hidden;
	}

	#bg_footer .element_general_all_categories .store_categories li.store_category_group_title {
		display: none;
	}

	/* --- end_element_general_links_footer --- */ 

	/* --- element_general_footer_nav --- */ 
	ul.element_general_footer_nav_list li a {
		color: #fff;
		font-size: 15px;
		line-height: 22px;
	}
	ul.element_general_footer_nav_list li a:hover {
		color: #3fa99d;
	}
	/* --- end element_general_footer_nav --- */ 

	/* --- element_general_prime_categories --- */ 
	#bg_footer .show_nav_content {
		display: none;
	}
	#bg_footer .element_general_all_categories .store_categories li {
		display: inline-block;
		float: right;
		width: 48%;
		height: 26px;
		overflow: hidden;
		margin-left: 1%;
		text-align: right;
	}
	/* --- end element_general_prime_categories --- */ 

	/* --- element_general_show_contact --- */ 
	#bg_footer .element_general_show_contact p {
		font-size: 15px;
		line-height: 15px;
		color: #fff;
	}
	#bg_footer .element_general_show_contact p a {
		color: #fff;
		text-decoration: underline;
	}
	/* --- end element_general_show_contact --- */

	/* --- #footer_group2, #footer_group3, #footer_group4_footer --- */
	div#footer_group2 .element_general_footer_nav {
		max-width: 165px;
	}
	div#footer_middle_groups {
		display: block;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		height: auto;
	}
	div#footer_middle_groups:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		height: 0;
	}
	div#footer_group4 {
		height: 1px;
		background: #8e8f91;
	}
	div#footer_group2 {
		padding: 10px 10px 20px;
	}
	div#footer_group2 > * {
		margin-bottom: 40px;
	}
	div#konimbo_logo {
		display: none;
	}
	div#footer_group5 {
		padding: 0px 10px;
	}
	/* --- end_#footer_group2, #footer_group3, #footer_group4_footer --- */

	/* --- element_general_images_footer --- */ 
	div#footer_group5 {
		height: 50px;
	}
	div#footer_group5 > div {
		height: 100%;
	}
	div#footer_group5 > div > div {
		height: 100%;
	}
	div#footer_group5 > div a {
		display: block;
		width: 100%;
		height: 100%;
		padding-top: 11px;
	}

	.element_general_images.google_map {
		overflow: hidden;
	}
	.element_general_images.google_map a {
		max-width: 100%;
	}
	/* --- end element_general_images_footer --- */ 

	/* --- element_general_carousel_footer --- */ 
	/* --- end element_general_carousel_footer --- */ 

	/* --- element_general_prime_categories_footer --- */
	#bg_footer .element_general_all_categories li a, #bg_footer .element_general_all_categories li span {
		display: inline-block;
		color: #fff;
		font-size: 15px;
		text-align: right;
		line-height: 22px;
	} 
	#bg_footer .element_general_all_categories li a:hover, #bg_footer .element_general_all_categories li span {
		color: #3fa99d;
		text-decoration: underline;
	}
	#bg_footer ul.store_categories li ul.store_categories {
		display: none;
	}
	/* --- end element_general_prime_categories_footer --- */ 

	/* --- element_general_contact_footer --- */ 
	/* --- end element_general_contact_footer --- */ 

	/* ------------------------------------- end_footer ------------------------------------- */

	/* ------------------------------------- category ------------------------------------- */

	/* --- layout_category --- */ 
	#wrapper .category_desc {
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
	}
	/* --- end layout_category --- */   

	/* --- element_category_filter_category --- */ 
	.layout_category #wrapper #bg_middle .element_category_filter {
		background: #3fa99d;
		height: 85px;
	}
	.layout_category #wrapper #bg_middle .element_category_filter h1 {
		max-width: 1200px;
		margin: auto;
		height: 85px;
		line-height: 85px;
		color: #fff;
		width: 100%;
		display: block;
		overflow: hidden;
	}
	.layout_category #wrapper .layout_list_item {
		padding-left: 15px;
	}
	.layout_category #wrapper #bg_middle .filterOptions > i {
		font-style: normal;
	}
	.layout_category #wrapper #bg_middle .filterOptions {
		margin-bottom: 10px;
	}
	#wrapper .boxContent .groups > div b {
		color: #565656;
		font-size: 14px;
		height: 37px;
		line-height: 36px;
		border-top: 1px solid #e1e1e1;
		border-bottom: 1px solid #e1e1e1;
		margin-bottom: 10px;
		overflow: hidden;
		position: relative;
		padding-right: 24px;
	}
	#wrapper .groups .group, #category_group2 .groups-additional {
		max-width: 190px;
	}
	#wrapper .boxContent .groups > div b:before {content: "";position: absolute;width: 13px;height: 13px;background: rgba(63, 169, 157, 0.5);right: 0;top: 12px;}
	.layout_category #wrapper #bg_middle span.float_right.group_title {
		display: none;
	}
	.group_values .line span:hover, .group_values .line span:hover a {
		color: #3fa99d;
	}
	#wrapper .sortBox {
		z-index: 999;
		display: block;
		max-width: 1200px;
		margin: 0 auto;
		position: static;
		float: none;
		width: 100%;
		margin-top: -50px;
		font-size: 14px;
		color: #fff;
		overflow: hidden;
	}
	#wrapper .element_category_filter span.results {
		width: auto;
		float: left;
		margin-left: 22px;
		margin-top: 0;
		color: #fff;
		font-size: 14px;
	}
	#wrapper .sortBox em a {
		font-size: 14px;
		color: #fff;
	}
	#wrapper .sortBox > * {
		float: left;
	}

	/*bread_crumbs*/
	#bread_crumbs a, #bread_crumbs li {
		color: #959595 !important;
	}
	#bread_crumbs {
		margin-bottom: 19px;
	}
	.layout_category #wrapper #bg_middle .filterOptions > i, .filterOptions > b span {
		color: #666666;
	}
	.show_search_msg span.results b {
		color: #3fa99d;
		font-weight: normal;
	}
	.layout_category #wrapper #bg_middle .element_category_filter h1 {
		padding: 0 10px;
	}
	.layout_category #wrapper #bg_middle .filterOptions {
		padding: 0 10px;
	}
	div#layout_category .category_middle_groups.row {
		padding: 0 10px !important;
	}
	#category_group2 .ProductItem.backgroundgroups {
		margin-top: 11px;
	}
	/* --- end element_category_filter_category --- */ 

	/* --- element_category_list_items_category --- */ 
	.product_quantity {
		display: none;
	}
	.layout_category #wrapper .layout_list_item {
		border: none;
		margin-bottom: 0;
	}
	#wrapper .layout_list_item .list_item_image {
		max-width: 275px;
		height: 236px;
		margin: 0 auto;
		/*	margin-top: 48px;*/
		margin-bottom: 5px;
	}
	#wrapper .layout_list_item .grid {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
		border: 1px solid #e1e1e1;
		max-width: 292px;
		max-height: 387px;
		box-sizing: border-box;

	}
	#wrapper #bg_middle .layout_list_item:after{
		content: '';
		background: url(grid_shadow.png) center bottom no-repeat;
		width: 100%;
		height: 11px;
		display: block;
		position: static;
	}
	#wrapper .layout_list_item .extra_button {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		opacity: 0;
		top: 0;
		right: 0;
		z-index: 99;
	}
	#wrapper .layout_list_item:hover .extra_button {
		opacity: 1;
	}
/*#wrapper .layout_list_item .extra_button.eye {
	display: none;
	}*/
	#wrapper .layout_list_item .list_item_image * {
		display: block;
		width: 100%;
		height: 100%;
	}
	#wrapper .layout_list_item .list_item_image img {
		display: block;
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
	}
	#wrapper .layout_list_item .list_item_title_with_brand {
		display: block;
		width: 94%;
		height: 60px;
		margin: 0 auto;
		margin-bottom: 5px;
		overflow: hidden;
	}
	#wrapper .layout_list_item .list_item_title_with_brand h3 {
		display: block;
		width: 100%;
		padding: 0 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#wrapper .layout_list_item .list_item_title_with_brand h3 a {
		display: block;
		width: 100%;
		height: 100%;
		font-size: 15px;
		color: #2f2933;
		font-weight: normal;
		text-align: center;
		line-height: 20px;
	}
	#wrapper .layout_list_item .list_item_current_list_item_content {
		display: none;
		position: absolute;
		width: 205px;
		top: 100px;
		right: 0;
		left: 0;
		margin: auto;
		height: 109px;
		overflow: hidden;
	}
	#wrapper .layout_list_item:hover .list_item_current_list_item_content {
		display: block;
		opacity: 1;
		background: none;
		z-index: 999;
	}
	#wrapper .layout_list_item .list_item_current_list_item_content p {
		display: block;
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
		color: #000;
		font-size: 13px;
		font-weight: normal;
		text-align: center;
		padding: 0 7px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0;
	}
	#wrapper .layout_list_item .list_item_current_list_item_content p a {
		display: none;
	}
	#wrapper .layout_list_item .list_item_current_list_item_content {
		display: none !important;
	}
	#wrapper div.layout_list_item .list_item_show_price{
		display: block;
		height: 39px;
		max-width: 206px;
		margin: 0 auto;
		border-top: 1px dashed #e1e1e1;
		overflow: hidden;
		text-align: center;
	}
	.layout_list_item .list_item_show_price span.item_show_origin_price {
		display: inline-block;
		float: right;
		height: 100%;
		width: 50%;
		height: 100%;
		color: #939494;
		font-size: 12px;
		line-height: 40px;
		text-align: left;
		padding-left: 20px;
		direction: rtl;
	}
	#wrapper .layout_list_item .list_item_show_price a.price {
		display: inline-block;
		float: right;
		height: 100%;
		width: 50%;
		color: #3fa99d;
		font-size: 15px;
		line-height: 37px;
		font-weight: bold;
		text-align: right;
		direction: rtl;
	}
	#wrapper .layout_list_item .list_item_show_price.center_text a.price {
		display: block;
		float: none;
		margin: 0 auto;
		text-align: center;
		display: block;
		float: none;
		margin: 0 auto;
		text-align: center;
		height: 100%;
		width: auto;
		max-width: 50%;
		color: #c3c03c;
		font-size: 15px;
		line-height: 37px;
		font-weight: bold;
	}
	#wrapper .layout_list_item .list_item_show_price a.price span {
		display: none;	
	}
	#wrapper .layout_list_item .grid .list_item_show_price a.zero_price_link {
		display: block;
		width: 79px;
		height: 26px;
		position: absolute;
		right: auto;
		left: 36px;
		top: auto;
		bottom: 6px;
		margin: auto;
		font-size: 14px;
		font-weight: normal;
		color: #c3c03c;
		line-height: 26px;
		text-align: center;
		background: #fff;
		border: 1px solid #c3c03c;
		border-radius: 4px;
		box-sizing: border-box;
	}
	#wrapper .layout_list_item .list_item_compare {
		display: none;
	}

	/*hover*/
	#wrapper .layout_list_item .grid:hover .list_item_image, #wrapper .layout_list_item .grid:hover .list_item_title_with_brand, #wrapper .layout_list_item .grid:hover #item_icons, #wrapper .layout_list_item .grid:hover .list_item_show_price {
		opacity: 0.3;
	}
	#wrapper .layout_list_item .extra_button.eye {
		content: "";
		display: block;
		width: 62px;
		height: 62px;
		position: absolute;
		visibility: hidden;
		top: 50px;
		left: 0;
		z-index: 99;
		right: 0;
		bottom: 0px;
		margin: auto;
		cursor: pointer;
	}
	#wrapper .layout_list_item .grid:hover .extra_button.eye {
		visibility: visible;
	}
	#wrapper .layout_list_item .extra_button.eye a {
		display: block;
		width: 100%;
		height: 100%;
		font-size: 0px;
		color: #333;
		text-align: center;
		background: url(eye.png) no-repeat center;
		margin: 0 auto;
		position: absolute;
		top: 0;
	}
	#wrapper .layout_list_item .extra_button.eye:hover a{
		background: url(eye_hover.jpg) no-repeat center;
	}
	#wrapper .layout_list_item .grid .product_quantity{
		display: block;
		width: 62px;
		height: 62px;
		position: absolute;
		visibility: hidden;
		top: 0;
		right: 0;
		z-index: 99;
		left: 0;
		bottom: 90px;
		margin: auto;
	} 
	#wrapper .layout_list_item .grid:hover .product_quantity{
		visibility: visible;
	}

	/*icons*/
	div#item_icons > ul > li.big_icon {
		display: none;
	}
	.layout_item div#item_icons > ul > li.big_icon {
		display: block;
	}
	.layout_homepage
	.layout_item div#item_icons > ul > li.small_icon {
		display: none;
	}
	.grid a.full_grid {
		width: 100%;
		height: 100%;
		position: absolute;
		display: block;
		top: 0px;
		right: 0px;
		left: 0px;
		margin: auto;
		cursor: pointer;
		z-index: 9999;
	}

/*	#wrapper .layout_list_item .grid .product_quantity{
		display: none;
		} */
		#wrapper .layout_list_item .grid .product_quantity .add_item.quantity{
			width: 100%;
			height: 100%;
		}
		#wrapper .layout_list_item .grid .product_quantity .add_item.quantity a{
			display: block;
			width: 100%;
			height: 100%;
			font-size: 0;
			color: #333;
			text-align: center;
			background: url(cart.png) no-repeat center;
			margin: 0 auto;
			position: absolute;
			top: 0;
		}
		#wrapper .layout_list_item .grid .product_quantity .add_item.quantity:hover a{
			background: url(cart_hover.jpg) no-repeat center;
		}
		#wrapper .layout_list_item .grid .product_quantity .reduce_item.quantity, #wrapper .layout_list_item .grid .product_quantity .amount_feed{
			display: none;
		}
		.layout_category #wrapper .layout_list_item {
			padding-left: 13px;
		}

		/*icons*/
		div#item_icons ul li {
			display: inline-block;
			float: left;
			margin-right: 2px;
		}
		div#item_icons ul li:nth-child(4n+0) {
			margin-right: 0px;
		}
		div#item_icons ul {
			padding: 0;
		}
		.layout_item #item_icons {
			position: absolute;
			right: 0;
		}
		.layout_item #item_icons ul {
			padding: 0px;
		}
		.layout_item div#item_icons li {
			float: right;
		}
		#wrapper .item_main_top {
			padding-bottom: 1px;
			margin-bottom: 14px;
			border-bottom: 1px solid #d6d6d6;
			position: relative;
		}
		#wrapper .layout_item.special_cart .item_bottom_links div.item_link_buy_now_small {
			display: inline-block;
		}
		.layout_item div#item_icons > ul > li.small_icon {
			display: none;
		}
		div#item_icons > ul > li.big_icon {
			display: none;
		}
		.layout_item div#item_icons > ul > li.big_icon {
			display: block;
		}
		.layout_homepage
		.layout_item div#item_icons > ul > li.small_icon {
			display: none;
		}
		.grid a.full_grid {
			width: 100%;
			height: 100%;
			position: absolute;
			display: block;
			top: 0px;
			right: 0px;
			left: 0px;
			margin: auto;
			cursor: pointer;
			z-index: 9999;
		}
		/* --- end element_category_list_items_category --- */ 

		/* --- element_general_prime_categories_category --- */ 
		/* --- end element_general_prime_categories_category --- */ 

		/* ------------------------------------- end_category ------------------------------------- */

		/* ------------------------------------- layout_item ------------------------------------- */
		div#item_link_buy_now {
			display: none;
		}
		.video_trigger {
			top: auto;
			bottom: 130px;
			right: 0;
		}
		.video_trigger a:before {
			color: #6a6969;
			width: 100%;
			height: 100%;
			line-height: 50px;
		}
		.special_cart.layout_item #bg_middle div.product_quantity {
			display: block;
			position: relative;
			max-width: 39px;
			height: 60px;
			border: 1px solid #d7d7d7;
			border-radius: 0px;
			top: 0;
			right: 0;
			float: right;
			margin-top: 10px;
		}
		.special_cart #bg_middle div.add_item a, .special_cart #bg_middle div.reduce_item a {
			display: block;
			width: 100%;
			height: 100%;
			line-height: 12px;
			margin-top: 0;
			color: #464646;
			border-color: #464646;
			font-size: 0;
		}
		.special_cart.layout_item div.product_quantity > div.amount_feed {
			position: relative;
			width: 100%;
			height: auto;
			display: inline-block;
			vertical-align: top;
			margin: 0 2px;
			font-size: 0;
		}
		.special_cart.layout_item div.product_quantity > div > input {
			border: none;
			width: 100%;
			height: 24px;
			text-align: center;
			outline: none;
			line-height: 24px;
			font-size: 14px;
			color: #464646;
			padding: 0;
			margin-top: 19px;
		}
		.special_cart.layout_item div.product_quantity > div {
			display: inline-block;
			float: right;
			width: 100%;
			height: 18px;
		}
		.special_cart.layout_item div.product_quantity > div.quantity {
			position: absolute;
			top: auto;
			bottom: 0;
			background: url(arrow_down.png) no-repeat center center;
		}
		.special_cart.layout_item div.product_quantity > div.quantity.add_item.quantity {
			top: 0px;
			right: 0;
			background: url(arrow_up.png) no-repeat center center;
		}
		.special_cart.layout_item div.product_quantity > div.quantity.add_item.quantity:hover, 
		.special_cart.layout_item div.product_quantity > div.quantity.reduce_item.quantity:hover {
			background-color: #3fa99d;
		}
		table.deal_items td {
			overflow: hidden;
		}
		#bg_middle .main_price_and_btn div.wrap_price {
			text-align: center;
			margin-bottom: 10px;
		}
		.main_price_and_btn span.item_show_origin_price {
			display: inline-block;
			float: right;
			position: static;
			height: 30px;
			margin-left: 69px;
			width: 100%;
			text-align: right;
			padding-right: 7px;
		}
		.layout_item .item_show_origin_price .origin_price_number {
			display: block;
			height: 100%;
			line-height: 29px;
			font-size: 15px;
		}
		.main_price_and_btn div#item_show_price {
			display: inline-block;
			float: right;
			position: static;
			height: 30px;
			text-align: right;
			width: 100%;
		}
		.main_price_and_btn div#item_show_price span {
			display: block;
			height: 100%;
			line-height: 33px;
			font-size: 22px;
			font-weight: bold;
			color: #3fa99d;
		}
		.main_price_and_btn div#item_show_price span.to_the_right {
			text-align: right;
			height: 40px;
			line-height: 40px;
		}
		.main_price_and_btn div#item_show_price span.price_title {
			display: none;
		}
		a.commit_to_real {
			float: left;
		}
		#bg_middle .fake_quantity {
			height: 60px;
			position: static;
			background: #3fa99d;
			border-radius: 5px;
			margin-top: 10px;
			margin-left: 10px;
		}
		#bg_middle .fake_quantity:hover {
			background: none;
			border: none;
		}
		.smallButton a, #wrapper #bg_middle a.commit_to_real {
			display: block;
			position: relative;
			height: 100%;
			width: 100%;
			background: #3fa99d;
			border-radius: 0;
			margin-top: 1px;
			cursor: pointer;
			font-size: 18px;
			text-align: center;
			font-weight:normal;
			line-height: 60px;
			opacity: 1;
			float: none;
			color:#fff;
			padding: 0;
			margin: 0px !important;
		}
		.smallButton a:hover,
		#wrapper a.commit_to_real:hover, div#go_to_order a:hover, #wrapper a.commit_to_real:hover:after {
			color: #3fa99d;
			background: #fff;
			border: 1px solid #3fa99d;
		}
		#wrapper a.commit_to_real:hover:after {
			background: #fff;
			border: none;
			border-radius: 5px;
		}
		#wrapper #bg_middle a.commit_to_real:hover {
			margin: 0;
		}
		#wrapper a.commit_to_real:after {
			content: "×”×•×¡×£ ×œ×¢×’×œ×”";
			display: block;
			width: 100%;
			height: 100%;
			color: #fff;
			line-height: 60px;
		}
		#wrapper a.commit_to_real.clicked:after {
			content: "×”×ª×•×•×¡×£ ×‘×”×¦×œ×—×”";
			display: block;
			width: 100%;
			height: 100%;
			color: #fff;
			line-height: 60px;
			text-align: center;
		}
		#wrapper a.commit_to_real.zero_value.clicked:before {
			content: none;
		}
		#wrapper a.commit_to_real.btn_err_must_upgrade:before {
			content: none !important;
		}
		#wrapper a.commit_to_real.btn_err_must_upgrade:after {
			content: "שדרוג חובה" !important;
		}
		.fake_quantity > input {
			display: none;
		}
		.sku_details span {
			color: #555555;
			font-size: 12px;
			margin-left: 5px;
		}
		.code_item.col-xs-4 {
			display: none;	
		}
		#item_show_carousel a {
			display: block;
			background: #d9d9d9;
			opacity: 1;
		}
		#demo .lSPager.lSGallery li.active a {
			border: none;
			border-top: 4px solid #3fa99d;
		}
		#demo img {
			max-height: 90%;
		}
		ul.lSPager.lSGallery a {
			background: none !important;
		}
		#demo i.fa.fa-search {
			width: 25px;
			height: 25px;
			font-size: 0;
			background: url(searh_plus.png) no-repeat center center;
		}
		.lSSlideWrapper.usingCss .fa-search:before {
			content: none;
		}
		.lSAction .lSNext:before, .lSAction .lSPrev:before {
			content: "\f104";
			font-family: FontAwesome;
			font-size: 25px;
			line-height: 32px;
			margin: 0;
			color: #fff;
			background: transparent;
			text-align: center;
		}
		.lSAction .lSNext:before{
			content: "\f105";
		}
		#demo .lSPager.lSGallery a,
		#wrapper .lSSlideWrapper.usingCss {
			border: none;
		}
		.smallButton{
			background: none;
			border: none;
		}
		#wrapper #bg_middle a.commit_to_real:hover {
			color: #3fa99d;
			background: #fff;
		}
		#item_link_buy_now .buyNow a#big_buy_now_link:hover {
			color: #3fa99d;
			background: #fff;
		}
		#wrapper div#item_show_facebook {
			margin: 10px 0;
			float: LEFT;
			text-align: left;
			margin-top: 50px;
		}
		#color_items li {
			margin-left: 20px;
		}
		/* deal table */
		div.deal_table {
			direction: ltr;
		}
		#bg_middle div.deal_table > div {
			max-width: 95px;
			height: 27px;
			border: 1px solid #333333;
			margin-left: 4px;
			width: 100%;
			border-radius: 5px;
			margin-bottom: 4px;
		}
		#bg_middle div.deal_table > div span.discount_text, #bg_middle div.deal_table > div span.save_text {
			display: inline-block;
			float: right;
			width: 40px;
			height: 100%;
			background: #555555;
			color: #fff;
			font-size: 12px;
			font-weight: bold;
			text-align: center;
			line-height: 25px;
		}
		#bg_middle div.deal_table > div span.discount_percentage, #bg_middle div.deal_table > div span.save_value {
			display: inline-block;
			float: right;
			width: 50px;
			height: 100%;
			color: #F48221;
			text-align: center;
			font-size: 12px;
			font-weight: bold;
			line-height: 26px;
		}
		div#item_current_title {
			margin-bottom: 5px;
		}
		div#item_current_title h1 span {
			color: #3fa99d;
		}
		#item_current_sub_title > span {
			color: #2f2933;
			font-size: 14px;
			line-height: 22px;
		}
		.sub_title_read_more_wrap a.sub_title_read_more {
			color: #3fa99d;
		}
		/*	end deal table */
		.upgrades_form_fields.info > div {
			width: 100%;
		}
		#bg_middle .upgrades_form_fields.info > div {
			margin-left: 3px;
		}
		.item_attributes_top .upgrades_form_fields label {
			width: 100%;
			max-width: 198px;
		}
		.item_attributes_top select, .item_attributes_top input {
			width: 100%;
		}
		div#item_upgrades div#selectsHook {
			display: block;
		}
		#bg_middle .upgrades_form_fields .upgrade_topic_title {
			font-weight: normal;
		}
		div#item_current_content b {
			color: #000;
			font-size: 15px;
		}
		#bg_middle #item_current_content > ul > li:before {
			color: #98919c;
		}
		#wrapper .icons > .icon > div {
			max-width: 72px;
			width: 100%;
			height: 65px;
			color: #fff;
			text-align: center;
			font-size: 12px;
			margin: 0 auto;
			background: none;
		}
		.layout_item .icon.icon_warranty_pop {
			background: url(icon1.png) no-repeat center center;
			position: relative;
			height: 83px;
			background-size: 95%;
		}
		.layout_item .icon.icon_importer_pop {
			background: url(icon2.png) no-repeat center center;
			position: relative;
			height: 83px;
			background-size: 95%;
		}
		.layout_item .icon.icon_hebrew_pop {
			background: url(icon3.png) no-repeat center center;
			position: relative;
			height: 83px;
			background-size: 95%;
		}
		.icon.icon_safe_buy_pop {
			background: url(icon4.png) no-repeat center center;
			position: relative;
			height: 83px;
			background-size: 95%;
		}
		.layout_item .item_main_bottom_left .icons >div:first-child {
			display: none;
		}
		.layout_item .item_main_bottom_left .icon.icon_shipping_pop {
			display: none;
		}
		#wrapper .icons > .icon > div .fa {
			display: none;
		}
		#wrapper .icons > .icon > div > span {
			display: none;
		}
		#wrapper .ask_about_item > div.wrap_about_item i {
			display: none;
		}
		a.bold_link.link_ask_about_item {
			display: block;
			background: url(ask_about_icon.png) no-repeat right center;
			width: 100%;
			height: 21px;
			color: #525252;
		}
		#wrapper .ask_about_item > div.wrap_deal_item i {
			display: none;
		}
		a#dealButtonHook{
			display: block;
			background: url(also_buy_icon.png) no-repeat 100%;
			width: 100%;
			height: 24px;
			color: #525252;
		}
		#wrapper div#item_main {
			max-width: 1200px;
		}
		.item_bottom_links.row {
			display: block;
		}
		.layout_item .item_link_buy_now_small{
			max-width: 212px;
			margin: 0 auto !important;
			display: block;
			float: none;
		}
		div#layout_item {
			margin-bottom: 0px;
		}
		#item_info #item_deal_items,
		#item_main.max-width-center{
			border: none;
		}
		#wrapper .item_anchor_go_up {
			display: inline-block;
			height: 60px;
			width: 49%;
		}
		#wrapper .item_anchor_go_up a#backToTopHook {
			display: block;
			background: url(up_item.png) no-repeat;
			height: 60px;
			width: 203px;
		}
		#wrapper .item_anchor_go_up a#backToTopHook:before {
			content: "";
		}
		#wrapper .item_anchor_go_up a#backToTopHook b {
			font-size: 0;
		}
		.layout_item.special_cart .item_bottom_links div.item_link_buy_now_small{
			display: inline-block !important;
			width: 44%;
			height: 61px;
		}
		.layout_item.special_cart .item_bottom_links div.item_link_buy_now_small a#small_buy_now_link {
			height: 61px;
			line-height: 61px;
		}
		#wrapper span.price_value {
			font-weight: bold;
			font-size: 22px;
			color: #ff2151;
		}
		h4.deal_items {
			margin-top: 40px;
			margin-bottom: 30px;
		}
		div#item_info h3 {
			display: block;
			width: 100%;
			text-align: right;
			height: 50px;
			line-height: 50px;
			position: relative;
			color: #555555;
			font-size: 20px;
			border-bottom: 1px solid #ebebeb;
			margin-top: 0px;
			padding-right: 32px;
		}
		div#item_info h3:after {
			content: "";
			display: block;
			width: 15px;
			height: 15px;
			background: rgba(63, 169, 157, 0.5);
			position: absolute;
			right: 0;
			top: 18px;
		}
		div#item_also_buy b {
			color: #2f2933;
			font-size: 14px;
			font-weight: bold;
		}
		#matchingCarouselHook i {
			color: #3fa99d;
		}
		div#item_info {
			max-width: 1200px;
			margin: 0 auto;
		}
		div#tabs > div {
			border: none;
		}
		.layout_item .owl-carousel.owl-theme.owl-loaded .owl-controls {
			width: 100%;
			right: 0;
			left: auto;
			top: 30%;
			background: none;
		}
		.layout_item #matchingCarouselHook .owl-nav {
			z-index: 99;
			width: 110%;
			height: 53px;
			right: -5%;
		}
		#bg_middle #matchingCarouselHook .owl-nav > div {
			position: absolute;
			font-size: 0px;
			width: 70px;
			height: 100%;
			position: absolute;
			background: url(item_arrows.png) no-repeat 0px center;
			right: auto;
			left: 0;
		}
		#matchingCarouselHook .owl-nav > div > i {
			font-size: 0;
		}
		#bg_middle #matchingCarouselHook .owl-nav > div.owl-prev {
			right: 0px;
			left: auto;
			background-position: 100% center;
		}
		.wrap_item_features {
			display: block;
		}
		#wrapper .wrap_item_features > div {
			width: 100%;
			margin-bottom: 30px;
		}
		.specifications b.features {
			font-weight: normal;
		}
		span.vi {
			display: inline-block;
			float: right;
			margin-left: 5px;
		}
		span.vi:after {
			content: "\f100";
			font-family: fontAwesome;
			color: #F48221;
		}
		td.deal_button {
			width: 198px;
		}
		.layout_item .smallButton {
			max-width: 198px;
		}
		.smallButton a {
			height: 50px;
			line-height: 50px;
			padding-left: 0;
			background: #3fa99d;
			color: #fff;
		}
		.ask_about_item a#dealButtonHook {
			line-height: 29px;
		}
		div#item_current_content, #wrapper .icons{
			border-bottom: none;
		}
		table.deal_items td {
			color: #3fa99d;
		}
		#item_info #item_deal_items {
			margin-top: 0px;
			padding-top: 0px;
		}
		#item_details .main_price_and_btn {
			padding-top: 13px;
		}

		/*icons*/
		.layout_item #item_icons {
			position: absolute;
			right: 0;
		}
		.layout_item #item_icons ul {
			padding: 0px;
		}
		.layout_item div#item_icons li {
			float: right;
		}


		/*colors*/
		div#color_items h3 {
			font-size: 13px;
		}
		#color_items li span.color_items_title {
			display: none !important;
		}
		div#color_items li span {
			display: none !important;
		}
		#color_items li img {
			width: auto;
			height: auto;
			max-width: 60px;
			max-height: 60px;
		}
		#color_items li a {
			height: 60px;
			border: none;
			max-width: 60px;
			position: relative;
			width: 60px;
			outline: 1px solid #dadada;
		}
		#color_items li:hover a {
			outline: 2px solid #565656;
		}
		#color_items li {
			max-width: 60px;
			width: 60px;
			height: 60px;
			padding: 0px;
			margin-bottom: 6px;
			margin-left: 6px;
		}
		div#item_upgrades_top {
			margin-bottom: 0px;
			padding-bottom: 0px;
		}


		/*special_upgrade*/
		.layout_item ul.special_upgrade li {
			display: inline-block;
			width: 60px;
			margin-bottom: 13px;
			height: 27px;
			border: 1px solid #dadada;
			margin-left: 5px;
			text-align: center;
			line-height: 25px;
			min-width: 40px;
			cursor: pointer;
		}
		.layout_item ul.special_upgrade li.active {
			background: #dadada;
			color: #000;
		}
		ul.special_upgrade li:hover {
			background: #565656;
			transition: all 0.25s ease;
			color: #fff;
		}
		div#special_upgrade-wrapper ul.special_upgrade {
			padding: 0;
		}
		.layout_order .cartTable .out_of_stock td.col1 a i {
			color: #ED173D;
			font-weight: bold;
			text-decoration: underline;
		}

		#wrapper .item_main_bottom_left {
			padding-right: 20px;
		}
		#wrapper .item_main_bottom_right {
			padding-left: 0;
		}

		/*buttons*/
		#item_link_buy_now .contactNow {
			background-color: #3ea99d;
			border-color: #3ea99d;
		}
		/* --- element_general_tabs --- */ 
		/* --- end element_general_tabs --- */

		/* ------------------------------------- end_layout_item ------------------------------------- */


		/* ------------------------------------- layout ------------------------------------- */
		/* --- clearfix --- */
		/* --- end clearfix --- */

		/* --- layout_about --- */ 
		.layout_about div#bg_middle:before {
			background-color: #31602f;
		}
		.layout_about div#main:before {
			background: none;
			display: none;
		}
		.layout_about div#bg_middle:before, .layout_contact #bg_middle:before, .layout_customer_login #bg_middle:before, .layout_customer_signup #bg_middle:before {
			display: none;
		}
		#layout_about div#show_about {
			margin: 0px 0px;
		}
		/* --- end layout_about --- */ 

		/* --- layout_compare --- */ 
		/* --- end layout_compare --- */ 

		/* --- layout_contact --- */ 
		.layout_contact #main:before, .layout_customer_login #main:before, .layout_customer_signup #main:before, .layout_about #main:before {
			display: none;
		}
		/* --- end layout_contact --- */ 

		/* --- layout_contract --- */ 

		/* --- end layout_contract --- */ 

		/* --- layout_credit_guard --- */ 
		/* --- end layout_credit_guard --- */ 

		/* --- layout_location --- */ 
		/* --- end layout_location --- */ 

		/* --- layout_order --- */ 
		/* --- end layout_order --- */ 

		/* --- layout_page --- */ 
		/* --- end layout_page --- */ 

		/* --- layout_iframe --- */ 
		/* --- end layout_iframe --- */ 

		/* ------------------------------------- end_layout ------------------------------------- */


		/*--- colors ---*/
		/*--- end colors ---*/

		/* fonts */
		/* end fonts */

		/*bottons*/
		/*end bottons*/

		/* Extra small devices (phones, less than 768px) */
		@media screen and (max-width: 767px) {

			/* ------------------------------------- header ------------------------------------- */
			.item_anchor_go_up {
				display: none;
			}
			/* --- layout_header --- */ 
			div#bg_header{
				display: block;
				height: 89px;
				position: relative;
				top: 0;
				right: 0;
				background: #fff;
				z-index: 9999;
				padding: 0px;
			}
			div#bg_header:after{
				display: block;
				width: 100%;
				height: 38px;
				background: #565656;
				position: absolute;
				top: auto;
				bottom: 0;
				right: 0;
				box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
			}
			div#header_logo {
				height: 44px;
				display: block;
				width: 97px;
				right: 5px;
			}
			div#header_logo a img {
				max-width: 100%;
				max-height: 100%;
			}
			/* --- end layout_header --- */ 

			/* --- header_cart_nav_header --- */
			ul#header_cart_nav {
				display: block;
				position: absolute;
				z-index: 999;
			}
			.special_cart div.cart {
				right: 0px !important;
			}
			#header_cart_nav .link_order_with_counter {
				background: url(mobile_cart.png) no-repeat 30px center transparent;
			}

			#header_cart_nav .link_order_with_counter span.cart_with_items_counter {
				left: 27px;
				color: #fff;
				display: block;
				top: 4px;
				font-size: 11px;
			}
			#layout_header #header_cart_nav {
				top: 47px;
				right: 131px;
			}
			#wrapper .cart.special_cart_with_upgrades.visible {
				top: 94px !important;
				right: 6px !important;
			}
			/* --- end_header_cart_nav_header --- */

			/* --- main_nav_bg --- */ 
			#header_group1 .navbar-toggle {
				margin: 0px;
				right: 41px;
				top: -22px;
				padding: 0;
			}
			.navbar-nav {
				border-bottom: none;
				border-top: 1px solid #fff;
			}
			#main_nav_bg {
				z-index: 99;
			}
			#main_nav_bg .navbar-brand {
				top: 40px;
				z-index: 0;
			}
			#main_nav_bg .navbar-brand img {
				max-width: 250px;
			}

			#main_nav_bg .main_nav_lis li a span{
				color: #92acfe
			}
			#wrapper #main_nav_bg .main_nav_lis li a:after{
				color: #111111;
			}
			.icon-bar {
				background: #fff;
			}
			.navbar-toggle .icon-bar{
				width: 14px;
				height: 1px;
			}
			#header_group1 .navbar-toggle {
				margin: 0px;
				right: 222px;
				top: 13px;
				padding: 0;
			}
			#main_nav_bg .main_nav_lis li {
				float: none;
				text-align: right;
				background: #ffffff;
				border-top: 1px solid rgba(194, 194, 194, 0.33);
			}
			#main_nav_bg .main_nav_lis li:hover {
				background: #ffd165;
			}
			#main_nav_bg .main_nav_lis li a, #wrapper #header_show_prime_categories > ul > li.active > span {
				color: #000;
				font-size: 16px;
				margin: 0 10px 0 0;
				padding: 0px 12px;
			}
			a.navbar-brand > img {
				display: none;
				padding: 0;
				margin: 0;
			}
			.navbar-header {
				height: 42px;
			}
			.navbar-collapse {
				box-shadow: none;
			}

			/*link_all_items*/
			div#header_group1 div#main_nav_bg > li.link_all_items {
				display: block;
				width: 116px;
				height: 38px;
				position: absolute;
				box-sizing: border-box;
				background: url(mobile_all_cat_icon.png) no-repeat 92% center #c3c03b;
				top: auto;
				bottom: 0;
				right: -10px;
				z-index: 99999;
				box-sizing: border-box;
				padding-right: 4px;
			}
			div#header_show_prime_categories.open > ul.store_categories > li.father_category.open > a {
				color: #c3c03b !important;
			}
			div#header_group1 div#main_nav_bg > li.link_all_items > span{
				display: block;
				width: 100%;
				height: 100%;
			}
			div#header_group1 div#main_nav_bg > li.link_all_items > span > a{
				display: block;
				width: 100%;
				height: 100%;
			}
			div#header_group1 div#main_nav_bg > li.link_all_items:hover > span > a:before {
				position: absolute;
				display: block;
				content: "";
				width: 100%;
				height: 10px;
				top: 27px;
			}
			div#header_group1 div#main_nav_bg > li.link_all_items > span > a > span {
				font-size: 12px;
				font-weight: bold;
				color: #fff;
				display: block;
				text-indent: 35px;
				display: block;
				height: 100%;
				width: 100%;
				line-height: 37px;
			}
			div#header_group1 div#main_nav_bg > li.link_all_items div#header_show_prime_categories {
				display: none;
				width: 313px;
				padding-top: 0px;
				position: relative;
				top: 0;
				right: -15px;
				background: #ffffff;
			}
			div#header_group1 div#main_nav_bg > li.link_all_items div#header_show_prime_categories:before {
				position: absolute;
				display: block;
				content: "";
				width: 14px;
				right: 14px;
				height: 9px;
				top: 0px;
				background: url(arroe_orange_down.png) no-repeat center center;
				z-index: 9999;
			}
			div#header_group1 div#main_nav_bg > li.link_all_items div#header_show_prime_categories.open{
				display: block;
			}
			div#header_show_prime_categories > ul.store_categories > li {
				border-top: 1px solid rgba(194, 194, 194, 0.33);
			}

			.navbar-nav {
				margin-top: 0px;
			}
			div#main_nav_bg {
				height: 39px;
				margin-top: 45px;
			}
			div#header_show_prime_categories.open > ul.store_categories > li.father_category > ul.store_categories > li.store_category_group_title {
				line-height: 43px;
				color: #c3c03b;
				font-size: 16px;
				font-weight: normal;
				padding-right: 10px;
				text-decoration: underline;
			}

			div#header_show_prime_categories.open > ul.store_categories > li.father_category > ul.store_categories > li > a:before {
				display: inline-block;
				font-family: FontAwesome;
				font-size: 14px;
				position: relative;
				top: 1px;
				right: 0;
				content: "\f100";
				color: #c3c03c;
				float: right;
				padding: 0 0 0 14px;
			}
			/* --- end_main_nav_bg --- */ 

			/* --- element_general_search_header --- */ 
			#wrapper div#header_show_search {
				top: auto;
				background-color: #000;
				margin-top: 0px;
				bottom: -37px;
				height: 37px;
				position: absolute;
				z-index: 1;
				border-top: 1px solid #2F2F2F;
			}
			div#header_show_search > form.search > div > div#searchBtnHook {
				display: inline-block;
				position: absolute;
				height: 100%;
				width: 117px;
				top: 0px;
			}
			div#header_show_search > form.search > div > div#searchBtnHook {
				left: 0px;
				right: auto;
			}
			div#header_show_search > form.search > div > div#searchBtnHook > input {
				width: 100%;
				top: 0px;
				left: auto;
				position: absolute;
				right: 0px;
				float: right;
			}
			div#header_show_search > form.search > div > label > input#q {
				text-indent: 29px;
			}
			div#header_show_search > form.search > div > div#searchBtnHook > input {
				width: 100%;
				top: 0px;
				left: 0px;
				position: absolute;
				right: auto;
			}
			#wrapper div#header_show_search {
				top: auto;
				background-color: rgba(0,0,0,0.75);
				margin-top: 0px;
				bottom: -51px;
				height: 50px;
				position: absolute;
				width: 100%;
				z-index: 1;
				border: none;
				display: none;
			}
			div#header_show_search > form.search, div#header_show_search > form.search > div, div#header_show_search > form.search > div > label {
				display: block;
				height: 50px;
				width: 100%;
				margin: 0px;
				padding: 0px;
			}

			div#header_show_search > form.search > div > label > input#q {
				font-size: 17px;
			}
			div#header_show_search > form.search > div > div#searchBtnHook > input:hover {
				background-position: 5px 15px;
			}
			div#header_show_search > form.search > div > div#searchBtnHook > input {
				background-size: 96%;
			}
			#bg_header ul.element_general_links.search_btn.vertical {
				display: block;
				position: absolute;
				top: auto;
				font-size: 0;
				background: url(search_icon.png) center center no-repeat #1680b8;
				width: 32px;
				height: 40px;
				cursor: pointer;
				bottom: -10px;
				left: auto;
				right: 110px;
				z-index: 999;
			}
			.close_search {
				background: url(close.png) no-repeat center center;
				font-size: 0;
				position: absolute;
				top: 21px;
				right: 10px;
				height: 13px;
				width: 13px;
				cursor: pointer;
				background-size: 100%;
			}
			#bg_header ul.element_general_links.search_btn.vertical {
				background: url(mobile_search.png) center center no-repeat transparent;
				margin-bottom: 0;
				top: 50px;
				right: 180px;
			}
			div#header_show_search > form.search > div > div#searchBtnHook {
				display: inline-block;
				position: absolute;
				height: 40px;
				width: 85px;
				top: 0px;
				left: 4px;
				bottom: 0px;
				margin: auto;
				border-radius: 3px;
				box-sizing: border-box;
				background: #c3c03b;
				border: 1px solid #c3c03b;
			}
			/* --- end element_general_search_header --- */ 

			/* --- element_general_links_header --- */ 
			#wrapper a.header_waze_link {
				height: 24px;
				width: 24px;
				float: left;
				font-size: 0px;
				background: url(waze_icon.png) no-repeat center center;
				z-index: 9999;
				position: absolute;
				top: 58px;
				left: 6px;
			}
			#header_group1 ul.element_general_links.header_icons {display: block !important;position: absolute;left: 0;width: 110px;right: auto;top: 10px;margin: 0;padding: 0;}
			#header_group1 ul.element_general_links.header_icons li {
				display: none;
			}
			#header_group1 ul.element_general_links.header_icons li.pos_3 {
				display: block !important;
				padding-right: 20px;
				background: url(4_p.png) no-repeat right center;
			}
			#header_group1 ul.element_general_links.header_icons li.pos_3 a {
				font-size: 12.5px;
				font-weight: bold;
			}
			/* --- end_element_general_links_header --- */ 

			/* --- element_general_images_header --- */ 
			/* --- end_element_general_images_header --- */ 

			/* --- element_general_login_logout_header --- */ 
			/* --- end_element_general_login_logout_header --- */ 

			/* --- element_general_prime_categories_category_header --- */ 
			/* --- end element_general_prime_categories_category_header --- */ 

			/* --- element_general_prime_categories_with_group_header --- */
			/* --- end element_general_prime_categories_with_group_header --- */

			/* --- element_general_prime_categories_with_children_header --- */
			/* --- end element_general_prime_categories_with_children_header --- */

			/* --- element_general_contact_header --- */ 
			/* --- end element_general_contact_header --- */ 

			/* --- element_general_newsletter_header --- */ 
			/* --- end element_general_newsletter_header --- */ 

			/* --- element_general_easy_lightbox --- */
			/* --- end element_general_easy_lightbox --- */

			/*element_general_lightbox*/
			/*end element_general_lightbox*/


			/* ------------------------------------- end layout_header ------------------------------------- */

			/* ------------------------------------- middle ------------------------------------- */

			/* --- layout_homepage_middle --- */ 
			#wrapper #bg_middle div#main {
				margin-top: 0;
			}
			#wrapper div#bg_middle {
				margin-top: 0 !important;
			} 

			/* --- end layout_homepage_middle --- */ 

			/* --- element_general_masonry_images_middle --- */ 
			/* --- end element_general_masonry_images_middle --- */ 

			/* --- element_general_strength_middle --- */ 
			#bg_middle .element_general_images.strength .heading, #bg_middle div#homepage_group2 .carousel .heading{
				display: block;
				width: 100%;
				height: 58px;
				background: url(debut_light.png);
				color: #333333;
				font-size: 22px;
				line-height: 58px;
				text-align: center;
			}
			#bg_middle div#homepage_group2 .carousel .heading{
				margin-bottom: 5px;
			}
			#bg_middle .element_general_images.strength .heading:after, #bg_middle div#homepage_group2 .carousel .heading:after{
				content: "";
				display: inline-block;
				float: left;
				width: 12px;
				height: 100%;
				background: #86c724;
			}
			#bg_middle .element_general_images.strength {
				display: block;
				width: 100%;
				float: none;
			}
			#bg_middle .element_general_images.strength .current_element_image{
				width: 50%;
			}
			#bg_middle div#homepage_group2 .carousel{
				display: block;
				width: 100%;
				max-width: 400px;
				float: none;
				margin: 0 auto;
			}
			#bg_middle div#homepage_group2 .carousel a.carousel-control{
				top: 63px;
			}
			ul.element_general_links.middle_titles{
				display: none;
			}
			body.layout_category.parent_category .show_filters{
				display: block !important;
			}
			#bg_middle .element_general_images.strength{
				background: url(strength_bg_vertical.jpg) no-repeat 100%;
				margin-bottom: 5px;
			}
			.layout_homepage #bg_middle .owl-item.active {
				max-width: 100%;
			}
			#bg_middle .element_general_images.strength{
				width: 100%;
			}
			/* --- end element_general_strength_middle --- */ 

			/* --- element_general_all_categories_middle --- */ 
			/* --- end element_general_all_categories_middle --- */ 

			/* --- element_general_categories_images_middle --- */ 
			/* --- end element_general_categories_images_middle --- */ 

			/* --- element_general_content_carousel_middle --- */ 
			/* --- end element_general_content_carousel_middle --- */

			/* --- element_general_links_middle --- */ 
			/* --- end_element_general_links_middle --- */ 

			/* --- element_general_main_categories --- */
			/* --- end element_general_main_categories --- */

			/* --- element_general_images_middle --- */ 
			#wrapper .element_general_images.main_cat {
				margin-top: 10px;
			}

			#wrapper .element_general_images.main_cat .current_element_image {
				margin-left: 2%;
				margin-bottom: 2%;
				width: 49%;
			}

			#wrapper .element_general_images.main_cat .current_element_image:nth-child(2n) {
				margin-left: 0;
			}

			#wrapper .element_general_images.main_cat .current_element_image h3 {
				font-size: 15px;
			}
			#wrapper .element_general_images.main_cat .current_element_image.pos_4 {
				margin-left: 0;
			}

			#wrapper .element_general_images.main_cat .current_element_image.pos_5 {
				width: 100%;
			}
			/* --- end element_general_images_middle --- */ 

			/* --- element_general_strength --- */ 
			/* --- end element_general_strength --- */ 

			/* --- element_general_newsletter_middle --- */ 
			/* --- end element_general_newsletter_middle --- */ 

			/* --- element_category_list_items_middle --- */ 
			/* --- end element_category_list_items_middle --- */ 

			/* --- element_general_carousel_middle --- */ 
			/*tabs-heading*/
			ul.element_general_links.heading li{
				width: 80px;
			}
			ul.element_general_links.heading li:not(:last-child) {
				margin-left: 5px;
			}
			ul.element_general_links.heading li a{
				font-size: 15px;
			}
			ul.element_general_links.heading{
				margin-bottom: 10px;
				margin-top: 7px;
			}
			/* --- end element_general_carousel_middle --- */ 

			/* --- element_general_brand_carousel --- */ 
			#bg_middle div.small{
				border:0px;
			}
			/* --- end element_general_brand_carousel --- */ 

			/* --- element_general_list_item_titles_middle --- */
			/* --- end element_general_list_item_titles_middle --- */

			/* --- element_general_prime_categories_category_middle --- */ 
			/* --- end element_general_prime_categories_category_middle --- */ 

			/* --- element_general_contact_middle --- */ 
			/* --- end element_general_contact_middle --- */ 

			/* --- element_general_ws_carousel_middle --- */
			/* --- end element_general_ws_carousel_middle --- */

			/* --- element_general_ticker_middle --- */
			/* --- end element_general_ticker_middle --- */

			/* --- element_items_list_items_middle --- */ 
			/* --- end element_items_list_items_middle --- */ 

			/* --- element_general_masonry_grid --- */ 
			/* --- end element_general_masonry_grid --- */ 

			/* --- pagination_middle --- */
			/* --- end pagination_middle --- */

			/* --- bootstrap_slider_middle --- */
			div.desktop_slider {
				display: none;
			}
			a.carousel-control.right, a.carousel-control.left {
				display: none;
			}
			div.mobile_slider {
				display: block;
			}
			.carousel-indicators {
				display: none;
			}
			/* --- end bootstrap_slider_middle --- */

			/* --- owlCarousel_middle --- */
			#bg_middle div.four .owl-controls {
				display: none;
			}
			/* --- end owlCarousel_middle --- */
			/* ------------------------------------- end middle ------------------------------------- */

			/* ------------------------------------- footer ------------------------------------- */

			/* --- layout_footer --- */ 
			div#layout_footer div#footer_middle_groups {
				padding: 0px 15px;
			}
			/* --- end layout_footer --- */

			/* --- element_general_newsletter_footer --- */ 
			div#footer_group1 {
				background: url(footer_mobile.jpg) no-repeat left 0;
				background-size: cover;
			}
			#bg_footer form.footer_newsletter .element_general_contact_new {
				position: relative;
				z-index: 99;
				padding: 20px 10px;
			}
			#bg_footer .footer_newsletter .wrap_ticket_customer_email {
				width: 100%;
			}
		/*	#bg_footer form.footer_newsletter .wrap_contact_title2 h3.contact_title2{
				font-size: 13px;
				font-weight: bold;
				padding-right: 10px;
				}*/
				#bg_footer .footer_newsletter .wrap_ticket_customer_email > div span.newsletter_field {
					width: 197px;
				}
				#bg_footer form.footer_newsletter .wrap_contact_title2 {
					height: auto;
				}
				#bg_footer .footer_newsletter .wrap_ticket_customer_email input {
					margin-bottom: 8px;
				}
				#bg_footer form.footer_newsletter .wrap_contact_title1:before {
					right: 0;
				}
				#bg_footer .footer_newsletter .wrap_contact_btn button.contact_btn {
					font-size: 18px;
				}
				#bg_footer form.footer_newsletter {
					padding: 15px 0;
				}
				#bg_footer form.footer_newsletter .element_general_contact_new {
					padding: 0 10px;
				}
				div#footer_group1 {
					height: 333px;
					padding: 0;
				}
				#bg_footer .footer_newsletter .wrap_contact_btn {
					position: static;
					width: 100%;
					height: 50px;
				}
				#bg_footer .footer_newsletter .wrap_ticket_customer_email input {
					margin-right: 0;
					width: 100%;
					height: 50px;
					font-size: 14px;
				}
				#bg_footer .footer_newsletter .wrap_checkbox {
					margin-right: 0;
					max-width: 100%;
					width: 100%;
				}
				/* --- end element_general_newsletter_footer --- */ 

				/* --- element_general_links_footer --- */ 
				ul.element_general_links.f_t_g li {
					margin-left: 29px;
				}
				/* --- end_element_general_links_footer --- */ 

				/* --- element_general_footer_nav --- */ 
				/* --- end element_general_footer_nav --- */ 

				/* --- element_general_prime_categories --- */ 
				/* --- end element_general_prime_categories --- */ 

				/* --- element_general_show_contact --- */ 
				/* --- end element_general_show_contact --- */

				/* --- #footer_group2, #footer_group3, #footer_group4_footer --- */
				div#footer_group2 {
					padding: 0px;
					padding-top: 10px;
				}
				div#footer_group5 {
					padding: 0 20px;
				}
				/* --- end_#footer_group2, #footer_group3, #footer_group4_footer --- */

				/* --- element_general_images_footer --- */ 
				/* --- end element_general_images_footer --- */ 

				/* --- element_general_carousel_footer --- */ 
				/* --- end element_general_carousel_footer --- */ 

				/* --- element_general_prime_categories_footer --- */ 
				/* --- end element_general_prime_categories_footer --- */ 

				/* --- element_general_contact_footer --- */ 
				#bg_footer form.footer_newsletter .wrap_contact_title1 {
					width: 100%;
					padding-right: 0;
				}
				#bg_footer form.footer_newsletter .wrap_contact_title2 {
					width: 100%;
				}
				#bg_footer form.footer_newsletter .wrap_contact_title2 h3.contact_title2 {
					text-align: right;
					font-size: 13px;
					line-height: 22px;
					font-weight: bold;
					padding-right: 0;
				}
				/* --- end element_general_contact_footer --- */ 
				div#footer_group5 > div > div {
					height: 50%;
				}
				div#footer_group5 {
					height: 70px;
				}

				/*up_btn*/
				#upBtn {
					width: 20px;
					height: 20px;
					position: fixed;
					top: auto;
					bottom: 50px;
					right: 0;
					z-index: 9999;
					background: url(up_mobile.png) no-repeat center;
				}
				#upBtn:hover{	
					cursor:pointer;
				}
				#upBtn.visible{
					opacity: 0.95;
					transition: opacity .25s ease-in-out;
					-moz-transition: opacity .25s ease-in-out;
					-webkit-transition: opacity .25s ease-in-out;
					background: rgba(217, 76, 69, 0.7);
				}
				/*end of up_btn*/

				/* ------------------------------------- end_footer ------------------------------------- */

				/* ------------------------------------- category ------------------------------------- */

				/* --- layout_category --- */ 
				/* --- end layout_category --- */   

				/* --- element_category_filter_category --- */ 
				/* --- end element_category_filter_category --- */ 

				/* --- element_category_list_items_category --- */ 
				#wrapper .layout_list_item .extra_button.eye{
					display: none !important;
				}
				div#facebook_and_sort_category {
					margin-top: 3px;
				}
				.layout_category #wrapper #bg_middle .element_category_filter h1 {
					color: #3fa99d;
					display: block;
					line-height: 20px;
					height: 100%;
				}
				.layout_category #wrapper #bg_middle .element_category_filter {
					background: none;
					height: 40px;
				}
				#bread_crumbs {
					margin-bottom: 0;
					display: none;
				}
				#wrapper .wrap_categories_togggle a:before {
					content: " ";
					background: url(filter_mobile.png) no-repeat center center;
					width: 23px;
					height: 42px;
					display: block;
				} 
				.layout_category #wrapper #bg_middle .filterOptions i {
					display: none;
				}


				#wrapper .layout_list_item .grid:hover .product_quantity {
					display: none;
					visibility: hidden;
				}
				#wrapper .layout_list_item .grid:hover .list_item_image, #wrapper .layout_list_item .grid:hover .list_item_title_with_brand, #wrapper .layout_list_item .grid:hover #item_icons, #wrapper .layout_list_item .grid:hover .list_item_show_price {
					opacity: 1;
				}
				/* --- end element_category_list_items_category --- */ 

				/* --- element_general_prime_categories_category --- */ 
				/* --- end element_general_prime_categories_category --- */ 

				/* ------------------------------------- end_category ------------------------------------- */

				/* ------------------------------------- layout_item ------------------------------------- */
				.main_price_and_btn span.item_show_origin_price {
					margin-left: 5px;
				}
				#bg_middle .deal_table {
					margin-top: 2px;
				}
				#bg_middle div.deal_table > div {
					margin-bottom: 3px;
				}
				.upgrades_form_fields.info > div {
					width: 49%;
				}
				#bg_middle .fake_quantity {
					margin-left: 3px;
				}
				.layout_item .icon.icon_warranty_pop, .layout_item .icon.icon_importer_pop, .layout_item .icon.icon_hebrew_pop, .icon.icon_safe_buy_pop{
					background-size: 77%;
				}
				.layout_item .owl-carousel.owl-theme.owl-loaded .owl-controls {
					display: none;
				}
				.fixed_buy_now a.commit_to_real {
					background: #3fa99d !important;
				}
				.layout_item .owl-carousel.owl-theme.owl-loaded .owl-controls {
					display: none;
				}

				.layout_item #wrapper .fixed_buy_now a.commit_to_real {
					background: #3fa99d;
					width: 155px;
					margin-right: 15px;
				}
				.layout_item #wrapper .fixed_buy_now .fixed_buy_now_inner_item .product_quantity {
					background: none;
					margin-top: 0;
					height: 45px;
					width: 130px;
				}
				.layout_item #wrapper .fixed_buy_now .fixed_buy_now_inner_item input.counter {
					background: none;
					font-size: 17px;
					border: none;
					color: #fff;
					font-weight: bold;
				}
				.layout_item #wrapper .fixed_buy_now .fixed_buy_now_inner_item .product_quantity>.amount_feed {
					border: none;
					margin: 0;
					height: 43px;
					width: 44px;
				}
				.layout_item #wrapper .fixed_buy_now .fixed_buy_now_inner_item .product_quantity>.quantity {
					border-radius: 0;
					-moz-border-radius: 0;
					-webkit-border-radius: 0;
					width: 36px;
					height: 36px;
					background: transparent;
					border: 1px solid #3fa99d;
					margin-bottom: 2px;
				}
				.layout_item #wrapper .fixed_buy_now .fixed_buy_now_inner_item .product_quantity>.quantity.reduce_item>a, 
				.layout_item #wrapper .fixed_buy_now .fixed_buy_now_inner_item .product_quantity>.quantity>a {
					color: #3fa99d;
					font-weight: normal;
					font-size: 34px;
					height: 36px;
					line-height: 31px;
				}
				#wrapper > .fixed_buy_now .fixed_buy_now_inner_item {
					background-color: #565656;
				}
				.layout_item #wrapper .fixed_buy_now .fixed_buy_now_inner_item .product_quantity>.quantity.reduce_item>a {
					line-height: 25px;
					font-size: 39px;
				}
				#wrapper > .fixed_buy_now {
					height: 50px !important;
					background: #565656 !important;
				}
				div#item_info > div.item_bottom_links {
					display: none;
				}
				#wrapper div#layout_item div#item_main {
					margin-top: 10px;
				}
				#wrapper .main_price_and_btn {
					border-bottom: none;
					padding-top: 0;
				}
				#wrapper .item_main_bottom_left {
					padding-right: 0;
				}
				/* --- element_general_tabs --- */ 
				/* --- end element_general_tabs --- */

				/* --- end element_general_tabs --- */

				/* ------------------------------------- end_layout_item ------------------------------------- */


				/* ------------------------------------- layout ------------------------------------- */
				/* --- clearfix --- */
				/* --- end clearfix --- */

				/* --- layout_about --- */ 
				/* --- end layout_about --- */ 

				/* --- layout_compare --- */ 
				/* --- end layout_compare --- */ 

				/* --- layout_contact --- */ 
				/* --- end layout_contact --- */ 

				/* --- layout_contract --- */ 
				/* --- end layout_contract --- */ 

				/* --- layout_credit_guard --- */ 
				/* --- end layout_credit_guard --- */ 

				/* --- layout_location --- */ 
				/* --- end layout_location --- */ 

				/* --- layout_order --- */ 
				/* --- end layout_order --- */ 

				/* --- layout_page --- */ 
				/* --- end layout_page --- */ 

				/* --- layout_iframe --- */ 
				/* --- end layout_iframe --- */ 

				/* ------------------------------------- end_layout ------------------------------------- */

			}
			/* End Of Extra small devices (phones, less than 768px) */



			/* Small devices (tablets, 768px and up) */
			@media screen and (min-width:768px) {

				/* ------------------------------------- header ------------------------------------- */

				/* --- layout_header --- */ 
				/* --- end layout_header --- */ 

				/* --- header_cart_nav_header --- */
				/* --- end_header_cart_nav_header --- */

				/* --- main_nav_bg --- */ 
				#bg_header div#main_nav_bg {
					display: block;
					position: absolute;
					top: 0px;
					bottom: auto;
					right: 0px;
					height: 40px;
					margin-right: 10px;
				}
				.navbar-nav {
					margin: 0;
				}
				.navbar.navbar-static-top, #main_nav_bg .container, .navbar-collapse.collapse, ul.nav.navbar-nav.navbar-right.main_nav_lis {
					display: block;
					width: 100%;
					height: 35px;
				}
				.main_nav_lis li.link_all_items {
					display: none;
				}
				.main_nav_lis li {
					display: inline-block;
					float: right;
					height: 100%;
				}
				.main_nav_lis li  span {
					display: block;
					height: 100%;
				}
				.main_nav_lis li a, .main_nav_lis li span span {
					display: block;
					height: 100%;
					color: #454545;
					font-size: 14px;
					line-height: 40px;
					padding: 0;
				}
				.wrap_main_nav {
					right: 202px;
				}
				.main_nav_lis li:not(:last-child) a:after, .main_nav_lis li:not(:last-child)  span span:after {
					content: "/";
					display: inline-block;
					margin: 0 3px;
					color: #252525;
				}
				.main_nav_lis li a:hover, .main_nav_lis li  span span {
					color: #3fa99d;
					margin: 0;
				}
				/* --- end_main_nav_bg --- */ 

				/* --- element_general_search_header --- */ 
				.close_search {
					background: url(close.png) no-repeat center center;
					font-size: 0;
					position: absolute;
					top: auto;
					right: 0;
					height: 52px;
					width: 52px;
					cursor: pointer;
					bottom: -53px;
				}
				div#header_show_search {
					display: none;
				}
				div#header_show_search {
					width: 100%;
					top: 100%;
					right: 0px;
					height: 101px;
					z-index: 999;
					background: rgba(86,86,86,0.73);
					margin-top: 0px;
					border-top: 1px solid #fff;
					padding: 0px 12px;
				}
				.fix_nav_small div#header_show_search {
					top: 96%;
				}
				#bg_header ul.element_general_links.search_btn.vertical {
					display: block;
					position: absolute;
					top: auto;
					font-size: 0;
					background: url(search_icon.png) center center no-repeat;
					width: 32px;
					height: 40px;
					cursor: pointer;
					bottom: 0px;
					left: auto;
					right: 281px;
					z-index: 9;
				}
				/* --- end element_general_search_header --- */ 

				/* --- element_general_links_header --- */ 
				.wrap_main_nav {
					width: 72%;
					display: block;
					height: 35px;
					max-width: 719px;
					position: relative;
					top: -8px;
				}


				/*header_icons*/
				#header_group1 ul.element_general_links.header_icons {
					display: block;
					width: 355px;
					height: 23px;
					top: 37px;
					bottom: auto;
					left: 10px;
					z-index: 99999;
				}
				#header_group1 ul.element_general_links.header_icons li {
					width: 48px;
					padding: 0;
					background:url(i1.png) no-repeat center 3px;
					position: relative;
					overflow: visible;
					margin-left: 38px;
					height: 24px;
					float: right;
				}
				#header_group1 ul.element_general_links.header_icons li a {
					display: none;
					position: absolute;
					right: -54px;
					top: 48px;
					height: auto;
					width: 123px;
					background: #3fa99d;
					border-radius: 8px;
					border: 1px solid #fff;
					padding: 6px 16px;
					text-align: center;
					color: #fff;
					font-size: 14px;
					z-index: 1;
					-webkit-box-sizing: border-box;
					-moz-box-sizing: border-box;
					box-sizing: border-box;
				}
				#header_group1 ul.element_general_links.header_icons li.pos_0 a {
					right: -30px;
				}
				#header_group1 ul.element_general_links.header_icons li:hover a {
					display: block;
				}
				#header_group1 ul.element_general_links.header_icons li.pos_0 a:after {
					right: 6px;
				}
				#header_group1 ul.element_general_links.header_icons li.pos_0 a {
					right: 0;
				}
				#header_group1 ul.element_general_links.header_icons li a:after {
					content: "";
					position: absolute;
					width: 0px;
					height: 0px;
					left: 39%;
					top: -20px;
					border: 12px solid transparent;
					border-bottom: 9px solid #fff;
				}
				#header_group1 ul.element_general_links.header_icons li.pos_1{
					background: url(i2.png) no-repeat right 5px;
					margin-left: 16px;
				}
				#header_group1 ul.element_general_links.header_icons li.pos_2{
					background: url(i3.png) no-repeat right 5px;
					margin-left: 18px;
				}
				#header_group1 ul.element_general_links.header_icons li.pos_3{
					background: url(4.png) no-repeat right center;
					width: 134px;
					margin-left: 0;
				}
				#header_group1 ul.element_general_links.header_icons li.pos_3 a {
					display: block;
					position: static;
					height: 26px;
					background: none;
					width: 100%;
					padding: 0;
					border: none;
					color: #252525;
					line-height: 26px;
					font-weight: bold;
					padding-right: 24px;
					font-size: 16px;
				}
				/*end of header_icons*/
				/* --- end_element_general_links_header --- */ 

				/* --- element_general_images_header --- */ 
				/* --- end_element_general_images_header --- */ 

				/* --- element_general_login_logout_header --- */ 
				#bg_header .element_general_login_logout {
					position: static;
					display: inline-block;
					float: left;
					height: 35px;
				}
				.element_general_login_logout > ul {
					display: block;
					height: 100%;
					padding: 0;
				}
				.element_general_login_logout > ul > li {
					display: inline-block;
					float: right;
					height: 100%;
				}
				.element_general_login_logout > ul > li > span {
					display: block;
					height: 100%;
				}
				.element_general_login_logout > ul > li a, .element_general_login_logout > ul > li span span {
					display: block;
					height: 100%;
					font-size: 15px;
					color: #454545;
					line-height: 40px;
				}
				.element_general_login_logout > ul > li a:hover, .element_general_login_logout > ul > li span span{
					color: #3fa99d;
				}
				.element_general_login_logout > ul > li.link_customer_signup a:after, .element_general_login_logout > ul > li.link_customer_signup span span:after, .element_general_login_logout > ul > li span.link_customer_me a:after, .element_general_login_logout > ul > li span.link_customer_me span:after {
					content: "/";
					display: inline-block;
					margin: 0 5px;
					color: #454545;	
				}
				/* --- end_element_general_login_logout_header --- */ 

				/* --- element_general_prime_categories_category_header --- */ 
				.element_general_prime_categories {
					width: 141px;
					height: 27px;
					position: absolute;
					box-sizing: border-box;
					background: url(all_cat_icon.png) no-repeat 90% center #c3c03b;
					top: auto;
					bottom: 4px;
					right: 91px;
					z-index: 999;
				}
				.element_general_prime_categories:hover:after{
					display: block;
					position: absolute;
					content: "";
					top: 22px;
					width: 100%;
					height: 36px;
				}
				.element_general_prime_categories:hover:before {
					background: url(hover.png)no-repeat center center;
					z-index: 9999;
					position: absolute;
					display: block;
					content: "";
					width: 21px;
					right: 17px;
					height: 11px;
					top: 40px;
					z-index: 9999;
				}
				#bg_header .element_general_prime_categories > h3 {
					display: block;
					height: 100%;
					width: 100%;
					font-size: 17px;
					color: #fff;
					position: relative;
					font-weight: bold;
					padding-right: 55px;
					margin: 0;
					line-height: 37px;
				}
				.element_general_prime_categories:hover > .store_categories {
					visibility: visible;
				}
				#bg_header .element_general_prime_categories:hover > .store_categories {
					visibility: visible;
				}

				#bg_header .element_general_prime_categories > .store_categories {
					visibility: hidden;
					background: rgb(253, 241, 212);
					width: 422px;
					position: absolute;
					top: 33px;
					padding: 13px 12px;
					border: none;
					border-radius: 3px;
					margin: 0;
				}
				#bg_header .element_general_prime_categories.open_drop ul.store_categories {
					visibility: visible;
				}
				#bg_header .element_general_prime_categories > .store_categories > li {
					display: inline-block;
					float: right;
					width: 176px;
					margin-left: 35px;
					height: 28px;
					border-bottom: #fef5df 1px solid;
				}
				#bg_header .element_general_prime_categories > .store_categories > li:last-child, #bg_header .element_general_prime_categories > .store_categories > li.before-last {
					border-bottom: none;
				}
				#bg_header .element_general_prime_categories > .store_categories > li:nth-child(2n+0) {
					margin-left: 0;
				}
				#bg_header .element_general_prime_categories > .store_categories > li > a , 
				#bg_header .element_general_prime_categories > .store_categories > li > span {
					display: block;
					width: 100%;
					height: 100%;
					font-size: 14px;
					color: #111111;
					text-align: right;
					font-weight: normal;
					line-height: 28px;
					overflow: hidden;
					box-sizing: border-box;
					padding-right: 59px;
				}
				#bg_header .element_general_prime_categories ul.store_categories li > a, 
				#bg_header .element_general_prime_categories ul.store_categories li > span {
					padding: 0;
					text-align: right;
					color: #565656;
					font-size: 15px;
				}
				#bg_header .element_general_prime_categories:hover > ul.store_categories {
					box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
				}
				#bg_header .element_general_prime_categories:hover ul.store_categories {
					padding: 21px;
					width: 640px;
					display: block;
				}
				#bg_header .element_general_prime_categories ul.store_categories li {
					border-bottom: none;
					height: auto;
					display: inline-block;
					width: 49%;
					float: none;
					margin-left: 0;
					vertical-align: top;
				}
				#bg_header .element_general_prime_categories ul.store_categories li > a, 
				#bg_header .element_general_prime_categories ul.store_categories li > span {
					height: 100%;
					line-height: 30px;
				}
				#bg_header .element_general_prime_categories:hover ul.store_categories li ul.store_categories {
					position: static;
					padding: 0;
					display: block;
					width: 100%;
					height: auto;
					margin-bottom: 40px;
				}
				#bg_header .element_general_prime_categories:hover ul.store_categories li ul.store_categories li {
					display: block;
					width: 100%;
					height: 30px;
					padding-right: 15px;
					position: relative;
				}
				#bg_header .element_general_prime_categories:hover ul.store_categories li ul.store_categories li:before {
					content: "\f100";
					font-family: fontAwesome;
					color: #3fa99d;
					position: absolute;
					right: 0;
					line-height: 33px;
				}
				#bg_header .element_general_prime_categories:hover ul.store_categories li ul.store_categories li:hover {
					color: #3fa99d;
				}
				#bg_header .element_general_prime_categories:hover ul.store_categories li ul.store_categories li a {
					font-weight: normal;
				}
				#bg_header .element_general_prime_categories:hover ul.store_categories li ul.store_categories:after {
					content: ".";display: block;clear: both;visibility: hidden;height: 0;}
					/* --- end element_general_prime_categories_category_header --- */ 

					/* --- element_general_prime_categories_with_group_header --- */
					/* --- end element_general_prime_categories_with_group_header --- */

					/* --- element_general_prime_categories_with_children_header --- */
					/* --- end element_general_prime_categories_with_children_header --- */

					/* --- element_general_contact_header --- */ 
					/* --- end element_general_contact_header --- */ 

					/* --- element_general_newsletter_header --- */ 
					/* --- end element_general_newsletter_header --- */ 

					/* --- element_general_easy_lightbox --- */
					/* --- end element_general_easy_lightbox --- */

					/*element_general_lightbox*/
					/*end element_general_lightbox*/

					/* ------------------------------------- end layout_header ------------------------------------- */

					/* ------------------------------------- middle ------------------------------------- */

					/* --- layout_homepage_middle --- */  
					div#bg_middle{
						margin-top: 0px;
					}
					/* --- end layout_homepage_middle --- */ 

					/* --- element_general_masonry_images_middle --- */ 
					/* --- end element_general_masonry_images_middle --- */ 

					/* --- element_general_strength_middle --- */ 
					/* --- end element_general_strength_middle --- */ 

					/* --- element_general_all_categories_middle --- */ 
					/* --- end element_general_all_categories_middle --- */ 

					/* --- element_general_categories_images_middle --- */ 
					/* --- end element_general_categories_images_middle --- */ 

					/* --- element_general_content_carousel_middle --- */ 
					/* --- end element_general_content_carousel_middle --- */

					/* --- element_general_links_middle --- */ 
					/* --- end_element_general_links_middle --- */ 

					/* --- element_general_main_categories --- */
					#wrapper .element_general_images.main_cat .current_element_image:nth-child(3n) {
						margin-left: 0;
					}
					#wrapper .element_general_images.main_cat .current_element_image {
						margin-left: 0.8%;
						margin-bottom: 0.8%;
						width: 32.8%;
					}
					#wrapper .element_general_images.main_cat .current_element_image.pos_6 {
						width: 66.4%;
						margin-left: 0;
					}
					/* --- end element_general_main_categories --- */

					/* --- element_general_images_middle --- */ 

					/* --- end element_general_images_middle --- */ 

					/* --- element_general_strength --- */ 
					/* --- end element_general_strength --- */ 

					/* --- element_general_newsletter_middle --- */ 
					/* --- end element_general_newsletter_middle --- */ 

					/* --- element_category_list_items_middle --- */ 
					/* --- end element_category_list_items_middle --- */ 

					/* --- element_general_carousel_middle --- */ 
					/* --- end element_general_carousel_middle --- */ 

					/* --- element_general_brand_carousel --- */ 
					/* --- end element_general_brand_carousel --- */ 

					/* --- element_general_list_item_titles_middle --- */
					/* --- end element_general_list_item_titles_middle --- */

					/* --- element_general_prime_categories_category_middle --- */ 
					/* --- end element_general_prime_categories_category_middle --- */ 

					/* --- element_general_contact_middle --- */ 
					/* --- end element_general_contact_middle --- */ 

					/* --- element_general_ws_carousel_middle --- */
					/* --- end element_general_ws_carousel_middle --- */

					/* --- element_general_ticker_middle --- */
					/* --- end element_general_ticker_middle --- */

					/* --- element_items_list_items_middle --- */ 
					/* --- end element_items_list_items_middle --- */ 

					/* --- element_general_masonry_grid --- */ 
					/* --- end element_general_masonry_grid --- */ 

					/* --- pagination_middle --- */
					/* --- end pagination_middle --- */

					/* --- bootstrap_slider_middle --- */
					/* --- end bootstrap_slider_middle --- */

					/* --- owlCarousel_middle --- */
					/* --- end owlCarousel_middle --- */
					/* ------------------------------------- end middle ------------------------------------- */


					/* ------------------------------------- footer ------------------------------------- */

					/* --- layout_footer --- */ 
					/* --- end layout_footer --- */

					/* --- element_general_newsletter_footer --- */ 
					/* --- end element_general_newsletter_footer --- */ 

					/* --- element_general_links_footer --- */ 

					/* --- end_element_general_links_footer --- */ 

					/* --- element_general_footer_nav --- */ 
					/* --- end element_general_footer_nav --- */ 

					/* --- element_general_prime_categories --- */ 
					/* --- end element_general_prime_categories --- */ 

					/* --- element_general_show_contact --- */ 
					/* --- end element_general_show_contact --- */

					/* --- #footer_group2, #footer_group3, #footer_group4_footer --- */
					/* --- end_#footer_group2, #footer_group3, #footer_group4_footer --- */

					/* --- element_general_images_footer --- */ 
					/* --- end element_general_images_footer --- */ 

					/* --- element_general_carousel_footer --- */ 
					/* --- end element_general_carousel_footer --- */ 

					/* --- element_general_prime_categories_footer --- */ 
					/* --- end element_general_prime_categories_footer --- */ 

					/* --- element_general_contact_footer --- */ 

					/* --- end element_general_contact_footer --- */ 

					/* ------------------------------------- end_footer ------------------------------------- */

					/* ------------------------------------- category ------------------------------------- */

					/* --- layout_category --- */ 
					/* --- end layout_category --- */   

					/* --- element_category_filter_category --- */ 
					/* --- end element_category_filter_category --- */ 

					/* --- element_category_list_items_category --- */ 
					/* --- end element_category_list_items_category --- */ 

					/* --- element_general_prime_categories_category --- */ 
					/* --- end element_general_prime_categories_category --- */ 

					/* ------------------------------------- end_category ------------------------------------- */

					/* ------------------------------------- layout_item ------------------------------------- */

					/* --- element_general_tabs --- */ 
					/* --- end element_general_tabs --- */

					/* ------------------------------------- end_layout_item ------------------------------------- */


					/* ------------------------------------- layout ------------------------------------- */
					/* --- clearfix --- */
					/* --- end clearfix --- */

					/* --- layout_about --- */ 
					/* --- end layout_about --- */ 

					/* --- layout_compare --- */ 
					/* --- end layout_compare --- */ 

					/* --- layout_contact --- */ 
					/* --- end layout_contact --- */ 

					/* --- layout_contract --- */ 
					/* --- end layout_contract --- */ 

					/* --- layout_credit_guard --- */ 
					/* --- end layout_credit_guard --- */ 

					/* --- layout_location --- */ 
					/* --- end layout_location --- */ 

					/* --- layout_order --- */ 
					/* --- end layout_order --- */ 

					/* --- layout_page --- */ 
					/* --- end layout_page --- */ 

					/* --- layout_iframe --- */ 
					/* --- end layout_iframe --- */ 

					/* ------------------------------------- end_layout ------------------------------------- */

				}
				/* End OF Small devices (tablets, 768px and up) */

				/* Medium devices (desktops, 992px and up) */
				@media screen and (min-width:992px) {	

					/* ------------------------------------- header ------------------------------------- */

					/* --- layout_header --- */ 
					/* --- end layout_header --- */ 

					/* --- header_cart_nav_header --- */
					/* --- end_header_cart_nav_header --- */

					/* --- main_nav_bg --- */ 
					.wrap_main_nav {
						width: auto;
						display: block;
						height: auto;
						max-width: 719px;
						position: relative;
						top: -8px;
						left: 0;
						right: auto;
						float: left;
					}
					.wrap_main_nav:after {
						content: ".";
						display: block;
						height: 0px;
						top: 10px;
						position: static;
						clear: both;
						visibility: visible;
						color: transparent;
					}
					#bg_header div#main_nav_bg {
						position: static;
						display: inline-block;
						float: right;
						height: 35px;
						margin-left: 42px;
					}
					.main_nav_lis li a, .main_nav_lis li span span {
						color: #454545;
						line-height: 38px;
					}
					/* --- end_main_nav_bg --- */ 

					/* --- element_general_search_header --- */ 
					/* --- end element_general_search_header --- */ 

					/* --- element_general_links_header --- */ 
					#header_group1 ul.element_general_links.header_icons li.pos_1, #header_group1 ul.element_general_links.header_icons li.pos_3{
						background-position: right 3px;
					}
					#header_group1 ul.element_general_links.header_icons li.pos_2{
						background-position: right 6px;
					}

					#header_group1 ul.element_general_links.header_icons li {
						margin-left: 34px;
					}
					#header_group1 ul.element_general_links.header_icons li.pos_1,#header_group1 ul.element_general_links.header_icons li.pos_2 {
						margin-left: 2px;
					}
					#header_group1 ul.element_general_links.header_icons li.pos_3 {
						margin-left: 0;
						width: 130px;
						padding-right: 21px;
					}
					#header_group1 ul.element_general_links.header_icons li.pos_3 a {
						display: block;
						position: static;
						padding: 0;
						font-size: 15px;
						font-weight: normal;
						width: 115px;
						padding-right: 11px;
					}
					/* --- end_element_general_links_header --- */ 

					/* --- element_general_images_header --- */ 
					/* --- end_element_general_images_header --- */ 

					/* --- element_general_login_logout_header --- */ 
					#bg_header .element_general_login_logout {
						position: static;
						display: inline-block;
						float: left;
						height: 35px;
					}
					.element_general_login_logout > ul > li a, .element_general_login_logout > ul > li span span {
						display: block;
						height: 100%;
						font-size: 14px;
						color: #454545;
						line-height: 38px;
					}
					.element_general_login_logout > ul > li a:hover, .element_general_login_logout > ul > li span span{
						color: #3fa99d;
					}
					.element_general_login_logout > ul > li.link_customer_signup a:after, .element_general_login_logout > ul > li.link_customer_signup span span:after {
						color: #454545;
					}

					/* --- end_element_general_login_logout_header --- */ 

					/* --- element_general_prime_categories_category_header --- */ 
					/* --- end element_general_prime_categories_category_header --- */ 

					/* --- element_general_prime_categories_with_group_header --- */
					/* --- end element_general_prime_categories_with_group_header --- */

					/* --- element_general_prime_categories_with_children_header --- */
					/* --- end element_general_prime_categories_with_children_header --- */

					/* --- element_general_contact_header --- */ 
					/* --- end element_general_contact_header --- */ 

					/* --- element_general_newsletter_header --- */ 
					/* --- end element_general_newsletter_header --- */ 

					/* --- element_general_easy_lightbox --- */
					/* --- end element_general_easy_lightbox --- */

					/*element_general_lightbox*/
					/*end element_general_lightbox*/


					/* ------------------------------------- end layout_header ------------------------------------- */

					/* ------------------------------------- middle ------------------------------------- */

					/* --- layout_homepage_middle --- */  
					/* --- end layout_homepage_middle --- */ 

					/* --- element_general_masonry_images_middle --- */ 
					/* --- end element_general_masonry_images_middle --- */ 

					/* --- element_general_strength_middle --- */ 
					#bg_middle .element_general_images.strength {
						background: url(strength_bg_lg.jpg) no-repeat 100%;
					}
					/* --- end element_general_strength_middle --- */ 

					/* --- element_general_all_categories_middle --- */ 
					/* --- end element_general_all_categories_middle --- */ 

					/* --- element_general_categories_images_middle --- */ 
					/* --- end element_general_categories_images_middle --- */ 

					/* --- element_general_content_carousel_middle --- */ 
					/* --- end element_general_content_carousel_middle --- */

					/* --- element_general_links_middle --- */ 
					/* --- end_element_general_links_middle --- */ 

					/* --- element_general_main_categories --- */
					/* --- end element_general_main_categories --- */

					/* --- element_general_images_middle --- */ 
					/* --- end element_general_images_middle --- */ 

					/* --- element_general_strength --- */ 
					#bg_middle .element_general_images.strength .current_element_image{
						height: 196px;
					}
					#bg_middle .element_general_images.strength{
						width: 66%;
					}
					/* --- end element_general_strength --- */ 

					/* --- element_general_newsletter_middle --- */ 
					/* --- end element_general_newsletter_middle --- */ 

					/* --- element_category_list_items_middle --- */ 
					/* --- end element_category_list_items_middle --- */ 

					/* --- element_general_carousel_middle --- */ 
					/* --- end element_general_carousel_middle --- */ 

					/* --- element_general_brand_carousel --- */ 
					/* --- end element_general_brand_carousel --- */ 

					/* --- element_general_list_item_titles_middle --- */
					/* --- end element_general_list_item_titles_middle --- */

					/* --- element_general_prime_categories_category_middle --- */ 
					/* --- end element_general_prime_categories_category_middle --- */ 

					/* --- element_general_contact_middle --- */ 
					/* --- end element_general_contact_middle --- */ 

					/* --- element_general_ws_carousel_middle --- */
					/* --- end element_general_ws_carousel_middle --- */

					/* --- element_general_ticker_middle --- */
					/* --- end element_general_ticker_middle --- */

					/* --- element_items_list_items_middle --- */ 
					/* --- end element_items_list_items_middle --- */ 

					/* --- element_general_masonry_grid --- */ 
					/* --- end element_general_masonry_grid --- */ 

					/* --- pagination_middle --- */
					/* --- end pagination_middle --- */

					/* --- bootstrap_slider_middle --- */
					/* --- end bootstrap_slider_middle --- */

					/* --- owlCarousel_middle --- */
					/* --- end owlCarousel_middle --- */
					/* ------------------------------------- end middle ------------------------------------- */

					/* ------------------------------------- footer ------------------------------------- */

					/* --- layout_footer --- */ 
					div#footer_group1 {
						padding: 0px 16px;
					}
					div#footer_group2 {
						padding-top: 49px;
					}
					/* --- end layout_footer --- */

					/* --- element_general_newsletter_footer --- */ 
					#bg_footer .footer_newsletter .wrap_ticket_customer_email {
						float: right;
						margin: 0;
						margin-top: 55px;
					} 
					#bg_footer form.footer_newsletter .wrap_contact_title2 h3.contact_title2 {
						font-size: 16px;
						line-height: 25px;
						text-align: center;
					}
					div#footer_group1 .titles-wrapper {
						margin-bottom: 0px !important;
					}
					/* --- end element_general_newsletter_footer --- */ 

					/* --- element_general_links_footer --- */ 
					#bg_footer form.footer_newsletter {
						padding-top: 31px;
					}

					#bg_footer form.footer_newsletter .wrap_contact_title2 {
						margin-top: 18px;
					}

					#bg_footer form.footer_newsletter .wrap_contact_title2 h3.contact_title2 {
						height: 100%;
					}
					/* --- end_element_general_links_footer --- */ 

					/* --- element_general_footer_nav --- */ 
					/* --- end element_general_footer_nav --- */ 

					/* --- element_general_prime_categories --- */ 
					/* --- end element_general_prime_categories --- */ 

					/* --- element_general_show_contact --- */ 
					#bg_footer form.footer_newsletter .wrap_contact_title2 {
						width: 100%;
						display: block;
					}
					#bg_footer form.footer_newsletter .wrap_contact_title1 {
						width: 100%;
						display: block;
						padding-right: 0;
					}
					#bg_footer form.footer_newsletter .wrap_contact_title2 h3.contact_title2 {
						font-weight: normal;
						text-align: right;
						padding-right: 0;
					}
					#bg_footer form.footer_newsletter {
						padding-top: 31x;
						padding-bottom: 31px;
					}
					/* --- end element_general_show_contact --- */

					/* --- #footer_group2, #footer_group3, #footer_group4_footer --- */
					/* --- end_#footer_group2, #footer_group3, #footer_group4_footer --- */

					/* --- element_general_images_footer --- */ 
					/* --- end element_general_images_footer --- */ 

					/* --- element_general_carousel_footer --- */ 
					/* --- end element_general_carousel_footer --- */ 

					/* --- element_general_prime_categories_footer --- */ 
					/* --- end element_general_prime_categories_footer --- */ 

					/* --- element_general_contact_footer --- */ 
					form.float_contact {
						display: block;
					}
					form.float_contact {
						display: block;
					}
					/* --- end element_general_contact_footer --- */ 
					#upBtn {
						padding: 0 10px;
						position: fixed;
						width: 46px;
						height: 50px;
						top: 89%;
						right: 10px;
						z-index: 9999;
						background: url(up.png) no-repeat center center transparent;
						cursor: pointer;
						border-radius: 0px;
					}
					/* ------------------------------------- end_footer ------------------------------------- */

					/* ------------------------------------- category ------------------------------------- */

					/* --- layout_category --- */ 
					/* --- end layout_category --- */   

					/* --- element_category_filter_category --- */ 
/*		#wrapper .element_category_filter span.results {
			width: 27%;
			}*/
			/* --- end element_category_filter_category --- */ 

			/* --- element_category_list_items_category --- */ 
			/* --- end element_category_list_items_category --- */ 

			/* --- element_general_prime_categories_category --- */ 
			/* --- end element_general_prime_categories_category --- */ 

			/* ------------------------------------- end_category ------------------------------------- */

			/* ------------------------------------- layout_item ------------------------------------- */
			.upgrades_form_fields.info > div {
				width: 49%;
			}
			#bg_middle .fake_quantity{
				float: right;
				margin-top: 0;
			}
			.special_cart.layout_item #bg_middle div.product_quantity {
				margin-top: 0;
			}
			/* --- element_general_tabs --- */ 
			/* --- end element_general_tabs --- */

			/* ------------------------------------- end_layout_item ------------------------------------- */


			/* ------------------------------------- layout ------------------------------------- */
			/* --- clearfix --- */
			/* --- end clearfix --- */

			/* --- layout_about --- */ 
			/* --- end layout_about --- */ 

			/* --- layout_compare --- */ 
			/* --- end layout_compare --- */ 

			/* --- layout_contact --- */ 
			.layout_contact .smallButton {
				width: 100% !important;
				max-width: 100%;
			}
			.layout_contact .smallButton a {
				width: 100% !important;
				max-width: 100% !important;
			}
			/* --- end layout_contact --- */ 

			/* --- layout_contract --- */ 
			/* --- end layout_contract --- */ 

			/* --- layout_credit_guard --- */ 
			/* --- end layout_credit_guard --- */ 

			/* --- layout_location --- */ 
			/* --- end layout_location --- */ 

			/* --- layout_order --- */ 
			/* --- end layout_order --- */ 

			/* --- layout_page --- */ 
			/* --- end layout_page --- */ 

			/* --- layout_iframe --- */ 
			/* --- end layout_iframe --- */ 

			/* ------------------------------------- end_layout ------------------------------------- */

		}
		/* End Of Medium devices (desktops, 992px and up) */

		/* Large devices (large desktops, 1200px and up) */
		@media screen and (min-width:1200px) {	

			/* ------------------------------------- header ------------------------------------- */

			/* --- layout_header --- */ 
			/* --- end layout_header --- */ 

			/* --- header_cart_nav_header --- */
			/* --- end_header_cart_nav_header --- */

			/* --- main_nav_bg --- */ 
			#bg_header div#main_nav_bg {
				position: static;
				display: inline-block;
				float: right;
				height: 35px;
				margin: 0;
				margin-left: 116px;
			}
			.main_nav_lis li a, .main_nav_lis li span span {
				color: #454545;
				line-height: 38px;
			}
			.main_nav_lis li span span {
				color: #3fa99d;
			}
			/* --- end_main_nav_bg --- */ 

			/* --- element_general_search_header --- */ 
			div#header_show_search {
				padding: 0px;
			}
			/* --- end element_general_search_header --- */ 

			/* --- element_general_links_header --- */ 
			/*header icons*/
			#header_group1 ul.element_general_links.header_icons li {
				width: auto;
				padding-right: 37px;
			}
			#header_group1 ul.element_general_links.header_icons li {
				background-position: right 0px;
			}
			#header_group1 ul.element_general_links.header_icons li.pos_1{
				margin-left: 46px;
				padding-right: 26px;
				background-position: right 2px;
			}
			#header_group1 ul.element_general_links.header_icons li.pos_2{
				margin-left: 37px;
				padding-right: 34px;
				background-position: right 4px;
			}
			#header_group1 ul.element_general_links.header_icons li.pos_3{
				padding-right: 22px;
				background-position: right 0px;
				margin-left: 0;
			}
			#header_group1 ul.element_general_links.header_icons li a{
				display: block;
				width: auto;
				font-size: 15px;
				color: #252525;
				line-height: 23px;
				text-align: right;
				padding: 0;
				position: static;
				overflow: hidden;
				background: none;
				font-weight: normal;
				height: 100%;
				font-size: 15px;
			}
			#header_group1 ul.element_general_links.header_icons li a:after {
				content: none;
			}
			#header_group1 ul.element_general_links.header_icons {
				width: 577px;
			}
			#header_group1 ul.element_general_links.header_icons li {
				margin-left: 34px;
			}
			/* --- end_element_general_links_header --- */ 

			/* --- element_general_images_header --- */ 
			/* --- end_element_general_images_header --- */ 

			/* --- element_general_login_logout_header --- */ 
			#bg_header .element_general_login_logout {
				position: static;
				display: inline-block;
				float: left;
				height: 35px;
			}
			.element_general_login_logout > ul > li a, .element_general_login_logout > ul > li span span {
				display: block;
				height: 100%;
				font-size: 14px;
				color: #454545;
				line-height: 38px;
			}
			.element_general_login_logout > ul > li a:hover, .element_general_login_logout > ul > li span span{
				color: #3fa99d;
			}
			.element_general_login_logout > ul > li.link_customer_signup a:after, .element_general_login_logout > ul > li.link_customer_signup span span:after {
				color: #454545;
			}
			/* --- end_element_general_login_logout_header --- */ 

			/* --- element_general_prime_categories_category_header --- */ 
			#wrapper .element_general_prime_categories.prime_categories {
				display: block;
				position: absolute;
				top: auto;
				bottom: 0;
				right: 0px;
				width: 86%;
				height: 38px;
				padding-right: 90px;
				z-index: 1;
			}
			#header_group1 .element_general_prime_categories.prime_categories > .store_categories {
				display: block;
				width: 100%;
				height: 100%;
				position: absolute;
				padding: 0;
				margin: 0;
				visibility: visible;
			}
			#header_group1 .element_general_prime_categories.prime_categories > h3 {
				display: none;
			}
			#header_group1 .element_general_prime_categories.prime_categories > .store_categories li {
				display: inline-block;
				float: right;
				width: auto;
				height: 100%;
				margin: 0;
				border: none;
				position: relative;
			} 
			#header_group1 .element_general_prime_categories.prime_categories > .store_categories li > a, #header_group1 .element_general_prime_categories.prime_categories > .store_categories li > span {
				display: block;
				width: auto;
				height: 100%;
				line-height: 40px;
				color: #fff;	
				font-size: 15px;
				font-weight: normal;
				position: relative;
				padding: 0 15px;
				font-weight: bold;
				overflow: visible;
			}
			#header_group1 .element_general_prime_categories.prime_categories > .store_categories li:hover > a, #header_group1 .element_general_prime_categories.prime_categories > .store_categories li > span {
				color: #c3c03b;
			}
			#header_group1 .element_general_prime_categories.prime_categories > .store_categories > li:not(:first-child):hover:before, 
			#header_group1 .element_general_prime_categories.prime_categories > .store_categories > li:not(:first-child):before {
				content: "";
				display: block;
				width: 1px;
				height: 19px;
				background: #fff;
				position: absolute;
				right: -1px;
				top:11px;
			}
			#header_group1 .element_general_prime_categories.prime_categories > .store_categories > li:not(:last-child):after, 
			#header_group1 .element_general_prime_categories.prime_categories > .store_categories > li:not(:last-child):after {
				content: "";
				display: block;
				height: 19px;
				width: 1px;
				background: #fff;
				position: absolute;
				left: 0px;
				top: 11px;
			}
			#header_group1 .element_general_prime_categories.prime_categories > .store_categories li:hover > a:after {
				height: 19px;
				top: 11px;
			}
			#header_group1 .element_general_prime_categories.prime_categories > .store_categories li > ul {
				display: none;
			}
			#header_cart_nav {
				right: 10px;
			}

			#bg_header ul.element_general_links.search_btn.vertical {
				right: 89px;
			}

			#wrapper .element_general_prime_categories.prime_categories {
				background: none;
				max-width: 988px;
				right: 222px;
				padding-right: 0;
			}

			#header_group1 .element_general_prime_categories.prime_categories > .store_categories {
				position: static;
				background: none;
			}

			#bg_header .element_general_prime_categories:hover ul.store_categories {
				box-shadow: none;
				padding: 0;
				margin: 0;
				width: auto;
			}
			#bg_header .element_general_prime_categories:hover:before,.element_general_prime_categories:hover:after {
				content: none;
			}
			#bg_header .element_general_prime_categories:hover ul.store_categories li ul.store_categories li:before {
				content: none;
			}
			/* --- end element_general_prime_categories_category_header --- */ 

			/* --- element_general_prime_categories_with_group_header --- */
			/* --- end element_general_prime_categories_with_group_header --- */

			/* --- element_general_prime_categories_with_children_header --- */

			/*drop*/
			#bg_header .element_general_prime_categories:hover ul.store_categories {
				visibility: visible;
			}
			#bg_header .element_general_prime_categories ul.store_categories li.open_left > .drop-wrapper {
				left: 0;
				right: auto;
			}
			#bg_header .element_general_prime_categories ul.store_categories li > .drop-wrapper {
				display: none;
				width: 851px;
				height: 390px;
				background: #fff;
				padding: 30px 26px;
				overflow: hidden;
				position: absolute;
				right: 0;
				top: 100%;
			}
			#bg_header .element_general_prime_categories ul.store_categories li:hover > .drop-wrapper {
				display: block;
				box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
			}
			#bg_header .element_general_prime_categories ul.store_categories > li:hover > a:before {
				content: "";
				background: url(hover_desk.png)no-repeat center center;
				position: absolute;
				display: block;
				width: 29px;
				right: 0;
				left: 0;
				margin: auto;
				height: 16px;
				top: 38px;
				z-index: 99999999;
			}
			#bg_header .element_general_prime_categories ul.store_categories li.open_left > .drop-wrapper {
				left: 0;
				right: auto;
			}
			#bg_header .element_general_prime_categories ul.store_categories li > .drop-wrapper > ul {
				display: none;
				width: 460px;
				height: 100%;
				float: right;
				position: static;
				background: #fff;
				border: none;
			}
			#bg_header .element_general_prime_categories ul.store_categories li:hover > .drop-wrapper > ul {
				display: inline-block;
				visibility: visible;
			}
			#header_group1 .element_general_prime_categories.prime_categories > .store_categories li ul li {
				width: 100%;
				height: 33px;
				line-height: 33px;
				text-align: right;
				font-weight: bold;
				font-size: 15px;
				color: #565656;
			}
			#header_group1 .element_general_prime_categories.prime_categories > .store_categories li ul li a:before, #header_group1 .element_general_prime_categories.prime_categories > .store_categories li ul li span:before {
				content: "\f100";
				display: block;
				font-family: fontAwesome;
				position: absolute;
				right: 0;
				color: #3fa99d;
			}
			#header_group1 .element_general_prime_categories.prime_categories > .store_categories li ul li a:after {
				content: none;
			}
			#header_group1 .element_general_prime_categories.prime_categories > .store_categories li ul li a {
				display: block;
				width: 100%;
				height: 100%;
				padding: 0 20px;
				color: #252525;
				line-height: 30px;
				font-size: 14px;
				text-align: right;
				font-weight: normal;
			}
			#header_group1 .element_general_prime_categories.prime_categories > .store_categories li ul li a:hover, #header_group1 .element_general_prime_categories.prime_categories > .store_categories li ul li span {
				color: #3fa99d;
				text-decoration: underline;
			}
			/*drop_grid*/
			#wrapper #bg_header .layout_list_item {
				display: inline-block;
				width: 330px;
				height: 350px;
				float: left;
				padding-right: 11px;
				vertical-align: top;
			}
			#wrapper #bg_header .layout_list_item:before {
				content: "";
				width: 1px;
				height: 330px;
				background: #e0dbd7;
				display: block;
				position: absolute;
			}
			#wrapper #bg_header .layout_list_item .grid{
				border: none;
				max-width: 315px;
			}
			#wrapper #bg_header .layout_list_item .list_item_image {
				width: 208px;
				height: 193px;
				margin-bottom: 10px;
				margin-top:0;
			}
			#wrapper #bg_header .layout_list_item .grid .list_item_title_with_brand {
				height: 42px;
			}
			#wrapper #bg_header .layout_list_item .list_item_image:after {
				content: none;
			}
			#wrapper #bg_header .layout_list_item .list_item_title_with_brand h3 a {
				font-size: 14px;
				font-weight: normal;
				color: #565656;
			}
			#bg_header .layout_list_item .list_item_show_price {
				border: none;
				width: 100%;
				max-width: 231px;
				height: 36px;
				margin-bottom: 9px;
				font-size: 17px;
				font-weight: bold;
			}
			#wrapper #bg_header div.layout_list_item .list_item_show_price{
				border-top: none;
			}
			#bg_header .layout_list_item .list_item_show_price span.item_show_origin_price {
				width: 50%;
				text-align: left;
				padding: 0;
				padding-left: 12px;
				line-height: 39px;
			}
			.layout_category.special_grid #wrapper #bg_header .layout_list_item .product_quantity {
				display: none;
			}
			#bg_header .layout_list_item .item_show_origin_price .origin_price_number {
				font-size: 14px;
				color: #565656;
				font-weight: normal;
				margin-left: 39px;
			}
			#wrapper #bg_header .layout_list_item .list_item_show_price a.price {
				width: 50%;
				text-align: center;
				padding: 0;
				padding-right: 12px;
				line-height: 36px;
				color: #252525;
				font-size: 18px;
				font-weight: normal;
			}
			#wrapper #bg_header .layout_list_item .list_item_show_price a.price strong {
				font-weight: normal;
			}
			#wrapper #bg_header .layout_list_item a.trigger_btn {
				display: block;
				width: 180px;
				height: 40px;
				background: #c3c03b;
				font-size: 16px;
				color: #fff;
				line-height: 45px;
				text-align: right;
				font-weight: normal;
				margin: 0 auto;
				padding-right: 36px;
				line-height: 40px;
				position: relative;
			}
			#wrapper #bg_header .layout_list_item a.trigger_btn:hover {
				background: #565656;
			}
			#wrapper #bg_header .layout_list_item a.trigger_btn:after {
				content: "\f100";
				display: block;
				font-family: fontAwesome;
				position: absolute;
				left: 36px;
				top: 0;
				color: #fff;
				line-height: 40px;
				font-size: 20px;
				height: 40px;
			}
			#wrapper #bg_header .layout_list_item .extra_button {
				display: none !important;
			}
			#wrapper #bg_header .layout_list_item .list_item_compare {
				display: none;
			}
			#bg_header .element_general_prime_categories:hover ul.store_categories li ul.store_categories {
				width: 350px;
				padding: 0;
				margin-bottom: 0;
			}
			#wrapper #bg_header .layout_list_item div#item_icons {display: none;}
			#wrapper #bg_header .layout_list_item .product_quantity {
				display: none;
			}
			#wrapper #bg_header .layout_list_item .grid:hover .list_item_image, 
			#wrapper #bg_header .layout_list_item .grid:hover .list_item_title_with_brand, 
			#wrapper #bg_header .layout_list_item .grid:hover #item_icons, 
			#wrapper #bg_header .layout_list_item .grid:hover .list_item_show_price {
				opacity: 1;
			}

			/*end of drop_grid*/

			
			/* --- end element_general_prime_categories_with_children_header --- */

			/* --- element_general_contact_header --- */ 
			/* --- end element_general_contact_header --- */ 

			/* --- element_general_newsletter_header --- */ 
			/* --- end element_general_newsletter_header --- */ 

			/* --- element_general_easy_lightbox --- */
			/* --- end element_general_easy_lightbox --- */

			/*element_general_lightbox*/
			/*end element_general_lightbox*/

			/* ------------------------------------- end layout_header ------------------------------------- */

			/* ------------------------------------- middle ------------------------------------- */

			/* --- layout_homepage_middle --- */  
			/* --- end layout_homepage_middle --- */ 

			/* --- element_general_masonry_images_middle --- */ 
			/* --- end element_general_masonry_images_middle --- */ 

			/* --- element_general_strength_middle --- */ 
			#bg_middle .element_general_images.strength .current_element_image{
				height: 200px;
			}
			/* --- end element_general_strength_middle --- */ 

			/* --- element_general_all_categories_middle --- */ 
			/* --- end element_general_all_categories_middle --- */ 

			/* --- element_general_categories_images_middle --- */ 
			/* --- end element_general_categories_images_middle --- */ 

			/* --- element_general_content_carousel_middle --- */ 
			/* --- end element_general_content_carousel_middle --- */

			/* --- element_general_links_middle --- */ 
			/* --- end_element_general_links_middle --- */ 

			/* --- element_general_main_categories --- */
			/* --- end element_general_main_categories --- */

			/* --- element_general_images_middle --- */ 
			#wrapper .element_general_images.main_cat .current_element_image {
				width: 18.8%;
				margin-left: 1.5%;
				margin-bottom: 1.5%;
			}
			#wrapper .element_general_images.main_cat .current_element_image.pos_4 {
				margin-left: 0;
			}
			#wrapper .element_general_images.main_cat .current_element_image:nth-child(3n) {
				margin-left: 1.5%;
			}
			/* --- end element_general_images_middle --- */ 

			/* --- element_general_strength --- */ 
			/* --- end element_general_strength --- */ 

			/* --- element_general_newsletter_middle --- */ 
			/* --- end element_general_newsletter_middle --- */ 

			/* --- element_category_list_items_middle --- */ 
			/* --- end element_category_list_items_middle --- */ 

			/* --- element_general_carousel_middle --- */ 
			/* --- end element_general_carousel_middle --- */ 

			/* --- element_general_brand_carousel --- */ 
			/* --- end element_general_brand_carousel --- */ 

			/* --- element_general_list_item_titles_middle --- */
			/* --- end element_general_list_item_titles_middle --- */

			/* --- element_general_prime_categories_category_middle --- */ 
			/* --- end element_general_prime_categories_category_middle --- */ 

			/* --- element_general_contact_middle --- */ 
			/* --- end element_general_contact_middle --- */ 

			/* --- element_general_ws_carousel_middle --- */
			/* --- end element_general_ws_carousel_middle --- */

			/* --- element_general_ticker_middle --- */
			/* --- end element_general_ticker_middle --- */

			/* --- element_items_list_items_middle --- */ 
			/* --- end element_items_list_items_middle --- */ 

			/* --- element_general_masonry_grid --- */ 
			/* --- end element_general_masonry_grid --- */ 

			/* --- pagination_middle --- */
			/* --- end pagination_middle --- */

			/* --- bootstrap_slider_middle --- */
			/* --- end bootstrap_slider_middle --- */

			/* --- owlCarousel_middle --- */
			/* --- end owlCarousel_middle --- */
			/* ------------------------------------- end middle ------------------------------------- */

			/* ------------------------------------- footer ------------------------------------- */

			/* --- layout_footer --- */ 
			/* --- end layout_footer --- */

			/* --- element_general_newsletter_footer --- */
			div#footer_group1 {
				padding:0 10px;
				max-height: 222px;
			}
			#bg_footer form.footer_newsletter:after {
				right: -19px;
			}
			/* --- end element_general_newsletter_footer --- */ 

			/* --- element_general_links_footer --- */ 
			/* --- end_element_general_links_footer --- */ 

			/* --- element_general_footer_nav --- */ 
			/* --- end element_general_footer_nav --- */ 

			/* --- element_general_prime_categories --- */ 
			/* --- end element_general_prime_categories --- */ 

			/* --- element_general_show_contact --- */ 
			/* --- end element_general_show_contact --- */

			/* --- #footer_group2, #footer_group3, #footer_group4_footer --- */
			/* --- end_#footer_group2, #footer_group3, #footer_group4_footer --- */

			/* --- element_general_images_footer --- */ 
			/* --- end element_general_images_footer --- */ 

			/* --- element_general_carousel_footer --- */ 
			/* --- end element_general_carousel_footer --- */ 

			/* --- element_general_prime_categories_footer --- */ 
			/* --- end element_general_prime_categories_footer --- */ 

			/* --- element_general_contact_footer --- */ 
			div#footer_group5 {
				padding: 0px;
			}
			/* --- end element_general_contact_footer --- */ 

			/* ------------------------------------- end_footer ------------------------------------- */


			/* ------------------------------------- category ------------------------------------- */

			/* --- layout_category --- */ 
			/* --- end layout_category --- */   

			/* --- element_category_filter_category --- */ 

			/* --- end element_category_filter_category --- */ 

			/* --- element_category_list_items_category --- */ 
			/* --- end element_category_list_items_category --- */ 

			/* --- element_general_prime_categories_category --- */ 
			/* --- end element_general_prime_categories_category --- */ 

			/* ------------------------------------- end_category ------------------------------------- */

			/* ------------------------------------- layout_item ------------------------------------- */

			#bg_middle .fake_quantity {
				max-width: 190px !important;
				width: 100%;
			}
			#bg_middle .owl-carousel .owl-stage-outer {
				max-width: 1200px;
				margin: 0 auto;
			}
			#bg_middle .fake_quantity{
				margin-left: 7px;
			}
			.special_cart.layout_item #bg_middle div.product_quantity {
				float: left;
			}
			/* --- element_general_tabs --- */ 
			/* --- end element_general_tabs --- */


			/* ------------------------------------- end_layout_item ------------------------------------- */


			/* ------------------------------------- layout ------------------------------------- */
			/* --- clearfix --- */
			/* --- end clearfix --- */

			/* --- layout_about --- */ 
			/* --- end layout_about --- */ 

			/* --- layout_compare --- */ 
			/* --- end layout_compare --- */ 

			/* --- layout_contact --- */ 
			/* --- end layout_contact --- */ 

			/* --- layout_contract --- */ 
			/* --- end layout_contract --- */ 

			/* --- layout_credit_guard --- */ 
			/* --- end layout_credit_guard --- */ 

			/* --- layout_location --- */ 
			/* --- end layout_location --- */ 

			/* --- layout_order --- */ 
			/* --- end layout_order --- */ 

			/* --- layout_page --- */ 
			/* --- end layout_page --- */ 

			/* --- layout_iframe --- */ 
			/* --- end layout_iframe --- */ 

			/* ------------------------------------- end_layout ------------------------------------- */

		}
		/* End Of Large devices (large desktops, 1200px and up) */

		/* ------------------------------------- general ------------------------------------- */
		/* ------------------------------------- end_general ------------------------------------- */



		/* ------------------------------------- Responsive ------------------------------------- */

		/* Responsive Changes */
		@media screen and (min-width:1300px) {	

			#bg_middle div.four .owl-controls {
				display: block;
				position: absolute;
				top: 0;
				bottom: 0;
				height: 1px;
				left: 0;
				right: 0;
				margin: auto;
				max-width: 100%;
				width: auto;
			}
			#bg_middle div.four .owl-controls div.owl-nav{
				display: block;
				height: 0px;
				max-width: 100%;
				position: relative;
			}
			.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next {
				display: block;
				position: absolute;
				left: -45px;
				right: auto;
				top: -20px;
				background: url(rl_grid.png) no-repeat 0 center;
				height: 40px;
				width: 25px;
				max-width: 100%;
			}
			.owl-carousel .owl-controls .owl-nav .owl-next {
				right: -45px;
				background-position: 100% center;

			}

			/*maun_cat_arrows*/	
			#bg_middle div.small .owl-controls {
				display: block;
				position: absolute;
				top: 0;
				bottom: 0;
				height: 1px;
				left: 0;
				right: 0;
				margin: auto;
				max-width: 100%;
				width: auto;
			}
			#bg_middle div.small .owl-nav {
				display: block;
				height: 0px;
				max-width: 100%;
				width: auto;
				position: relative;
			}

			#bg_middle div.small .owl-carousel .owl-controls .owl-nav .owl-prev , #bg_middle div.small .owl-carousel .owl-controls .owl-nav .owl-next{
				display: block;
				position: absolute;
				right: -60px;
				background: url(rl_grid.png) no-repeat 100% center;
				height: 40px;
				width: 25px;
				top: -20px;
				font-size: 0;
			}
			#bg_middle div.small .owl-carousel .owl-controls .owl-nav .owl-next {
				left: -60px;
				right: auto;
				background-position: 0 center;
			}
		}
		/* Extra large devices (very large desktops, 2000px and up) */
		@media screen and (min-width:2000px) {	


/*	.element_general_images.main_cat .current_element_image h3 {
		width: 302px;
		height: 60px;
		font-size: 30px;
		padding-right: 55px;
		}*/


	}

/* ------------------------------------- end_Responsive ------------------------------------- */