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

/* --- layout_header --- */ 
div#wrapper:before {
	content: "";
	background: url(strength1-h.png), url(strength2-h.png), url(strength3-h.png), url(strength4-h.png), url(strength5-h.png);
	height: 0;
}
#wrapper {
	background: none;
	height: 2000px;
}
#bg_header{
	width: 100%;
	height: 160px;
	z-index: 99;
	background: url(light_grey_PATTERN.png);
}
#bg_header:before {
	content: "";
	position: absolute;
	top: 0;
	height: 31px;
	width: 100%;
	background: rgb(225, 225, 225);
}
#bg_header:after {
	content: "";
	position: absolute;
	top: 120px;
	height: 40px;
	width: 100%;
	background: url(prime_cat_bg.jpg);
	display: block;
}
#header_logo a.mini{
	position: static;
}
.fix_nav_big {
	position: fixed;
	width: 100%;
	height: 40px;
	z-index: 100;
	right: 0;
	top: 0;
	background: url(prime_cat_bg.jpg);
}
.fix_nav_small {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
#bg_header .element_general_prime_categories.sticky {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 10000000;
}
#bg_header #header_group1 .element_general_login_logout, 
#bg_header #header_group1 ul.element_general_links.more_links.horizontal, 
#layout_header > #header_show_search, 
#layout_header > #header_cart_nav, 
#header_group1 > .element_general_links.prime_categories_more_links,
#layout_header > #header_secure_link{
	display: none;
}
/* --- end layout_header --- */ 

/* --- header_logo --- */
div#header_logo {
	left: 0;
	top: 37px;
	height: 73px;
	width: 213px;
}
#header_logo a {
	width: 100%;
	height: 100%;
	position: static;
	display: block;
	transition: none;
}
#header_logo a img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
}
/* --- end_header_logo --- */

/* --- header_cart_nav_header --- */
ul#header_cart_nav {
	position: static;
	float: right;
	height: 100%;
	width: 45px;
	margin-left: 29px;
}
ul#header_cart_nav > li{
	float: none;
}
ul#header_cart_nav * {
	display: block;
	height: 100%;
	width: 100%;
	padding: 0;
}   
ul#header_cart_nav li.link_order_with_counter a {
	background: url(cart_icon.png) no-repeat center;
	position: relative;
}
ul#header_cart_nav span.cart_with_items {
	font-size: 0;
	width: 7px;
	left: 0;
	position: absolute;
}
ul#header_cart_nav span.cart_with_items span#cart_icon {
	display: none;
}
ul#header_cart_nav span.cart_with_items b {
	font-weight: bold;
	font-size: 7px;
	line-height: 28px;
	left: 4px;
	color: #fff;
	top: 0;
	position: absolute;
}
/*secure*/
#header_secure_link {
	position: static;
	float: right;
	height: 100%;
	width: 16px;
	margin-left: 31px;
}
#secureHook {
	background: url(secure_icon.png) no-repeat center;
	width: 100%;
	height: 100%;
	display: block;
}
#header_secure_link span.safe_buy {
	display: none;
}
/* --- end_header_cart_nav_header --- */

/* --- main_nav_bg --- */ 
div#main_nav_bg {
	top: 0;
	right: 0;
	position: relative;
	height: 31px;
	width: 100%;
	overflow: hidden;
}
#header_main_nav {
	background: none;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	margin-left: 9px;
}
#header_main_nav li.link_all_items, #header_main_nav li.link_pages {
	display: none;
}
#header_main_nav > li:first-child {
	background: none;
}
#header_main_nav li.href_homepage {
	width: 22px;
	margin-left: 6px;
}
#header_main_nav li.href_homepage a, #header_main_nav li.href_homepage a:hover, .layout_items #header_main_nav > li:first-child > a {
	padding-right: 0;
	background: url(home_icon.png) no-repeat center;
}
#header_main_nav li {
	width: auto;
	height: 100%;
	position: relative;
	display: inline-block;
}
#header_main_nav > li a:active{
	color: #000;
}
#header_main_nav li.link_customer:not(.second) {
	display: none;
}
#header_main_nav li span {
	display: block;
	width: auto;
	height: 100%;
}
#header_main_nav li a, #header_main_nav li span span, .layout_items #header_main_nav > li:first-child > a {
	display: block;
	width: auto;
	height: 100%;
	padding: 0 6px;
	color: #34373c;
	font-weight: normal;
	line-height: 31px;
	margin: 0;
	font-size: 13px;
}
#header_main_nav > li > a:hover, #header_main_nav > li > span > a:hover, #header_main_nav li span span {
	background: none;
	margin: 0;
	text-decoration: underline;
	color: #1e83cb;
}
#header_main_nav li:not(.link_customer_signup):not(.second):not(.link_customer_logout):not(.href_homepage) a:after, 
#header_main_nav li:not(.link_customer_signup):not(.second):not(.link_customer_logout):not(.href_homepage) span span:after {
	content: "";
	display: block;
	height: 13px;
	width: 1px;
	background: #797b7e;
	position: absolute;
	top: 11px;
	left: 0;
}
#header_main_nav li.link_customer.second a, #header_main_nav li.link_customer.second > span > span {
	padding-left: 0;
}
#header_main_nav li.link_customer_signup a, #header_main_nav li.link_customer_signup > span > span {
	padding-right: 0;
}
#header_main_nav > li.link_customer_signup a:before, #header_main_nav > li.link_customer_signup > span > span:before {
	content: "/";
	position: static;
	color: #404247;
	display: inline-block;
	width: auto;
	height: auto;
	background: none;
}
/* --- end_main_nav_bg --- */ 

/* --- element_general_search_header --- */ 
.extra-nav {
	position: absolute;
	top: 77px;
	right: 0;
	width: 445px;
	height: 32px;
}
#header_show_prime_categories {
	right: 0;
	padding-top: 3px;
	background: none;
	width: 960px;
}
/*link_all_items*/
.extra-nav li.link_all_items {
	display: block;
	position: relative;
	list-style: none;
	width: 137px;
	height: 32px;
	background: #0074c8;
	padding-left: 10px;
	z-index: 9999;
	float: right;
}
.extra-nav li.link_all_items:hover:after {
	content: "";
	position: absolute;
	display: block;
	height: 15px;
	width: 147px;
	left: 0;
	bottom: -13px;
}
.extra-nav li.link_all_items:before {
	content: "\f0c9";
	display: inline-block;
	font-family: FontAwesome;
	color: #fff;
	font-size: 16px;
	margin-right: 15px;
	height: 100%;
	line-height: 32px;
	float: right;
}
.extra-nav li.link_all_items a, .extra-nav li.link_all_items li > span {
	color: #fff;
	font-size: 14px;
	line-height: 32px;
	margin-right: 23px;
	height: 100%;
	display: inline-block;
	float: right;
}
li.link_all_items > a:after{
	display: none;
}
#layout_header {
	height: 100%;
}
.link_all_items:hover #header_show_prime_categories {
	display: block;
}
#header_show_prime_categories {
	background: none;
	visibility: visible;
	width: 960px;
	right: 0;
	top: 40px;
	position: absolute;
	z-index: 1000;
}
#header_show_prime_categories > .store_categories {
	border: none;
	background: #ebebeb;
	border-top: 5px solid #0074c8;
	padding: 17px 0;
}
#bg_header .element_general_prime_categories > .store_categories > li:after,  #bg_header .element_general_prime_categories > .store_categories > li:first-child:before {
	content: "";
	width: 1px;
	height: 39px;
	background: rgba(255, 255, 255, 0.3);
	position: absolute;
	top: 1px;
}
#header_show_prime_categories > .store_categories > li, #bg_header .store_categories > li .store_categories li {
	width: 25%;
	height: 26px;
	display: inline-block;
	vertical-align: top;
	float: right;
	margin: 0 -2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 7px 10px;
	background: none;
}
#header_show_prime_categories > .store_categories > li a:after, #header_show_prime_categories > .store_categories > li span:after, #bg_header .store_categories > li .store_categories > li a:after, #bg_header .store_categories > li .store_categories > li span:after{
	content: "\f100";
	width: 10px;
	height: 14px;
	position: absolute;
	display: block;
	font-family: FontAwesome;
	color: #0074c8;
	right: -15px;
	top: 0;
}
#header_show_prime_categories > .store_categories > li ul {
	border: none;
	background: none;
	padding-top: 10px;
}
#header_show_prime_categories > .store_categories > li a, 
#header_show_prime_categories > .store_categories > li span, 
#bg_header .store_categories > li .store_categories > li a, 
#bg_header .store_categories > li .store_categories > li span {
	position: relative;
	color: #636363;
	line-height: 14px;
	display: block;
	text-align: right;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
}
#bg_header .store_categories > li .store_categories > li a, 
#bg_header .store_categories > li .store_categories > li span{
	margin-right: 23px;
	height: 100%;
	float: right;
}
#header_show_prime_categories > .store_categories > li li a:before,
#header_show_prime_categories > .store_categories > li li span:before {
	display: inline-block;
	font-family: FontAwesome;
	padding: 0 0 0 5px;
	font-size: 16px;
	position: relative;
	top: 1px;
	content: "\f104";
}
#header_show_prime_categories > .store_categories li:hover > a, 
#header_show_prime_categories > .store_categories > li li:hover:before, 
#header_show_prime_categories > .store_categories li > span, 
#bg_header .store_categories > li .store_categories > li:hover a, 
#bg_header .store_categories > li .store_categories > li:hover span {
	color: #0074c8;
}
#header_show_prime_categories {
	display: none;
}
#bg_header .store_categories li:hover{
	background: none;
}
#bg_header .store_categories li:hover ul {
	display: none;
}
/*search*/
#header_show_search {
	width: auto;
	position: static;
	float: right;
	margin-right: 8px;
}
#header_show_search form.search {
	position: relative;
}
#header_show_search .search .textInput #q {
	width: 280px;
	height: 32px;
	background: #fff;
	position: static;
	padding: 0px 12px 0px 20px;
	line-height: 24px;
	font-size: 13px;
	color: #58595b;
	border: #b7b7b7 1px solid;
}
#header_show_search #searchBtnHook {
	position: absolute;
	width: 22px;
	height: 21px;
	top: 7px;
	left: 8px;
}
.searchButton input[type="submit"]{
	background: url(search.png) no-repeat ;
	width: 100%;
	height: 100%;
	left: 0;
}
/* --- end_link_all_items --- */ 
/*more link-number*/
ul.element_general_links.more_links {
	position: absolute;
	top: 34px;
	right: 457px;
}
ul.element_general_links.more_links li {
	display: block;
	width: auto;
	height: 25px;
	padding-right: 28px;
	line-height: 28px;
}
ul.element_general_links.more_links li a {
	display: block;
	color: #0074c8;
	height: 30px;
	width: auto;
	font-weight: bold;
}
ul.element_general_links.more_links li.pos_0{
	background: url(phone_icon.png) no-repeat right;
}
ul.element_general_links.more_links li.pos_1{
	background: url(cell_icon.png) no-repeat right;
}
ul.element_general_links.more_links li.pos_2{
	background: url(mail_icon.png) no-repeat right;
}
ul.element_general_links.more_links li.pos_0 a, ul.element_general_links.more_links li.pos_1 a {
	font-size: 18px;
}
ul.element_general_links.more_links li.pos_2 a{
	font-size: 17px;
}
/* --- end element_general_search_header --- */ 

/* --- element_general_links_header --- */ 
#header_group1 ul.element_general_links.zap {
	width: 159px;
	height: 30px;
	display: inline-block;
	margin-right: 155px;
	margin-top: 7px;
}
#header_group1 ul.element_general_links.zap li{
	display: block;
	height: 100%;
	background: url(zap_icon.png) no-repeat left;
}
#header_group1 ul.element_general_links.zap li a {
	font-size: 16px;
	font-weight: bold;
	color: #0074c8;
	height: 100%;
	display: block;
	line-height: 35px;
	padding-left: 30px;
}
/* --- 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 --- */ 
#bg_header .element_general_prime_categories {
	position: absolute;
	top: 120px;
	width: 960px;
	height: 40px;
	z-index: 99;
}
.element_general_prime_categories .store_categories {
	display: block;
	width: 100%;
	height: 100%;
	background: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.element_general_prime_categories h3 {
	display: none;
}
#bg_header .element_general_prime_categories > .store_categories > li {
	display: inline-table;
	width: 87px;
	height: 100%;
	background: none;
	float: right;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	top: 0;
}
#bg_header .element_general_prime_categories > .store_categories > li:hover, #bg_header .element_general_prime_categories > .store_categories > li:hover{
	border-bottom: none;
	background-color: #00bff3;
	margin-left: 0;
	position: static;
}
#bg_header .element_general_prime_categories > .store_categories li.extra_category {
	background: #f5a403;
	width: 90px;
}
#bg_header .element_general_prime_categories > .store_categories li.extra_category a {
	font-size: 16px;
	font-weight: bold;
}
#bg_header .store_categories li:hover {
	background: none;
}
#bg_header .element_general_prime_categories > .store_categories > li {
	background: none;
	margin-left: 0;
	border:none;
}
#bg_header .element_general_prime_categories > .store_categories li > a, #bg_header .element_general_prime_categories > .store_categories li > span {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	line-height: 16px;
	width: 100%;
	height: 100%;
	background: none;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*drop*/
#bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper {
	display: none;
	position: absolute;
	display: none;
	width: 871px;
	height: 383px;
	top: 100%;
	right: 0;
	overflow: hidden;
	-webkit-box-shadow: 1px 1px 8px rgba(0,0,0,.30);
	-moz-box-shadow: 1px 1px 8px rgba(0,0,0,.30);
	box-shadow: 1px 1px 8px rgba(0,0,0,.30);
	background: #eee;
}
#bg_header .element_general_prime_categories > .store_categories > li:hover > .drop-wrapper {
	display: block;
}
#bg_header .element_general_prime_categories .store_categories li:hover ul{
	display: inline-block;
	background: #eeeeee;
	float: right;
	visibility: visible;
	width: 471px;
	height: 100%;
	right: 0;
	top: 0;
	position: absolute;
	z-index: 1000;
	padding: 41px 25px 61px 0;
	border: none;
}
#bg_header .store_categories li ul {
	position: absolute;
	top: 100%;
	right: -1px;
	background: #fff;
	width: 92px;
	height: auto;
	border: 1px solid #ccc;
	border-top: 6px solid transparent;
	display: none;
}
#bg_header .store_categories > li .store_categories > li{
	width: 50%;
	padding: 7px 10px;
	height: 32px;
}
/*grid*/
#wrapper #bg_header .element_items_list_items.header_grid {
	display: none;
}
.layout_homepage #wrapper .element_category_list_items #facebook_and_sort_category, .layout_homepage #wrapper .element_items_list_items #search_msg_facebook_and_sort {
	display: none;
}
#wrapper #bg_header div#header_group1 .element_items_list_items.header_grid .store_list_items .layout_list_item {
	display: none;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item {
	display: inline-block;
	float: left;
	width: 360px;
	height: 100%;
	border-right: 2px solid #f0f0f0;
	/* padding: 25px 30px 10px 0; */
	margin-left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid {
	width: 288px;
	background: none;
	height: 100%;
	margin: 0 auto;
}
.drop-wrapper .layout_list_item .grid #item_icons {
	display: none;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .list_item_title_with_brand {
	width: 89%;
	height: 43px;
	float: none;
	overflow: hidden;
	margin-bottom: 6px;
	display: block;
	position: absolute;
	top: 17px;
	right: 16px;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .list_item_title_with_brand h3 {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	background: none;
	text-align: center;
	line-height: 24px;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .list_item_title_with_brand h3 a {
	display: block;
	width: 100%;
	height: 100%;
	background: none;
	color: #0074c8;
	font-size: 19px;
	font-weight: bold;
	padding: 0;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .list_item_image {
	display: block;
	float: none;
	width: 220px;
	height: 220px;
	position: relative;
	top: 80px;
	right: 0;
	left: 0;
	margin: auto;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .list_item_image * {
	display: block;
	width: 100%;
	height: 100%;
	background: none;
	padding: 0;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .list_item_image img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .list_item_current_list_item_content {
	display: none;
	float: right;
	width: 50%;
	height: 47px !important;
	overflow: hidden;
	margin-bottom: 28px;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .list_item_current_list_item_content p {
	display: block;
	width: 100%;
	color: #2f2f2f;
	font-size: 14px;
	font-weight: normal;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .list_item_show_price {
	display: block;
	float: none;
	height: 36px;
	margin-bottom: 0;
	border-top: none;
	margin: 0px;
	margin-top: 82px;
	padding: 0 66px;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .list_item_show_price span.item_show_origin_price {
	width: auto;
	padding: 0;
	background: none;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .list_item_show_price span.item_show_origin_price span {
	display: none;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .list_item_show_price span.item_show_origin_price span.origin_price_number {
	display: block;
	width: auto;
	text-align: right;
	padding: 0;
	background: none;
	color: #34373c;
	font-weight: normal;
	line-height: 41px;
	height: 100%;
	font-size: 16px;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .list_item_show_price a {
	display: inline-block;
	float: left;
	background: none;
	padding: 0;
	width: auto;
	text-align: left;
	color: #34373c;
	height: 100%;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .list_item_show_price a strong {
	font-size: 19px;
	font-size: 19px;
	height: 100%;
	display: block;
	line-height: 40px;
	width: auto;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .list_item_show_price a span {
	display: none;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .extra_button {
	display: block;
	float: none;
	width: 100%;
	height: 40px;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .extra_button a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	padding: 0;
	background: #0074c8;
	margin: 0 auto;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .extra_button a:hover {
	border: 2px solid #0074c8;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #0074c8;
	line-height: 36px;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .list_item_compare {
	display: none;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid:before, #wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid:after {
	content: none;
}
/*end of the 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 --- */  
#bg_middle {
	width: 100%;
	margin-bottom: 0;
}
#bg_middle #main {
	width: 100%;
}
#layout_homepage {
	background: url(light_grey_PATTERN.png);
}
#layout_homepage:after {
	content: "";
	height: 201px;
	width: 100%;
	background: #fff;
	position: absolute;
	bottom: 0;
	display: block;
}
#homepage_group2, #homepage_group4 {
	width: 960px;
	position: relative;
	margin: 0 auto;
	margin-top: 23px;
	text-align: center;
	float: none;
}
#homepage_group3{
	width: 960px;
	position: relative;
	margin: 0 auto;
	float: none;
	margin-bottom: 18px;
}
h3.homepageHeading {
	font-size: 22px;
	font-weight: normal;
	color: #0074c8;
	position: relative;
	height: 31px;
	border-bottom: #d6d6d6 solid 1px;
	margin-bottom: 25px;
}
h3.homepageHeading:after {
	content: "";
	display: block;
	height: 4px;
	width: 75px;
	position: absolute;
	background: #00bff3;
	bottom: -2px;
	right: 442px;
	z-index: 9;
}
/* --- end layout_homepage_middle --- */ 


/* --- element_general_masonry_images_middle --- */ 
.element_general_categories_images.masonry {
	width: 960px;
	margin: 0px auto 0px;
}
.element_general_categories_images.masonry .current_category_image {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 14px;
	float: none;
	display: inline-block;
}
.element_general_categories_images.masonry .current_category_image a:after {
	content: "";
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.749);
	position: absolute;
	top: 0;
	right: 0;
	visibility: hidden;
    /*-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;*/
}
.element_general_categories_images.masonry .current_category_image a:hover:after{
	visibility: visible;
}
.element_general_categories_images.masonry .current_category_image table {
	position: static;
	width: auto;
	height: auto;
	top: 0;
	right: 0;
	border-spacing: 0;
}
.element_general_categories_images.masonry .current_category_image .category_image_title {
	width: 100%;
	position: absolute;
	height: 29px;
	bottom: 0;
	right: 0;
	top: auto;
	background: rgba(0, 116, 200, 0.749);
	z-index: 9;
	/*-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;*/
}
.element_general_categories_images.masonry .current_category_image a:hover .category_image_title{
	background: rgb(245, 164, 3);
}
.element_general_categories_images.masonry .current_category_image h3 {
	text-align: right;
	color: #fff;
	font-size: 16px;
	height: 100%;
	overflow: hidden;
	display: block;
	font-weight: normal;
	width: 221px;
	line-height: 29px;
	padding-right: 8px;
}
.element_general_categories_images.masonry .current_category_image h3:after {
	content: "\f100";
	width: 16px;
	height: 100%;
	position: absolute;
	display: block;
	font-family: FontAwesome;
	color: #fff;
	left: 0;
	top: 0;
	font-size: 18px;
}
.element_general_categories_images.masonry .current_category_image img {
	max-width: none;
	max-height: none;
}
.element_general_categories_images.masonry .current_category_image .category_image_content {
	display: none;
}
.element_general_categories_images.masonry .current_category_image .category_image_content_bottom {
	display: none;
}
/* --- end element_general_masonry_images_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 --- */ 
/*title_links-grid*/
ul.element_general_links.title_links {
	width: 53.5%;
	height: 40px;
	position: relative;
	margin: 0 auto;
	margin-top: 19px;
	margin-bottom: 37px;
}
ul.element_general_links.title_links li {
	position: relative;
	width: 160px;
	height: 40px;
	margin-left: 15px;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid rgb(88, 89, 91);
	display: block;
}
ul.element_general_links.title_links li.active {
	border: none;
}
ul.element_general_links.title_links li:nth-child(3n) {
	margin-left: 0;
}
ul.element_general_links.title_links li a {
	color: #fff;
	width: 100%;
	height: 100%;
	font-size: 16px;
	text-align: center;
	border-bottom: none;
	line-height: 38px;
	display: block;
	font-weight: normal;
	cursor: pointer;
	background: #fff;
	color: #3f3f3f;
}
ul.element_general_links.title_links li.active a, ul.element_general_links.title_links li:hover a {
	color: #fff;
	width: 100%;
	height: 100%;
	text-align: center;
	border-bottom: none;
	line-height: 40px;
	display: block;
	background: #f5a403;
	overflow: hidden;
}
ul.element_general_links.title_links li.active, ul.element_general_links.title_links li:hover{
	border: none;
}
ul.element_general_links.title_links li.active a:after, ul.element_general_links.title_links li:hover a:after {
	content: "";
	background: url(arrow.png) no-repeat;
	position: absolute;
	top: 43px;
	display: block;
	width: 30px;
	height: 15px;
	right: 63px;
}
/* --- 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 --- */ 
#homepage_group4 {
	width: 960px;
	position: relative;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.element_general_images.strength .current_element_image a img {
	display: none;
}
.element_general_images.strength {
	width: 100%;
	height: 141px;
	position: relative;
	right: 0;
	left: 0;
	margin: 0 auto;
	padding: 15px 0 42px 0;
}
/*.element_general_images.strength:before{
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	}*/
	.element_general_images.strength .current_element_image {
		display: inline-block;
		float: right;
		width: 172px;
		height: 100%;
		margin-left: 10px;
		margin-right: 10px;
	}
	.element_general_images.strength .current_element_image a {
		display: block;
		width: 100%;
		height: 100%;
		padding-top: 97px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
	}
	.element_general_images.strength .current_element_image.pos_0 a{
		background: url(strength1.png) no-repeat center 0px;
	}
	.element_general_images.strength .current_element_image.pos_1 a{
		background: url(strength2.png) no-repeat center 0px;
	}
	.element_general_images.strength .current_element_image.pos_2 a{
		background: url(strength3.png) no-repeat center 0px;
	}
	.element_general_images.strength .current_element_image.pos_3 a{
		background: url(strength4.png) no-repeat center 0px;
	}
	.element_general_images.strength .current_element_image.pos_4 a{
		background: url(strength5.png) no-repeat center 0px;
	}
	.element_general_images.strength .current_element_image.pos_0:hover a{
		background: url(strength1-h.png) no-repeat center 0px;
	}
	.element_general_images.strength .current_element_image.pos_1:hover a{
		background: url(strength2-h.png) no-repeat center 0px;
	}
	.element_general_images.strength .current_element_image.pos_2:hover a{
		background: url(strength3-h.png) no-repeat center 0px;
	}
	.element_general_images.strength .current_element_image.pos_3:hover a{
		background: url(strength4-h.png) no-repeat center 0px;
	}
	.element_general_images.strength .current_element_image.pos_4:hover a{
		background: url(strength5-h.png) no-repeat center 0px;
	}
	.element_general_images.strength .current_element_image a h3 {
		margin-bottom: 6px;
		font-size: 17px;
		font-weight: normal;
		position: relative;
		max-height: 18px;
		overflow: hidden;
		padding-top: 21px;
		line-height: 17px;
		color: #1e2327;
	}
	.element_general_images.strength .current_element_image:hover h3 {
		color: #0074c8;
	}
	.element_general_images.strength .current_element_image a h3:after {
		content: "";
		position: absolute;
		display: block;
		width: 16px;
		height: 2px;
		background: #5081c2;
		left: 0;
		top: 0;
		right: 0;
		margin: 0 auto;
	}
	.element_general_images.strength .current_element_image p {
		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 --- */ 
	#wrapper .element_general_grid_content_carousel.carousel_grid .ca-wrapper {
		width: 972px;
	}
	#wrapper .element_general_grid_content_carousel.carousel_grid div.ca-item {
		width: 243px;
	}
	/* --- end element_general_carousel_middle --- */ 

	/* --- element_general_brand_carousel --- */ 
	.small .ca-container {
		width: 100%;
		height: 86px;
		z-index: 9;
	}
	.small .ca-container .ca-nav {
		width: 1087px;
		position: absolute;
		height: 26px;
		top: 22px;
		left: -64px;
	}
	.small .ca-container .ca-nav span.ca-nav-prev {
		left: 0;
		top: 0;
		right: auto;
		height: 100%;
		width: 13px;
		margin: 0px;
		background: url('brands_left.png') no-repeat 0px;
		z-index: 1;
	}
	.small .ca-container .ca-nav span.ca-nav-next {
		right: 0;
		top: 0;
		left: auto;
		height: 100%;
		width: 13px;
		margin: 0px;
		background: url('brands_right.png') no-repeat 0px;
		z-index: 1;
	}
	.element_general_carousel.small .ca-item a {
		display: block;
		position: relative;
		vertical-align: middle;
		height: 100%;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		background-color: #fff;
		width: 149px;
	}
	.element_general_carousel.small .ca-item a img {
		max-height: 80px;
		max-width: 200px;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		position: absolute;
	}
	.small .ca-nav span {
		top: 38%;
	}
	.element_general_carousel.small {
		margin-top: 47px;
		margin-bottom: 68px;
	}
	.element_general_carousel.small .ca-item {
		padding: 0px;
		display: block;
		width: 160px;
		height: 72px;
	}
	.ca-nav span {
		width: 35px;
		height: 48px;
		background: transparent url(element_carousel_navigation_arrows.png) no-repeat left center;
	}
	.ca-nav:after {
		content: "";
		height: 22px;
		width: 46px;
		display: block;
		position: absolute;
		top: -44px;
		left: 0px;
		background: url('bg.png') no-repeat 0px 0px;
		z-index: 0;
	}
	/* --- 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#bg_footer{
		background:url(prime_cat_bg.jpg);	
		margin-top: 0;
		max-width: none;
		position: relative;
	} 
	#layout_footer {
		padding-top: 35px;
		position: relative;
	}
	#footer_group1 {
		width: 960px;
		margin-top: 0px;
		padding-top: 70px;
		margin-bottom: 19px;
		height: 87px;
		display: block;
		position: relative;
	}
	#footer_group1 > ul:after,
	#bg_footer #new_ticket:before{
		content: none;
	}
	#bg_footer .element_general_all_categories li span {
		color: #ffcb08;
		text-decoration: underline;
	}
	/* --- end layout_footer --- */

	/* --- element_general_newsletter_footer --- */ 
	#footer_group1 .contentBG:before {
		content: '';
		position: absolute;
		top: -5px;
		right: 1px;
		width: 160px;
		height: 100%;
		z-index: -1;
		-webkit-box-shadow: 3px -2px 3px 0px rgba(0, 0, 0, 0.05);
		-moz-box-shadow: 3px -2px 3px 0px rgba(0, 0, 0, 0.05);
		box-shadow: 3px -2px 3px 0px rgba(0, 0, 0, 0.05);
	}
	#footer_group1 .contentBG {
		position: absolute;
		width: 100%;
		height: 136px;
		margin-bottom: 28px;
		background: #f5a403;
		top: -94px;
	}
	#footer_group1 .contentBG .contact{
		width: 100%;
		height: 100%;
	}
	#footer_group1 .smallButton {
		position: absolute;
		top: 35px;
		right: auto;
		left: 28px;
		height: 50px;
		width: 170px;
		background: #0074c8;
	}
	#footer_group1 .smallButton:hover {
		background: #fff;
		border: 2px solid #0074c8;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#footer_group1 .smallButton span {
		font-size: 16.2px;
		line-height: 50px;
		color: #fff;
		display: block;
		width: 100%;
		height: 100%;
		visibility: visible;
	}
	#footer_group1 .smallButton:hover span{
		color: #0074c8;
		line-height: 46px;
	}
	#footer_group1 .element_general_newsletter + input + div.smallButton a{
		display: block;
		width: 100%;
		height: 100%;
		position: static;
		background: none;
		border: none;
		padding: 0;
	}
	#footer_group1 .element_general_newsletter + input + div.smallButton div{
		display: none;
	}
	#footer_group1 #ticket_customer_email {
		position: absolute;
		top: 35px;
		right: 327px;
		margin: 0;
		display: block;
		width: 428px;
		height: 50px;
		line-height: 50px;
		border: 1px solid #959595;
		background: #fff;
		direction: rtl;
		padding: 15px;
		font-size: 15px;
		color: #000;
	}
	#bg_footer #footer_group1 input#ticket_customer_email::-webkit-input-placeholder {
		color: #000;
		font-size: 14.4px;
	}
	#layout_footer .element_general_newsletter {
		background: none;
		width: 100%;
		height: 100%;
		margin: 0;
	}
	.newsletterSideText {
		position: absolute;
		top: 29px;
		right: 33px;
		display: block;
		width: 230px;
		height: 50px;
		font-size: 18px;
		font-weight: bold;
		color: #0074c8 !important;
		text-align: center;
	}
	.newsletterSideText .textLarge {
		font-size: 30px;
		display: block;
		line-height: 34px;
	}
	.newsletterBottomText {
		position: absolute;
		top: 93px;
		right: 345px;
		width: 250px;
		display: block;
		color: #000 !important;
	}
	.layout_order div#footer_group1 .smallButton a, #layout_credit_guard div#footer_group1 .smallButton a {
		padding: 0;
	}
	/* --- end element_general_newsletter_footer --- */ 

	/* --- element_general_links_footer --- */ 
	#footer_group1 > .element_general_links.payment {
		float: right;
		padding-top: 0;
		width: 383px;
		height: 32px;
		position: static;
		margin-left: 63px;
		background: url(credit.png) no-repeat right 38px;
		padding-bottom: 48px;
	}
	#footer_group1 > .element_general_links.payment * {
		display: none;
	}
	.element_general_links.f_t_g.horizontal {
		display: inline-block;
		float: left;
		height: 80px;
		margin-left: 71px;
	}
	.element_general_links.horizontal.f_t_g li {
		display: block;
		width: 33px;
		height: 33px;
		background: #3760a0;
		margin: 20px 6px 0px;
		-moz-border-radius: 100%;
		-webkit-border-radius:100%;
		border-radius:100%;
		float: right;
	}
	.element_general_links.horizontal.f_t_g li.pos_0 {
		background: #415e9b;
		margin-right: 0;
	}
	.element_general_links.horizontal.f_t_g li.pos_1 {
		background: #db3333;
	}
	.element_general_links.horizontal.f_t_g li.pos_2 {
		background: #15557c;
	}
	.element_general_links.horizontal.f_t_g li.pos_3 {
		background: #ed1c24;
	}
	#layout_footer .element_general_links.horizontal.f_t_g li a {
		font-size: 19px;
		line-height: 33px;
		display: block;
		width: 33px;
		height: 33px;
		color: #fff;
		font-weight: normal;
		text-align: center;
	}
	.element_general_links.horizontal.f_t_g li:hover{
		background: #fff;
	}
	#layout_footer .element_general_links.horizontal.f_t_g li a:hover {
		color: #000;
	}
	i.fa.fa-instagram:before {
		position: relative;
		left: 1px;
		top: 1px;
	}
	i.fa.fa-facebook:before {
		position: relative;
		top: 1px;
	}
	#bg_footer .element_general_newsletter #heading,
	#links_h3_f_t_g{
		padding-right: 0;
	}
	#footer_group1 > ul.element_general_links.payment h3 {
		position: relative;
		margin-right: 49px;
	}
	#footer_group1 > ul.element_general_links.payment h3:before {
		content: url(safe_icon.png);
		margin-left: 10px;
		border: none;
		height: 29px;
		width: 50px;
		display: inline-block;
		position: absolute;
		right: -46px;
		top: -7px;
	}
	/* --- end_element_general_links_footer --- */ 

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

	/* --- element_general_prime_categories --- */ 
	#bg_footer .store_categories:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
	}
	/* --- end element_general_prime_categories --- */ 

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

	/* --- #footer_group2, #footer_group3, #footer_group4_footer --- */
	div#footer_middle_groups {
		position: relative;
		padding-bottom: 40px;
		padding-top: 24px;
		width: 960px;
		border-top: #7f7b73 dashed 1px;
	}
	#footer_middle_groups > div#footer_group2 {
		width: 251px;
		padding-right: 0;
	}
	#footer_middle_groups > div#footer_group3 {
		width: 389px;
		padding-right: 0;
	}
	#footer_group1 > ul.element_general_links.payment h3, .element_general_links.horizontal.f_t_g h3, #footer_middle_groups h3, #footer_middle_groups .element_general_show_contact h3 span, #bg_footer .element_general_newsletter #heading, #bg_footer .element_general_newsletter #heading, #links_h3_f_t_g {
		display: inline-block;
		color: rgb(0, 191, 243);
		font-weight: normal;
		font-size: 18px;
		text-decoration: none;
		border-bottom: 2px solid #1a7993;
	}
	#footer_middle_groups h3 {
		font-size: 19px;
	}
	#bg_footer .element_general_links.horizontal.f_t_g h3 {
		display: block;
		max-width: 118px;
	}
	#layout_footer a, #layout_footer p, 
	#layout_footer strong, #layout_footer .element_general_footer_nav_list a:hover{
		color: #fff;
		line-height: 21px;
		font-size: 14px;
	}
	#layout_footer .element_general_footer_nav_list a:hover, 
	#bg_footer .element_general_all_categories_sorted_by_titles li a:hover, 
	#bg_footer .element_general_prime_categories li a:hover, 
	#bg_footer .element_general_all_categories li a:hover, 
	#bg_footer .element_general_links li a:hover {
		color: rgb(0, 191, 243);
		text-decoration: underline;
	}
	#layout_footer .element_general_show_contact a {
		text-decoration: underline;
	}
	#bg_footer #footer_group4 {
		display: inline-block;
		float: left;
		padding-right: 0;
		width: 263px;
	}
	#footer_group2, #footer_group3, #footer_group4 {
		background: none;
	}	
	#bg_footer .element_general_newsletter #heading {
		color: #fff;
		font-weight: normal;
		font-size: 18px;
		width: auto;
		height: auto;
		padding-bottom: 4px;
		/* border-bottom: 1px solid; */
		display: inline-block;
		margin-bottom: 17px;
	}
	#footer_middle_groups .element_general_show_contact h3 {
		margin-bottom: 11px;
		padding-bottom: 0;
	}
	#bg_footer .element_general_all_categories_sorted_by_titles li, #bg_footer .element_general_prime_categories li, #bg_footer .element_general_all_categories li {
		display: inline-block;
		float: right;
		width: 48%;
		margin-left: 4%;
	}
	#bg_footer .element_general_all_categories li:nth-child(2n) {
		margin-left: 0;
	}
	#bg_footer .store_categories li.store_category_group_title {
		display: none;
	}
	/* --- end_#footer_group2, #footer_group3, #footer_group4_footer --- */

	/* --- element_general_images_footer --- */ 
	#layout_footer .element_general_images.pickup{
		position: fixed;
		top: auto;
		left: 0;
		bottom: 0;
		z-index: 99;
	}
	#layout_footer .element_general_images.pickup .heading{
		background: url(takeaway.png) no-repeat center;
		width: 153px;
		height: 101px;
		float: left;
		font-size: 0;
		margin-left: 3px;
		margin-bottom: 3px;
	}
	#layout_footer .element_general_images.pickup .heading:after {
		content: "";
		height: 12px;
		width: 114px;
		position: absolute;
		top: 33px;
		z-index: 9;
		left: 50px;
	}
	#layout_footer .element_general_images.pickup > .current_element_image{
		display: none;
		width: 200px;
		height: 89px;
		background: #0074c8;
		position: absolute;
		left: 60px;
		bottom: 69px;
		border-radius: 8px;
		padding: 11px 15px;
		overflow: hidden;
	}
	#layout_footer .element_general_images.pickup:hover .current_element_image{
		display: block;
	}
	#layout_footer .element_general_images.pickup > .current_element_image > a {
		display: block;
	}
	#layout_footer .element_general_images.pickup > .current_element_image > a > h3{
		margin-bottom: 15px;
	}
	#layout_footer .element_general_images.pickup > .current_element_image > a > p {
		border-bottom: #7fdef9 solid 1px;
		display: inline-block;
		float: left;
	}
	#layout_footer .element_general_images.pickup > .current_element_image > a > h3, #layout_footer .element_general_images.pickup > .current_element_image > a > p{
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		line-height: 18px;
	}
	#layout_footer .element_general_images.pickup img{
		display: none;
	}
	/* --- 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, #bg_footer .element_general_footer_nav {
		max-width: 100%;
		overflow: hidden;
	}
	/* --- end element_general_prime_categories_footer --- */ 

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

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

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

	/* --- layout_category --- */ 
	#bg_middle ul#bread_crumbs {
		height: 32px;
		line-height: 32px;
		width: 100%;
	}
	#bg_middle ul#bread_crumbs > li{
		display: inline-block;
	}
	#bg_middle ul#bread_crumbs > li > a {
		padding-left: 14px;
		margin-left: 8px;
		background-position-y: -366px;
	}
	#category_group1 {
		margin-bottom: 10px;
	}
	#category_group1 > .element_category_filter > h1{
		color: #0074c8;
		font-size: 22px;
	}
	#category_group1 .element_category_filter .show_filters {
		margin: 0;
	}
	#category_group1 .element_category_filter .show_filters .ProductItem .boxContent .group {
		padding: 0;
	}
	#category_group1 .group b{
		position: relative;
	} 
	#category_group1 .group .group_values {
		margin-top: 14px;
		line-height: 22px;
	}
	/* --- end layout_category --- */   

	/* --- element_category_filter_category --- */
	.category_middle_groups {
		width: 100%;
		position: relative;
	}
	.category_middle_groups .filterOptions{
		display: block;
		width: auto;
		position: absolute;
		top: -6px;
		right: 0;
	}
	.category_middle_groups #category_group2 {
		padding: 0;
	}
	.category_middle_groups #category_group3 {
		width: 100%;
		height: auto;
		float: none;
		margin-bottom: 5px;
	}
	#category_group3 .element_category_list_items .results_and_sort {
		left: 0;
		width: 100%;
		height: auto;
	}
	#category_group3 .element_category_list_items .results_and_sort:after {
		content: ".";
		visibility: hidden;
		clear: both;
	}
	#category_group3 .element_category_list_items .results_and_sort .results{
		float: left;
		display: inline-block;
		color: #666666;
	}
	.results b {
		font-weight: bold;
		display: inline-block;
	}
	.sortBox a:not(:first-child) {
		color: #0074c8 !important;
		font-weight: bold;
	}
	#category_group3 .element_category_list_items #facebook_and_sort_category .show_sort_category a:nth-of-type(2){
		color: #a1a1a1;
	}

	#category_group3 .element_category_list_items #facebook_and_sort_category .show_sort_category {
		position: relative;
		top: 0;
	}
	.element_category_list_items div#facebook_and_sort_category {
		float: left;
		height: 100%;
	}
	.element_category_list_items .store_category_list_items {
		margin-top: 33px;
	}
	.layout_list_item .grid #item_icons ul {
		margin-top: 5px;
		margin-left: 5px;
	}
	div.ProductItem {
		margin-top: 16px;
	}
	.ProductItem.backgroundgroups.parent_category div.boxContent, .ProductItem.backgroundgroups.parent_category div.boxContent:hover {
		border: none;
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
		margin-bottom: 10px;
		background: none;
	}
	div.ProductItem div.boxContent {
		border: none;
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
		overflow: hidden;
		margin-bottom: 9px;
		min-height: 179px;
		padding-top: 18px;
	}
	.ProductItem.backgroundgroups.parent_category .group {
		display: block;
		width: 100%;
		float: none;
	}
	.group .group_values .group_values_group_title {
		margin-right: 0;
	}
	.ProductItem.backgroundgroups.parent_category #group-subcategories > b {
		display: none;
	}
	.ProductItem.backgroundgroups.parent_category #group-subcategories span{
		display: inline-block;
	}
	.ProductItem.backgroundgroups.parent_category .group span {
		display: inline-block;
		margin-right: 0;
		background: none;
		border: none;
		border-radius: 0;
		width: auto;
		text-indent: 0px;
		padding: 14px;
		padding-top: 0;
		position: relative;
		margin-left: 0;
	}
	.ProductItem.backgroundgroups.parent_category #group-subcategories span.float_right.group_title {
		display: none;
	}
	.ProductItem.backgroundgroups.parent_category .group span:not(:last-child):after {
		content: "";
		display: block;
		width: 1px;
		height: 14px;
		position: absolute;
		background: #000;
		top: 4px;
		left: 0px;
	}
	.element_category_filter span.size_of_items, .groups span a, .groups-additional a {
		color: #363636;
	}
	.ProductItem.backgroundgroups.parent_category .group span.float_right.group_title {
		display: none;
	}
	.ProductItem.backgroundgroups.parent_category .group span a {
		display: block;
		width: 100%;
		font-size: 16px;
		color: #666666;
		text-align: center;
		text-indent: 0;
	}
	.ProductItem.backgroundgroups.parent_category .group span a:hover {
		color: #0074c8;
		text-decoration: none;
	}
	#facebook_and_sort_category .sortBox {
		float: left;
		margin-right: 37px;
		top: 20px;
		padding-left: 8px;
	}
	#facebook_and_sort_category .sortBox a:first-child, .element_category_filter .results, #category_group3 .element_category_list_items #facebook_and_sort_category .show_sort_category i:last-child{
		color: #666666;
	}
	#category_group3 .element_category_list_items #facebook_and_sort_category .show_sort_category i:first-of-type {
		color: #e6e6e6;
	}
	.category_middle_groups .filterOptions i, .category_middle_groups .filterOptions b span, .category_middle_groups .filterOptions b span a{
		color: #666666;
	}
	.category_middle_groups .filterOptions i{
		margin-left: 25px;
	}
	.category_middle_groups .filterOptions b{
		min-width: 111px;
	}
	.category_middle_groups .filterOptions b > a.remove_filter{
		height: 100%;
		background-position-y: -293px;
	}
	.category_middle_groups .filterOptions b > span{
		height: 100%;
		line-height: 22px;
	}
	.category_middle_groups .filterOptions b > span > a {
		line-height: 22px;
		height: 100%;
		display: block;
	} 
	/* --- end element_category_filter_category --- */ 

	/* --- element_category_list_items_category --- */ 
	.layout_homepage div#search_msg_facebook_and_sort {
		display: none;
	}
	.layout_list_item {
		width: 229px;
		height: 326px;
		margin: 0 0px 7px 11px;
		position: relative;
		border-bottom: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 0;
	}
	.sortBox a:first-child {
		font-weight: normal;
	}
	#wrapper #bg_middle .layout_list_item .grid {
		width: 100%;
		height: auto;
		margin: 0;
		position: relative;
		background: #fff;
		padding-top: 8px;
		border: 1px solid #ddddde;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.layout_list_item:hover .grid {
		-moz-box-shadow: 0px 0px 6px #DADADA;
		-webkit-box-shadow: 0px 0px 6px #DADADA;
		box-shadow: 0px 0px 6px #DADADA;
	}
	.layout_list_item:hover .grid,
	.layout_list_item .grid,
	.layout_list_item:hover,
	.layout_list_item {
		-webkit-transition: all .15s ease;
		-moz-transition: all .15s ease;
		-ms-transition: all .15s ease;
		-o-transition: all .15s ease;
		transition: all .15s ease;
		box-shadow: none;
	}
	.layout_list_item .grid:before, .layout_list_item .grid:after {
		-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
		box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
		-webkit-transform: rotate(-4deg);
		-moz-transform: rotate(-4deg);
		-o-transform: rotate(-4deg);
		position: absolute;
		left: 5px;
		bottom: 14px;
		z-index: -1;
		width: 60%;
		max-width: 300px;
		height: 20%;
		content: "";
	}
	.layout_list_item .grid:after {
		-webkit-transform: rotate(4deg);
		-moz-transform: rotate(4deg);
		-o-transform: rotate(4deg);
		right: 5px;
		left: auto;
	}
	.store_category_list_items .grid .list_item_image, 
	.store_list_items .grid .list_item_image {
		width: 215px;
		height: 215px;
		position: static;
		margin-bottom: 4px;
	}
	.store_category_list_items .grid .list_item_image *, 
	.store_list_items .grid .list_item_image * {
		display: block;
		width: 100%;
		height: 100%;
	}
	.store_category_list_items .grid .list_item_image img, 
	.store_list_items .grid .list_item_image img {
		width: auto;
		height: auto;
		margin: 0 auto;
		max-width: 100%;
		max-height: 100%;
	}
	.store_category_list_items .grid .list_item_title_with_brand, 
	.store_list_items .grid .list_item_title_with_brand {
		padding: 0px 0px;
		width: 100%;
		height: 42px;
		position: static;
	}
	.store_category_list_items .grid .list_item_title_with_brand a,
	.store_list_items .grid .list_item_title_with_brand a {
		color: #434343;
		font-weight: normal;
		text-align: center;
		display: block;
		padding: 0px 15px;
		font-size: 15px;
		line-height: 20px;
		height: 42px;
		overflow: hidden;
	}
	.store_category_list_items .grid .list_item_title_with_brand a:hover, .store_list_items .grid .list_item_title_with_brand a:hover {
		text-decoration: none;
	}
	.store_category_list_items .grid .list_item_show_price, .store_list_items .grid .list_item_show_price {
		height: 32px;
		width: 88%;
		position: static;
		margin: 0 auto;
		margin-bottom: 5px;
	}
	.grid .list_item_show_price span.item_show_origin_price {
		display: inline-block;
		float: right;
		position: static;
		width: 70px;
		height: 100%;
		color: #878686;
		font-size: 13.5px;
		line-height: 32px;
		text-align: right;
	}
	.store_list_items .grid .list_item_show_price a,
	.store_category_list_items .grid .list_item_show_price a {
		display: inline-block;
		float: left;
		position: static;
		width: 70px;
		height: 100%;
		background: none;
		margin: 0;
		line-height: 32px;
		padding: 0;
	}
	.store_list_items .grid .list_item_show_price a strong, .store_category_list_items .grid .list_item_show_price a strong {
		display: block;
		width: 100%;
		height: 100%;
		color: #5081c2;
		font-size: 16px;
		text-align: left;
		font-weight: normal;
	}
	.store_list_items .grid .list_item_show_price a.zero_price_link, .store_category_list_items .grid .list_item_show_price a.zero_price_link {
		display: block;
		width: 90px;
		height: 25px;
		border: 1px solid #0074c8;
		padding: 0px;
		margin-left: 0;
		color: #0074c8;
		font-size: 14px;
		background: none;
		line-height: 25px;
		margin-top: 6px;
		max-height: 68px;
	}
	.store_category_list_items .grid .list_item_compare, .store_list_items .grid .list_item_compare {
		display: none;
	}
	.store_list_items .grid > div.extra_button a, .store_category_list_items .grid > div.extra_button a{
		height: 215px;
		width: 215px;
		position: absolute;
		top: 8px;
		right: 6px;
		visibility: hidden;
	}
	.store_list_items .grid > div.extra_button a:before, .store_category_list_items .grid > div.extra_button a:before{
		content: "";
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0;
		right: 0;
		background: #000;
		opacity: 0.349;
	}
	.store_list_items .grid > div.extra_button a:after, .store_category_list_items .grid > div.extra_button a:after{
		content: "לפרטים ורכישה";
		position: absolute;
		width: 190px;
		height: 29px;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 98px;
		text-align: center;
		background: #0074c8;
		color: #fff;
		font-size: 16px;
		line-height: 29px;
		z-index: 99;
		opacity: 1;
	}
	.store_category_list_items .grid:hover > div.extra_button a,
	.store_list_items .grid:hover > div.extra_button a{
		visibility: visible;
	}
	.root .pagingWrapper {
		display: none;
	}
	.root #bg_footer {
		margin-top: 268px;
	}
	.store_category_list_items .grid .list_item_current_list_item_content, 
	.store_list_items .grid .list_item_current_list_item_content {
		position: static;
		width: 100%;
		height: 0px;
		overflow: hidden;
	}
	.store_category_list_items .grid .list_item_current_list_item_content p, 
	.store_list_items .grid .list_item_current_list_item_content p {
		position: static;
		width: 100%;
		height: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		font-size: 13px;
		color: #818181;
	}
	.store_category_list_items .grid .list_item_current_list_item_content > p, 
	.store_list_items .grid .list_item_current_list_item_content > p {
		padding: 0 14px 0px 12px
	}
	.store_category_list_items .grid .list_item_current_list_item_content p a, .store_list_items .grid .list_item_current_list_item_content p a {
		color: #FCB040;
	}
	.layout_list_item .grid #item_icons, .element_general_chrome_store_list_items .chrome_store_list_items #item_icons {
		top: 8px;
		padding: 0 9px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.layout_list_item .grid #item_icons li, .chrome_store_list_items #item_icons li{
		float: left;
	}
	.pagination span, .pagination a:hover {
		text-decoration: none;
		color: #0074c8;
	}
	.layout_list_item .grid #item_icons, .element_general_chrome_store_list_items .chrome_store_list_items #item_icons {
		top: -13px;
		padding: 0;
		left: -13px;
		right:  auto;
		width: auto;
	}
	.layout_list_item .grid #item_icons li, .chrome_store_list_items #item_icons li {
		padding: 0;
	}
	#bg_middle .layout_list_item #item_icons img, .chrome_store_list_items #item_icons img {
		max-height: 93px;
		max-width: 90px;
	}
	/* --- end element_category_list_items_category --- */ 

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

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

	/* ------------------------------------- layout_item ------------------------------------- */
	/* --- general --- */
	.item_bottom_links {
		display: none;
	}
	#item_main {
		margin-top: 22px;
		border: none;
	}
	#item_current_title {
		padding-bottom: 0;
	}
	.item_option5 #item_current_title h1 {
		color: #0074c8;
	}
	div#add_to_cart {
		float: right;
		margin-left: 13px;
	}
	.buyNow.to_cart a {
		background: rgb(166, 197, 57);
	}
	a#big_buy_now_link {
		background: #0074c8;
	}
	.layout_item #wrapper div#selectsHook label {
		display: inline-block !important;
		width: 45% !important;
		margin-left: 16px;
	}
	.item_option5 .item_attributes_top .multipleSelects .title {
		color: #7a7a7a;
		margin-bottom: 2px;
	}
	#item_details #item_current_content b {
		font-weight: normal;
		display: block;
		color: #0074c8;
	}
	.item_option5 #item_current_content .list li strong:before {
		border-right-color: #cccccc;
	}
	.item_option5 #item_current_content .list li strong {
		color: #4b4b4b;
	}
	.item_option5 #item_details > span.item_show_origin_price, #item_details > #item_show_price{
		display: none;
	}
	.layout_item #wrapper span.price_value {
		color: #4b4b4b;
		font-weight: bold;
		font-size: 20px;
	}
	#wrapper span.item_show_origin_price * {
		font-size: 13px;
		color: #4b4b4b;
		font-weight: bold;
	}
	.item_option5 .price_wrap {
		margin: 15px 0px;
	}
	.item_option5 #item_link_buy_now {
		margin-right: 184px;
	}
	.item_option5 div#item_link_buy_now .contactNow {
		margin-top: 25px;
	}
	.item_option5 #shipping_warranty_delivery .shipping_title, .item_option5 #shipping_warranty_delivery .shipping_value, .item_option5 #shipping_warranty_delivery #item_warranty, .item_option5 #shipping_warranty_delivery .warranty_title, .item_option5 #shipping_warranty_delivery .item_delivery_time, .item_option5 #shipping_warranty_delivery .delivery_title {
		font-weight: normal;
	}
	.item_option5 #item_safe_buy,
	.item_option5 span.truck {
		background-color: #fff;
		border: 1px solid rgb(183, 183, 183);
		border-radius: 5px;
		display: block;
	}
	.item_option5 span.truck{
		background-image: url(truck.png);
	}
	.item_option5 #item_safe_buy {
		background-image: url(safe_buy.png);
	}
	.cartTable th, .contactNow a, .buyNow a, #deal_button, .smallButton a, div.deal_items td.plus, div.deal_items td.equal, #bg_middle .element_general_all_categories_sorted_by_titles h3, #bg_middle .element_general_prime_categories h3, #bg_middle .element_general_all_categories h3, #item_zap_reviews .specifications .vi,
	a#deal_button {
		background: #0074c8;
		border: none;
		font-size: 18px;
	}
	h3#deal_items {
		border-bottom: #00bff3 4px solid;
		margin-top: -16px;
		font-size: 22px;
		height: 34px;
		padding: 0;
		letter-spacing: 0;
		background: none;
	}
	#item_deal_items, .item_attributes {
		margin-top: 82px;
		padding-top: 19px;
	}
	div.deal_items td:not(:last-child):not(:nth-child(2n)) {
		background: #fff;
		border: #e6e6e6 solid 1px;
	}
	div.deal_items td.equal {
		line-height: 25px;
	}
	div.deal_items div.smallButton a#deal_button {
		width: 153px;
	}
	.item_bottom_links {
		display: none;
	}
	/* --- end general --- */

	/* --- upgrades --- */
	/* --- end upgrades --- */

	/* --- buttons --- */
	/* --- end buttons --- */

	/* --- gallery --- */
	/* --- end gallery --- */

	/* --- icons --- */
	.item_option5 #wrapper #dealButtonHook:before,
	#wrapper a.bold_link.link_ask_about_item:before {
		color: rgb(215, 215, 215);
	}
	/* --- end icons --- */

	/* --- element_general_tabs --- */ 
	#tabs.active > ul > li a {
		border-top: #b3b3b3 solid;
		background: none;
	}
	#tabs.active > ul > li.active a {
		background: none;
		color: #4d4d4d;
		border: 1px solid rgb(217, 217, 217);
		border-top: 3px solid #0074c8;
		border-bottom: none;
	}
	#tabs.active > ul > li.active:after{
		background: url(light_grey_PATTERN.png);
	}
	.item_option5 #tabs.active > div {
		border-right: none;
		border-left: none;
		border-bottom: none;
		padding: 20px 13px;
		height: 340px;
	}
	/* --- end element_general_tabs --- */

	/* --- also buy --- */
	#item_also_buy .matchingCarousel{
		height: 350px;
		margin: 0;
		width: 100%;
	}
	#item_also_buy .matchingCarousel > div {
		height: 100%;
		top: 0;
		right: 0;
	}
	#item_also_buy .mCarouselControls .prevImg,
	#item_also_buy .mCarouselControls .nextImg {
		width: 48px;
		height: 48px;
		background: rgb(142, 142, 142);
		border-radius: 100%;
	}
	#item_also_buy .mCarouselControls .nextImg:after,
	#item_also_buy .mCarouselControls .prevImg:after {
		content: "\f104";
		font-family: fontAwesome;
		font-size: 40px;
		width: 100%;
		text-align: center;
		position: absolute;
		top: 15px;
		color: rgb(255, 255, 255);
		right: 2px;
	}
	#item_also_buy .mCarouselControls .nextImg:after {
		content: "\f105";
		right: -1px;
	}
	#item_also_buy .matchingCarousel em {
		height: 100%;
		width: 222px;
	}
	.mCarouselControls a {
		top: -245px;
	}
	.matchingCarousel b {
		font-size: 15px;
		font-weight: normal;
		margin-top: 125px;
	}
	.matchingCarousel i {
		font-size: 18px;
		font-weight: normal;
		margin-top: 135px;
		color: #0074c8;
	}
	#item_also_buy .mCarouselControls {
		width: 1060px;
		left: -47px;
		padding: 0;
		position: absolute;
	}
	#item_also_buy .matchingCarousel .img_wrapper {
		width: 100%;
		height: 222px;
		position: relative;
		display: block;
		background: #fff;
		top: 0;
		border: #e7e7e7 solid 1px;
	}
	#item_also_buy .matchingCarousel em > a > img {
		display: none;
	}
	#item_also_buy .matchingCarousel label {
		width: 100%;
		text-align: center;
		padding: 0;
		display: block;
		height: 23px;
		font-size: 12px;
		bottom: 0;
		position: relative;
		line-height: 15px;
		margin-top: 101px;
	}
	#item_also_buy .matchingCarousel label big{
		right: 0;
		position: relative;
		display: inline-block;
	}
	#item_also_buy .matchingCarousel img {
		max-width: 100%;
		max-height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}
	#item_also_buy .matchingCarousel em a {
		height: auto;
		padding: 0;
	}
	/* --- end also buy --- */

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


	/* ------------------------------------- layout ------------------------------------- */
	.search_results #category_group3, .layout_items #items_group3 {
		width: 100%;
	}
	#layout_about, #layout_contact, #layout_contact_success, #layout_contract, #layout_current_customer, #layout_customer_login, #layout_failure, #layout_location, #layout_order, #layout_page, #layout_pages, #layout_paypal, #layout_redirect_failure, #layout_success {
		margin-bottom: 130px;
	}
	body:not(.layout_homepage) #bg_middle{
		background: url(light_grey_PATTERN.png);
	}
	body:not(.layout_homepage) #bg_middle #main{
		width: 960px;
		margin-bottom: 100px;
	}
	/* --- 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 ------------------------------------- */

	/*--- colors ---*/
	.element_category_filter h1, 
	.category_desc h3, 
	.element_category_filter .results b, 
	.group b, 
	.groups-additional b, 
	#bg_middle .element_general_all_categories_sorted_by_titles li:hover, 
	#bg_middle .element_general_prime_categories li:hover, 
	#bg_middle .element_general_all_categories li:hover, 
	#bg_middle .element_general_all_categories_sorted_by_titles li span, 
	#bg_middle .element_general_prime_categories li span, 
	#bg_middle .element_general_all_categories li span, 
	#header_main_nav li .page_children_main ul.page_children li a:hover, 
	#header_main_nav li #header_show_prime_categories ul.store_categories li a:hover, 
	#header_main_nav li #header_show_prime_categories ul.store_categories li span, 
	#sort_price a, 
	#sort_price a, 
	#sort_name a, 
	#personal_sell_signup a, 
	.link_personal_sell_signup.blue_link, 
	.mainImage big, .mainImage b, 
	#item_show_price > span.price_value > span.tiny, 
	#store_categories_select_dynamic > span, 
	#group-subcategories div.group_values h3, 
	#item_info .item_attributes > h3#deal_items, 
	.store_list_items .grid .list_item_show_price a strong, 
	.store_category_list_items .grid .list_item_show_price a strong,
	.results b{
		color: #0074c8;
	}
	/*--- end colors ---*/

	/* fonts */
	/* end fonts */

	/*buttons*/
	/*end bottons*/

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



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

	/* Responsive Changes */

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

		/* Code here */

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

		/* Code here */

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

		/* Code here */

	}

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

		/* Code here */

	}
	/* Extre large devices (large desktops, 2000px and up) */
	@media screen and (min-width:2000px) {	

		/* Code here */

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