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

div#bg_header {
	height: 144px;
	background: url(https://konimboimages.s3.amazonaws.com/system/photos/136655/original/39098960b71046795114556d93d740d2.png?1476795188)repeat-x;
	position: relative;
}
.layout_homepage #bg_header:after {
	content: "";
	height: 58px;
	width: 100%;
	background: #f0f0f0;
	position: absolute;
	bottom: 0;
	border-top: #f0f0f0 solid 1px;
	border-bottom: #f0f0f0 solid 1px;
	box-sizing: border-box;
	box-shadow: -1.627px 3.654px 5px 0px rgba(0, 0, 0, 0.24);
}
#bg_header:after {
	content: "";
	height: 58px;
	width: 100%;
	background: #f0f0f0;
	position: absolute;
	bottom: 0;
	border-top: #f0f0f0 solid 1px;
	border-bottom: #f0f0f0 solid 1px;
	box-sizing: border-box;
}
#bg_header:before{
	content: none;
}
#layout_header{
	border: none;
}
#header_group1 ul.element_general_links.vertical {
	display: none;
}
.layout_homepage #wrapper div#bg_middle {
	margin-bottom: 30px;
}
/* --- end layout_header --- */ 

/* --- header_logo --- */
div#header_logo {
	width: 170px;
	height: 60px;
	left: 0;
	top: 9px;
}
#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;
	width: auto;
}
/* --- end_header_logo --- */

/* --- header_cart_nav_header --- */
#header_cart_nav li.href_homepage {
	display: none;
}
#header_cart_nav {
	left: 327px;
	width: 32px;
	height: 46px;
	background-color: transparent;
	display: inline-block;
	top: 0;
}
#header_cart_nav li {
	float: none;
	padding: 0;
	height: 100%;
	width: 100%;
}
span.cart_with_items {
	direction: ltr;
	text-align: center;
}
#header_cart_nav * {
	display: inline-block;
	width: 100%;
	color: #fff;
	background: none;
	visibility: visible;
	font-size: 8.75px;
	font-weight: normal;
	top: 1px;
}
.link_order_with_counter a b {
	padding: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 12px;
	position: static;
}
#header_cart_nav span.cart_with_items {
	width: 12px;
	height: 100%;
	float: right;
	font-size: 0;
	line-height: 40px;
	text-align: left;
}
#bg_header span.cart_with_items span {
	display: none;  
}
#header_cart_nav li.link_order_with_counter {
	background: url(cart_icon.png) no-repeat left 13px;
	position: relative;
	top: 0;
}
#header_cart_nav li.link_order_with_counter:after {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 25px;
	background: #f47b80;
	top: 11px;
	right: -4px;
}
/* --- end_header_cart_nav_header --- */

/* --- main_nav_bg --- */ 
div#main_nav_bg {
	height: 46px;
}
#header_main_nav li:not(.link_all_items){
	position: relative;
	display: block;
	height: 100%;
}
#header_main_nav li.link_location, #header_main_nav li.link_customer, #header_main_nav li.link_pages{
	display: none;
}
#header_main_nav li > span{
	display: block;
	height: 100%;
}
#header_main_nav li a, #header_main_nav li > span > span{
	padding: 0 10px;
	height: 100%;
	line-height: 46px;
	color: #fff;
	font-size: 14px;
	max-width: 125px;
	overflow: hidden;
	display: block;
}
#header_main_nav > li a:active {
	color: #fff;
}
#header_main_nav li.link_about a, #header_main_nav li.link_about > span > span {
	padding-right: 0;
}
#header_main_nav li a:hover, #header_main_nav li > span > span {
	color: #333;
	display: block;
}
#header_main_nav li:not(:last-child):after{
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 25px;
	background: #f47b80;
	left: 0;
	top: 11px;
}
/* --- end_main_nav_bg --- */ 

/* --- element_general_search_header --- */ 
#header_show_search {
	width: auto;
	height: 35px;
	z-index: 99;
	display: inline-block;
	top: 0;
	left: 374px;
}
#header_show_search *{
	display: block;
	height: 100%;
}
label.textInput {
	display: block;
	height: 100%;
	width: 100%;
}
#header_show_search .search .textInput #q {
	width: 30px;
	height: 100%;
	background: #fff;
	border: none;
	position: static;
	line-height: 19px;
	background: url(search_icon.png) no-repeat left 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	color: rgba(0, 0, 0, 0);
	border-bottom: 1px solid transparent;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#header_show_search .search .textInput #q:focus,
#header_show_search .search .textInput #q:hover,
#header_show_search:hover .search .textInput #q {
	width: 173px;
	color: #fff;
	padding: 8px 9px 0px 37px;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	border-color: #fff;
	background-position: left 15px;
	font-weight: normal;
}
div#searchBtnHook {
	position: absolute;
	width: 20px;
	height: 100%;
	left: 0;
	top: 0px;
}
.searchButton input[type="submit"] {
	background: none;
	width: 100%;
	position: static;
	z-index: 99999;
}
div#header_show_search:hover .searchButton input[type="submit"], div#header_show_search:focus .searchButton input[type="submit"] {
	left: 0px;
}
/* --- end element_general_search_header --- */ 

/* --- element_general_links_header --- */
/*fixed_icons*/
body.plugin{
	margin: 0 !important;
}
#bg_header ul.element_general_links.fixed_icons {
	display: block;
	position: fixed;
	width: 63px;
	height: auto;
	overflow: hidden;
	z-index: 999;
	padding: 0;
	top: 165px;
	right: 0;
	-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;
}
ul.element_general_links.fixed_icons li.pos_0 {
	background: url(facebook.png);
}

ul.element_general_links.fixed_icons li {
	display: block;
	width: 97%;
	height: 62px;
	margin-bottom: 4px;
	background: rgb(59, 89, 151);
}
ul.element_general_links.fixed_icons li.pos_1 {
	background: url(youtube.png);
}
ul.element_general_links.fixed_icons li.pos_2 {
	background: url(instagram.png);
}
ul.element_general_links.fixed_icons li.pos_3 {
	background: #ffffff;
}
ul.element_general_links.fixed_icons li.pos_0 a {
	color: rgb(59, 89, 152);
}
ul.element_general_links.fixed_icons li a {
	display: block;
	width: 100%;
	height: 100%;
}
#bg_header .facebook_likebox {
	top: 165px;
}

#bg_header .facebook_likebox:after {
	content: "";
	background: url(facebook.png);
	width: 63px;
	height: 62px;
	top: 1px;
} 
/* --- 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 --- */ 
#header_group1 > div.element_general_prime_categories > h3 {
	display: none;
}
#bg_header .element_general_prime_categories {
	position: absolute;
	width: 960px;
	height: 56px;
	top: 87px;
	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: 20%;
	height: 100%;
	float: right;
	position: relative;
	line-height: 56px;
	z-index: 99;
	border: none;
	border-right: 1px solid rgba(35, 31, 32,0.11);
	background: url(1.png) no-repeat 120px center;
	box-sizing: border-box;
}
#bg_header .element_general_prime_categories > .store_categories > li:last-child {
	border-left: 1px solid #ccc;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li:hover {
	border-bottom: none;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li:hover > a {
	color: #b91521;
}

#bg_header .element_general_prime_categories > .store_categories > li.pos_2{
	background: url(2.png) no-repeat  120px center;
}

#bg_header .element_general_prime_categories > .store_categories > li.pos_3{
	background: url(3.png) no-repeat 120px center;
}

#bg_header .element_general_prime_categories > .store_categories > li.pos_4{
	background: url(4.png) no-repeat 120px center;
}

#bg_header .element_general_prime_categories > .store_categories > li.pos_5{
	background: url(5.png) no-repeat 120px center;
}
#bg_header .element_general_prime_categories .store_categories > li > a , #bg_header .element_general_prime_categories .store_categories > li > span{
	line-height: 60px;
	height: auto;
	max-height: 100%;
	width: auto;
	background: none;
	font-size: 17px;
	color: #231f20;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	padding: 0px 61px 0px 0px;
}
#bg_header .element_general_prime_categories .store_categories > li > span{
	color: #302e29;
}

#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;
}
li.with_wrapper:before {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    top: 25px;
    right: 0;
    left: auto;
}
#bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper{
	display: none;
	width: 192px;
	height: auto;
	top: 58px;
	right: -1px;
	overflow: hidden;
	position: absolute;
	z-index: 999;
	background: #fff;
	box-sizing: border-box;
	padding-right: 20px;
	box-shadow: 0px 1px 1.96px 1.04px rgba(0, 0, 0, 0.18);
}
#bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > ul{
	display: inline-block;
	float: right;
	width: 160px;
	height: 100%;
	background: none;
	padding: 20px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	max-height: 300px;
	position: static;
	border: none;
}
#bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > ul > li{
	display: block;
	width: 100%;
	height: 30px;
	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: 20px;
	overflow: hidden;
	text-align: right;
	padding: 0px;
	background: none;
	font-weight: normal;
	color: #231f20;
	font-size: 15px;
	-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: #b91521;
}
#bg_header .store_categories li .store_categories li:hover a:after, #bg_header .store_categories li .store_categories li span:after {
	content: ">";
	display: inline-block;
	margin-right: 10px;
}

/*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 > a, #bg_header .store_categories > li > span {
	display: table-cell;
	vertical-align: middle;
	line-height: 14px;
	width: 100%;
	height: 100%;
	padding: 0;
	background: none;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	padding-top: 2px;
	max-height: 33px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
#bg_header .store_categories > li:hover > a, #bg_header .store_categories > li > span {
	color: #d9cdbf;
}
#bg_header .element_general_prime_categories > .store_categories > li.open_left:hover > .drop-wrapper {
	right: auto;
	left: 0;
}
/*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: 182px;
	height: 100%;
	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: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 20px;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .list_item_title_with_brand {
	display: block;
	width: 183px;
	height: 42px;
	float: right;
	overflow: hidden;
	box-sizing: border-box;
	border-bottom: 1px solid #95ca4c;
}
#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;

	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: auto;
	height: auto;
	background: none;
	color: #000000;
	font-size: 14px;
	text-align: center;
	line-height: 42px;
	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: 190px;
	height: 190px;
	position: relative;
	margin-bottom: 13px;
}
#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-left: 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 div.list_item_show_price {
	display: inline-block;
	float: left;
	width: 183px;
	height: 42px;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid div.list_item_show_price > div {
	width: auto;
	max-width: 100%;
	height: 100%;
	display: block;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid div.list_item_show_price > div.product_quantity {
	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 {
	display: inline-block;
	position: static;
	float: right;
	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 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: #878686;
	font-weight: normal;
	font-size: 13.5px;
	line-height: 42px;
	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: #000;
	font-weight: normal;
	font-size: 16px;
	display: inline-block;
	position: static;
	width: auto;
	padding: 0;
	background: none;
	height: 100%;
	text-align: center;
	line-height: 42px;
	float: left;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .list_item_show_price a strong {
	font-weight: normal;
	display: block;
	width: auto;
	height: 100%;
	line-height: 42px;
}
#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: none;
}


#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;
}
.grid .list_item_image .imgWrapperT a:before {
	content: "לפרטים > ";
	display: block;
	width: 100px;
	height: 33px;
	position: absolute;
	top: 150px;
	bottom: 0;
	left: auto;
	margin: auto;
	opacity: 0;
	right: -6px;
	z-index: 9;
	color: rgb(255, 255, 255);
	font-size: 16px;
	line-height: 33px;
	text-align: center;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: #b91521;
	background: #b91521;
}
#wrapper #bg_middle .layout_list_item .grid:hover .list_item_image .imgWrapperT a:before {
	opacity: 1;
	top: 150px;
}
.layout_list_item .grid:hover .imgWrapperT a:before {
	opacity: 1;
	top: 87px;
}
.layout_list_item .grid:hover .imgWrapperT a:before, .layout_list_item .grid:before , .layout_list_item .grid:hover:before, .store_category_list_items .grid .list_item_compare, .store_list_items .grid .list_item_compare, .store_category_list_items .grid:hover .list_item_compare, .store_list_items .grid:hover .list_item_compare {
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
#wrapper .layout_list_item .grid:before,#wrapper .layout_list_item .grid:after{
	box-shadow: 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 --- */
div#homepage_middle_groups {
	width: 960px;
	margin: 0 auto;
}
#homepage_group2,#homepage_group3 {
	width: 960px;
	float: none;
}
.element_general_grid_content_carousel.carousel_grid {
	margin-bottom: 35px;
}
.element_general_categories_images.main_cat .heading{
	margin-bottom: 27px;
}
.element_general_categories_images .heading,h3.homepageHeading,#wrapper .element_general_grid_content_carousel.carousel_grid .ca-container .slider_heading {
	font-size: 32.17px;
	font-weight: lighter;
	height: 50px;
	line-height: 44px;
	border-bottom: #e5e5e5 solid 1px;
	letter-spacing: 8px;
	position: relative;
	color: #231f20;
}
div.element_general_categories_images.movie h3.homepageHeading {
	text-align: left;
}
.element_general_categories_images .heading:before, h3.homepageHeading:before, #wrapper .element_general_grid_content_carousel.carousel_grid .ca-container .slider_heading:before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 163px;
    background: #b91521;
    right: 0;
    top: 49px;
}
div.element_general_categories_images.movie h3.homepageHeading:before {
	left: 0;
	right: auto;
}
/* --- end layout_homepage_middle --- */ 


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

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

/* --- element_general_categories_images_middle --- */
/*articles*/
.element_general_categories_images.articles_links {
	display: inline-block;
	width: 480px;
	height: auto;
	margin: 0 auto;
	position: relative;
	float: right;
	padding-top: 16px;
}
.element_general_categories_images.articles_links .current_category_image {
	display: block;
	float: none;
	width: 100%;
	height: 119px;
	background: none;
	padding: 30px 0;
	position: relative;
}
.current_category_image.pos_0.css_class_first_articles:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc;
	position: absolute;
	bottom: 0;
}
.element_general_categories_images.articles_links .current_category_image:first-of-type {
	padding-bottom: 26px;
	border-bottom: #e5e5e5 solid 1px;
}
.element_general_categories_images.articles_links .current_category_image a {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: relative;
}
.element_general_categories_images.articles_links .current_category_image table {
	width: 223px;
	height: 119px;
	position: relative;
	top: 0;
	right: 0;
	display: inline-block;
	float: right;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: #e5e2dc solid 1px;
	box-sizing: border-box;
}
.element_general_categories_images.articles_links .current_category_image table:after {
	content: "";
	display: block;
	width: 100%;
	height: 8px;
	position: absolute;
	top: auto;
	bottom: -7px;
}
.element_general_categories_images.articles_links .current_category_image table * {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.element_general_categories_images.articles_links .current_category_image table img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.element_general_categories_images.articles_links .current_category_image table img, .element_general_categories_images.articles_links .current_category_image:hover table img {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.element_general_categories_images.articles_links .current_category_image:hover table img {
	transform: rotate(0deg) scale(1.2) skew(0deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.2) skew(0deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.2) skew(0deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.2) skew(0deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.2) skew(0deg) translate(0px);
}
.element_general_categories_images.articles_links .current_category_image .category_image_title {
	display: inline-block;
	width: 231px;
	float: left;
	height: auto;
	max-height: 39px;
	margin: 0 auto;
	position: static;
	overflow: hidden;
	margin-bottom: 6px;
	margin-top: 13px;
}
.element_general_categories_images.articles_links .current_category_image .category_image_title h3 {
	display: block;
	width: auto;
	height: 100%;
	font-size: 18px;
	line-height: 21px;
	text-align: right;
	color: #000;
}
.element_general_categories_images.articles_links .current_category_image .category_image_content {
	display: block;
	width: 231px;
	float: left;
	height: 39px;
	margin: 0 auto;
	position: static;
	text-align: right;
	color: #303030;
	line-height: 19px;
	font-size: 14px;
	overflow: hidden;
	margin-bottom: 0px;
}
.element_general_categories_images.articles_links .current_category_image .category_image_content_bottom {
	display: inline-block;
	width: auto;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	height: auto;
	overflow: hidden;
	position: absolute;
	bottom: -2px;
	left: 0;
	right: auto;
}
.element_general_categories_images.articles_links .current_category_image .category_image_content_bottom:after {
	content: "\f067";
	font-family: FontAwesome;
	color: #b91521;
	font-weight: normal;
}
/*youtube*/
div.element_general_categories_images.movie {
	width: 464px;
	display: inline-block;
	height: 414px;
	margin: 0 auto;
	position: relative;
	float: left;
	background: rgb(255, 255, 255);
	padding-left: 18px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding-top: 15px;
}
div.element_general_categories_images.movie > div.current_category_image {
	display: block;
	float: left;
	width: 430px;
	height: 331px;
	box-sizing: border-box;
	padding: 6px 4px 6px 4px;
	margin-bottom: 11px;
}
.element_general_categories_images.movie .current_category_image a{
	position: relative;
	overflow: hidden;
}
.element_general_categories_images.movie .current_category_image .category_image_content {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	margin: auto;
	text-align: center;
	overflow: hidden;
	width: 100%;
	height: 272px;
	z-index: 99;
	margin-top: 11px;
}
.element_general_categories_images.movie .current_category_image .category_image_title {
	display: inline-block;
	right: 0;
	top: auto;
	bottom: 4px;
	z-index: 999;
	height: 16px;
	width: 300px;
	overflow: hidden;
}
.element_general_categories_images.movie .current_category_image h3 {
	display: block;
	color: rgb(0, 0, 0);
	font-size: 16px;
	width: auto;
	text-align: right;
	font-weight: normal;
	height: auto;
}
.element_general_categories_images.movie .current_category_image .category_image_content_bottom {
	display: inline-block;
	width: auto;
	color: #000000;
	font-size: 14.5px;
	z-index: 99;
	left: 0;
	right: auto;
	bottom: 4px;
}
.element_general_categories_images.movie .current_category_image .category_image_content_bottom:after {
	content: "\f067";
	font-family: FontAwesome;
	color: #b91521;
	font-weight: normal;
	margin-right: 4px;
	cursor: pointer;
}

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

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

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

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

/* --- element_general_images_middle --- */
.element_general_categories_images.main_cat .current_category_image {
	width: 310px;
	height: 240px;
	display: inline-block;
	float: right;
	margin-left: 15px;
	overflow: hidden;
	margin-bottom: 22px;
}



.element_general_categories_images.main_cat .current_category_image a:before {
	transform: translateX(100%);
	content: '';
	box-sizing: border-box;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 96%;
	height: 96%;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
	border-left: 2px solid rgba(0, 0, 0, 0);
	z-index: 999;
}
.element_general_categories_images.main_cat .current_category_image a:hover:before, .element_general_categories_images.main_cat .current_category_image a:hover:after {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.element_general_categories_images.main_cat .current_category_image a:before, .element_general_categories_images.main_cat .current_category_image a:after {
	bottom: 2%;
	content: "";
	left: 2%;
	opacity: 0;
	position: absolute;
	right: 2%;
	top: 2%;
	z-index: 1;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
.element_general_categories_images.main_cat .current_category_image a:after {
	border-left: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	transform: scale(1, 0);
}
.element_general_categories_images.main_cat .current_category_image a:before {
	border-bottom: 2px solid #FFF;
	border-top: 2px solid #FFF;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
}
.element_general_categories_images.main_cat .current_category_image a:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.element_general_categories_images.main_cat .current_category_image img, .element_general_categories_images.main_cat .current_category_image img:hover, .element_general_categories_images.main_cat .current_category_image:hover img {
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

/* without pos_2 */
.element_general_categories_images.main_cat .current_category_image.pos_2 a:before,.element_general_categories_images.main_cat .current_category_image.pos_2 a:after{
	display: none;
}

.element_general_categories_images.main_cat .current_category_image.pos_2 a:hover img {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.element_general_categories_images.main_cat .current_category_image.pos_2 img, .element_general_categories_images.main_cat .current_category_image.pos_2 img:hover, .element_general_categories_images.main_cat .current_category_image.pos_2:hover img {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}



.element_general_categories_images.main_cat .current_category_image:last-child {
	margin-left: 0px;
}
.element_general_categories_images.main_cat .current_category_image.pos_2 {
	margin-left: 0px;
}

.element_general_categories_images.main_cat .current_category_image .category_image_title {
	display: block;
	width: auto;
	position: absolute;
	height: auto;
	top: 17px;
	direction: ltr;
	left: 0;
	max-width: 281px;
	overflow: hidden;
	z-index: 9;
}
.element_general_categories_images.main_cat .current_category_image h3 {
	display: inline-block;
	width: auto;
	max-width: 281px;
	text-align: left;
	color: #231f20;
	height: 29px;
	overflow: hidden;
	vertical-align: middle;
	border-bottom: 2px solid #b91521;
	font-weight: normal;
	font-size: 19px;
	line-height: 24px;
}
#homepage_group2 .element_general_categories_images .current_category_image table {
	width: 100%;
	height: 100%;
	background: rgb(255, 255, 255);
	overflow: hidden;
}
#homepage_group2 .element_general_categories_images .current_category_image table *{
	width: 100%;
	height: 100%;
}
#homepage_group2 .element_general_categories_images .current_category_image table img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
/* --- 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 --- */ 
div#footer_group1 {
	display: inline-block;
	float: right;
	width: 18%;
	padding-top: 6px;
}
#layout_footer #footer_group2 {
	width: 222px;
}
#layout_footer #footer_group3 {
	width: 256px;
}
div#footer_group4 > * {
	display: inline-block;
	float: right;
	width: 223px;
}
.element_general_footer_nav h3 {
	margin-bottom: 10px;
}
#footer_middle_groups ul {
	margin-top: 0px;
}
#bg_footer .element_general_all_categories_sorted_by_titles h3,
#bg_footer .element_general_prime_categories h3,
#bg_footer .element_general_all_categories h3 {
	display: block;
}
#layout_footer #footer_group3 .element_general_show_contact span {
	font-size: 16px !important;
	color: #231f20;
}

div#bg_footer h3 {
	font-size: 16px !important;
	color: #231f20;
	font-weight: normal;
}
div#footer_group1 .nav_extra_links_title h3{
	display: none;
}
div#bg_footer h3:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #b91521;
	margin-top: 12px;
}

#layout_footer a, #layout_footer p, #layout_footer strong {
	color: #231f20;
	line-height: 20px;
}
#bg_footer #layout_footer a:hover {
	color: #b91521;
}

div#bg_footer {
	background: none;
	max-width: none;
}
#konimbo_logo {
	position: relative;
	width: 960px;
	margin: 0 auto;
	border-top: 1px solid #fff;
	display: none;
}
div#footer_group5 {
	border-top: 1px solid #d6d1c0;
	padding-top: 2px;
}
div#footer_group5:after {
	content: "";
	display: block;
	visibility: visible;
	width: 100%;
	height: 30px;
	background: url(https://konimboimages.s3.amazonaws.com/system/photos/136657/original/306ffa14c255d3e7267e83bcada141df.jpg?1476778108 );
	position: absolute;
	z-index: 99999;
	right: 0;
}
#wrapper div#bg_footer {
	background: #f0f0f0;
	margin-top: 0px;
	border: none;
}
/* --- end layout_footer --- */

/* --- element_general_newsletter_footer --- */ 
.element_general_newsletter {
	width: 100%;
	height: 35px;
	background: none;
	position: relative;
	margin-top: 4px;
	padding-top: 10px;
}
#footer_middle_groups > div {
	width: 200px;
	background: none;
	padding-bottom: 17px;
}
.title {
	color: #fff;
	line-height: 35px;
}
#bg_footer form#new_ticket {
	float: left;
	margin-left: 0px;
}
#bg_footer .element_general_newsletter #ticket_customer_email {
	width: 165px;
	height: 30px;
	color: #231f20;
	border: 1px solid #fff;
	padding: 0;
	padding-left: 2px;
	padding-right: 10px;
	text-align: right;
	line-height: 30px;
	margin: 0;
	background: #fff;
	border-radius: 0;
	box-shadow: none;
}
#bg_footer .element_general_newsletter  input#ticket_customer_email::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:#231f20;
}
#bg_footer .element_general_newsletter  input#ticket_customer_email:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:#231f20;
}
#bg_footer .element_general_newsletter  input#ticket_customer_email::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:#231f20;
}
#bg_footer .element_general_newsletter  input#ticket_customer_email:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:#231f20;
}
#bg_footer .element_general_newsletter #ticket_customer_email:focus {
	outline: none;
}
#bg_footer div#footer_group4{
	background: none;
}
#bg_footer div#footer_middle_groups{
	padding-right: 0;
}
#bg_footer div#footer_group4 {
	background: none;
	width: 450px;
	position: relative;
	padding-left: 0px;
}
#bg_footer #footer_group4 h3.safe_buy {
	display: none;
}
#bg_footer .contact {
	width: 100%;
}

#new_ticket > div > div.smallButton > a {
	top: 0px;
	right: 0;
	width: 47px;
}
#footer_group4 .smallButton {
	position: absolute;
	width: auto;
	height: auto;
	top: 47px;
	right: 325px;
	background: #818181;
}
#bg_footer .element_general_newsletter + input + div.smallButton div {
	background: none;
	width: 50px;
	height: 30px;
	line-height: 30px;
	position: static;
	text-align: center;
}
#bg_footer .element_general_newsletter + input + div.smallButton div:after {
	content: "GO";
	color: rgb(255, 255, 255);
	padding-right: 1px;
	font-weight: bold;
}

#bg_footer .element_general_newsletter + input + div.smallButton div:hover {
	background: #b91521;
}
/* --- end element_general_newsletter_footer --- */ 

/* --- element_general_links_footer --- */ 
ul.element_general_links.f_t_g.horizontal li {
	margin-top: 10px;
	width: 23px;
	height: 23px;
	margin-left: 5px;
	float: right;
	display: inline-block;
	background: rgba(0, 0, 0, 0);
}
#layout_footer .element_general_links.horizontal.f_t_g li a {
	font-size: 20px;
	line-height: 23px;
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #59595a;
}
#bg_footer #layout_footer ul.element_general_links.f_t_g.horizontal li a:hover {
	color: #59595a;
	background: rgb(255, 255, 255);
	border-radius: 7px;
}
ul.element_general_links.f_t_g.horizontal li.pos_1 {
	background-color: rgba(0, 0, 0, 0);
}
ul.element_general_links.f_t_g.horizontal li.pos_2 {
	background-color: rgba(0, 0, 0, 0);
}
ul.element_general_links.f_t_g.horizontal li i {
	opacity: 1;
}
/* --- end_element_general_links_footer --- */ 

/* --- element_general_footer_nav --- */ 
#bg_footer ul.element_general_links.f_t_g.horizontal {
	width: 103px;
}
#bg_footer .element_general_newsletter #heading {
	display: none;
}
#bg_footer #new_ticket:before{
	display: none;
}
/* --- end element_general_footer_nav --- */ 

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

/* --- element_general_show_contact --- */ 
#wrapper #bg_footer .element_general_show_contact p {
	font-size: 13px;
	line-height: 1.5;
}
#bg_footer .contact label{
	padding: 0;
}
/* --- end element_general_show_contact --- */

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

/* --- element_general_images_footer --- */ 
/* --- element_general_images_middel --- */ 
#bg_middle .element_general_images.banners {
	display: block;
	max-width: 432px;
	height: 100%;
	margin: 0 auto;
	margin-bottom: 5px;
}
#bg_middle .element_general_images.banners .current_element_image:first-child {
	margin-bottom: 19px;
}
#bg_middle .element_general_images.banners:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
}
.element_general_images.banners .current_element_image a {
	display: block;
	height: 100%;
	width: 100%;
}
.element_general_images.banners .current_element_image p {
	display: none;
}
.current_element_image img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.element_general_images.payments * {
	display: inline;
}
#bg_footer .current_element_image.pos_1 a {
	position: relative;
	top: 13px;
}
#bg_footer .element_general_images.payments .current_element_image.pos_1 a {
	float: left;
}
#layout_footer {
	padding-top: 29px;
} 

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

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

/* --- layout_category --- */

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

/* --- element_category_filter_category --- */
#category_group1 > .element_category_filter > h1 {
	font-style: normal;
	color: #000;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 0;
	font-size: 21px;
}
#wrapper #category_group1 .filterOptions{
	position: static;
	margin-top: 35px;
	overflow: hidden;
}
#wrapper #category_group1 .show_filters{
	margin-top: 15px;
}
.ProductItem.backgroundgroups.parent_category div.boxContent div#group-subcategories b {
	color: #cc1e20;
}
.ProductItem.backgroundgroups.parent_category #group-subcategories span.float_right{
	position: relative;
}
.ProductItem.backgroundgroups.parent_category .group span:not(:last-of-type):after {
	content: "";
	display: block;
	width: 1px;
	height: 14px;
	position: absolute;
	background: #000;
	top: 8px;
	left: -2px;
}
.ProductItem.backgroundgroups.parent_category #group-subcategories span.float_right.group_title:after {
	display: none;
}

#category_group1 .element_category_filter .filterOptions > i, 
#category_group1 .element_category_filter .filterOptions > b, 
#category_group1 .element_category_filter .filterOptions > b *{
	color: #666666;
}
#category_group1 .element_category_filter .filterOptions > b {
	background: none;
}
.category_middle_groups #category_group2 {
	padding: 0;
}
.category_middle_groups #category_group3 {
	width: 100%;
	height: auto;
	float: none;
	margin-bottom: 5px;
}
#category_group1 .element_category_filter .filterOptions .results_and_sort {
	height: auto;
	float: left;
	width: 25%;
}
#category_group1 .element_category_filter .filterOptions .results_and_sort:after {
	content: ".";
	visibility: hidden;
	clear: both;
	display: block;
	height: 0;
}
#category_group1 .element_category_filter .filterOptions .results_and_sort .results{
	float: right;
	display: inline-block;
	color: #666666;
	position: static;
}
#category_group1 .element_category_filter .filterOptions .results_and_sort .results b {
	background: none;
	border: none;
	float: none;
	color: #b91521;
	font-weight: bold;
}
#category_group1 .element_category_filter .filterOptions #facebook_and_sort_category .show_sort_category:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.element_category_filter h1 {
	margin-bottom: 5px;
	margin-top: 0;
	font-size: 22px;
}
#category_group1 .element_category_filter .filterOptions div#facebook_and_sort_category {
	float: left;
	height: 100%;
	position: relative;
	top: -7px;
}
#category_group1 .element_category_filter .filterOptions div#facebook_and_sort_category .sortBox a, #category_group1 .element_category_filter .filterOptions div#facebook_and_sort_category .sortBox i {
	font-size: 14px;
	color: #666666;
}
#wrapper #category_group1 .element_category_filter .filterOptions #facebook_and_sort_category .sortBox a:last-of-type {
	color: #cc1e20;
	font-weight: bold;

}

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

/* --- element_category_list_items_category --- */
#category_group3 .store_list_items, #category_group3 .store_category_list_items {
	padding-right: 0px;
}
.category_middle_groups #category_group2, .category_middle_groups #items_group2 {
	display: none;
}
.category_middle_groups #category_group3,.category_middle_groups #items_group3{
	width: 960px;
	margin-top: 30px;
}
.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: 8px;
	left: -3px;
	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;
}
#wrapper .layout_list_item:hover .grid {
	box-shadow: none;
}
.store_category_list_items .layout_list_item:hover .grid .list_item_image .imgWrapperT img, .store_list_items .layout_list_item:hover .grid .list_item_image .imgWrapperT img {
	opacity: 0.2;
	-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_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;
	text-align: center;
	display: block;
	padding: 0px 15px;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	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: #b91521;
	font-size: 16px;
	text-align: left;
}
.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 #b91521;
    padding: 0px;
    margin-left: 0;
    color: #b91521;
    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 --- */
.element_general_grid_content_carousel.carousel_grid .ca-nav span.ca-nav-prev{
	background: url(prev_grid.png) no-repeat;
}
.element_general_grid_content_carousel.carousel_grid .ca-nav span.ca-nav-next{
	background: url(next_grid.png) no-repeat;
}
/* --- end element_general_prime_categories_category --- */ 

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

/* ------------------------------------- layout_item ------------------------------------- */
/* --- general --- */
.layout_items.search_results.ufesa div#items_group3{
	width: 960px;
}
.layout_item div#bg_middle {
	margin-bottom: 0;
}
.layout_item #item_details {
	width: 450px;

}
.layout_item #item_show_carousel {
	border: 1px solid #ebebeb;
	height: 420px;

}
.layout_item .mainImage .active {
	vertical-align: middle;
}
div#item_main {
	margin-top: 10px;
	min-height: 418px;
	height: 540px;
}
div#item_details {
	width: 441px;
}
.layout_item div#item_elemetns .item_details_bottom .item_details_bottom_right {
	display: none;
}
#wrapper div#item_current_title {
	margin-bottom: 13px;
	max-width: 93%;
}
div#item_current_title span {
	color: #000;
	font-size: 22px;
	font-weight: bold;
	line-height: 25px;
}
#item_main:before {
	content: none;
}
#wrapper #item_current_sub_title > span {
	font-size: 16px;
	color: #000;
	max-height: 220px;
	line-height: 20px;
}
#wrapper #item_current_sub_title > span:hover{
	max-height: 340px;
}
div#item_elemetns {
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
#item_show_price .price_value{
	font-weight: bold;
	font-size: 20px;
	color: #b91521;

}
#bg_middle div#item_elemetns div#item_show_price {
	margin-left: 0;
}
#bg_middle div#item_elemetns .item_details_bottom .item_details_bottom_left {
	padding-left: 0;
}
#wrapper div#item_elemetns #item_link_buy_now a#big_buy_now_link,.layout_item div#layout_item .item_details_bottom .contactNow a {
	background: #9d9d9d;
	font-weight: normal;
}
#wrapper div#item_elemetns #item_link_buy_now a#big_buy_now_link:hover,.layout_item div#layout_item .item_details_bottom .contactNow a:hover {
	background: #b91521;
}
#wrapper div#item_elemetns #item_link_buy_now {
	margin-bottom: 23px;
}
#bg_middle div#item_elemetns .price_wrap {
	margin-bottom: 5px;
	margin-top: 14px;
}
.layout_item div#item_elemetns #item_upgrades_top {
	margin-bottom: 0;
}
#item_info #matchingCarouselHook {
	height: 253px;
}
#wrapper div#item_elemetns #shipping_warranty_delivery {
	display: none;
}
#wrapper div#item_deal_items {
	border: none;
	margin-top: 11px;
	padding-top: 48px;
	border-top: #eeeded solid 1px;
}
.layout_item #item_show_carousel .mainImage .arrows span.right_arrow, #item_show_carousel .pCarouselControls a.nextImg{
	background: url(http://s3-eu-west-1.amazonaws.com/konimboassets/layout3/base/template4/template4options/slider_right_arrow.png) no-repeat 10px 0px;
}
.layout_item #item_show_carousel .mainImage .arrows span.left_arrow, #item_show_carousel .pCarouselControls a {
	background: url(http://s3-eu-west-1.amazonaws.com/konimboassets/layout3/base/template4/template4options/slider_left_arrow.png) no-repeat 10px 0px;
}
.item_attributes > h3 {
	position: static;
}
div#item_features > h3 {
	display: none;
}
#item_deal_items h4.deal_items {
	background: none;
	padding-right: 8px;
}
#item_show_carousel > #item_icons li:not(.icon_new) {
	display: none;
}
#item_info .matchingCarousel > div {
	width: 960px !important;
}
.matchingCarousel label {
	top: -14px;
	right: 10px;
}
.matchingCarousel b, .matchingCarousel i {
	width: 135px;
	margin: 0 auto;
	top: 0;
	font-size: 14px;
}
.matchingCarousel div.img-wrapper {
	width: 145px;
	height: 180px;
	position: relative;
}
.matchingCarousel div.img-wrapper img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
#wrapper .productCarousel {
	bottom: -50px;
}
@-moz-document url-prefix() {
	#wrapper .productCarousel {
		bottom: -138px;
	}
}
#wrapper .pCarouselControls{
	top: 467px;
}
#item_show_carousel .pCarouselControls a{
	width: 18px;
	height: 33px;
	display: block;
}
#wrapper #item_show_carousel .pCarouselControls a.prevImg {
	background: url(carousel_left.png) no-repeat center;
}
#wrapper #item_show_carousel .pCarouselControls a.nextImg {
	background: url(carousel_right.png) no-repeat center;
}

/*item_details_icons*/
.item_details_icons{
	margin: 15px 0 0 0;
	padding-bottom: 2px;
	border-bottom: 1px solid #ebebeb;
}
.item_details_icons li {
	list-style-type: none;
	display: inline-block;
	margin-left: 13px;
	margin-bottom: 10px;
	width: 62px;
	height: 62px;
}
.item_details_icons li:nth-child(6n){
	margin-left: 0;
}
.item_details_icons li img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
/*end item_details_icons*/
/* --- end general --- */

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

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

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

/* --- icons --- */
/* --- end icons --- */

/* --- element_general_tabs --- */ 
.layout_item div#tabs {
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
#wrapper #tabs > ul > li.tab_links_also_buy{
	display: none;
}
#wrapper #tabs.active > ul > li {
	height: 37px;
	border-bottom: none;
	border-top: #d8d6d6 solid 3px;
	transition: initial;
}
#wrapper #tabs.active > ul > li.active{
	border: 1px solid #cccccc;
	border-top: 3px solid #818181;
	outline: none;
}
#tabs.active > ul > li.active:after{
	width: 100%;
	right: 0px;
}
#wrapper #tabs.active > ul > li a {
	background: none;
	border-right: none;
	border-left: none;
	height: 100%;
	line-height: 37px;
	color: #4d4d4d;
	font-size: 13px;
	border-top: none;
}
#wrapper #tabs.active > ul > li.active a {
	background: #fff;
}
#wrapper #tabs.active > div {
	border-right: none;
	border-left: none;
	border-bottom: none;
	padding: 20px 13px;
	height: auto;
	border-color: #cccccc;
}
/* --- end element_general_tabs --- */

/* --- also buy --- */
div#item_also_buy {
	margin: 0;
	border: none;
	height: 350px;
}
h3#also_buy {
	letter-spacing: 0;
	font-size: 18px;
}
#item_also_buy .mCarouselControls .nextImg {
	background: url(arrow.png) no-repeat right center;
	right: -90px;
	top: -230px;
}
#item_also_buy .mCarouselControls .prevImg {
	background:  url(arrow.png) no-repeat 0 center;
	left: -100px;
	top: -230px;
}
#item_also_buy #matchingCarouselHook {
	width: 960px;
	height: 100%;
	margin: 2px 0 0 0;
}
#item_also_buy #matchingCarouselHook > div{
	height: auto;
	padding-top: 0;
	left: 0 !important;
}
#item_also_buy #matchingCarouselHook > div:after{
	visibility: hidden;
	clear: both;
	height: 0;
	display: block;
	content: ".";
}
#item_also_buy .matchingCarousel .img_wrapper {
	width: 222px;
	height: 222px;
	position: relative;
	display: table;
	background: #fff;
}
#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> img {
	display: none;
}
.matchingCarousel input {
	top: -32px;
	right: 60px;
	display: none;
}
#item_also_buy .matchingCarousel em {
	width: 222px;
	height: 330px;
	margin: 0;
	padding: 0px 9px;
	position: relative;
}
#item_also_buy .matchingCarousel em a {
	height: 342px;
	padding: 0;
}
#item_also_buy .matchingCarousel em b {
	font-size: 13px;
	width: 202px;
	position: relative;
	font-weight: normal;
	top: 25px;
	left: auto;
	right: auto;
	display: block;
	margin: auto;
	padding: 0 25px 0 0;
	max-height: 45px;
	height: auto;
	overflow: hidden;
	text-align: right;
	color: #373435;
	line-height: 15px;
}
.matchingCarousel a:hover b {
	text-decoration: none;
}
#item_also_buy .matchingCarousel i {
	font-size: 13px;
	top: 26px;
	height: 13px;
	text-align: right;
	margin: 0;
	margin-right: 25px;
	position: relative;
	line-height: 13px;
}
#item_also_buy .matchingCarousel label {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	display: block;
	font-size: 12px;
	color: #B3B3B3;
	bottom: 11px;
	position: absolute;
	line-height: 15px;
	top: 252px;
}
.item_option5 #tabs.active > div {
	padding-right: 0px;
}
div#matchingCarouselHook > div {
	width: 968px !important;
}
.layout_item .checkbox big {
	background-position: right 0;
}
.matchingCarousel .active big{
	background-position: right -17px;
}
.mCarouselControls {
	display: none;
}
/* --- end also buy --- */

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


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

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

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

/* --- layout_contact --- */
div#layout_contact #new_ticket > div > div.smallButton > a {
	background: #9d9d9d;
	width: 145px;
}
div#layout_contact #new_ticket > div > div.smallButton > a:hover {
	background: #b91521;
}
/* --- end layout_contact --- */ 

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

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

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

/* --- layout_order --- */
.layout_order #wrapper .smallButton a{
	background: #b91521;
}

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

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

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

/* ------------------------------------- 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, .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{
	color: #cc1e20;
}
.layout_items.search_results.ufesa div#items_group3 span.results {
    color: #231f20;
}
/*--- 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 ------------------------------------- */