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

/* --- layout_header --- */ 
div#bg_header {
  height: 170px;
  background: #fff;
  width: 100%
}
#layout_header {
  height: 100%;
  border: none;
}
#bg_header:before {
  content: "";
  position: absolute;
  top: 126px;
  width: 100%;
  height: 44px;
  background-color: #064c78;
  z-index: 1;
}
.fix_nav_big{
  width: 100%;
  height: 44px;
    background-color: rgb(6, 76, 120);
  position: fixed;
  z-index: 99;
  right: 0px;
}
.fix_nav_big:before {
  content: "";
  display: block;
  background-color: #064c78;
  height: 44px;
  z-index: 99;
  display: none;
}
.fix_nav_small {
  width: 960px;
  margin: 0 auto;
}
div#header_logo {
  left: auto;
  right: 0px;
  top: 11px;
  z-index: 1;
}
#header_logo a img {
  height: 100%;
}
#header_logo a.mini {
  display: none;
}
#secureHook{
	display: none;
}
div#ul_bg {
  display: none;
  width: 100%;
  background: #f8f7f7;
  height: 83px;
  position: absolute;
  top: 170px;
  z-index: 1;
  padding: 10px 0;
}
.fix_nav_big div#ul_bg {
  top: 44px;
}
/* --- end layout_header --- */ 

/* --- header_cart_nav_header --- */
#header_cart_nav {
	width: 161px;
	height: 37px;
	background-color: #ca3128;
	top: 56px;
	right: 616px;
	line-height: 30px;
}
#header_cart_nav li {
  float: none;
  padding: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
span#link_order_with_counter {
  width: 100%;
}
#header_cart_nav * {
	display: inline-block;
	width: auto;
}
span.cart_with_items {
  background: url(cart_icon.png) no-repeat left center;
  padding: 2px 16px 0px 41px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: 13px 5px;
}
#header_cart_nav * {
  display: inline-block;
  width: auto;
  color: #fff;
  background-color: #ca3128;
  visibility: visible;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
}
.link_order_with_counter a b {
	padding: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	position: static;
}
span.cart_with_items {
	direction: ltr;
	text-align: center;
}
span#cart_icon {
  display: none;
}
/* --- end_header_cart_nav_header --- */

/* --- main_nav_bg --- */ 
#main_nav_bg {
  position: absolute;
  right: 283px;
  top: 0px;
  width: 580px;
}
#header_main_nav li.link_all_items {
  display: block;
  margin-left: 37px;
}
#header_main_nav li.href_homepage a,#header_main_nav li.href_homepage a:hover {
  background: none;
  width: auto;
  border-left: 1px solid #000;
  height: 16px;
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 1px;
  font-size: 13px;
  color: #000;
  font-weight: normal;
}
#header_main_nav li #link_all_items:hover {
  font-weight: normal;
  text-decoration: underline;
}
#header_main_nav li.href_homepage a:hover {
  text-decoration: underline;
}
#header_main_nav li:last-child a,#header_main_nav li:last-child a:hover {
  border: none;
}
#header_main_nav li.link_pages {
  display: none;
}
#header_main_nav li.href_homepage {
  margin-top: 8px !important;
}
#header_main_nav li.link_all_items > a:before{
  content: "\f103";
  display: inline-block;
  font-family: FontAwesome;
  color: #f15a32;
  padding-left: 5px;
}
#header_main_nav li.link_all_items > a:after{
	content: none;
}
#header_main_nav li span a,  #header_main_nav > li > span > a:hover{
  border-left: 1px solid #000;
  padding: 0 10px 0px;
  margin-top: 9px;
  color: #000;
  font-weight: normal;
  font-size: 13px;
}
#header_main_nav li #link_all_items{
  color: #000;
  font-weight: normal;
  background: none;
}
#header_main_nav li:hover #link_all_items:hover {
  font-weight: normal;
  background: none;
}
#header_main_nav li span span {
  color: #000;
  background: none;
  padding: 0px 10px 0px;
  border-left: 1px solid #000;
  margin-top: 9px;
}
#header_main_nav li:last-child span span {
  border: none;
}
#header_main_nav > li > span > a:hover {
  font-weight: normal;
  background: none;
  text-decoration: underline;
}
#header_main_nav li:hover #link_all_items{
	outline: none;
}
.link_all_items:hover #header_show_prime_categories {
	display: block;
}
#header_show_prime_categories {
	background: none;
	visibility: visible;
	width: 960px;
	right: -308px;
	position: absolute;
	padding-top: 22px;
	z-index: 1000;
} 
#bg_header #header_main_nav .store_categories {
	border: none;
	background: #e6e6e6;
	border-top: 5px solid #818181;
	height: 100%;
}
#caregories_drop_down_decorator {
	background: none;
	width: 0;
	height: 0;
	right: 341px;
	top: 6px;
	border: 16px solid transparent;
	border-top: 0;
	border-bottom-color: #818181;
	display: block;
	text-align: center;
}
#header_show_prime_categories > .store_categories > li {
	width: 20%;
	display: inline-block;
	vertical-align: top;
	margin: 0 -2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}
#header_show_prime_categories > .store_categories > li > a,
#header_show_prime_categories > .store_categories > li > span {
	color: #3d3d3d;
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
}
#header_show_prime_categories > .store_categories > li ul {
	border: none;
	background: none;
	padding-top: 10px;
}
#header_show_prime_categories > .store_categories > li a,
#header_show_prime_categories > .store_categories > li span {
	color: #3d3d3d;
	line-height: 22px;
}
#header_show_prime_categories > .store_categories li:hover > a,
#header_show_prime_categories > .store_categories > li li:hover:before,
#header_show_prime_categories > .store_categories li > span {
	color: #f26f21;
}
#header_main_nav li.link_all_items div#header_show_prime_categories {
  display: none;
}
#header_main_nav li.link_all_items:hover div#header_show_prime_categories {
  display: block;
}
#header_main_nav li #header_show_prime_categories ul.store_categories li {
  display: inline-block;
  border: none;
}
#header_main_nav li #header_show_prime_categories ul.store_categories li span {
  color: #000 !important;
  font-weight: bold;
  background: none;
  padding-right: 18px;
  width: auto;
  text-decoration: underline;
}
#header_main_nav li #header_show_prime_categories ul.store_categories li span:hover {
  color: #ca3128;
  font-weight: bold;
  background: none;
  font-weight: bold;
  text-decoration: underline;
  padding: 5px 19px;
}
#header_main_nav li #header_show_prime_categories ul.store_categories li span:hover:before{
  content: "\f100 ";
  font-family: FontAwesome;
  font-weight: normal;
  padding-left: 5px;
  content: none;
}
#header_main_nav li #header_show_prime_categories ul.store_categories li:hover{
	background: none;
}
#header_main_nav li.link_all_items:hover div#header_show_prime_categories {
  display: block;
  height: auto;
  z-index: 99;
  top: 28px;
  right: -281px;
  width: 960px;
}
#header_main_nav li #header_show_prime_categories ul.store_categories li {
  display: inline-block;
  border: none;
  height: auto;
  width: 229px;
}
#header_main_nav li #header_show_prime_categories ul.store_categories li a {
  width: auto;
  text-decoration: underline;
  font-weight: bold;
  color: #000;
}
#header_main_nav li #header_show_prime_categories ul.store_categories li ul li a{
  font-weight: normal;
  text-decoration: none;
}
#header_main_nav li #header_show_prime_categories ul.store_categories li ul li a:hover {
  color: #ca3128;
  background: none;
  font-weight: normal;
  text-decoration: none;
  padding: 5px 19px;
}
#header_main_nav li #header_show_prime_categories ul.store_categories li ul li a:hover:before {
  content: "\f100 ";
  font-family: FontAwesome;
  font-weight: normal;
  padding-left: 5px;
}
#header_main_nav li #header_show_prime_categories ul.store_categories > li > ul {
  display: block;
  border: none;
  background: none;
  padding-top: 10px;
  outline: none;
  position: static;
  padding: 0px;
  width: auto;
  margin-top: 5px;
  margin-bottom: 20px;
}
header_main_nav li #header_show_prime_categories ul.store_categories > li ul li {
  margin-bottom: 0px;
}
#header_main_nav li #header_show_prime_categories ul.store_categories > li > a:hover {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
  background: none;
}
/* --- end_main_nav_bg --- */ 

/* --- element_general_search_header --- */ 
#header_show_search {
	width: auto;
	left: 385px;
	right: auto;
	top: 56px;
}
#header_show_search .search .textInput #q {
	width: 279px;
  height: 37px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  border: solid 1px #cfcdcd;
  background-image: -webkit-linear-gradient(bottom, #e4e3e3, #fff);
  background-image: -moz-linear-gradient(bottom, #e4e3e3, #fff);
  background-image: -o-linear-gradient(bottom, #e4e3e3, #fff);
  background-image: -ms-linear-gradient(bottom, #e4e3e3, #fff);
  background-image: linear-gradient(to top, #e4e3e3, #fff);
}
#header_show_search .search .textInput #q {
  width: 279px;
  height: 37px;
  position: static;
  background: #ececed;
  border: 1px solid #d4d4d4;
  background: -moz-linear-gradient(top, #ececed 0%, #fefefe 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ececed), color-stop(100%, #fefefe));
  background: -webkit-linear-gradient(top, #ececed 0%, #fefefe 100%);
  background: -o-linear-gradient(top, #ececed 0%, #fefefe 100%);
  background: -ms-linear-gradient(top, #ececed 0%, #fefefe 100%);
  background: linear-gradient(to bottom, #ececed 0%, #fefefe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececed', endColorstr='#fefefe', GradientType=0 );
}
.searchButton input[type="submit"] {
	background: url(search_icon.png) no-repeat center center;
	width: 37px;
	height: 37px;
	top: 0px;
	left: 0;
}
/* --- end element_general_search_header --- */ 

/* --- element_general_links_header --- */ 
/*phone*/
ul.element_general_links.phone li.pos_1 a {
	font-weight: bold;
	font-size: 20px;
	line-height: 32px;
}
ul.element_general_links.phone li a {
	color: #ce171f;
	line-height: 30px;
	padding: 0px 0px 0px 7px;
	font-size: 15px;
}
ul.element_general_links.phone {
  position: absolute;
  top: 49px;
  right: auto;
  left: -8px;
}
ul.element_general_links.phone li.pos_0 {
  height: 20px;
}
/*members*/
ul.element_general_links.members {
  width: 100px;
  height: 20px;
  position: absolute;
  right: auto;
  left: 0px;
  top: 9px;
}
ul.element_general_links.members li a {
  color: #000;
  font-size: 13px;
  text-decoration: underline;
}
/* --- end_element_general_links_header --- */ 

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

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

/* --- element_general_prime_categories_category_header --- */ 
#bg_header .element_general_prime_categories{
	width: 960px;
	position: absolute;
	background: none;
	height: 44px;
	bottom: 0;
    z-index: 4;
}
.element_general_prime_categories.main_cat h3 {
  display: none;
}
.element_general_prime_categories .store_categories{
  width: 100%;
  height: 100%;
  background: none;
}
#bg_header .store_categories{
  width: 101%;
}
#bg_header .element_general_prime_categories > .store_categories > li > a,
 #bg_header .element_general_prime_categories > .store_categories > li > span{
  background: none;
  padding: 0px 12px;
  display: table-cell;
  height: auto;
  vertical-align: middle;
}
#bg_header .store_categories > li:first-child > a, 
#bg_header .store_categories > li:first-child > span,
#bg_header .store_categories li a,
#bg_header .element_general_prime_categories > .store_categories > li > span{
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 119px;
}
#bg_header .element_general_prime_categories > .store_categories > li:hover{
	background: #ca3128;
	border-bottom: none;
	width: 119px;
}
#bg_header .element_general_prime_categories.sticky {
  width: 970px;
  }
  #header_group1 > div > div.fix_nav_small > div > ul > li {
  background-color: rgb(6, 76, 120);
}
#bg_header .store_categories > li,
#bg_header .store_categories li:hover{
	min-width: 119px;
	  
	border: none;
	text-align: center;
	border-left: 1px solid #5183a3;
	top: 0px;
	display: table;
	width: 119px;
    height: 44px;
    float: right;
}
#bg_header .store_categories li:last-child {
  width: 111px;
}
#bg_header .store_categories > li:first-child > a {
  border-right: 1px solid #5183a3;
}
#bg_header .store_categories li.css_class_left {
	position: absolute;
	left: 0px;
}
#bg_header .store_categories li.css_class_left:hover{
	background: none;
}
#bg_header .store_categories li.css_class_left a{
	color: #d50808;
	font-weight: bold;
}
.element_general_prime_categories li span{
	color: #fff;
}
#bg_header .element_general_prime_categories > .store_categories > li > span{
	background: #ca3128;
	height: 100%;
}
#bg_header .store_categories li.css_class_left:hover {
	background: #fff;
}#bg_header .store_categories li ul {
  background: none;
  width: 241px;
  height: auto;
  top: 33px;
  border: none;
  margin-top: 17px;
}
#bg_header .store_categories li .store_categories li{
  width: 100%;
  padding-bottom: 5px;
}
#bg_header .store_categories li .store_categories li a,
#bg_header .store_categories li .store_categories li:first-child a{
  color: #000;	
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
  border: none;
  text-align: right;
  width: auto;
  padding: 0px;
  position: relative;
  padding-right: 10px;
  margin-left: 35px;
}
#bg_header .element_general_prime_categories .store_categories li ul li a:hover,
#bg_header .element_general_prime_categories .store_categories li ul li span{
	background: none;
	color: #000;
    font-weight: normal;
}
#bg_header .element_general_prime_categories .store_categories li ul li span{
	background: none;
	color: #000;
    font-weight: normal;
    padding: 3px 0 0 15px;
    font-size: 14px;
    position: relative;
    padding-right: 9px;
}
#bg_header .element_general_prime_categories .store_categories li ul li span:before {
  content: "\f104";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
}

#bg_header .element_general_prime_categories .store_categories li ul {
  display: none;
}
#bg_header .element_general_prime_categories .store_categories li:hover ul {
  display: block;
  width: 960px;
  height: auto;
  padding: 10px 0;
  position: absolute;
  top: 48px;
  color: #000;
  right: 0px;
  margin:0px;
}
#bg_header .store_categories li:hover:before {
  content: "";
  height: 44px;
  position: absolute;
  width: 120px;
  top: 31px;
}
#bg_header .store_categories li.pos_1:hover:before {
  content: "";
  height: 44px;
  position: absolute;
  width: 120px;
  top: 31px;
  right: 0px;
}
#bg_header .element_general_prime_categories .store_categories li:hover ul li {
  border: none;
  float: right;
  height: auto;
  width: auto;
  padding: 0;
  margin: 0;
}
#bg_header .element_general_prime_categories .store_categories li:hover ul li a:before {
  content: "\f104";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
}
#bg_header .store_categories li.hover_menu:hover ul {
  display: block;
  width: 1900px;
  z-index: 7;
  background: #fff;
  position: absolute;
  right: -480px;
}
#header_main_nav li #header_show_prime_categories ul.store_categories li > ul > li a{
  text-align: right;
  padding: 5px 19px;
  width: auto;
  height: auto;
  margin: 0;
  line-height: 18px;
  min-width: 0;
  text-decoration: none;
  font-weight: normal;
}
#header_main_nav li #header_show_prime_categories ul.store_categories > li:hover > ul{
  padding: 0px;
}
#main_nav_bg #header_main_nav li.pos_1.hover_menu:hover{
  border: none;
}
/* --- end element_general_prime_categories_category_header --- */ 

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

/* --- element_general_prime_categories_with_children_header --- */
/* --- 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 ------------------------------------- */

/* ------------------------------------- middel ------------------------------------- */

/* --- layout_homepage_middel --- */  
#wowslider-container1 a.ws_next {
  display: none !important;
}
#wowslider-container1 a.ws_prev {
  display: none !important;
}
#wowslider-container1 {
  margin-bottom: 40px;
}
.layout_homepage #bg_middle{
  margin-bottom: 2px;
  width: 100%;
}
#main{
	width: 100%;
}
/* --- end layout_homepage_middel --- */ 

/* --- element_general_masonry_images_middel --- */ 
/* --- end element_general_masonry_images_middel --- */ 

/* --- element_general_all_categories_middel --- */ 
/* --- end element_general_all_categories_middel --- */ 

/* --- element_general_categories_images_middel --- */ 
.element_general_images.grid {
  width: 960px;
  margin: 0 auto;
  margin-top: 35px;
  height: 1460px;
}
.element_general_images.grid:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.element_general_images.grid > div {
  display: inline-block;
  height: 278px;
  width: 228px;
  min-height: 278px;
  margin-top: 15px;
  position: relative;
  float: right;
  z-index: 0;
  margin-left: 10px;
  -webkit-transition: z-index 0.15s ease;
  -moz-transition: z-index 0.15s ease;
  -ms-transition: z-index 0.15s ease;
  -o-transition: z-index 0.15s ease;
  transition: z-index 0.15s ease;
}
.element_general_images.grid > div:hover{
	z-index: 1;
	  -webkit-transition: z-index 0s ease;
  -moz-transition: z-index 0s ease;
  -ms-transition: z-index 0s ease;
  -o-transition: z-index 0s ease;
  transition: z-index 0s ease;
}
.innerDiv {
  background: #fff;
  border: 1px solid #e5e3e3;
  position: 
}
.innerDiv a a {
  position: absolute;
  height: 278px;
  width: 228px;
  top: 0;
  font-size: 0px;
}
.innerDiv:before {
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  position: absolute;
  left: 5px;
  bottom: 13px;
  z-index: -1;
  width: 60%;
  max-width: 300px;
  height: 20%;
  content: "";
    -webkit-transition: bottom 0.25s ease;
  -moz-transition: bottom 0.25s ease;
  -ms-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.innerDiv:after {
      -webkit-transition: bottom 0.5s ease;-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  position: absolute;
  left: 5px;
  bottom: 13px;
  z-index: -1;
  width: 60%;
  max-width: 300px;
  height: 20%;
  content: "";
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  right: 5px;
  left: auto;
  -moz-transition: bottom 0.25s ease;
  -ms-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.element_general_images.grid > div:hover .innerDiv:before {
  bottom: -41px;
}
.element_general_images.grid > div:hover .innerDiv:after{
  bottom: -41px;
}
.element_general_images.grid div a img{
	margin: 0 auto;
	margin-top: 7px;
}
.gridHeader {
  width: 100%;
  height: 63px;
  display: table;
  background: #fff;
}
.gridHeader h3 a{
  color: #312622;
}
.element_general_images.grid div h3 {
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
  line-height: 22px;
  font-weight: normal;
  color: #312622;
  display: table-cell;
  vertical-align: middle;
}
.element_general_images.grid > div:hover h3 {
color: #064c78;
}
.hoverDiv {
  height: 0;
  display: block;
  overflow: hidden;
    -webkit-transition: height 0.25s ease;
  -moz-transition: height 0.25s ease;
  -ms-transition: height 0.25s ease;
  -o-transition: height 0.25s ease;
  transition: height 0.25s ease;
}
.hoverDiv p {
  text-align: center;
  line-height: 17px;
}
.hoverDiv p a{
	color: #7b7b7b;
}
.hoverDiv p a:hover {
  color: #064c78;
}
.element_general_images.grid > div > p {
  position: absolute;
  font-size: 80px;
  color: #fff;
  text-shadow: 1px 2px 3px rgba(0,0,0,.75);
  font-weight: bold;
  top: auto;
  bottom: 103px;
  right: 16px;
}
.element_general_images.grid > div:hover > p {
	bottom: 156px;
}

.element_general_images.grid > div:hover .hoverDiv {
  display: block;
  height: auto;
  width: 100%;
  background: #fff;
  border-top: none;
  z-index: 101;
  padding-bottom: 18px;
    -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -ms-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
/* --- end element_general_categories_images_middel --- */ 
.element_general_carousel.small {
  margin: 0 auto;
  width: 960px;
  height: 78px;
  padding-top: 7px;
  border-top: 1px dashed #ccc;
  margin-top: 33px;
}
.small .ca-container {
   width: 960px;
   height: 72px;
}
.small .ca-container .ca-nav span.ca-nav-prev {
  background: none;
  left: 0px;
}
.small .ca-container .ca-nav span.ca-nav-next {
  background: none;
  right:0px;
}
.element_general_carousel.small .ca-item a {
  display: table-cell;
  vertical-align: middle;
}
.element_general_carousel.small .ca-item a img {
  max-height: 70px;
  max-width: 140px;
}
.small .ca-nav span {
  top: 38%;
}
.element_general_carousel.small .ca-item {
  background: none;
  height: 100%;
  width: 137px;
  display: table;
  padding: 0;
}
.small .ca-container div.ca-nav {
    background: url(element_carousel_navigation_arrows.png) no-repeat center center;
	width: 1069px;
	height: 85px;
	position: absolute;
	right: auto;
	left: -54px;
}
.element_general_carousel.full .ca-container .ca-nav span{
	background: none;
}

/* --- element_general_content_carousel_middel --- */ 
/* --- end element_general_content_carousel_middel --- */

/* --- element_general_links_middel --- */ 
.element_general_links.heading{
  width: 960px;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 29px;
  border-bottom: 1px dotted #8e8e8e;
  text-align: center;
}
.element_general_links.heading li {
	width: auto;
	display: inline-block;
	text-align: center;
	position: relative;
	margin: 0 auto;
	float: none;
}
.element_general_links.heading li a{
	font-size: 21px;
	color: #064c78;
	font-weight: bold;
	display: inline-block;
	position: relative;
	top: -7px;
}
.element_general_links.heading li:after{
	content: url('arrow_heading.png');
	width: 100%;
	display: block;
	text-align: center;
	position: relative;
	top: 11px;
	background-color: #fff;
}
#homepage_group3 .element_general_links.heading{
	margin-bottom: 0;
}
ul.element_general_links.heading.extra.vertical {
  margin-top: 36px;
}
/* --- end_element_general_links_middel --- */ 

/* --- element_general_images_middel --- */ 
/* --- end element_general_images_middel --- */ 

/* --- element_general_newsletter_middel --- */ 
/* --- end element_general_newsletter_middel --- */ 

/* --- element_category_list_items_middel --- */ 
/* --- end element_category_list_items_middel --- */ 

/* --- element_general_carousel_middel --- */ 
.element_general_content_carousel.four {
  height: 333px;
  margin-top: 21px;
  padding-top: 0;
  background: url(line_break.png) repeat-x 0px 40px;
}
.element_general_content_carousel.four .ca-container {
  height: 100%;
}
.element_general_content_carousel.four .ca-container .ca-item {
  width: 242px;
  height: 310px;
  background: #fff;
}
.element_general_content_carousel.four .ca-container .ca-item .ca_item_content {
  width: 228px;
  height: 100%;
  margin: 3px auto 0 3px;
}
.element_general_content_carousel.four .ca-container .ca-item a {
  margin: 0;
  display: block;
  height: 100%;
  position: relative;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.08);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.08);
  box-shadow: 0 0 5px rgba(0,0,0,.08);
  border: solid 1px rgba(99,101,110,.15);
  background: #fff;
}
.element_general_content_carousel.four .ca-container .ca-item h3 {
  color: #332f2f;
  font-weight: normal;
  text-align: center;
  width: auto;
  font-size: 15px;
  margin: 0px 11px;
  line-height: 22px;
  height: 41px;
  overflow: hidden;
  position: absolute;
  top: 242px;
  width: 90%;
}
.element_general_content_carousel.four .ca-nav {
  background: url(element_carousel_navigation_arrows.png) no-repeat center center;
  position: absolute;
  height: 65px;
  width: 1120px;
  margin: 0 auto;
  right: -80px;
  top: 130px;
}
.element_general_content_carousel.four .ca-nav span.ca-nav-prev {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 20px;
  right: auto;
  left: 0px;
  background: none;
}
.element_general_content_carousel.four .ca-nav span.ca-nav-next {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 20px;
  right: 0px;
  background: none;
}
.element_general_content_carousel.four span.origin_price_icon {
  display: none;
}
.element_general_content_carousel.four .ca-container .ca-item table {
  border-spacing: 0;
  width: 100%;
  height: 226px;
  margin: 0 auto;
  position: absolute;
  top: 4px;
  padding: 6px;
  left: 0;
}
.element_general_content_carousel.four .ca-container .ca-item a img {
  max-height: 226px;
  max-width: 205px;
  margin: 0 auto;
}
.element_general_content_carousel.four .carousel_image_content {
  top: auto;
  text-decoration: line-through;
  color: #8e908a;
  text-align: justify;
    font-weight: lighter;
  height: 14px;
  overflow: hidden;
  position: absolute;
  bottom: 12px;
  padding: 0px 8px;
  width: auto;
  font-size: 13px;
  line-height: 13px;
}
.element_general_content_carousel.four .carousel_content_bottom {
  position: absolute;
  bottom: 12px;
  padding: 0;
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 17px;
  text-align: left;
  color: #064c78;
  left: 8px;
  font-weight: bold;
}
.element_general_content_carousel.four .ca-container .ca-item h3 b {
  display: block;
  color: #000;
  font-weight: normal;
  font-size: 15px;
}
.element_general_content_carousel.four span.origin_price_title {
  display: none;
} 
.element_general_content_carousel.four .ca-container .ca-item:after{
  -webkit-transition: bottom 0.5s ease;-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  position: absolute;
  left: 5px;
  bottom: 12px;
  z-index: -1;
  width: 60%;
  max-width: 300px;
  height: 20%;
  content: "";
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  right: 5px;
  left: auto;
}
.element_general_content_carousel.four .ca-container .ca-item:before {
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  position: absolute;
  left: 5px;
  bottom: 12px;
  z-index: -1;
  width: 60%;
  max-width: 300px;
  height: 20%;
  content: "";

}
.element_general_content_carousel.four .ca-container .ca-item:after {
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  right: 11px;
  left: auto;
}
.element_general_content_carousel.four .ca-container .ca-item .ca_item_content:after {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
}
.element_general_content_carousel.four .ca-container .ca-item.css_class_sale .ca_item_content:after{
  content: url(sale_icon2.png);
}
.element_general_content_carousel.four .ca-container .ca-item.css_class_new .ca_item_content:after{
  content: url(new_icon.png);
}
.element_general_content_carousel.four .ca-container .ca-item.css_class_precent_off_30 .ca_item_content:after{
  content: url(precent_off_30.png);
}
.element_general_content_carousel.four .ca-container .ca-item.css_class_precent_off_50 .ca_item_content:after{
  content: url(precent_off_50.png);
}

.element_general_content_carousel.four .ca-container .ca-item.css_class_sale .ca_item_content:after {
  content: url(sale_icon.png);
  top: 22px;
  left: 21px;
}
.element_general_content_carousel.four .ca-container .ca-item.css_class_new .ca_item_content:after {
  content: url(new_icon.png);
  top: 22px;
  left: 21px;
}
/* --- end element_general_carousel_middel --- */ 

/* --- element_general_list_item_titles_middel --- */
/* --- end element_general_list_item_titles_middel --- */

/* --- element_general_prime_categories_category_middel --- */ 
/* --- end element_general_prime_categories_category_middel --- */ 

/* --- element_general_contact_middel --- */ 
/* --- end element_general_contact_middel --- */ 

/* --- element_general_ws_carousel_middel --- */
/* --- end element_general_ws_carousel_middel --- */

/* --- element_general_ticker_middel --- */
/* --- end element_general_ticker_middel --- */

/* --- element_items_list_items_middel --- */ 
/* --- end element_items_list_items_middel --- */ 

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

/* --- pagination_middel --- */
/* --- end pagination_middel --- */

/* --- bootstrap_slider_middel --- */
/* --- end bootstrap_slider_middel --- */

/* --- owlCarousel_middel --- */
/* --- end owlCarousel_middel --- */
/* ------------------------------------- end middel ------------------------------------- */

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

/* --- layout_footer --- */

/*.element_general_newsletter + input + div.smallButton a, .element_general_newsletter + input + div.smallButton div{
	  width: 28px;
 top: -6px;
  left: -2px;
  height: 28px;
}*/
.element_general_newsletter + input + div.smallButton a, .element_general_newsletter + input + div.smallButton div{
background: none;
	}
.element_general_newsletter + input + div.smallButton a, .element_general_newsletter + input + div.smallButton div{

	    background: url(https://konimboimages.s3.amazonaws.com/system/photos/40711/original/d87fb646f8f1f89b46b2672c472abae0.png?1432621054) no-repeat center center;
	      top: -6px;
  left: -4px;
}
#footer_group5 #new_ticket > div > div.smallButton{
  right: 185px;
  top: 39px;
}
#footer_group5 #new_ticket > div > div.smallButton > div{
	top: -1px;
  left: -4px;
}
#footer_group5 #new_ticket > div > div.smallButton > a{
	display: none;
}
.layout_contact #new_ticket > div > div.smallButton > a{
	right: 0px;
}
div#footer_group5 .contentBG .smallButton{
  height: 20px;
  width: 26px;
  position: absolute;
  left: 422px;
  bottom: 46px;
}
div#footer_group5 h3 {
  font-weight: normal;
  font-size: 18px;
}
#layout_footer .element_general_footer_nav_list a:hover, #bg_footer .element_general_prime_categories li a:hover{
  color: #62b7ec;
  text-decoration: none;
} 
/*#bg_footer{
	top: 483px;
}*/
/* --- end layout_footer --- */
 .element_general_links > li > a > i {
  color: #fff;
}
#bg_footer {
	background: #193d8d;
	background-image: -webkit-linear-gradient(bottom, #17367e, #193b8a 40%, #1c439c);
	background-image: -moz-linear-gradient(bottom, #17367e, #193b8a 40%, #1c439c);
	background-image: -o-linear-gradient(bottom, #17367e, #193b8a 40%, #1c439c);
	background-image: -ms-linear-gradient(bottom, #17367e, #193b8a 40%, #1c439c);
	background-image: linear-gradient(to top, #17367e, #193b8a 40%, #1c439c);
	position: relative;
	max-width: none;
	line-height: 22px;
}
#footer_middle_groups {
	position: relative;
}
#konimbo_logo {
	height: 30px;
	background-color: none;
}
/* --- end layout_footer --- */

/* --- element_general_newsletter_footer --- */ 
#footer_group5 {
	padding-top: 15px;
	margin-top: 15px;
}
#bg_footer #new_ticket {
	float: left;
	height: 70px;
	width: 221px;
  margin-left: 86px;
  margin-top: -5px;
  position: relative;
}
#bg_footer #new_ticket:before {
	content: "";
	height: 2px;
	width: 219px;
	border-top: 1px dashed #ccc;
	position: absolute;
	top: -21px;
}
#bg_footer .element_general_newsletter {
	background: none;
	margin: 0;
	position: relative;
	width: 123px;
}
#bg_footer .element_general_newsletter #heading {
	padding-right: 5px;
	font-weight: normal;
	font-size: 19px;
	line-height: 19px;
	padding-bottom: 4px;
	color: #fff;
}
#bg_footer .contact label {
padding: 0;
position: absolute;
width: 218px;
height: 25px;
margin: 0px;
}
.element_general_newsletter #ticket_customer_email {
	width: 218px;
	height: 30px;
	background-color:#fff;
	background: url(newsletter_btn.png) no-repeat #fff;
	background-position-x: 4px;
    background-position-y: 4px;
	color: #808080;
	padding: 0 0 0 30px;
	text-align: right;
	line-height: 28px;
	-webkit-box-shadow: none;
	border: 2px solid #d5d5d5;
	top: -1px;
	position: absolute;
	margin: 0 auto;
	right: 0px;
    margin-top: 14px;
}
.contact input{
	  margin: 0 0px 0 0;
}
.element_general_newsletter + input + div.smallButton a,
.element_general_newsletter + input + div.smallButton div {
	width: 28px;
	background: url(newsletter_btn.png) no-repeat center center;
	top: -93px;
	left: -125px;
	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;
}
ul.element_general_links.footer_safe_buy.vertical {
  position: absolute;
  right: auto;
  left: 92px;
  width: 130px;
  height: 40px;
  top: 6px;
}
ul.element_general_links.footer_safe_buy.vertical li {
  position: absolute;
  right: 12px;
}
#footer_middle_groups ul.element_general_links.footer_safe_buy.vertical {
	margin: 0;
}
#footer_group5 > ul {
	float: left;
	padding-top: 0;
	width: 220px;
	position: relative;
}
#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: #15557c;
	-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.horizontal li.pos_1 {
	background: #007bb6;
}
#layout_footer .element_general_links.horizontal li.pos_2 {
	background: #db5442;
}
#layout_footer .element_general_links.horizontal li.pos_3 {
	background: #2aa9e0;
}
#layout_footer .element_general_links.horizontal li.pos_4 {
	background: #36609f;
}
#layout_footer .element_general_links.horizontal li a {
	font-size: 19px;
	line-height: 32px;
	display: inline-block;
	width: 100%;
	height: 100%;
}
#layout_footer .element_general_links.horizontal.f_t_g li a {
  font-size: 20px;
  line-height: 32px;
}
h3#links_h3_f_t_g {
	font-weight: normal;
	font-size: 19px;
	line-height: 19px;
	padding-bottom: 15px;
	color: #fff;
}
i.fa.fa-twitter:before {
	position: relative;
	top: 1px;
	left: 1px;
}
i.fa.fa-google-plus:before {
	position: relative;
	top: 1px;
	left: 2px;
}
i.fa.fa-instagram:before {
	position: relative;
	left: 1px;
	top: 1px;
}
i.fa.fa-linkedin:before {
	position: relative;
	left: 1px;
}
i.fa.fa-facebook:before {
	position: relative;
	top: 1px;
}

#footer_group5 > ul:after {
	content: "";
	height: 2px;
	width: 219px;
	border-top: 1px dashed #ccc;
	position: absolute;
	bottom: 86px;
	left: 4px;
}
#bg_footer #footer_group4 {
  padding-left: 240px;
  background: url(safe_buy_pic.png) no-repeat;
  background-position: 0px 40px;
}
#bg_footer #footer_group4 h3.safe_buy{
  left: 58px;
  background: none;	
}
#footer_group5 #new_ticket > div > div.smallButton > div {
  display: none;
}
ul.element_general_links.f_t_g.horizontal:before {
  content: "בקרו אותנו גם ב:";
  color: #fff;
  display: block;
  font-size: 18px;
  margin-bottom: 9px;
}
/* --- end_element_general_links_footer --- */ 

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

/* --- element_general_prime_categories --- */ 
#bg_footer .store_categories {
	height: 180px;
	overflow: hidden;
}
#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_all_categories li a:hover {
	text-decoration: none;
	color: none;
}
#bg_footer .element_general_prime_categories h3 {
	display: block;
}
/* --- end element_general_prime_categories --- */ 

/* --- element_general_show_contact --- */ 
#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;
}
#layout_footer #footer_group3 {
	width: 248px;
}
#footer_middle_groups h3,
#footer_middle_groups .element_general_show_contact h3 span {
	color: #f9f6f7;
	font-size: 19px !important;
	line-height: 19px !important;
	font-weight: normal;
}
#layout_footer a,
#layout_footer p,
#layout_footer strong {
	color: #f9f6f7;
}
#bg_footer .element_general_all_categories_sorted_by_titles li a:hover,
#bg_footer .element_general_all_categories li a:hover {
	color: #fff;
}
.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;
	 position: absolute;
     right: 185px;
}
div#bg_footer {
  height: 395px;
  background: #064c78;
  margin: 0px;
}
#footer_middle_groups h3, #footer_middle_groups .element_general_show_contact h3 span {
  color: #fff;
}
#layout_footer a, #layout_footer p, #layout_footer strong {
  color: #fff;
}
#bg_footer .element_general_all_categories_sorted_by_titles li a:hover, #bg_footer .element_general_all_categories li a:hover{
	color:none;
}
.element_general_newsletter:before {
  content: "הרשם לניוזלטר:";
  color: #fff;
  font-size: 18px;
}
.element_general_newsletter{
	width: 240px;
  height: 30px;
}
.facebook_likebox {
  z-index: 99;
}
.facebook_likebox{
	top:70px !important;
}
/* --- end_#footer_group2, #footer_group3, #footer_group4_footer --- */

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

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

/* --- element_general_prime_categories_footer --- */ 

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

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

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

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

/* --- layout_category --- */ 
body.layout_category.flashtech div#bg_middle div#main {
  width: 960px;
}
#bg_middle .element_general_all_categories li span{
	color: #ca3128 !important;
}
/* --- end layout_category --- */   

/* --- element_category_filter_category --- */ 
.element_category_filter h1 {
  font-weight: normal;
}
#bread_crumbs li {
  margin-top: 5px;
}
.show_filters {
  margin: 6px auto;
}
div.ProductItem div.boxContent{
    margin-top: 19px;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
  }
/* --- end element_category_filter_category --- */ 

/* --- element_category_list_items_category --- */ 
.store_list_items, .store_category_list_items {
	margin-left: -11px;
	padding-right: 5px;
}
.layout_list_item {
	width: 227px;
	height: 313px;
    border: 1px solid #e9e9ea;
  	margin: 0 0px 30px 11px;
	position: relative;
	border-bottom: none;
	z-index: 0;
}
.layout_list_item:hover .grid {
	-moz-box-shadow: 0px 0px 6px #DADADA;
	-webkit-box-shadow: 0px 0px 6px #DADADA;
	box-shadow: 0px 0px 6px #DADADA;
}
.layout_list_item .grid {
	width: 100%;
	height: auto;
	margin: 0;
	position: relative;
	background: #fff;
	padding-top: 8px;
}
.layout_list_item:hover .grid,
.layout_list_item .grid,
.layout_list_item:hover,
.layout_list_item {
	-webkit-transition: all .15s ease;
	   -moz-transition: all .15s ease;
	    -ms-transition: all .15s ease;
	     -o-transition: all .15s ease;
	        transition: all .15s ease;
}
.layout_list_item .grid:before, .layout_list_item .grid:after {
	-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	position: absolute;
	left: 5px;
	bottom: 14px;
	z-index: -1;
	width: 60%;
	max-width: 300px;
	height: 20%;
	content: "";
}
.layout_list_item .grid:after {
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	-o-transform: rotate(4deg);
	right: 5px;
	left: auto;
}
.store_category_list_items .grid .list_item_image, 
.store_list_items .grid .list_item_image {
	width: 100%;
    height: 230px;
  	position: static;
}
.imgWrapperT {
	width: 100%;
	height: 100%;
}
.imgWrapperT img {
	margin: 0 auto;
	max-width: 217px;
    max-height: 190px;
}
.store_category_list_items .grid .list_item_compare,
.store_list_items .grid .list_item_compare {
	display: none;
}
.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: auto;
	position: static;
	margin-bottom: 4px;
}
.store_category_list_items .grid .list_item_title_with_brand a, 
.store_list_items .grid .list_item_title_with_brand a {
  color: #3b3b3b;
  font-weight: normal;
  text-align: center;
  display: block;
  padding: 0px 15px;
  font-size: 15px;
  line-height: 20px;
  height: 44px;
  overflow: hidden;
}
.store_category_list_items .grid .list_item_show_price, 
.store_list_items .grid .list_item_show_price {
	height: 22px;
	width: 100%;
	position: static;
	margin-top: 5px;
}
.grid .list_item_show_price span.item_show_origin_price {
	top: auto;
	width: auto;
	padding: 0px 15px;
    color: #878686;
	font-size: 14px;
	line-height: 20px;
}
.store_list_items .grid .list_item_show_price a,
.store_category_list_items .grid .list_item_show_price a {
  background: none;
  padding: 0 15px;
  margin: 0;
  width: auto;
  float: left;
  line-height: 20px;
  height: 20px;
  color: #0084ff;
  font-size: 16px;
  position: relative;
  top: -5px;
}
.store_list_items .grid .list_item_show_price a strong,
.store_category_list_items .grid .list_item_show_price a strong {
	color: inherit;
}
.root .pagingWrapper {
	display: none;
}
.pagination a, .pagination span {
	min-width: 20px;
	width: auto;
	font-weight: normal;
}
.pagingWrapper {
	float: left;
}
.root #bg_footer {
	margin-top: 268px;
}
.store_category_list_items .grid .list_item_current_list_item_content, 
.store_list_items .grid .list_item_current_list_item_content {
	position: static;
	width: 100%;
	height: 0px;
	overflow: hidden;
}
.store_category_list_items .grid .list_item_current_list_item_content p, 
.store_list_items .grid .list_item_current_list_item_content p {
	position: static;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	font-size: 13px;
	color: #818181;
}
.store_category_list_items .grid .list_item_current_list_item_content > p, 
.store_list_items .grid .list_item_current_list_item_content > p {
	padding: 0 14px 0px 12px;
}
#bg_middle .layout_list_item #item_icons img, .chrome_store_list_items #item_icons img {
  max-height: 85px;
  max-width: 85px;
}
.layout_list_item .grid #item_icons, .element_general_chrome_store_list_items .chrome_store_list_items #item_icons{
	right: 122px;
	top: 16px;
}
.store_list_items .grid .list_item_show_price a strong, .store_category_list_items .grid .list_item_show_price a strong {
  color: #064c78;
}
/* --- end element_category_list_items_category --- */ 

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

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

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


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

/* ------------------------------------- layout_item ------------------------------------- */
.item_option5 span.truck{
	background: url(warranty.png) no-repeat center center;
	width: 101px;
    height: 64px;
	border: 2px solid #064c78;
	margin-top: 16px;
}
.item_option5 #item_safe_buy {
    background: url(safe_buy_icon.png) no-repeat center center;
    border: 2px solid #064c78;
    width: 101px;
    height: 64px;
    margin-top: 16px;
}
div.deal_items td.plus, div.deal_items td.equal{
	background: #064c78;
}
#bg_middle #bread_crumbs {
  margin-bottom: 5px;
}
.item_option5 #item_upgrades_top{
	width: 363px;
	margin-left: 7px;
}
.item_option5 .contactNow a, .item_option5 .buyNow a{
	font-size: 17px;	
	font-weight: normal;
}
.contactNow a:hover, .buyNow a:hover, #deal_button:hover, .smallButton a:hover{
	box-shadow: none;
  background-image: none;
  background-color: #b51e15;
}
.item_attributes > h3 {
  font-size: 18px;
}
#item_deal_items, .item_attributes{
	border: none;
}
.element_category_filter h1, .group b{
	color: #175881 !important;
}
/* --- element_general_tabs --- */ 
/* --- end element_general_tabs --- */
/*item_son_items*/
.item_attributes div.son_items {
	width: 500px;
	height: 100px;
}
#item_son_items td.son_image,
#item_son_items td.son_desc,
#item_son_items td.son_shipping,
#item_son_items td.son_warranty,
#item_son_items  td.son_delivery,
#item_son_items  tr:first-child th{
	display: none;
}
table.son_items .odd td, 
table.son_items .even td {
	display: none;
}
table.son_items {
	width: 446px;
	position: relative;
}
#item_son_items tr:first-child th.hader_table {
	display: table-cell;
}
#item_son_items tr:first-child {
	height: 50px;
}
table.son_items td.son_item_quantity.active {
	display: block;
	position: absolute;
	top: 50px;
	right: 390px;
}
.son_upgrade_title select {
	width: 66px;
	height: 26px;
	line-height: 14px;
}
#item_current_sub_title {

min-height: 40px;

}
#item_son_items select {
	display: block;
	margin: 0 auto;
	-webkit-box-shadow: rgba(255, 255, 255, 0.470588) 0px 1px, rgba(0, 0, 0, 0.227451) 0px 1px 2px inset;
	box-shadow: rgba(255, 255, 255, 0.470588) 0px 1px, rgba(0, 0, 0, 0.227451) 0px 1px 2px inset;
	background-image: linear-gradient(rgba(0, 0, 0, 0.0588235), rgba(176, 176, 176, 0.0588235));
	outline: none;
	border: none;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	color: #6C7172;
	font-size: 14px;
	font-weight: normal;
	box-sizing: border-box;
	align-items: center;
	-webkit-appearance: menulist;
	border-radius: 4px;
}

#item_son_items td.son_price span {
	font-size: 20px;
  margin-right: 50px;
	color: #333;
}
#item_son_items div.smallButton {
	margin: 0;
	position: relative;
	top: 20px;
}
.item_attributes div.son_items {
	width: 615px;
}
table.son_items {
	width: 100%;
}
table.son_items {
	width: 70%;
}

table.son_items td.son_item_quantity.active {
	display: none;
	position: absolute;
	top: 50px;
	right: 500px;
}
#item_son_items .heaed_tr td.son_desc {
 display: table-cell;
}
/*end item_son_items*/
/* ------------------------------------- end_layout_item ------------------------------------- */


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

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

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

/* --- layout_contact --- */ 
.layout_contact.reemsport.item_option5 .contact .textArea{
	  margin-right: 16px;
}
.layout_contact.reemsport.item_option5 .contact .info {
  margin-right: 16px;
}
.layout_contact #new_ticket > div > div.smallButton > a {
  right: 26px;
}
/* --- end layout_contact --- */ 

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

/* --- layout_credit_guard --- */ 
body#layout_credit_guard #header_cart_nav {
  display: none;
}
/* --- end layout_credit_guard --- */ 

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

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

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

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

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

/*--- colors ---*/
.element_category_filter h1, .category_desc h3, .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 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: #b51e15;
}
.cartTable th, .contactNow a, .buyNow a, #deal_button, .smallButton a, #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: #ca3128;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#bg_middle .element_general_all_categories h3{
  background-color: #064c78;
  font-weight: normal;
}
/*--- end colors ---*/

/* fonts */
/* end fonts */

/*bottons*/
/*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 */

}

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