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

/* --- layout_header --- */ 
div#wrapper {
	background: none;
}
#bg_header:before{
	display: none;
}
div#bg_header {
	position: static;
	height: 110px;
	width: 100%;
	z-index: 999;
}
div#bg_header:after {
	content: "";
	display: block;
	width: 100%;
	background: #f9c921;
	height: 40px;
	position: absolute;
	z-index: 999;
}
div#layout_header {
	height: 100%;
	border-bottom: none;
}
div#bg_top{
	height: 40px;
	display: block;
	width: 100%;
}

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

/* --- header_logo --- */
div#header_logo {
	display: block;
	width: 287px;
	height: 63px;
	top: 23px;
	left: 0;
}
div#header_logo a {
	display: block;
	width: 100%;
	height: 100%;
}
div#header_logo a img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
/* --- end_header_logo --- */

/* --- header_cart_nav_header --- */
/*header_icons*/
#layout_header #header_icons {
	position: static;
	width: 95px;
	height: 45px;
	z-index: 999;
	float: right;
}
/*cart*/
ul#header_cart_nav {
	display: inline-block;
	position: static;
	height: 100%;
	width: 45px;
	float: right;
	background: none;
}
ul#header_cart_nav * {
	display: inline-block;
	height: 100%;
	width: 100%;
	padding: 0;
}   
ul#header_cart_nav > li.href_homepage {
	display: none;
} 
ul#header_cart_nav li.link_order_with_counter {
	background: url(cart_icon.png) no-repeat 8px 19px;
}
li.link_order_with_counter a {
	background: none;
}
ul#header_cart_nav span.cart_with_items {
	font-size: 0;
	text-align: center;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	line-height: 16px;
	margin-top: 19px;
	margin-right: 0px;
}
ul#header_cart_nav span.cart_with_items span {
	display: none;
}
ul#header_cart_nav span.cart_with_items #cart_icon {
	display: none;
}
ul#header_cart_nav span.cart_with_items b {
	display: inline-block;
	width: auto;
	height: auto;
	font-weight: normal;
	font-size: 13px;
	color: #000;
}
/*end_cart*/
#header_secure_link{
	display: none;
}
/*telephone_header*/
div#layout_header > li.pos_0{
	display: inline-block;
	width: 136px;
	padding-right: 26px;
	box-sizing: border-box;
	background: url(phone_icon.png) no-repeat right;
	height: 27px;
	position: absolute;
	top: 62px;
	right: 280px;
}
div#layout_header > li > a{
	display: block;
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
	color: #000;
	height: 25px;
	overflow: hidden;
}
.logged_in div#main_nav_bg > ul#header_main_nav li.link_customer_signup {
	display: none;
}
/*end_telephone_header*/
/*end_header_icons*/
/* --- end_header_cart_nav_header --- */

/* --- main_nav_bg --- */ 

.layout_homepage #bg_middle{
	width: 100%;
	margin-bottom: 0;
	min-height: 593px;
}
#bg_middle{
	width: 960px;
	margin: 0 auto;
	margin-bottom: 0;
	min-height: 593px;
}
div#main_nav_bg{
	display: inline-block;
	height: 12px;
	width: auto;
	max-width: 280px;
	position: absolute;
	right: 60px;
	top: 22px;
}
div#main_nav_bg > ul#header_main_nav{
	display: block;
	float: right;
	width: auto;
	height: 100%;
	margin: 0;
}
div#header_group1 .element_general_login_logout,div#header_group1 ul.element_general_links.tel_number.vertical, div#header_group1 ul.element_general_links.branch.vertical {
	display: none;
}
#header_main_nav li:hover, #header_main_nav li {
	display: block;
	height: 100%;
}
div#main_nav_bg > ul#header_main_nav li.link_all_items,div#main_nav_bg > ul#header_main_nav > li.href_homepage,.layout_homepage div#main_nav_bg > ul#header_main_nav li.link_customer,div#main_nav_bg > ul#header_main_nav > li.link_location{
	display: none;
}
#header_main_nav li span {
	display: block;
	width: 100%;
	height: 100%;
}
div#main_nav_bg > ul#header_main_nav > li > span.links_store > a , div#main_nav_bg > ul#header_main_nav > li > a{
	display: block;
	height: 100%;
	width: auto;
	margin: 0 auto;
	font-size: 14px;
	padding: 0px 8px;
	line-height: 9.99px;
	font-weight: normal;
	color: #000;
	box-sizing: border-box;
}
#header_main_nav li a, #header_main_nav li span span {
	display: block;
	padding: 10px 25px 11px;
	margin: 0 1px;
	background: none;
	display: block;
	height: 100%;
	width: auto;
	margin: 0 auto;
	font-size: 14px;
	padding: 0px 8px;
	line-height: 9.99px;
	font-weight: normal;
	color: #000;
	box-sizing: border-box;
}
div#main_nav_bg > ul#header_main_nav > li > span.links_store > a:hover, div#main_nav_bg > ul#header_main_nav > li > a:hover, #header_main_nav > li > a:hover, #header_main_nav > li > span > a:hover{
	background: none;
	color: #f9c921;
	margin: 0;
}
div#main_nav_bg > ul#header_main_nav > li > span.links_store > span{
	color: #f9c921;
	box-sizing: border-box;
	display: block;
	height: 100%;
	width: auto;
	margin: 0 auto;
	font-size: 14px;
	padding: 0px 8px;
	line-height: 9.99px;
	font-weight: normal;
	box-sizing: border-box;
	background: none;
}

/* --- end_main_nav_bg --- */ 

/* --- element_general_search_header --- */ 
div#header_show_search {
	position: absolute;
	display: inline-block;
	height: 28%;
	width: 262px;
	top: 11px;
	right: 325px;
}
div#header_show_search > form.search {
	display: block;
	width: 100%;
	height: 100%;
}
div#header_show_search > form.search * {
	display: block;
	width: 100%;
	height: 100%;
}
#header_show_search .search .textInput #q {
	border-right: 0;
	position: static;
	width: 100%;
	padding: 0px 10px 0px 30px;
	height: 29px;
	background: none;
	-webkit-border-radius: 2px 3px 3px 2px/3px 3px 2px 2px;
	-moz-border-radius: 2px 3px 3px 2px/3px 3px 2px 2px;
	border-radius: 2px 3px 3px 2px/3px 3px 2px 2px;
	background-color: #fdfdfd;
	-webkit-box-shadow: -1px 1px 1px rgba(226,224,224,.75), inset 2px 3px 3px rgba(239,238,238,.75);
	-moz-box-shadow: -1px 1px 1px rgba(226,224,224,.75), inset 2px 3px 3px rgba(239,238,238,.75);
	box-shadow: -1px 1px 1px rgba(226,224,224,.75), inset 2px 3px 3px rgba(239,238,238,.75);
	border: solid 1px #cfcdcd;
	color: #7f7e7e;
	font-size: 13px;
	font-weight: normal;
}
div#header_show_search > form.search div#searchBtnHook {
	width: 23px;
	height: 30px;
	position: absolute;
	top: 0px;
	left: 0px;
}
div#header_show_search > form.search .searchButton input[type="submit"] {
	background: url(search_icon.png) no-repeat center 5px;
	width: 100%;
	height: 100%;
}
/* --- end element_general_search_header --- */ 

/* --- element_general_links_header --- */ 
div.facebook_likebox{
	top: 576px;
}

/* --- end_element_general_links_header --- */ 

/* --- element_general_images_header --- */
div#layout_header div#header_group1 .element_general_images.header_strengths {
	position: absolute;
	top: 65px;
	display: inline-block;
	float: right;
	margin-left: 8px;
	right: 0;
	width: auto;
	box-sizing: border-box;
}
div#layout_header div#header_group1 .element_general_images.header_strengths .current_element_image{
	display: inline-block;
	float: right;
	margin-left: 7px;
}
div#layout_header div#header_group1 .element_general_images.header_strengths .current_element_image.pos_1.css_class_header_branch a {
	margin-top: -4px;
}
div#layout_header div#header_group1 .element_general_images.header_strengths .current_element_image h3 {
	display: inline-block;
	float: left;
	font-size: 15px;
	margin-left: 25px;
	font-weight: normal;
	width: 100px;
	overflow: hidden;
	height: 18px;
}
div#layout_header div#header_group1 .element_general_images.header_strengths .current_element_image.css_class_header_branch h3 {
	width: 47px;
}
div#layout_header div#header_group1 .element_general_images.header_strengths .current_element_image a{
	display: inline-block;
	float: left;
	margin-left: 8px;
}

/* --- end_element_general_images_header --- */ 

/* --- element_general_login_logout_header --- */ 

.logged_in #layout_header > div.element_general_login_logout > ul > li.link_customer_signup {
	display: none;
}
#layout_header > div.element_general_login_logout > ul > li > span > a,#layout_header > div.element_general_login_logout > ul > li > span > span{
	color: #000;
	font-size: 14px;
}
#layout_header > div.element_general_login_logout > ul > li > span > a:hover{
	text-decoration: underline;
}

/* --- end_element_general_login_logout_header --- */

/* --- element_general_prime_categories_category_header --- */ 
div#wrapper div#layout_header div#header_group1 .element_general_all_categories_sorted_by_titles h3, div#wrapper div#layout_header div#header_group1 .element_general_prime_categories > h3, div#wrapper div#layout_header div#header_group1 .element_general_all_categories h3 {
	display: none;
}
div#main_nav_bg > ul#header_main_nav > li.link_all_items{
	display: none;
}
div#main_nav_bg > ul#header_main_nav > li.link_customer{
	display: none;
}
div#main_nav_bg > ul#header_main_nav > li.link_pages{
	display: none;
}
#bg_header .element_general_prime_categories {
	position: absolute;
	width: 960px;
	height: 40px;
	top: 110px;
	box-sizing: border-box;

}
#bg_header ul.store_categories {
	width: 100%;
	height: 100%;
	background: none;
	margin: 0 auto;
	max-width: 960px;
	text-align: center;
}
#bg_header .element_general_prime_categories > .store_categories > li{
	display: inline-block;
	width: auto;
	height: 100%;
	position: static;
	background: none;
	line-height: 42px;
}
#bg_header .element_general_prime_categories > .store_categories > li.with_wrapper:hover > a:after,#bg_header .element_general_prime_categories > .store_categories > li.with_wrapper:hover > span:after{
	content: "";
	width: 0;
	top: 2px;
	border: 15px solid transparent;
	border-bottom: 0;
	border-top-color: #000;
	display: block;
	position: relative;
	margin: 0 auto;
	z-index: 9999;
	background: none;
	right: 0px;
}
#bg_header .element_general_prime_categories > .store_categories > li:last-child{
	border-left: none;
}
#bg_header .element_general_prime_categories .store_categories > li > a,#bg_header .element_general_prime_categories .store_categories > li > span{
	line-height: 40px;
	height: 100%;
	position: relative;
	background: none;
	font-size: 19px;
	color: #000;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	display: block;
	width: auto;
	margin: 0 auto;
	padding: 0px 14px;
	z-index: 9999;
}
#bg_header .element_general_prime_categories .store_categories > li:first-child > a, #bg_header .element_general_prime_categories .store_categories > li:first-child > span{
	padding-right: 0px;
}
#bg_header .element_general_prime_categories .store_categories > li:last-child{
	border-left: none;
}
#bg_header .element_general_prime_categories > .store_categories > li:hover:before{
	content: "";
	height: 25px;
	width: 960px;
	background: none;
	display: block;
	position: absolute;
	left: 0;
	right: auto;
	top: 30px;
	z-index: 99;
}
#bg_header .store_categories > li > span{
	color: #302e29;
}
#bg_header .element_general_prime_categories > .store_categories > li:hover a{
	color:#302e29;
}
#bg_header .element_general_prime_categories > .store_categories > li:hover > .drop-wrapper {
	display: block;
}
#bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper{
	display: none;
	width: 960px;
	height: 276px;
	top: 40px;
	right: 0;
	overflow: hidden;
	position: absolute;
	z-index: 999;
	background: #fff;
	box-sizing: border-box;
	padding-right: 35px;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	border-top: 2px solid #000;
}
#bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > ul{
	display: inline-block;
	float: right;
	width: 437px;
	height: 100%;
	background: none;
	padding: 14px 0px 36px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
#bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > ul > li{
	display: block;
	width: 100%;
	height: 31px;
	overflow: hidden;
	position: static;
	border: none;
	background: none;
	max-width: 100%;
}
#bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > ul > li a, #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > ul > li span{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 30px;
	overflow: hidden;
	text-align: right;
	padding: 0px 8px;
	background: none;
	font-weight: normal;
	color: #000;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > ul > li a:hover, #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > ul > li span{
	color: #f9c921;
}
/*drop_header*/
#wrapper #bg_header .element_general_prime_categories > .store_categories > li.no-relative {
	position: static;
}
#bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper.open_left {
	right: 0;
	right: auto;
}
#bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper.open_left > ul {
	float: right;
}
#bg_header .store_categories > li > ul {
	display: none;
}
#bg_header .store_categories > li:last-child {
	margin-left: 0;
}
#bg_header .store_categories > li:hover > a, #bg_header .store_categories > li > span {
	color: #d9cdbf;
}
/*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: right;
	width: 484px;
	height: 266px;
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border: none;
	border-right: none;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid {
	width: 100%;
	height: 100%;
	margin: 0;
	background: #fff;
	padding: 18px 25px 14px 20px;
	border: 1px solid #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .list_item_title_with_brand {
	width: 190px;
	height: 56px;
	float: right;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 14px;
	margin-top: 7px;
	margin-right: 12px;
	border-bottom: 1px solid #d7d7d7;
}
#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;
	box-sizing: border-box;
	padding-bottom: 12px;
	background: none;
}
#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: 46px;
	background: none;
	color: #252525;
	font-size: 15px;
	text-align: center;
	line-height: 23px;
	font-weight: bold;
	overflow: hidden;
	padding: 0;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .list_item_image {
	display: inline-block;
	float: left;
	width: 200px;
	height: 100%;
	position: relative;
}
#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;
	margin: 0 auto;
	padding:0px;
	box-sizing: border-box;
}
#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: inline-block;
	float: right;
	width: 213px;
	height: 52px !important;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
}
#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%;
	height: 100%;
	color: #252525;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .list_item_show_price {
	display: inline-block;
	float: right;
	width: auto;
	height: 32px;
	margin-top: 17px;
	margin-bottom: 9px;
}
#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 {
	display: inline-block;
	position: static;
	width: auto;
	padding: 0;
	background: none;
	height: 100%;
	margin-left: 23px;
}
#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: 100%;
	height: 100%;
	padding: 0;
	background: none;
	color: #34373c;
	font-weight: normal;
	font-size: 16px;
	line-height: 37px;
	text-align: center;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .list_item_show_price a {
	color: #34373c;
	font-weight: bold;
	font-size: 19px;
	display: inline-block;
	position: static;
	width: auto;
	padding: 0;
	background: none;
	height: 100%;
	text-align: center;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .list_item_show_price a strong {
	font-weight: bold;
	display: block;
	width: auto;
	height: 100%;
	line-height: 22px;
}
#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: right;
	height: 39px;
	width: 181px;
	margin-right: 14px;
}
#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: 37px;
	text-align: right;
	color: #f9c921;
	font-size: 17.6px;
	font-weight: normal;
	padding: 0;
	background: #000000;
	margin: 0 auto;
	padding-right: 32px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	border: 1px solid transparent;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .extra_button a:after {
	background: url(arrow_grid_drop.png) no-repeat center left;
	content: "";
	display: block;
	position: absolute;
	width: 41px;
	height: 39px;
	top: -1px;
	left: -3px;
}
#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 --- */  
#homepage_group2 {
	width: 960px;
	float: none;
	display: block;
	margin: 0 auto;
}
.layout_homepage #homepage_group2 > h3 {
	font-size: 24px;
	color: #252525;
	text-align: center;
	margin-top: 58px;
	margin-bottom: 58px;
}
.layout_homepage #homepage_group2 > h3:after {
	content: "";
	display: block;
	background: #f9c921;
	width: 72px;
	height: 3px;
	margin: 0 auto;
	margin-top: 15px;
}
div.ProductItem div.boxContent b {
	font-weight: bold;
}
div#wrapper .element_category_filter h1 {
	color: #252525;
}
/* --- end layout_homepage_middle --- */ 

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

/* --- element_general_all_categories_middle --- */ 
.element_general_grid_content_carousel.carousel_grid span.ca-nav-prev{
	background: transparent url(grid_right.png) no-repeat;
}

.element_general_grid_content_carousel.carousel_grid span.ca-nav-next{
	background: transparent url(grid_left.png) no-repeat;
}
/* --- end element_general_all_categories_middle --- */ 

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

/* --- element_general_content_carousel_middle --- */
/*brand*/
.element_general_carousel.small {
	width: 960px;
	margin: 0 auto;
	margin-top: 65px;
	margin-bottom: 65px;
}
.small .ca-container {
	width: 100%;
	height: 86px;
}
.small .ca-container .ca-nav span{
	display: inline-block;
	width: 50%;
	height: 100%;
	position: static;
	margin: 0px;
}
.small .ca-container .ca-nav span.ca-nav-prev {
	float:right;
}
.small .ca-container .ca-nav span.ca-nav-next {
	float:left;
}
.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: 100%;
	max-width: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	position: absolute;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.element_general_carousel.small .ca-item:hover a img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.small .ca-nav span {
	top: 38%;
}
.element_general_carousel.small .ca-item {
	padding: 0px;
	display: table;
	width: 160px;
	height: 100%;
}
/*end of brand*/ 
/* --- end element_general_content_carousel_middle --- */

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

/* --- element_general_main_categories --- */
#main {
	width: 100%;
}
#homepage_group3{
	width: 100%;
	float: none;
}
/* --- end element_general_main_categories --- */

/* --- element_general_images_middle --- */
div#homepage_group4 {
	background: url(https://konimboimages.s3.amazonaws.com/system/photos/136100/original/46f5c92f2a5155d4e332a18659cc14cc.jpg?1476108629) no-repeat 0px 0px fixed;
	background-size: cover;
	height: 650px;
}
/*strengths*/
.element_general_images.strengths{
	width: 960px;
	margin: 0px auto;
	text-align: center;
	padding-top: 0;
	height: auto;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: transparent;
}
.element_general_images.strengths .heading {
	padding-top: 50px;
	color: #f9c921;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 50px;
	text-shadow: 0px 2px 2px rgba(0, 1, 1, 0.75);
}
.element_general_images.strengths .heading:after {
	content: "";
	display: block;
	background: #000;
	width: 72px;
	height: 3px;
	margin: 0 auto;
	margin-top: 15px;
}
.element_general_images.strengths .current_element_image {
	display: inline-block;
	position: relative;
	width: 230px;
	height: 210px;
	vertical-align: top;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 9px;
	margin-bottom: 50px;
	overflow: hidden;
}
.element_general_images.strengths .current_element_image.pos_3, .element_general_images.strengths .current_element_image:last-child {
	margin-left: 0px;
}
.element_general_images.strengths .current_element_image h3 {
	line-height: 20px;
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 2px 2px rgba(0, 1, 1, 0.75);
	margin-top: 18px;
	position: relative;
}
.element_general_images.strengths .current_element_image h3:after {
	content: "";
	display: block;
	width: 36px;
	height: 2px;
	background-color: rgb(249, 201, 33);
	box-shadow: 0px 2px 2px rgba(0, 1, 1, 0.75);
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
.element_general_images.strengths > div > a {
	height: 150px;
	display: block;
	width: 100%;
	background-color: rgba(0, 0, 0,0.302);
	position: relative;
}
.element_general_images.strengths .current_element_image a .strengths_img_wrapper {
	height: 57px;
	width: 100%;
	height: 100%;
	display: block;
}
.element_general_images.strengths .current_element_image a img {
	display: block;
	margin: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	max-width: 100px;
	max-height: 75px;
}
.element_general_images.strengths .current_element_image a:hover p {
	display: block;
	position: absolute;
	top: 0;
	opacity: 1;
	-o-transition: All 0.25s ease;
	-ms-transition: All 0.25s ease;
	-moz-transition: All 0.25s ease;
	-webkit-transition: All 0.25s ease;
	transition: All 0.25s ease;

}
.element_general_images.strengths .current_element_image p {
	display: block;
	position: absolute;
	top: -150px;
	left: 0;
	width: 100%;
	height: 150px;
	background: #f9c921;
	line-height: 22px;
	margin-top: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
	height: 100%;
	padding: 0px 8px;
	text-align: center;
	padding-top: 33px;
	color: #000;
	box-sizing: border-box;
	overflow: hidden;
}
/* --- 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 --- */ 
#bg_footer {
	position: relative;
	max-width: 100%;
	line-height: 22px;
}
#layout_footer{
	padding: 0;
	width: 100%;
}
#layout_footer div#footer_middle_groups {
	margin: 0 auto;
	margin-top: 35px;
}
/* --- end layout_footer --- */

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

/* --- element_general_links_footer --- */
#layout_footer .element_general_footer_nav_list a, #bg_footer .element_general_all_categories_sorted_by_titles li a, #bg_footer .element_general_prime_categories li a, #bg_footer .element_general_all_categories li a{
	color: #000;
}
#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 {
	color: #f9c921;
}
/* --- 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 --- */ 
#footer_middle_groups {
	position: relative;
}
/* --- end layout_footer --- */

/* --- element_general_newsletter_footer --- */ 
#footer_group5 {
	height: 0;
	padding-top: 0px;
	margin-top: 10px;
}
#bg_footer #new_ticket {
	float: left;
	height: 100px;
	overflow: hidden;
	width: 221px;
	margin-left: 70px;
}
#bg_footer #new_ticket:before {
	content: "";
	height: 2px;
	width: 219px;
	border-top: 1px dashed #a9a9a9;
	position: absolute;
	bottom: 127px;
}
#bg_footer .element_general_newsletter {
	background: none;
	margin: 0;
	position: static;
	width: auto;
}
#bg_footer .element_general_newsletter #heading {
	padding-right: 5px;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	padding-bottom: 4px;
	color: #010002;
	padding-top: 11px;
}
#bg_footer .contact label {
	padding: 0;
}
.element_general_newsletter #ticket_customer_email {
	width: 236px;
	height: 28px;
	background: #FFF;
	color: #808080;
	padding: 0 8px 0 30px;
	position: static;
	margin-top: 13px;
	text-align: right;
	line-height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-shadow: inset -1px 1px 5px -1px #B3B3B3;
	-webkit-box-shadow: inset -1px 1px 5px -1px #B3B3B3;
	box-shadow: inset -1px 1px 5px -1px #B3B3B3;
	outline: none;
}
.element_general_newsletter + input + div.smallButton a,
.element_general_newsletter + input + div.smallButton div {
	width: 28px;
	background: url(envelope_icon.png) no-repeat center center;
	top: -83px;
	left: -121px;
	height: 28px;
}
.element_general_newsletter + input + div.smallButton div:hover {
	background-position: center center;
}
#bg_footer .contact label {
	padding: 0;
}
#topopup #new_ticket{
	height: 283px;
	width: 627px;
	margin-left: 0;
}
#bg_footer #topopup .element_general_newsletter #ticket_customer_email {
	margin: 3px 111px;
}
#bg_footer #topopup #new_ticket:before{
	border: none;
}
#topopup.tamplate4 .element_general_newsletter #ticket_customer_email{
	margin: 0 0;
}
#topopup.tamplate5 .element_general_newsletter #ticket_customer_email {
	margin: 30px 0px;
}
/* --- end element_general_newsletter_footer --- */ 

/* --- element_general_links_footer --- */ 
ul.element_general_links.footer_safe_buy {
	position: absolute;
	left: 0;
	top: 5px;
	width: 224px;
	height: 150px;
	background: url(payment_icons.png) no-repeat right center;
	text-indent: 7px;
}
#footer_middle_groups ul.element_general_links.footer_safe_buy {
	margin: 0;
}
#bg_footer #footer_group4 ul.element_general_links.f_t_g.horizontal {
	position: absolute;
	left: 92px;
}
#footer_middle_groups ul.element_general_links.footer_safe_buy.vertical a {
	display: block;
}
#footer_middle_groups ul.element_general_links.footer_safe_buy.vertical h3 {
	display: block;
	width: 100%;
	text-indent: 0;
}
#footer_group5 > ul {
	float: left;
	padding-top: 0;
	width: 220px;
	position: relative;
	top: -120px;
}
#layout_footer .element_general_links.horizontal li {
	float: none;
	display: inline-block;
	margin: 0 4px;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
#layout_footer .element_general_links li a {
	font-size: 19px;
	line-height: 32px;
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #000;
}
#layout_footer .element_general_links li.pos_1 a {
	color: #000;
}
ul.element_general_links.f_t_g h3 {
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	padding-bottom: 15px;
	color: #000;
	padding-top: 11px;
	text-decoration: none;
}
#bg_footer #footer_group4 h3.safe_buy {
	position: absolute;
	top: 5px;
	left: 87px;
	padding-left: 35px;
	height: 23px;
}
/* --- end_element_general_links_footer --- */ 

/* --- element_general_footer_nav --- */ 
#layout_footer .element_general_footer_nav_list a:hover {
	text-decoration: none;
	color: #7fa4ad;
}
/* --- end element_general_footer_nav --- */ 

/* --- element_general_prime_categories --- */ 
#bg_footer .store_categories {
	max-height: 249px;
	overflow: hidden;
	border: none;
}
#bg_footer .element_general_all_categories_sorted_by_titles li, 
#bg_footer .element_general_prime_categories li, 
#bg_footer .element_general_all_categories li {
	line-height: 22px;
}
#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 {
	text-decoration: none;
	color: #7fa4ad;
}
#bg_footer .element_general_prime_categories h3 {
	display: block;
	color: #000;
	text-decoration: none;
}
/* --- end element_general_prime_categories --- */ 

/* --- element_general_show_contact --- */ 
#bg_footer #footer_group4 {
	padding-left: 240px;
}
#footer_group4 .element_general_show_contact p span {
	font-size: 14px !important;
}
/* --- end element_general_show_contact --- */

/* --- #footer_group2, #footer_group3, #footer_group4_footer --- */
#footer_group2, #footer_group3, #footer_group4 {
	background: none;
}
#layout_footer #footer_group2 {
	width: 187px;
	padding-right: 0;
}
#layout_footer #footer_group3 {
	width: 248px;
}
#footer_middle_groups h3,
#footer_middle_groups .element_general_show_contact h3 span {
	font-size: 18px !important;
	line-height: 18px !important;
	font-weight: normal;
}
#layout_footer a,
#layout_footer p,
#layout_footer strong {
	color: #000;
}
#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 {
	color: #f9c921;
	text-decoration: none;
}
.element_general_footer_nav {
	width: 124px;
}
#bg_footer .element_general_all_categories_sorted_by_titles, 
#bg_footer .element_general_prime_categories,
#bg_footer .element_general_all_categories{
	width: 140px;
}
#footer_middle_groups h3 {
	color: #000;
	text-decoration: none;
}
/* --- 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 div#footer_group1 {
	margin-top: 0;
	width: 100%;
	background: #f9c921;
	height: 300px;
}
form.footer_newsletter {
	display: block;
	height: auto;
	width: 960px;
	position: relative;
	margin: 0 auto;
}
form.footer_newsletter .element_general_contact_new {
	display: block;
	width: 100%;
	position: relative;
	z-index: 999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
	text-align: center;
}
form.footer_newsletter .element_general_contact_new:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
form.footer_newsletter .element_general_contact_new .wrap_contact_title1 {
	display: inline-block;
	float: none;
	width: 100%;
	height: 31px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
	margin-top: 50px;
}
form.footer_newsletter .element_general_contact_new .wrap_contact_title1 h1 {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 30px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
form.footer_newsletter .element_general_contact_new .wrap_contact_title1 h1:after {
	content: "";
	display: block;
	background: #000;
	visibility: visible;
	width: 72px;
	height: 3px;
	margin: 0 auto;
	margin-top: 10px;
}
form.footer_newsletter .element_general_contact_new .wrap_contact_title2 {
	display: inline-block;
	float: none;
	width: 100%;
	height: 40px;
	margin-bottom: 34px;
}
form.footer_newsletter .element_general_contact_new .wrap_ticket_customer_email {
	display: inline-block;
	float: right;
	width: 247px;
	height: 40px;
	margin-left: 10px;
	border: 1px solid #404040;
}
form.footer_newsletter .element_general_contact_new > div > input#ticket_customer_email {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	text-indent: 12px;
	color: #000;
	line-height: 40px;
	background: none;
}
form.footer_newsletter .element_general_contact_new .wrap_ticket_customer_name,form.footer_newsletter .element_general_contact_new .wrap_ticket_customer_phone {
	display: inline-block;
	float: right;
	width: 247px;
	height: 40px;
	border: 1px solid #404040;
	margin-left: 12px;
	color: #404040 !important;
}
form.footer_newsletter .element_general_contact_new .wrap_ticket_customer_name input#ticket_customer_name,form.footer_newsletter .element_general_contact_new .wrap_ticket_customer_phone input#ticket_customer_phone {
	background: none;
	border: none;
	line-height: 40px;
	display: block;
	width: 100%;
	height: 100%;
	padding-right: 8px;
	box-sizing: border-box;
	outline: none;
}
form.footer_newsletter .element_general_contact_new > div > input::-webkit-input-placeholder,#wrapper form.float_contact input::-webkit-input-placeholder {
	color: #000;
}
form.footer_newsletter .element_general_contact_new > div > span {
	display: none;
}
form.footer_newsletter .element_general_contact_new > div.wrap_checkbox {
	display: block;
	width: 100%;
	height: 25px;
	float: right;
	overflow: hidden;
}
form.footer_newsletter .element_general_contact_new > div.wrap_checkbox:before {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
form.footer_newsletter .element_general_contact_new > div > input#ticket_newsletter {
	display: inline-block;
	float: right;
	width: auto;
	height: 100%;
	visibility: visible;
	position: relative;
	top: -20px;
}
form.footer_newsletter .element_general_contact_new > div > span.newsletter_field {
	display: block;
	color: #000;
	font-size: 12.55px;
	width: 202px;
	height: 100%;
	padding-right: 0;
	margin-right: 19px;
	top: 7px;
	overflow: hidden;
}
form.footer_newsletter .element_general_contact_new > .wrap_contact_btn {
	display: inline-block;
	float: right;
	width: 170px;
	height: 42px;
	background: #000;
	border: 1px solid #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
form.footer_newsletter .element_general_contact_new > .wrap_contact_btn button.contact_btn {
	display: block;
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	outline: none;
	line-height: 40px;
	cursor: pointer;
	text-indent: -2px;
}
form.footer_newsletter .element_general_contact_new > .wrap_contact_btn button.contact_btn:hover {
	background: #fff;
	color: #000;
}
/* --- end element_general_contact_footer --- */
/* floating contact */
/* !!notice the javascript section!! */
div#bg_footer form.float_contact {
	position: fixed;
	bottom: 0px;
	right: 7px;
	left: auto;
	display: block;
	width: 252px;
	height: 232px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px;
	-o-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	z-index: 99;
	cursor: pointer;
	background: #f9c921;
	border: 1px solid #f9c921;
	-webkit-border-top-left-radius: 14px;
	-webkit-border-top-right-radius: 14px;
	-moz-border-radius-topleft: 14px;
	-moz-border-radius-topright: 14px;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
}

div#bg_footer form.float_contact.closed{
	height: 36px;
}
div#bg_footer form.float_contact > .element_general_contact_new {
	display: block;
	height: 269px;
	width: 97%;
	overflow: hidden;
	background-color: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid #fff;
	border-radius: 7px;
	margin-top: 43px;
	background: #fff;
	margin-right: 4px;
}
div#bg_footer form.float_contact .wrap_contact_title1 {
	font-size: 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	line-height: 43px;
	overflow: hidden;
	padding-right: 70px;
	position: absolute;
	right: 0;
	height: 36px;
	top: 0px;
	width: 100%;
	border-bottom: 2px solid #000;
	box-sizing: border-box;
}
div#bg_footer form.float_contact:before {
	content: "";
	display: block;
	width: 60px;
	height: 80px;
	position: absolute;
	top: -40px;
	right: 2px;
	visibility: visible;
	background: url(cont_bg.png) right 0px no-repeat;
}
div#bg_footer form.float_contact.closed .wrap_contact_title1 {

	margin-top: 0;
}

div#bg_footer form.float_contact .wrap_contact_title1 > h1.contact_title1 {
	color: #fff;
	font-weight: bold;
	font-size: 18.86px;
	margin: 0 auto;
	text-align: right;
	width: 100%;
	height: 27px;
	position: relative;
	line-height: 37px;
	text-shadow: 0px 2px 2px rgba(0, 1, 1, 0.75);
}
div#bg_footer form.float_contact.closed .wrap_contact_title1:after {
	content: "\f106";
	font-family: fontAwesome;
	font-size: 35px;
	display: inline-block;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: -3px;
	height: 33px;
	color: #000;
}
div#bg_footer form.float_contact .wrap_contact_title1:after {
	content: "\f107";
	font-family: fontAwesome;
	font-size: 35px;
	display: inline-block;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: -3px;
	height: 33px;
	color: #000;
}
div#bg_footer form.float_contact > .element_general_contact_new > .wrap_contact_title2 {
	display: block;
	height: 56px;
	width: 231px;
	text-align: center;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
	padding-top: 9px;
}
div#bg_footer form.float_contact span.name_field,
div#bg_footer form.float_contact span.email_field {
	display: none;
}
#wrapper form.float_contact input {
	display: block;
	border: none;
	margin: 0 auto;
	text-indent: 16px;
	margin-bottom: 10px;
	margin-top: 6px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #000;
	border: 1px solid #000;
	width: 212px;
	height: 31px;
	background-color: #fff;
	outline: none;
}
div#bg_footer .float_contact button.contact_btn {
	display: block;
	width: 140px;
	height: 34px;
	background: #f9c921;
	border: 0px;
	margin: 0 auto;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	line-height: 34px;
	outline: none;
}
#layout_footer form.float_contact.closed > .element_general_contact_new{
	height: 72px;
}
#layout_footer form.float_contact > .element_general_contact_new {
	display: block;
	height: 337px;
}
div#bg_footer form.float_contact > .element_general_contact_new > .wrap_ticket_customer_phone > span.phone_field {
	display: none;
}
#layout_footer form.float_contact.open {
	background: url(contact_open.png) no-repeat 0px 0px;
}
div#bg_footer .wrap_contact_btn {
	position: relative;
	right: 0px;
	left: 0px;
	margin: auto;
	top: 0;

}
div#bg_footer h3.contact_title2 {
	font-size: 16px !important;
	color: #000;
	font-weight: normal;
	text-align: center;
	width: 60%;
	height: auto;
	max-height: 93%;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	line-height: 20px;
}
/* end floating contact */

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

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

/* --- layout_category --- */ 
.category_middle_groups #category_group3 {
	width: 100%;
	height: auto;
	float: none;
	margin-bottom: 5px;
}
.category_middle_groups {
	width: 100%;
	position: relative;
}
.element_category_list_items .store_category_list_items {
	clear: both;
}
.category_middle_groups #category_group2 {
	padding: 0;
}
/* --- end layout_category --- */   

/* --- element_category_filter_category --- */ 
.element_category_filter h1 {
	font-style: normal;
	color: #252525;
	margin-top: 2px;
	padding-bottom: 3px;
}
.layout_category.parent_category .element_category_filter h1 {
	padding-bottom: 23px;
}
#category_group1 .element_category_filter .show_filters{
	margin-top: 13px;
}
#category_group1 .element_category_filter .show_filters .filterOptions {
	width: 60%;
	float: right;
	margin-top: 19px;
}
#category_group1 .element_category_filter .show_filters .filterOptions a.blue_link{
	color: #666;
}
.element_general_carousel:after, #items_group1:after, .element_category_filter:after {
	display: none;

}
.layout_category.parent_category #category_group1 .element_category_filter .show_filters{
	margin-top: 0;
}
.element_category_filter .category_image_wrapper {
	display: none;
}
div.ProductItem div.boxContent {
	border: none;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
	margin-bottom: 9px;
	padding-top: 18px;
}
.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;
}
.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: #000;
	text-align: center;
	text-indent: 0;
}
.ProductItem.backgroundgroups.parent_category .group span a:hover {
	color: #ffaf00;
	text-decoration: none;
}
#facebook_and_sort_category .sortBox {
	float: left;
	margin-right: 37px;
	top: 20px;
	padding-left: 8px;
}
.category_middle_groups .filterOptions{
	display: block;
	width: auto;
	position: absolute;
	top: -6px;
	right: 0;
}
#category_group3 .element_category_list_items .results_and_sort {
	width: 40%;
	height: auto;
	float: left;
	margin-bottom: 30px;
	margin-top: 20px;
}
#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;
}
#category_group3 .element_category_list_items #facebook_and_sort_category .show_sort_category {
	position: relative;
	top: 0;
	right: 0;
}
#category_group3 .element_category_list_items #facebook_and_sort_category .show_sort_category:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.element_category_list_items div#facebook_and_sort_category {
	float: left;
	height: 100%;
}
#facebook_and_sort_category .sortBox {
	float: left;
	margin-right: 37px;
	top: 20px;
	padding-left: 8px;
}
#facebook_and_sort_category .sortBox a:nth-of-type(2){
	font-weight: bold;
}
#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;
	display: block;
}
.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_list_item .grid #item_icons, .element_general_chrome_store_list_items .chrome_store_list_items #item_icons {
	position: absolute;
	top: -8px;
	left: -7px;
	right: auto;
	width: 89px;
	height: 93px;
}
.layout_list_item .grid #item_icons ul, .element_general_chrome_store_list_items .chrome_store_list_items #item_icons ul{
	height: 100%;
	width: 100%;
}
.layout_list_item .grid #item_icons ul li, .element_general_chrome_store_list_items .chrome_store_list_items #item_icons ul li{
	height: 100%;
	width: 100%;
	display: block;
}
.layout_list_item .grid #item_icons ul li,
.element_general_chrome_store_list_items .chrome_store_list_items #item_icons ul li {
	position: absolute;
	top: 19px;
	left: -8px;
	padding: 0;
}
.layout_list_item .grid #item_icons ul li.responsible, .element_general_chrome_store_list_items .chrome_store_list_items #item_icons ul li.responsible {
	top: 200px;
	left: 7px;
}
#bg_middle .layout_list_item .grid #item_icons ul li img,
#bg_middle .element_general_chrome_store_list_items .chrome_store_list_items #item_icons ul li img{
	height: auto;
	width: auto;
	max-height: 100%;
	max-width: 100%;
}
.layout_list_item{
	height: 322px;
	border: 1px solid #F4F0F0;
	margin: 0 0px 20px 14px;
	position: relative;
	width: 227px;
}
.layout_list_item:nth-child(4n) {
	margin-left: 0px;
}
#wrapper #bg_middle .layout_list_item .grid {
	width: 100%;
	height: auto;
	margin: 0;
	position: relative;
	background: #fff;
	padding-top: 0px;
	padding-top: 6px;
}
.element_general_grid_content_carousel.carousel_grid .ca-wrapper.store_category_list_items{
	height: 325px !important;
}
.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%;
	padding: 0;
	position: relative;
}
.store_category_list_items .grid .list_item_image img, 
.store_list_items .grid .list_item_image img {
	width: auto;
	height: auto;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}
.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;
	margin-bottom: 12px;
	margin-top: 8px;
}
.store_category_list_items .grid .list_item_title_with_brand a,
.store_list_items .grid .list_item_title_with_brand a {
	color: #302e29;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 0px 15px;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	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: 38px;
	width: 92%;
	position: static;
	margin: 0 auto;
}
.grid .list_item_show_price span.item_show_origin_price {
	display: inline-block;
	float: right;
	position: static;
	width: 50%;
	height: 100%;
	color: #b4b4b4;
	font-size: 13.5px;
	line-height: 38px;
	text-align: right;
	padding: 0;
}
.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: 50%;
	height: 100%;
	background: none;
	margin: 0;
	line-height: 38px;
	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: #f0c018;
	font-size: 16px;
	text-align: right;
	text-indent: 15px;
	font-weight: bold;
}
.list_item_show_price span.item_show_origin_price, .list_item_show_price span.item_show_origin_price span.origin_price_number {
	text-indent: 35px;
}
.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 #f9c921;
	padding: 0px;
	margin-left: 0;
	color: #f9c921;
	font-size: 14px;
	background: none;
	line-height: 25px;
	margin-top: 6px;
}
.store_category_list_items .grid .list_item_compare, .store_list_items .grid .list_item_compare {
	display: none;
}
div > div.extra_button {
	display: none;
}
.root .pagingWrapper {
	display: none;
}
.pagination span, .pagination a:hover {
	text-decoration: underline;
	color: #fbbe05;
}
.pagination a, .pagination span {
	min-width: 20px;
	width: auto;
	font-weight: bold;
}
.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 {
	display: none;
}
div.ProductItem div.boxContent{
	border-right: none;
	overflow-y: hidden;
	border-left: none;
	background: rgba(255,255,255,0.25);
}
/* --- 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: #302e29;
	max-height: 75px;
}
div#add_to_cart {
	margin-left: 13px;
	margin-top: 13px;
	display: inline-block;

}
.buyNow.to_cart a {
	background: #323232;
	border-radius: 0;
	box-shadow: none;
}
.item_option5 #item_link_buy_now {
	position: static;
	margin-top: 13px;
	display: inline-block;
}
a#big_buy_now_link {
	background: #34a204;
	box-shadow: none;
	border-radius: 0;
}
a#big_buy_now_link:hover,div.deal_items div.smallButton a#deal_button:hover {
	background: #f9c921;
}
.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: #ecbc16;
	text-decoration: underline;
}
.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: 13.5px;
	color: #b4b4b4;
	font-weight: normal;
}
.item_option5 .price_wrap {
	margin: 15px 0px 0px 0px;
}
.item_option5 div#item_link_buy_now .contactNow {
	margin-top: 25px;
}
.item_option5 #shipping_warranty_delivery{
	float: right;
	width: 75%;
}
.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 #upgrades {
	display: block;
	text-decoration: underline;
	font-weight: normal;
	color: #4b4b4b;
	font-size: 12px;
}
.item_option5 #item_safe_buy,
.item_option5 span.truck {
	background-color: #fff;
	border: 1px solid #b7b7b7;
	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);
}
.item_option5 span.truck, .item_option5 #item_safe_buy {
	margin-top: 14px;
}
.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: #ffaf00;
	border: none;
	font-size: 18px;
	box-shadow: none;
}
h3#deal_items {
	margin-top: -16px;
	font-size: 22px;
	height: 34px;
	padding: 0;
	letter-spacing: 0;
	background: none;
	border-bottom: #404040 4px solid;
}
#item_deal_items, .item_attributes {
	margin-top: 52px;
	padding-top: 19px;
	border: none;
	border-top: #b7b7b7 solid 1px;
}
div.deal_items td.equal {
	line-height: 25px;
}
div.deal_items div.smallButton a#deal_button {
	width: 153px;
	box-shadow: none;
	background: #34a204;
}
.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: #d7d7d7;
}
/* --- end icons --- */
#bg_middle #bread_crumbs {
	margin: 0;
	margin-top: 4px;
	height: 30px;
	line-height: 30px;
}
/* --- 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 #ffaf00;
	border-bottom: none;
}
.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{
	width: 47px;
	height: 47px;
	background: url(tabs_left.png) no-repeat;
	top: -245px;
}
#item_also_buy .mCarouselControls .nextImg{
	width: 47px;
	height: 47px;
	background: url(tabs_right.png) no-repeat;
	top: -245px;
}
#item_also_buy .matchingCarousel em {
	height: 100%;
	width: 222px;
}
.matchingCarousel b {
	font-size: 15px;
	font-weight: normal;
	margin-top: 125px;

}
.matchingCarousel i {
	font-size: 16px;
	margin-top: 135px;
	color: #302e29;
	font-weight: bold;
}
#item_also_buy .mCarouselControls {
	width: 1073px;
	left: -57px;
	padding: 0;
	position: absolute;
}
#item_also_buy .matchingCarousel .img_wrapper {
	width: 100%;
	height: 222px;
	position: relative;
	display: block;
	top: 0;
}
#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 ------------------------------------- */
/* --- 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 --- */ 

/* --- layout_search --- */
.search_results #category_group3, .search_results #items_group3 {
	width: 960px;
	float: left;
	position: relative;
	z-index: 0;
}
/* --- end_layout_search --- */

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

/*--- colors ---*/
.element_category_filter h1, .category_desc h3, .sortBox a, .sortBox i, .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, .pagination span, .pagination a:hover, .results b, #sort_price a, #sort_price a, #sort_name a, #personal_sell_signup a, #item_current_title h1, #item_current_content b, .link_personal_sell_signup.blue_link, #item_show_price .price_value, .item_attributes > h3, .matchingCarousel i, .mainImage big, .mainImage b, #item_show_price > span.price_value > span.tiny, #store_categories_select_dynamic > span, .item_option5 #dealButtonHook:before, .item_option5 .bold_link.link_ask_about_item:before {
	color: #efbf16;
}

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

/* fonts */
/* end fonts */

/*buttons*/
.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 {
	background-color: #34a204;
	border-color: #34a204;
}
.item_attributes .deal_items table.deal_items td.plus,.item_attributes .deal_items table.deal_items td.equal {
	background-color: #efbf16;
}
/*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 ------------------------------------- */