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

/* --- layout_header --- */ 
#wrapper {
    background: none;
}
#secureHook {
    background: url(safe_icon_header.png) no-repeat 0 0;
}
#header_secure_link {
    bottom: auto;
    left: 193px;
    top: 13px;
    width: 25px;
    height: 20px;
}
#secureHook {
    background: url(safe_icon_header.png) no-repeat 0 0;
    width: 100%;
    margin: 0px;
    display: block;
    height: 100%;
}
#header_logo {
    top: 0px;
    left: 0px;
}
#header_logo > a {
    display: block;
}
#bg_header {
    width: 100%;
    height: 134px;
    background: none;
    position: fixed;
    z-index: 120;
    background-color: #fff;
    top: 0px;
}
#bg_header:before {
    content: "";
    width: 100%;
    height: 38px;
    background: #00527b;
    position: absolute;
    bottom: 0px;
    z-index: 1;
}
#layout_header {
    height: 134px;
    }
/* --- end layout_header --- */ 

/* --- header_cart_nav_header --- */
#header_cart_nav {
    top: 12px;
    right: auto;
    left: 224px;
    width: 25px;
    height: 20px;
}
#cart_icon {
    background: url(cart_icon.png) no-repeat 0 0;
        width: 100%;
    height: 100%;
    margin: 0;
    position: relative;
}
li.link_order_with_counter a b {
    font-size: 12px;
    font-weight: normal;
    color: #00527b;
    position: absolute;
    top: -3px;
    right: 10px;
}
#link_order_with_counter > a > span > span:nth-child(3) {
    display: none;
}
li.link_order_with_counter a {
    font-size: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: none;
}
span#link_order_with_counter {
    width: 25px;
    height: 20px;
    display: block;
}
.link_order_with_counter {
    padding-right: 0px;
}
span.cart_with_items {
    height: 100%;
    display: block;
}
/* --- end_header_cart_nav_header --- */

/* --- main_nav_bg --- */ 
#header_main_nav li:first-child {
    display: none;
}
#main_nav_bg {
    position: absolute;
    width: 343px;
    height: 20px;
    right: 0px;
    top: 4px;
}
#header_main_nav {
	background: none;
	width: auto;
	margin: 0;
	height: 100%;
}
#header_main_nav li:hover, #header_main_nav li {
	background: none;
	height: 100%;
	position: relative;
}
#header_main_nav > li.link_all_items {
    display: none;
}
#header_main_nav li a,
#header_main_nav li span span,
#header_main_nav li #link_all_items {
    padding: 0 11px 0 8px;
    line-height: 37px;
    font-weight: 400;
    margin: 0px 1px 0px 0px;
	background: none;
}
#header_main_nav li span span{
	line-height: 24px;
}
#header_main_nav > li > a:hover,
#header_main_nav > li > span > a:hover,
.layout_items #header_main_nav li #link_all_items,
#header_main_nav > li > span > span {
  background: none;
  margin: 0px 3px 0px 0px;
  padding: 0 9px 0 8px;
  color: #01a9e8;
  text-decoration: underline;
}
#header_main_nav li a,
#header_main_nav li span span,
#header_main_nav > li > a:hover,
#header_main_nav > li > span > a:hover,
.layout_items #header_main_nav li #link_all_items,
#header_main_nav > li > span > span,
.element_general_login_logout * {
	-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_main_nav li:first-child {
	display:block;
}
#header_main_nav > li.link_about:before, #header_main_nav li.link_location, #main_nav_bg li.link_pages {
	display: block;
}
#header_main_nav > li:before {
	content: "|";
  position: absolute;
  line-height: 16px;
  color: #00527b;
  font-weight: 400;
  right: -1px;
  top: 3px;
}
#header_main_nav > li.link_header2_page:after {
    content: "|";
    position: absolute;
    line-height: 16px;
    color: #00527b;
    font-weight: 400;
    left: -4px;
    top: 3px;
}
#header_main_nav > li.pos_0 > a {
    background: url(home_icon.png) no-repeat 0 0;
    height: 20px;
    width: 20px;
    display: block;
    padding: 0px;
}
#header_main_nav > li.pos_0:before {
    content: " ";
}
#header_main_nav li:first-child:before {
	content: none;
}
#header_main_nav li:hover > span > div,
#header_main_nav li:hover > div {
	visibility: hidden;
	display: none;
}
#bg_header .link_header1_page div,
#bg_header .link_header2_page div,
#header_show_prime_categories {
	display: none;
}
#header_main_nav li a,
#header_main_nav li span,
.layout_items #header_main_nav > li:first-child > a {
    color: #00527b;
    background: none;
    height: 100%;
    width: auto;
    display: block;
    line-height: 23px;
    font-weight: normal;
}
li.href_homepage a {
	font-size: 14px;
	width: auto;
} 
#header_main_nav > li.link_pages, #main_nav_bg li.link_customer {
    display: none;
}
#header_main_nav li:first-child a {
    background: url(home_icon.png) no-repeat 5px 5px;
    height: 20px;
    width: 20px;
    display: block;
    padding: 0px;
}
/* --- end_main_nav_bg --- */ 

/* --- element_general_search_header --- */ 
#header_show_search {
  top: 50px;
  width: 210px;
  left: auto;
  right: 0px;
  height: 29px;
  position: relative;
  display: inline-block;
}
div#header_show_search form {
  height: 100%;
  width: 100%;
  position: absolute;
}
#header_show_search form > div {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
}
#header_show_search label.textInput {
  display: block;
  height: 100%;
  width: 100%;
}
div#searchBtnHook {
    width: 32px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 1px;
    display: block;
}
#header_show_search .search .textInput #q {
  width: 100%;
  height: 100%;
  background: none;
  -webkit-border-radius: 14px 15px 15px 14px/14px;
  -moz-border-radius: 14px 15px 15px 14px/14px;
  border-radius: 14px 15px 15px 14px/14px;
  background-color: #fff;
  border: solid 1px #bdbcbc;
  color: #a1a2a2;
  left: 0;
  font-size: 12px;
}
.searchButton input[type="submit"] {
    background: url(search.png) no-repeat center;
    width: 100%;
    height: 100%;
    display: block;
    left: 0px;
}
/* --- end element_general_search_header --- */ 

/* --- element_general_links_header --- */ 
ul.element_general_links.Importer.vertical {
    width: 144px;
    display: block;
    height: 37px;
    position: absolute;
    top: 47px;
    right: 222px;
    background: url(icon_link_header.png) no-repeat 120px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 26px;
    line-height: 12px;
}
#header_group1 > ul.element_general_links.Importer.vertical > li > a {
    font-size: 13px;
    font-weight: bold;
    color:#00527b;
    height: 100%;
    width: 100%;
    display: block;
}
#header_group1 > ul.element_general_links.Importer.vertical > li.css_class_first > a{
	font-size: 15px;
	line-height: 22px;
}
#header_group1 > ul.element_general_links.address.vertical{
	width: 122px;
    display: block;
    position: absolute;
    top: 47px;
    right: 356px;
    border-right: 1px solid #01a9e8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 12px;
}
#header_group1 > ul.element_general_links.address.vertical > li > a{
    font-size: 11px;
    font-weight: bold;
    color:#00527b;
    height: 100%;
    width: 100%;
    display: block;
}
#header_group1 > ul.element_general_links.address.vertical > li.css_class_phone > a{
    font-size: 15px;
}
/* --- end_element_general_links_header --- */ 

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

/* --- element_general_login_logout_header --- */
.element_general_login_logout {
    position: absolute;
    z-index: 12;
    top:6px;
    height: 23px;
}
#header_group1 > div.element_general_login_logout > ul{
	height: 100%;
}
#header_group1 .element_general_prime_categories_with_children > div > ul > li {
    display: inline-block;
    height: 100%;
    box-sizing: border-box;
    padding: 8px 0px;
    float: right;
    position: relative;
}
.element_general_login_logout ul li a{
	line-height: 19px;
    font-size: 14px;
    color: #00527b;
    height: 100%;
    padding-right: 6px;
}
.element_general_login_logout ul li a.last {
    padding-right: 0px;
}
.element_general_login_logout ul li:hover a {
    color: #01a9e8;
    text-decoration: underline;
}
#header_group1 > div.element_general_login_logout > ul > li:before {
    content: " /";
    display: inline-block;
    position: absolute;
    top: 2px;
    float: right;
    right: 40px;
    padding-right: 1px;
    color: #00527b;
    margin-right: 3px;
} 
#header_group1 > div.element_general_login_logout > ul > li.link_customer_signup {
    padding-right: 2px;
}
#header_group1 > div.element_general_login_logout > ul.element_general_login_logout_list > li:first-child:before{
	content: " ";
	display: none;
}
#header_group1 > div.element_general_login_logout {
    float: left;
    width: 89px;
    height: 19px;
    position: absolute;
    right: 344px;
    left: auto;
    top: 6px;
    overflow: hidden;
}
#header_group1 > div.element_general_login_logout > ul > li.link_customer > span {
    height: 100%;
    display: block;
}
#header_group1 > div.element_general_login_logout > ul > li {
  display: inline-block;
  height: 100%;
}
.layout_customer_signup #link_customer_signup span {
    padding-right: 5px;
} 
/* --- end_element_general_login_logout_header --- */ 

/* --- element_general_prime_categories_category_header --- */ 
#bg_header .element_general_prime_categories,
.filter_nav {
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
  width: 960px;
  height: 40px;
  z-index: 13;
}
#bg_header .element_general_all_categories_sorted_by_titles h3,
#bg_header .element_general_prime_categories h3,
#bg_header .element_general_all_categories h3 {
  display: none;
}
#bg_header .element_general_prime_categories > .store_categories,
.filter_nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 960px;
  width: auto;
  height: 100%;
  background: none;
  margin: 0 auto;
}
#bg_header .element_general_prime_categories > .store_categories > li,
.filter_nav > .element_general_images.navi {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  width: 166px;
  line-height: 100%;
  flex-grow: 0;
  background: none;
  /*position: relative;*/
}
#bg_header .element_general_prime_categories > .store_categories > li > a,
#bg_header .element_general_prime_categories > .store_categories > li > span,
.filter_nav > .element_general_images.navi .heading {
  font-size: 14px;
  font-weight: normal;
  padding: 0;
  line-height: 40px;
  text-align: center;
  width: 100%;
  background: none;
  display: block;
  height: 100%;
  color: #FFF;
  -moz-box-shadow: inset 2px 0px 1px -1px #016293;
  -webkit-box-shadow: inset 2px 0px 1px -1px #016293;
  box-shadow: inset 2px 0px 1px -1px #016293;
}
.filter_nav > .element_general_images.navi .heading {
  cursor: pointer;
  line-height: 20px;
  display: table;
}
#bg_header .element_general_prime_categories > .store_categories > li:first-child > a,
#bg_header .element_general_prime_categories > .store_categories > li:first-child > span,
.filter_nav > .element_general_images.navi:first-child .heading {
  -moz-box-shadow: inset 2px 0px 1px -1px #016293,inset -1px 0px 1px -1px #016293;
  -webkit-box-shadow: inset 2px 0px 1px -1px #016293,inset -1px 0px 1px -1px #016293;
  box-shadow: inset 2px 0px 1px -1px #016293,inset -1px 0px 1px -1px #016293;
}
#bg_header .element_general_prime_categories > .store_categories ul,
.filter_nav > .element_general_images.navi .drop-wrapper {
  display: none;
  width: 639px;
  position: absolute;
  top: 38px;
  padding: 10px 0;
  right: 0px;
  height: 198px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  border-top: 3px solid #01a9e8;
/*  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-animation-duration: 0.4s; 
  animation-duration: 0.4s; 
  -webkit-animation-fill-mode: both; 
  animation-fill-mode: both; 
  -webkit-animation-name: fadeInDown; 
  animation-name: fadeInDown; 
*/
}

@-webkit-keyframes fadeInDown { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(-20px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes fadeInDown { 
    0% { 
        opacity: 0; 
        transform: translateY(-20px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 
/*.filter_nav.sticky > .element_general_images.navi .drop-wrapper{
right: 194px;
}*/
#bg_header .element_general_prime_categories > .store_categories li:hover ul,
.filter_nav > .element_general_images.navi:hover .drop-wrapper {
  display: block;
  height: 194px;
  width: 960px;
  overflow: hidden;
}
.filter_nav > .element_general_images.navi .drop-wrapper .current_element_image a {
  padding: 0;
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  border: 0px;
  display: table;
  border: 1px solid #b7b7b7;
}
.new {
  border-radius: 100%;
  border: 1px solid #cacaca;
  padding: 5px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inner_wrapper {
  position: static;
  width: 880px;
  height: 180px;
  margin: 0 auto;
}
.show_nav_content p img,
.filter_nav > .element_general_images.navi .drop-wrapper .current_element_image img {
    margin: 0 auto;
    max-width: 153px;
    max-height: 152px;
    width: 100%;
    margin-top: 5px;
}
.show_nav_content p {
  display: table-cell;
  vertical-align: middle;
}
#bg_header .element_general_prime_categories > .store_categories > li > span,
#bg_header .element_general_prime_categories > .store_categories > li:hover > a,
.filter_nav > .element_general_images.navi:hover .heading {
  color: #FFF;
  background: #01a9e8;
  position: relative;
  width: 100%;
  margin: 0 auto;
}8
#bg_header .element_general_prime_categories > .store_categories > li > span:after,
#bg_header .element_general_prime_categories > .store_categories > li:hover > a:after,
.filter_nav > .element_general_images.navi:hover .heading:after {
  content: '';
  position: absolute;
  top: 100%;
  right: calc( 50% - 14px );
  display: inline-block;
  width: 0;
  height: 0;
  border: 15px solid rgba(0, 0, 0, 0);
  border-top: 10px solid #dead4b;
  z-index: 1;
  display: none;
}
#bg_header .element_general_prime_categories > .store_categories > li li,
.filter_nav > .element_general_images.navi .drop-wrapper .current_element_image {
  display: inline-block;
  width: 166px;
  height: 163px;
  min-width: 136px;
  background: none;
  line-height: normal;
  margin: 15px 21px 20px 0px;
  float: right;
  cursor: pointer;
  position: relative;
}
#bg_header .store_categories li .store_categories li a,
#bg_header .store_categories li .store_categories li:first-child a,
#bg_header .store_categories li .store_categories li span,
#bg_header .store_categories li .store_categories li:first-child span,
.filter_nav > .element_general_images.navi .drop-wrapper .current_element_image h3 {
  font-size: 15px;
  line-height: 18px;
  color: #dead4b;
  width: auto;
  display: block;
  text-align: center;
  padding: 5px 0;
}
.filter_nav > .element_general_images.navi .drop-wrapper .current_element_image h3 {
margin-bottom: 10px;
    position: absolute;
    bottom: 5px;
    color: #fff;
    z-index: 1;
    text-align: center;
    left: 6px;
    width: 153px;
    height: 152px;
    margin: 0px;
    font-size: 15px;
    line-height: 258px;
    overflow: hidden;
    padding: 0px;
}
div.filter_nav > div > div.drop-wrapper > div > div.current_element_image:hover > h3:before {
    height: 153px;
}
.filter_nav > .element_general_images.navi .drop-wrapper .current_element_image h3:after {
    content: "";
    display: none;
    background: url(plus_icon.png) no-repeat center center;
    height: 38px;
    width: 38px;
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    bottom: 30px;
    margin: auto;
}
/*.fix_nav_small,
#bg_header .element_general_prime_categories.sticky,
#bg_header .element_general_prime_categories.sticky > .store_categories {
  width: 960px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}*/
.filter_nav {
    height: 38px;
    bottom: 0;
    width: 830px;
    float: right;
}
#bg_header .element_general_images.navi .heading a {
  color: #fff;
  font-size: 15px;
  display: block;
  overflow: hidden;
  max-width: 135px;
  display: table-cell;
  vertical-align: middle;
  max-height: 50px;
  position:relative;
}
#bg_header .element_general_images.navi:hover .heading a {
  overflow: hidden;
  max-width: 135px;
  max-height: 50px;
}
div.filter_nav > div > div.drop-wrapper > div > div.current_element_image > h3:before {
    content: "";
    width: 100%;
    height: 44px;
    background: rgba(40, 53, 84, 0.85);
    position: absolute;
    left: 0px;
    bottom: 0px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: -1;
}
.filter_nav > .element_general_images.navi .drop-wrapper .current_element_image a:after {
    content: "";
    display: none;
    background: url(plus_icon.png) no-repeat center center;
    height: 38px;
    width: 38px;
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    bottom: 30px;
    margin: auto;
    z-index: 1;
}
.filter_nav > .element_general_images.navi .drop-wrapper .current_element_image:hover a:after {
  display: block;
}
.filter_nav > .element_general_images.navi .drop-wrapper .current_element_image:hover h3 {
  color: #01a9e8;
}
/* --- 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 --- */  
div#homepage_middle_groups {
    width: 960px;
    margin: 0 auto;
}
#homepage_group3 {
    width: 725px;
    float: left;
}
.layout_homepage div#bg_middle,.layout_homepage #main{
    width: 100%;
    margin-bottom: 0px;
}
div#homepage_group1 {
    width: 960px;
    margin: 0 auto;
}
div#homepage_group4 {
    width: 100%;
    margin: 0 auto;
}
.small_group4 {
    margin-bottom: 82px;
    width: 960px;
    margin: 0 auto;
}
div#bg_middle {
    margin-top: 134px;
}
/* --- end layout_homepage_middel --- */ 

/* --- element_general_masonry_images_middel --- */ 
.element_general_categories_images.movie .current_category_image {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  background: none;
}
.element_general_categories_images .current_category_image .category_image_title {
    width: 53%;
    position: absolute;
    color: #000;
    top:auto;
    height: 32px;
    bottom: 51px;
    right: 0px;
}
.element_general_categories_images .current_category_image h3{
	font-size: 16px;
}
#homepage_group3 > div > div > a > div.category_image_content_bottom {
    width: 469px;
    display: block;
    text-align: right;
    font-size: 13px;
    font-weight: normal;
    color: #383839;
    right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 10px;
    overflow: hidden;
}
.element_general_categories_images.movie .current_category_image .category_image_content {
    position: absolute;
    top: 0;
    padding-left: 0px;
    bottom: 25px;
    color: #F9E2E2;
    right: 0;
    width: 463px;
    text-align: left;
    padding: 0px;
    height: 300px;
    margin-top: 4px;
    overflow: hidden;
}
.element_general_categories_images.movie {
  margin: 0;
  background: #fff;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
    width: 473px;
    height: 383px;
    display: block;
    border: 1px solid #c2c2c2;
}
.element_general_categories_images.movie.right {
    float: right;
}
.element_general_categories_images.movie.left {
    float: left;
}
.html5-player-chrome {
	display: none;
}
.element_general_categories_images .current_category_image .category_image_content_bottom {
    position: absolute;
    bottom: 0px;
    text-align: right;
    font-weight: normal;
    color: #383839;
    font-size: 13px;
    padding: 0px 10px;
    width: 100%;
    right: 0px;
    height: 58px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 4px;
    overflow: hidden;
}
/* --- end element_general_masonry_images_middel --- */ 

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

/* --- element_general_categories_images_middel --- */ 
/*strengths*/
/*.element_general_images.strengths {
  width:960px;
  margin: 0px auto;
  text-align: center;
  padding-top: 0;
  height: 274px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 6px;
  position: relative;
}*/

/* element_general_categories_images : seo */
.element_general_categories_images.seo {
    width: auto;
    text-align: center;
    height: 274px;
}
.element_general_categories_images.seo .current_category_image {
    width: 175px;
    height: 175px;
    background: none;
    margin: 0 10px;
    margin-top: 54px;
    display: inline-block;
    float: none;
}
.element_general_categories_images.seo .current_category_image a {
	background: #00527b;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	-webkit-transform: translateZ(-1000px) rotateY(-90deg);
	-moz-transform: translateZ(-1000px) rotateY(-90deg);
	-ms-transform: translateZ(-1000px) rotateY(-90deg);
	-o-transform: translateZ(-1000px) rotateY(-90deg);
	transform: translateZ(-1000px) rotateY(-90deg);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.18s ease;
	-moz-transition: all 0.18s ease;
	transition: all 0.18s ease;
}
.element_general_categories_images.seo .current_category_image:hover a {
	-webkit-transform: translateZ(0) rotateY(0);
	-moz-transform: translateZ(0) rotateY(0);
	-ms-transform: translateZ(0) rotateY(0);
	-o-transform: translateZ(0) rotateY(0);
	transform: translateZ(0) rotateY(0);
	-webkit-transition: all 0.18s ease 0.18s;
	-moz-transition: all 0.18s ease 0.18s;
	transition: all 0.18s ease 0.18s;
	visibility: visible;
	opacity: 1;
}
.element_general_categories_images.seo .current_category_image .category_image_title{
	width: auto;
	position: absolute;
	height: auto;
	bottom: 67px;
}
.element_general_categories_images.seo .current_category_image h3{
	color: #fff;
    line-height: 21px;
    font-size: 20px;
	font-weight: normal;
	height: auto;
}
.element_general_categories_images.seo .current_category_image .category_image_content {
	position: static;
	width: auto;
	text-align: center;
	height: auto;
	padding: 6px;
	max-height: 58px;
	color: #ffffff;
	font-size: 12px;
	display: none;
}
.element_general_categories_images.seo .current_category_image table {
	top: 0;
	right: 0;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(255, 255, 255, 0.25);
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	opacity: 1;
	-webkit-transform: translateZ(0) rotateY(0);
	-moz-transform: translateZ(0) rotateY(0);
	-ms-transform: translateZ(0) rotateY(0);
	-o-transform: translateZ(0) rotateY(0);
	transform: translateZ(0) rotateY(0);
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all 0.18s ease 0.18s;
	-moz-transition: all 0.18s ease 0.18s;
	transition: all 0.18s ease 0.18s;
}
.element_general_categories_images.seo .current_category_image:hover table {
	opacity: 0;
	-webkit-transform: translateZ(-1000px) rotateY(90deg);
	-moz-transform: translateZ(-1000px) rotateY(90deg);
	-ms-transform: translateZ(-1000px) rotateY(90deg);
	-o-transform: translateZ(-1000px) rotateY(90deg);
	transform: translateZ(-1000px) rotateY(90deg);
	-webkit-transition: all 0.18s ease;
	-moz-transition: all 0.18s ease;
	transition: all 0.18s ease;


}
.element_general_categories_images.seo .current_category_image img {
    max-height: 175px;
    max-width: 175px;
    width: 100%;
}
.element_general_categories_images.seo .current_category_image .category_image_content_bottom {
	color: #fff;
	text-decoration: underline;
	font-size: 9px;
	font-weight: normal;
	position: static;
	width: auto;
	padding: 5px;
	display: none;
}
/* end element_general_categories_images : seo */
.divImage {
    background: url(bg_strengths.png) no-repeat 0 50px fixed;
    background-size: 100%;
    height: 274px;
}
/*.element_general_images.strengths:before{
	content: '';
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
    height: 274px;
    background-color: rgba(173, 173, 173, 0.77);
    z-index: 0;
}*/
/*.element_general_images.strengths .current_element_image {
    display: inline-block;
    width: 175px;
    height: 175px;
 	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-left: 15px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(sprite1.png) no-repeat -783px 0px;
    margin-top: 54px;
}
div.element_general_images.strengths > div.current_element_image> a {
    display: block;
    height: 100%;
}
div.element_general_images.strengths > div.current_element_image.pos_4 {
    margin-left: 0px;
}
.element_general_images.strengths .current_element_image:hover a
 {
   background-color:#00527b;
}
.element_general_images.strengths .current_element_image.pos_1 {
  background-position: -585px 0px;
}
.element_general_images.strengths .current_element_image.pos_2 {
  background-position: -390px 0px;
}
.element_general_images.strengths .current_element_image.pos_3 {
  background-position: -196px 0px;
}
.element_general_images.strengths .current_element_image.pos_4 {
  background-position: 0 0;
}
.element_general_images.strengths .current_element_image h3 {
  display: none;
}
.element_general_images.strengths .current_element_image a img {
  display: none;
}*/
/*title*/
/*.element_general_links.heading li.pos_0.css_class_why:after {
  right: 32px;
}
.element_general_images.strengths .current_element_image:hover a h3 {
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    line-height: 21px;
    padding-top: 68px;
    display: block;
}
.element_general_images.strengths .current_element_image a {
	background: rgba(70, 190, 194, 0.65);
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 20px;
	overflow: hidden;
	-webkit-transform: translateZ(-1000px) rotateY(-90deg);
	-moz-transform: translateZ(-1000px) rotateY(-90deg);
	-ms-transform: translateZ(-1000px) rotateY(-90deg);
	-o-transform: translateZ(-1000px) rotateY(-90deg);
	transform: translateZ(-1000px) rotateY(-90deg);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.18s ease;
	-moz-transition: all 0.18s ease;
	transition: all 0.18s ease;
}
.element_general_images.strengths .current_element_image:hover a {
	-webkit-transform: translateZ(0) rotateY(0);
	-moz-transform: translateZ(0) rotateY(0);
	-ms-transform: translateZ(0) rotateY(0);
	-o-transform: translateZ(0) rotateY(0);
	transform: translateZ(0) rotateY(0);
	-webkit-transition: all 0.18s ease 0.18s;
	-moz-transition: all 0.18s ease 0.18s;
	transition: all 0.18s ease 0.18s;
	visibility: visible;
	opacity: 1;
	padding: 0px;
}
.element_general_images.strengths .current_element_image table{
	top: 0;
	right: 0;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	opacity: 1;
	-webkit-transform: translateZ(0) rotateY(0);
	-moz-transform: translateZ(0) rotateY(0);
	-ms-transform: translateZ(0) rotateY(0);
	-o-transform: translateZ(0) rotateY(0);
	transform: translateZ(0) rotateY(0);
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all 0.18s ease 0.18s;
	-moz-transition: all 0.18s ease 0.18s;
	transition: all 0.18s ease 0.18s;
}
.element_general_images.strengths .current_element_image:hover table{
	opacity: 0;
	-webkit-transform: translateZ(-1000px) rotateY(90deg);
	-moz-transform: translateZ(-1000px) rotateY(90deg);
	-ms-transform: translateZ(-1000px) rotateY(90deg);
	-o-transform: translateZ(-1000px) rotateY(90deg);
	transform: translateZ(-1000px) rotateY(90deg);
	-webkit-transition: all 0.18s ease;
	-moz-transition: all 0.18s ease;
	transition: all 0.18s ease;


}*/
/* --- end element_general_categories_images_middel --- */ 

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

/* --- element_general_links_middel --- */ 
.element_general_images.line {
    margin-bottom: 23px;
}
ul.element_general_links.newsletter{
    top: 259px;
    position: absolute;
    overflow: hidden;
}
ul.element_general_links.newsletter li {
    text-align: center;
    margin-bottom: 2px;
    line-height: 21px;
}
#new_ticket > div > ul > li.css_class_one > a {
    font-size: 16px;
    color: #fff;
    text-align: center;
    height: 100%;
    width: 100%;
    display: block;
}
#new_ticket > div > ul > li.css_class_second > a{
	font-size: 20px;
	font-weight: bold;
	color:#fff;
	height: 100%;
    width: 100%;
    display: block;
}
/*title_items_homepage*/
ul.element_general_links.hot_sale.horizontal {
    width: 725px;
    margin: 0 auto;
    height: 53px;
    position: relative;
    text-align: center;
    z-index: 0;
}
ul.element_general_links.hot_sale.horizontal:before {
    content: '';
    width: 100%;
    right: 0;
    height: 100%;
    position: absolute;
    display: inline-block;
    background: url(img_title.png) no-repeat 0 0;
    top: 0px;
    z-index: -1;
}
ul.element_general_links.hot_sale.mutag.horizontal {
    width: 960px;
    top: 422px;
}
ul.element_general_links.hot_sale.mutag.horizontal:before{
	background: url(line_hozkot.png) no-repeat 0 0;
}
ul.element_general_links.hot_sale > li {
    color: #034ea0;
    font-size: 19px;
    font-weight: normal;
    height: 100%;
    width: 108px;
    margin: 0 auto;
    display: inline-block;
    line-height: 47px;
    background-color: #fff !important;
    z-index: 1;
    padding: 0px 5px;
    text-align: center;
    position: absolute;
    right: 292px;
    overflow: hidden;
}
#homepage_group3 > ul > li.css_class_sale {
    width: 118px;
}
ul.element_general_links.hot_sale > li.sale {
    width: 127px;
}
ul.element_general_links.hot_sale > li > a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: inherit;
    color: inherit;
    z-index: 1;
    font-size: inherit;
    font-weight: inherit;
    text-align: center;
    line-height: 57px;
    color: #00527b;
}
ul.element_general_links.hot_sale.mutag.horizontal > li  {
    right: 14px;
    top: -28px;
}
/* --- end_element_general_links_middel --- */ 

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

/* --- element_general_newsletter_middel --- */ 
#homepage_group2 {
    width: 232px;
}
#homepage_group2 #homepage_group2 {
  width: 241px;
} 
#homepage_group2 #new_ticket {
  width: 100%;
  margin-top: 26px;
}
#homepage_group2 .root form#new_ticket {
  width: 100%;
  height: 304px;
  position: relative;
  margin: 11px auto 8px;
  background: url(newsletter_bg.png) no-repeat center -1px;
  border: 1px solid #C3C3C3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#homepage_group2 form#new_ticket .contact {
  background: url('clients_club.png') no-repeat 0px 0px;
  width: 100%;
  height: 697px;
  position: relative;
}
#homepage_group2 .element_general_contact {
  height: auto;
  width: 100%;
  background: none;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 337px;
  right: 4px;
}
.contact .element_general_contact label:last-child {
  margin-top: 11px;
}
#homepage_group2 .contact label {
  width: auto;
  padding: 0;
  margin: 0px 15px 8px 0px;
}
.layout_homepage #new_ticket > div > div.element_general_contact > label:nth-child(4) {
    display: none;
}
#homepage_group2 .contact label:last-child {
  height: 18px;
}
#homepage_group2 .contact .element_general_contact input,
#homepage_group2 .element_general_contact #ticket_customer_email {
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#homepage_group2 .element_general_contact {
  height: auto;
  width: 100%;
  background: none;
  padding: 0;
  margin: 0 auto;
}
#homepage_group2 .element_general_contact .name_field,
#homepage_group2 .element_general_contact .phone_field,
#homepage_group2 .element_general_contact .email_field,
#homepage_group2 .element_general_contact .content_field,
#homepage_group2 .element_general_contact #ticket_content {
  display: none;
}
#homepage_group2 span.newsletter_field {
  color: #fff;
  font-size: 13px;
  top: 0;
}
#homepage_group2 .element_general_contact #ticket_newsletter {
  position: relative;
  top: -13px;
  right: -2px;
  width: auto;
  height: auto;
}
#homepage_group2 #new_ticket .element_general_contact ~ .smallButton a {
  position: absolute;
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
  line-height: 41px;
  width: 184px;
  height: 41px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #01a9e8;
  border: 0px;
  bottom: 144px;
  top: auto;
  right: 24px;
  left: auto;
}
#new_ticket > div > div.element_general_contact > label:nth-child(5) {
    margin-bottom: 0px;
    margin-top: 9px;
}
div#homepage_group2 .element_general_contact input[type="text"] {
  width: 192px;
  height: 41px;
  outline: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #fff;
  border: solid 1px rgba(245,152,157,.15);
  padding: 0px 19px !important;
  line-height: 41px;
  font-size: 15px;
  color: #9a9a9a;
  margin: 0px;
}
#homepage_group2 .smallButton {
  position: static;
}
/* --- end element_general_newsletter_middel --- */ 

/* --- element_category_list_items_middel --- */ 
.row {
    height: 743px;
}
.store_category_list_items .grid .list_item_compare, 
.store_list_items .grid .list_item_compare {
  display: block;
  width: 230px;
  height: 26px;
  top: 242px;
  bottom: auto;
  background-color: rgba(230, 230, 230, 0.75);
  position: absolute;
  opacity: 0;
}
.store_category_list_items .grid .list_item_compare a, 
.store_list_items .grid .list_item_compare a {
  color: #303030;
  font-size: 14px;
  line-height: 24px;
}
.imgWrapperT a:before {
  content: url(grid_btn.png);
  display: block;
  width: 228px;
  height: 40px;
  position: absolute;
  top: 200px;
  z-index: 1;
  opacity: 0;
}
.imgWrapperT td, th {
  display: table-cell;
  vertical-align: inherit;
  border-style: solid;
  border-width: 1px;
  border: none;
}
div#search_msg_facebook_and_sort {
  display: none;
}
.grid:hover .imgWrapperT a:before{
  opacity: 1;
  top: 180px;
}
.store_category_list_items .grid:hover .list_item_compare, 
.store_list_items .grid:hover .list_item_compare{
  opacity: 1;
  top: 222px;
}
.imgWrapperT a:before,
.grid:hover .imgWrapperT a: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 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;
}
.store_list_items,
.store_category_list_items {
    margin-left: 0;
  padding-right: 0;
  width: 100%;
}
.layout_list_item {
    width: 231px;
  height: 325px;
  margin: 0 0px 18px 10px;
  position: relative;
  border-bottom: none;
}

.layout_list_item:after {
  content: '';
  background: url(shadow.png) center bottom no-repeat;
  width: 100%;
  height: 15px;
  display: block;
  position: static;
}
.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: 0px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.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: "";
  opacity: 0;
}
.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: 274px;
  position: static;
}
.imgWrapperT {
  width: 100%;
  height: 100%;
}
.imgWrapperT img {
  margin: 0 auto;
  max-width: 217px;
  max-height: 263px;
}
.store_category_list_items .grid .list_item_title_with_brand, 
.store_list_items .grid .list_item_title_with_brand {
  padding: 0px 0px;
  width: auto;
  height: 22px;
  top: auto;
  bottom: 0px;
  width: auto;
  position: relative;
  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: #2f2f2f;
  font-weight: normal;
  text-align: center;
  display: block;
  padding: 0px 15px;
   font-size: 15px;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
}
.element_items_list_items {
  margin-top: 2px;
  z-index: -9999;
  width: 100%;
  height: 100%;
  margin-right: 9px;
}
.store_category_list_items .grid .list_item_show_price, 
.store_list_items .grid .list_item_show_price {
    height: 26px;
  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: #8E908A;
  font-size: 14px;
  line-height: 20px;
  bottom: 10px;
}
.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: #5A5C56;
  font-size: 15px;
  position: relative;
    top: -3px;
}
.store_list_items .grid .list_item_show_price a strong,
.store_category_list_items .grid .list_item_show_price a strong {
    color: #0072bc;
    font-size: 16px;
    font-weight: normal;
}
.root .pagingWrapper {
  display: none;
}
.pagination a, .pagination span {
  min-width: 20px;
  width: auto;
  font-weight: normal;
}
.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;
}
.list_item_title_with_brand > h3 {
  width: 130px;
  margin: 0 auto;
}
/* --- end element_category_list_items_middel --- */ 

/* --- element_general_carousel_middel --- */ 
/*small*/
.element_general_carousel.small {
	margin: 10px auto;
	width: 960px;
	margin-top: 71px;
    display: inline-block;
}
.small .ca-container {
	width: auto;
}
.small .ca-container .ca-nav span.ca-nav-prev {
	left: -35px;
	top: 32px;
}
.small .ca-container .ca-nav span.ca-nav-next {
	right: -35px;
	top: 32px;
}
.element_general_carousel.small .ca-item a {
	display: table-cell;
	vertical-align: middle;
}
.element_general_carousel.small .ca-item a img {
	max-height: 75px;
	max-width: 160px;
}
.small .ca-nav span {
	top: 38%;
}
.element_general_carousel.small .ca-item {
	background: none;
	height: 75px;
	width: 160px;
	display: table;
	padding: 0;
}
.small .ca-container div.ca-nav {
	display: none;
}
/* --- 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 --- */ 
#bg_footer {
	background: #00527b;
	position: relative;
	max-width: none;
	line-height: 22px;
	height: 426px;
}
#footer_middle_groups {
	position: relative;
}
#layout_footer div {
    margin-top: 15px;
}
#konimbo_logo {
	height: 30px;
	background-color: transparent;
}
/* --- end layout_footer --- */

/* --- element_general_newsletter_footer --- */ 
#footer_group5 {
	padding-top: 15px;
	margin-top: 15px;
}
#bg_footer #new_ticket {
	float: left;
	height: 100px;
	overflow: hidden;
	width: 221px;
	margin-left: 70px;
}
#bg_footer #new_ticket:before {
	content: "";
	height: 2px;
	width: 219px;
	border-top: 1px dashed #423e3b;
	position: absolute;
	bottom: 130px;
}
#bg_footer .element_general_newsletter {
	background: none;
	margin: 0;
	position: static;
	width: auto;
}
#bg_footer .element_general_newsletter #heading {
	padding-right: 5px;
	font-weight: normal;
	font-size: 19px;
	line-height: 19px;
	padding-bottom: 4px;
	color: #fff;
}
#bg_footer .contact label {
	padding: 0;
}
.element_general_newsletter #ticket_customer_email {
	width: 236px;
	height: 28px;
	background: #FFF;
	color: #808080;
	padding: 0 8px 0 30px;
	position: static;
	margin-top: 13px;
	text-align: right;
	line-height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-shadow: inset -1px 1px 5px -1px #B3B3B3;
	-webkit-box-shadow: inset -1px 1px 5px -1px #B3B3B3;
	box-shadow: inset -1px 1px 5px -1px #B3B3B3;
}
.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;
}
/* --- end element_general_newsletter_footer --- */ 

/* --- element_general_links_footer --- */ 
ul.element_general_links.footer_safe_buy.vertical {
	position: absolute;
	left: 0;
	top: 5px;
	width: 224px;
	height: 150px;
	background: url(cc.png) no-repeat right center;
	text-indent: 7px;
}
#footer_middle_groups ul.element_general_links.footer_safe_buy.vertical {
    margin: 0px;
    margin-top: 16px;
}
#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,
#layout_footer .element_general_links.horizontal li.pos_2,
#layout_footer .element_general_links.horizontal li.pos_3,
#layout_footer .element_general_links.horizontal li.pos_0 {
	display:none;
}
#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%;
}
h3#links_h3_f_t_g {
	font-weight: normal;
	font-size: 19px;
	line-height: 19px;
	padding-bottom: 15px;
	color: #34c4fa;
}
#footer_group2 > div.element_general_footer_nav > ul > li.href_homepage > a {
    background: none;
    font-size: 14px;
    line-height: 14px;
}
#footer_middle_groups ul {
    margin-top: 15px;
}
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-youtube: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 #9bbbcb;
	position: absolute;
	bottom: 86px;
	left: 4px;
}
#footer_middle_groups > div.visit_footer > ul > li.pos_0,
#footer_middle_groups > div.visit_footer > ul > li.pos_2,
#footer_middle_groups > div.visit_footer > ul > li.pos_3 {
    display: none;
}
#bg_footer #footer_group4 h3.safe_buy {
	position: absolute;
	top: 5px;
	left: 87px;
	padding-left: 35px;
	height: 23px;
	background: url(dafna_sprite.png) no-repeat -8px -347px;
}
/* --- end_element_general_links_footer --- */ 

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

/* --- element_general_prime_categories --- */ 
#bg_footer .store_categories {
	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_prime_categories li a:hover,
#bg_footer .element_general_all_categories li a:hover {
	text-decoration: none;
	color: #7fa4ad;
}
#bg_footer .element_general_prime_categories h3 {
	display: block;
}
/* --- end element_general_prime_categories --- */ 

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

/* --- #footer_group2, #footer_group3, #footer_group4_footer --- */
#footer_group2, #footer_group3, #footer_group4 {
	background: none;
}
#layout_footer #footer_group2 {
	width: 187px;
}
#layout_footer #footer_group3 {
	width: 248px;
}
#footer_middle_groups h3,
#footer_middle_groups .element_general_show_contact h3 span {
	color: #34c4fa;
	font-size: 19px !important;
	line-height: 19px !important;
	font-weight: normal;
}
#layout_footer a,
#layout_footer p,
#layout_footer strong {
	color: #f9f6f7;
}
#layout_footer .element_general_footer_nav_list a:hover,
#bg_footer .element_general_all_categories_sorted_by_titles li a:hover,
#bg_footer .element_general_prime_categories li a:hover,
#bg_footer .element_general_all_categories li a:hover {
	color: #fff;
    text-decoration: underline;
}
.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;
}
/* --- 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 --- */ 

/* element_general_fb_like_box */
/* end element_general_fb_like_box */
/* ------------------------------------- end_footer ------------------------------------- */

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

/* --- layout_category --- */ 

#category_group3, #items_group3 {
    width: 960px;
}
/* --- end layout_category --- */   

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

/* --- element_category_list_items_category --- */ 
.store_category_list_items .grid .list_item_compare, 
.store_list_items .grid .list_item_compare {
  display: none;
	width: 230px;
	height: 26px;
	top: 242px;
	bottom: auto;
	background-color: rgba(230, 230, 230, 0.75);
	position: absolute;
	opacity: 0;
}
.store_category_list_items .grid .list_item_compare a, 
.store_list_items .grid .list_item_compare a {
	color: #303030;
	font-size: 14px;
	line-height: 24px;
}
.grid:hover .imgWrapperT a:before{
	opacity: 1;
	top: 180px;
}
.store_category_list_items .grid:hover .list_item_compare, 
.store_list_items .grid:hover .list_item_compare{
	opacity: 1;
	top: 222px;
}
.imgWrapperT a:before,
.grid:hover .imgWrapperT a: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 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;
}
.store_list_items, .store_category_list_items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
  height: 100%;
}
.layout_category .store_list_items,
 .layout_category .store_category_list_items{
   padding: 0px 0 0;
 }
 .layout_category .layout_list_item, .layout_item .layout_list_item {
    margin-bottom: 16px;
}
.layout_list_item {
  margin: 0px 0px 12px 9px;
  position: relative;
  border-bottom: none;
  width: 231px;
  height: 325px;
}
.layout_list_item:hover .grid {
  z-index: 2;
}
.layout_list_item .grid {
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
  background: #FFF;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.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 {
  content: "";
  background: url(category_shadow.png) no-repeat center bottom;
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  height: 5px;
  width: 100%;
  z-index: 0;
}
.store_category_list_items .grid .list_item_image, 
.store_list_items .grid .list_item_image {
	width: 100%;
	height: 233px;
	position: static;
	overflow: hidden;
}
.imgWrapperT {
	width: 100%;
	height: 100%;
}
.imgWrapperT img {
	margin: 0 auto;
	max-width: 163px;
	max-height: 263px;
}
.store_category_list_items .grid .list_item_title_with_brand, 
.store_list_items .grid .list_item_title_with_brand {
  padding: 0px 0px;
  width: 100%;
  position: static;
  height: 44px;
  margin-bottom: 5px;
  overflow: hidden;
  color:#332f2f;
}
.item_option5 #item_current_content b{
	font-weight: normal;
}
.store_category_list_items .grid .list_item_title_with_brand a, 
.store_list_items .grid .list_item_title_with_brand a {
	color: #332F2F;
  font-weight: normal;
  display: block;
  padding: 0px 15px;
  font-size: 15px;
  line-height: 20px;
  height: auto;
  max-height: 40px;
  overflow: hidden;
  width: auto;
  text-align: center;
}
.store_category_list_items .grid .list_item_show_price, 
.store_list_items .grid .list_item_show_price {
	height: 39px;
  width: auto;
  position: static;
  margin: 5px 15px 0;
  border-top: 1px solid #EBEBEB;
}
.layout_homepage .store_list_items .grid .list_item_show_price {
    border: none;
}
.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;
  bottom: 10px;
}
.store_list_items .grid .list_item_show_price a,
.store_category_list_items .grid .list_item_show_price a {
	background: none;
	padding: 0;
	margin: 0;
	width: auto;
	float: left;
	line-height: 20px;
	height: 20px;
	color: #5A5C56;
	font-size: 15px;
	position: relative;
	top: 10px;
}
.store_list_items .grid .list_item_show_price a strong,
.store_category_list_items .grid .list_item_show_price a strong {
  color: #00527b;
  font-size: 17px;
  font-weight: bold;
}
.root .pagingWrapper {
	display: none;
}
.pagination a, .pagination span {
	min-width: 20px;
	width: auto;
	font-weight: normal;
}
div.ProductItem div.boxContent{
	border:none;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    overflow-y: hidden;
}
.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;
  max-height: 128px;
}
.store_category_list_items .grid:hover .list_item_current_list_item_content, 
.store_list_items .grid:hover .list_item_current_list_item_content {
  height: 100%;
    z-index: 2;
}
.store_category_list_items .grid .list_item_current_list_item_content p, 
.store_list_items .grid .list_item_current_list_item_content p {
	position: static;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	font-size: 13px;
	color: #818181;
}
.store_category_list_items .grid .list_item_current_list_item_content > p, 
.store_list_items .grid .list_item_current_list_item_content > p {
	padding: 0 14px 0px 12px;
}
.store_category_list_items .grid .list_item_current_list_item_content > p a,
.store_list_items .grid .list_item_current_list_item_content > p a {
  color: #666;
  text-decoration: underline;
}
.layout_homepage .element_category_list_items #facebook_and_sort_category,
.layout_homepage .element_items_list_items #search_msg_facebook_and_sort {
  display: none;
}
.row {
  width: 720px;
  margin: 0 auto;
  height: 681px;
  margin-bottom: 25px;
}
.store_category_list_items:after,
.store_list_items:after {
	display: none;
}
.layout_list_item .grid #item_icons li.info_icon,
.chrome_store_list_items #item_icons li.info_icon {
  display: table;
  float: none;
}
.element_category_filter h1, .category_desc h3, .sortBox a,
.sortBox i, .element_category_filter .results b, .group b, 
.groups-additional b, #bg_middle .element_general_all_categories_sorted_by_titles li:hover, 
#bg_middle .element_general_prime_categories li:hover, 
#bg_middle .element_general_all_categories li:hover, 
#bg_middle .element_general_all_categories_sorted_by_titles li span, 
#bg_middle .element_general_prime_categories li span, 
#bg_middle .element_general_all_categories li span, 
#header_main_nav li .page_children_main ul.page_children li a:hover, 
#header_main_nav li #header_show_prime_categories ul.store_categories li a:hover, 
#header_main_nav li #header_show_prime_categories ul.store_categories li span, 
.pagination span, .pagination a:hover, .results b, #sort_price a, #sort_price a,
#sort_name a, #personal_sell_signup a, #item_current_title h1, #item_current_content b, 
.link_personal_sell_signup.blue_link, #item_show_price .price_value, .item_attributes > h3, 
.matchingCarousel i, .mainImage big, .mainImage b, #item_show_price > span.price_value > span.tiny, 
#store_categories_select_dynamic > span, .item_option5 #dealButtonHook:before,
.item_option5 .bold_link.link_ask_about_item:before
{
	  color: #00527b;
}
.pagingCenter .pagination span.current {
  text-decoration: underline;
  font-weight: bold;
}
.pagingCenter .pagination a {
  font-weight: bold;
}
#bg_middle .filterOptions a {
    color: #666;
}
.element_category_filter .results b {
    font-weight: bold;
}
.sortBox a {
    font-weight: bold;
}
.sortBox a:first-child {
    font-weight: normal;
    color: #666;
}
#facebook_and_sort_category .sortBox {
    position: absolute;
    right: 94px;
    top: -59px;
}
.element_category_list_items #facebook_and_sort_category{
	height: 0px;
}
/* --- end element_category_list_items_category --- */ 

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

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

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

.item_option5 #item_safe_buy {
    background-image: url(safe_buy_item.png);
}
.item_option5 span.truck {
    display: none;
}
#bg_middle #bread_crumbs{
	top: 5px;
}
form#new_order {
    margin-top: 16px;
}
#item_deal_items h4.deal_items{
	margin-bottom: 12px;
}
.item_option5 #tabs.active > div {
    border: none;
    border-top: 1px solid #CCC;
}
.item_option5 #layout_item .item_show_origin_price{
	color: #4b4b4b;
    font-weight: bold;
}
/* --- element_general_tabs --- */ 
/* --- end element_general_tabs --- */

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


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

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

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

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

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

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

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

/* --- layout_order --- */ 
.cartTable th,
.smallButton a{
	background-color:#00527b;
	border: none;
}
/* --- end layout_order --- */ 

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

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

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

/*--- colors ---*/
.cartTable th, .contactNow a, .buyNow a, #deal_button, .smallButton a,
div.deal_items td.plus, div.deal_items td.equal, 
#bg_middle .element_general_all_categories_sorted_by_titles h3, 
#bg_middle .element_general_prime_categories h3, 
#bg_middle .element_general_all_categories h3, #item_zap_reviews .specifications .vi{
	 background-color: #00527b;
	 border: none;
}
#tabs.active > ul > li.active a{
     border-top: 3px solid #00527b;
}
/*--- 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 ------------------------------------- */