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

/* --- layout_header --- */ 
div#wrapper {
	background: none;
}
#bg_header:before{
	display: none;
}
div#bg_header {
	position: fixed;
	height: 121px;
	width: 100%;
	background:#fff;
	z-index: 99999;
}
div#bg_header:after {
	content: "";
	display: block;
	width: 100%;
	background: #115ba1;
	height: 40px;
	position: fixed;
	top: 81px;
	z-index: 999;
}
div#layout_header {
	height: 100%;
	border-bottom: none;
}
div#bg_top{
	height: 121px;
	display: block;
	width: 100%;
}

#header_cart_nav li.href_homepage, 
ul.element_general_login_logout_list li.link_customer:first-child,
.element_category_filter > span.results,
#header_main_nav li.link_customer_logout,
#header_main_nav li.link_customer_me,
.logged_in .element_general_login_logout > ul > li.link_customer_signup,
div#main_nav_bg > ul#header_main_nav > li.link_customer_me, 
div#main_nav_bg > ul#header_main_nav > li.link_customer_logout,
.item_option5 #item_details > div#item_show_price, 
.item_option5 #item_details > span.item_show_origin_price {
	display: none;
}
/* --- end layout_header --- */ 

/* --- header_logo --- */
div#header_logo {
	width: 237px;
	height: 62px; 
	top: 12px;
	right: auto;
	left: 0;
	z-index: 999;
}
#header_logo a {
	width: 100%;
	height: 100%;
	position: static;
	display: block;
	transition: none;
}
#header_logo a img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
}
/* --- end_header_logo --- */

/* --- header_cart_nav_header --- */
ul#header_cart_nav {
	display: block;
	position: absolute;
	top: 36px;
	left: auto;
	right: 0;
	height: 32px;
	width: 42px;
	z-index: 9999;
}
ul#header_cart_nav * {
	display: inline-block;
	height: 100%;
	width: 100%;
	padding: 0;
}   
ul#header_cart_nav > li.href_homepage {
	display: none;
}	
ul#header_cart_nav li.link_order_with_counter {
	background: url(cart_icon.png) no-repeat center;
}
li.link_order_with_counter a {
	background: none;
}
ul#header_cart_nav span.cart_with_items {
	font-size: 14px;
	color: #3e89c9;
}
ul#header_cart_nav span.cart_with_items {
	font-size: 0;
	color: #3e89c9;
	text-align: center;
	width: 17px;
	padding-right: 24px;
	line-height: 26px;
}
ul#header_cart_nav span.cart_with_items span {
	display: none;
}
ul#header_cart_nav span.cart_with_items #cart_icon {
	display: none;
}
ul#header_cart_nav span.cart_with_items b {
	display: inline-block;
	width: 15px;
	height: auto;
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	line-height: 15px;
	text-align: center;
}

/*secure*/
div#header_secure_link {
	display: block;
	top: 50px;
	width: 25px;
	height: 19px;
	right: 53px;
}
div#header_secure_link #secureHook{
	background: url(safe.png) no-repeat;
	display: block;
	width: 100%;
	height: 100%;
}
/* --- end_header_cart_nav_header --- */

/* --- main_nav_bg --- */ 
div#main_nav_bg > ul#header_main_nav > li.link_all_items{
	display: none;
}
div#main_nav_bg > ul#header_main_nav > li.link_customer{
	display: none;
}
div#main_nav_bg > ul#header_main_nav > li.link_pages{
	display: none;
}
div#header_group1 > ul.element_general_links.main_nav_menu {
	display: none;
}
div#main_nav_bg{
	height: 14px;
	position: static;
	float: right;
	max-width: 415px;
	width: auto;
	background: transparent;
	margin-top: 8px;
}
div#main_nav_bg > ul#header_main_nav{
	display: block;
	float: right;
	width: auto;
	height: 100%;
	margin: 0;
}
div#main_nav_bg > ul#header_main_nav > li{
	display: inline-block;
	float: right;
	height: 100%;
	width: auto;
	background: none;
	max-width: 150px;
	position: relative;
}
div#main_nav_bg > ul#header_main_nav > li:not(:last-child):after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 2px;
	height: 13px;
	width: 1px;
	background: #000;
}
div#main_nav_bg > ul#header_main_nav > li.href_homepage{
	background: none;
}
div#main_nav_bg > ul#header_main_nav > li > span.links_store > a , div#main_nav_bg > ul#header_main_nav > li > a{
	display: block;
	height: 100%;
	width: auto;
	margin: 0 auto;
	font-size: 13px;
	padding: 0px 7px;
	line-height: 14px;
	font-weight: normal;
	color: #000;
	background: none;
	overflow: hidden;
}
div#main_nav_bg > ul#header_main_nav > li.href_homepage > a {
	padding-right: 0;
}
div#main_nav_bg > ul#header_main_nav > li > span.links_store > span, div#main_nav_bg > ul#header_main_nav > li > span {
	display: block;
	width: 100%;
	height: 100%;
}
div#main_nav_bg > ul#header_main_nav > li > span.links_store > a:hover , div#main_nav_bg > ul#header_main_nav > li > a:hover{
	background: none;
	color: #115ba1;
	text-decoration: underline;
}
div#main_nav_bg > ul#header_main_nav > li > span.links_store > span{
	display: block;
	height: 100%;
	width: auto;
	margin: 0 auto;
	font-size: 12.98px;
	padding: 0px 5px;
	line-height: 14px;
	font-weight: normal;
	color: #115ba1;
	background: none;
}
/* --- end_main_nav_bg --- */ 

/* --- element_general_search_header --- */ 
#header_show_search {
	display: block;
	width: 205px;
	height: 30px;
	position: absolute;
	top: 39px;
	right: 102px;
}
#header_show_search .search .textInput {
	display: block;
	width: 100%;
	height: 100%;
}
#header_show_search .search .textInput #q {
	width: 100%;
	height: 100%;
	background: none;
	border: 1px solid #b7b7b7;
	border-radius: 5px;
	position: static;
	padding-right: 14px;
	color: #b7b7b7;
}
.searchButton input[type="submit"] {
	background: url(search_icon.png) no-repeat center center;
	position: static;
	width: 100%;
	height: 100%;
}
div#searchBtnHook {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
#header_show_search form div {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
#header_show_search form div#searchBtnHook{
	height: 28px;
	width: 16px;
	display: block;
	top: 1px;
	left: 7px;
	position: absolute;
}
#header_show_search form {
	display: block;
	height: 100%;
	width: 100%;
	position: static;
}
/* --- end element_general_search_header --- */ 

/* --- element_general_links_header --- */ 
/*phone*/
div#header_group1 ul.element_general_links.phone {
	position: absolute;
	width: 163px;
	top: 35px;
	left: 440px;
	padding-right: 29px;
	background: url(phone_icon.png) no-repeat right 5px;
}
div#header_group1 ul.element_general_links.phone li {
	display: block;
}
div#header_group1 ul.element_general_links.phone li.pos_0 {
	padding-right: 3px;
}
div#header_group1 ul.element_general_links.phone li a {
	font-size: 10.3px;
	color: #555555;
	text-align: justify;
	display: block;
	font-weight: bold;
	letter-spacing: 0.5px;
}
div#header_group1 ul.element_general_links.phone li.pos_1 a {
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 15px;
}
/* --- end_element_general_links_header --- */ 

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

/* --- element_general_login_logout_header --- */ 
#wrapper #bg_header .element_general_login_logout {
	left: auto;
	right: 416px;
}
#wrapper .element_general_login_logout > ul > li.link_customer a:after, #wrapper .element_general_login_logout > ul > li.link_customer span span:after{
	content: none !important;
}
#wrapper .element_general_login_logout > ul > li.link_customer_signup a:after, 
#wrapper .element_general_login_logout > ul > li.link_customer_signup span span:after,
#wrapper .element_general_login_logout > ul > li span.link_customer_me a:after,
#wrapper .element_general_login_logout > ul > li span.link_customer_me span:after{
	content: "";
	height: 13px;
	width: 1px;
	top: 10px;
	left: -5px;
	position: absolute;
	display: inline-block;
	margin: 0 5px;
	background: #404040;
}
#wrapper .element_general_login_logout > ul > li a, #wrapper .element_general_login_logout > ul > li span span {
	padding: 0 7px;
	position: relative;
	font-size: 13px;
	line-height: 30px;
}
#wrapper .element_general_login_logout > ul > li.link_customer a, #wrapper .element_general_login_logout > ul > li.link_customer span span {
	padding-left: 0;
}
#wrapper .element_general_login_logout > ul > li a:hover, #wrapper .element_general_login_logout > ul > li span span {
	color: #115ba1;
	text-decoration: underline;
}
/* --- end_element_general_login_logout_header --- */ 

/* --- element_general_prime_categories_category_header --- */ 
#header_group1 > div.element_general_prime_categories > h3 {
	display: none;
}
#bg_header .element_general_prime_categories {
	position: absolute;
	height: 40px;
	top: 81px;
	width: 960px;
	box-sizing: border-box;
	z-index: 9999;
}
#bg_header ul.store_categories {
	width: 100%;
	height: 100%;
	background: none;
	margin: 0 auto;
	max-width: 960px;
}
#bg_header .element_general_prime_categories > .store_categories > li{
	display: inline-block;
	width: auto;
	height: 100%;
	position: relative;
	background: none;
	line-height: 35px;
	z-index: 9999;
	padding: 0px 12px;
}
#bg_header .element_general_prime_categories > .store_categories > li.pos_1 {
	padding-right: 0;
}
#bg_header .element_general_prime_categories > .store_categories > li:not(:last-child) > a:after, 
#bg_header .element_general_prime_categories > .store_categories > li:not(:last-child) > span:after {
	color: #fff;
	left: -14px;
	right: auto;
	display: block;
	z-index: 99999;
	top: 15px;
	content: "";
	font-size: 16px;
	vertical-align: top;
	position: absolute;
	width: 1px;
	height: 13px;
	line-height: 14px;
	background: #fff;
}
#bg_header .element_general_prime_categories > .store_categories > li.hover_menu:hover:after{
	content: "";
	width: 0;
	top: 0px;
	border: 12px solid transparent;
	border-bottom: 0;
	border-top-color: #91bed4;
	display: block;
	position: relative;
	margin: 0 auto;
	z-index: 9999;
	background: none;
}
#bg_header .element_general_prime_categories .store_categories > li > a, #bg_header .element_general_prime_categories .store_categories > li > span{
	line-height: 40px;
	height: 100%;
	background: none;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	overflow: visible;
	box-sizing: border-box;
	display: block;
	width: auto;
	margin: 0 auto;
	border: none;
	max-height: 40px;
	padding: 0;
}
#bg_header .element_general_prime_categories > .store_categories > li:last-child{
	border-left: none;
	margin-left: 0;
}
#bg_header .element_general_prime_categories > .store_categories > li:hover > a:before, #bg_header .element_general_prime_categories > .store_categories > li > span:before{
	content: "";
	height: 2px;
	width: 100%;
	background: none;
	display: block;
	position: absolute;
	right: 0;
	top: 32px;
	z-index: 99;
	background: #91bed4;
}
#bg_header .store_categories > li > span{
	color: #302e29;
}
#bg_header .element_general_prime_categories > .store_categories > li:hover > .drop-wrapper {
	display: block;
}
#bg_header .element_general_prime_categories > .store_categories > li.open_left .drop-wrapper {
	left: 0;
	right: auto;
}
#bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper{
	width: 545px;
	height: 348px;
	top: 40px;
	right: 0px;
	overflow: hidden;
	position: absolute;
	z-index: 999;
	background: #fff;
	border: none;
	box-sizing: border-box;
	padding: 29px 32px 13px 0px;
	display: none;
	-webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.76);
	-moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.76);
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.76);
}
#bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > ul{
	display: inline-block;
	float: right;
	width: 45%;
	height: 100%;
	background: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
#bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > ul > li{
	display: block;
	width: 100%;
	height: 28px;
	overflow: hidden;
	position: static;
	border: none;
	background: none;
	max-width: 100%;
}
#bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > ul > li a, #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > ul > li span{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 21px;
	overflow: hidden;
	text-align: right;
	padding: 0px 8px;
	background: none;
	font-weight: normal;
	color: #000;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > ul > li a:hover, #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > ul > li span{
	color: #115ba1;
	text-decoration: underline;
}
#bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > ul > li a:before, #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > ul > li span:before{
	display: inline-block;
	font-family: FontAwesome;
	font-size: 16px;
	position: relative;
	top: 0px;
	content: "\f100";
	color: #115ba1;
	padding: 0 0 0 9px;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item > a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

/*drop_header*/
.element_general_prime_categories.group_drop_down .ca_group {
	width: 120px;
	display: inline-block;
	height: auto;
	float: none;
	vertical-align: top;
	margin-left: 53px;
	padding: 0;
}
.element_general_prime_categories.group_drop_down .ca_group:nth-child(4n+0) {
	margin-left: 0px;
}
.element_general_prime_categories.group_drop_down li .ca_group li.store_category_group_title {
	text-align: right;
	display: block;
	float: none;
	width: auto !important;
	border-bottom: 2px solid #acd373;
	color: #acd373;
	font-size: 16px;
	margin-bottom: 8px;
	height: 26px;
	line-height: 26px;
}
.element_general_prime_categories.group_drop_down li .ca_group li{
	display: block;
	width: 100%;
	height: 22px;
	overflow: hidden;
	position: static;
	border: none;
	background: none;
	max-width: 100%;
}
#header_group1 > div.element_general_prime_categories.macbubi.group_drop_down > ul > li.hover_menu > div > ul > div > li > a{
	line-height: 22px;
	height: 100%;
	background: none;
	font-size: 13px;
	color: #000;
	font-weight: normal;
	text-align: right;
	overflow: hidden;
	box-sizing: border-box;
	display: block;
	width: auto;
	margin: 0 auto;
	padding: 0;
	border: none;
}
div.element_general_prime_categories.macbubi.group_drop_down > ul > li.hover_menu > div > ul > div > li > span{
	line-height: 22px;
	height: 100%;
	background: none;
	font-size: 13px;
	color: #acd373;
	font-weight: normal;
	text-align: right;
	overflow: hidden;
	box-sizing: border-box;
	display: block;
	width: auto;
	margin: 0 auto;
	padding: 0;
	border: none;
}
div.element_general_prime_categories.macbubi.group_drop_down > ul > li.hover_menu > div > ul > div > li > a:before,div.element_general_prime_categories.macbubi.group_drop_down > ul > li.hover_menu > div > ul > div > li > span:before{
	display: inline-block;
	font-family: FontAwesome;
	font-size: 16px;
	position: relative;
	top: 1px;
	content: "\f100";
	color: #dac80d;
	padding: 0 0 0 9px;
}
div.element_general_prime_categories.macbubi.group_drop_down > ul > li.hover_menu > div > ul > div > li > a:hover:before,
#header_group1 > div.element_general_prime_categories.macbubi.group_drop_down > ul > li.hover_menu > div > ul > div > li > a:hover {
	color: #0196ad;
	text-decoration: underline;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li.no-relative {
	position: static;
}
#bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper.open_left {
	right: 0;
	right: auto;
}
#bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper.open_left > ul {
	float: right;
}
#bg_header .store_categories > li > ul {
	display: none;
}
#bg_header .store_categories > li > a, #bg_header .store_categories > li > span {
	display: table-cell;
	vertical-align: middle;
	line-height: 14px;
	width: 100%;
	height: 100%;
	padding: 0;
	background: none;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	padding-top: 2px;
	max-height: 33px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

/*grid*/
#wrapper #bg_header .element_items_list_items.header_grid {
	display: none;
}
.layout_homepage #wrapper .element_category_list_items #facebook_and_sort_category, .layout_homepage #wrapper .element_items_list_items #search_msg_facebook_and_sort {
	display: none;
}
#wrapper #bg_header div#header_group1 .element_items_list_items.header_grid .store_list_items .layout_list_item {
	display: none;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item {
	display: inline-block;
	float: left;
	width: 280px;
	height: 100%;
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border: none;
	border-right: none;
	border-right: 1px solid #bfb6b0;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid {
	width: 100%;
	height: 100%;
	margin: 0;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .list_item_title_with_brand {
	width: 90%;
	height: 41px;
	float: none;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0 auto;
	margin-top: 7px;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .list_item_title_with_brand h3 {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	box-sizing: border-box;
	background: none;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .list_item_title_with_brand h3 a {
	display: block;
	width: auto;
	height: 100%;
	background: none;
	color: #000;
	font-size: 15px;
	text-align: center;
	line-height: 20px;
	font-weight: normal;
	overflow: hidden;
	padding: 0;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .list_item_image {
	display: block;
	float: none;
	width: 231px;
	height: 204px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .list_item_image * {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .list_item_image img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .list_item_current_list_item_content {
	display: none;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .list_item_current_list_item_content p {
	display: block;
	width: 100%;
	height: 100%;
	color: #252525;
	text-align: center;
	font-size: 14px;
	line-height: 15px;
	font-weight: normal;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .list_item_show_price {
	display: inline-block;
	float: right;
	width: 100px;
	height: 18px;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .list_item_show_price span.item_show_origin_price {
	display: block;
	position: static;
	width: 100%;
	padding: 0;
	background: none;
	padding-right: 35px;
	box-sizing: border-box;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .list_item_show_price span.item_show_origin_price span {
	display: none;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .list_item_show_price span.item_show_origin_price span.origin_price_number {
	display: block;
	width: 100%;
	padding: 0;
	background: none;
	color: #707070;
	font-weight: normal;
	font-size: 13px;
	line-height: 22px;
	box-sizing: border-box;
	text-align: right;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .list_item_show_price a {
	display: block;
	background: none;
	padding: 0;
	width: 100%;
	font-weight: bold;
	padding-right: 35px;
	overflow: hidden;
	line-height: 30px;
	box-sizing: border-box;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .list_item_show_price a strong {
	font-weight: bold;
	color: #115ba1;
	font-size: 16px;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .list_item_show_price a span {
	display: none;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .extra_button {
	display: inline-block;
	float: left;
	width: 137px;
	height: 40px;
	margin-top: 12px;
	margin-left: 23px;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .extra_button a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 38px;
	text-align: right;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	padding: 0;
	margin: 0 auto;
	padding-right: 27px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	background: #115ba1;
	border: 1px solid #115ba1;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .extra_button a:after {
	width: 27px;
	height: 100%;
	left: 0px;
	display: inline-block;
	font-family: FontAwesome;
	font-size: 17px;
	position: relative;
	top: 0px;
	content: "\f100";
	color: #fff;
	padding-right: 5px;
	text-align: center;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .extra_button a:hover {
	background: #fff;
	border: 1px solid #115ba1;
	color: #115ba1;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .extra_button a:hover:after{
	color: #115ba1;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid .list_item_compare {
	display: none;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid:before, #wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item .grid:after {
	content: none;
}
#wrapper #bg_header .element_general_prime_categories > .store_categories > li > .drop-wrapper > .layout_list_item:after {
	display: none;
}
/*end of the drop*/
/* --- end element_general_prime_categories_category_header --- */ 

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

/* --- element_general_prime_categories_with_children_header --- */
/* --- end element_general_prime_categories_with_children_header --- */

/* --- element_general_contact_header --- */ 
/* --- end element_general_contact_header --- */ 

/* --- element_general_newsletter_header --- */ 
/* --- end element_general_newsletter_header --- */ 

/* --- element_general_easy_lightbox --- */
/* --- end element_general_easy_lightbox --- */

/*element_general_lightbox*/
/*end element_general_lightbox*/

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

/* ------------------------------------- middle ------------------------------------- */

/* --- layout_homepage_middle --- */ 
div#bg_middle {
	width: 100%;
}
body.layout_homepage div#bg_middle {
	margin-bottom: 20px;
}
body.layout_homepage div#bg_middle #main {
	width: 100%;
}
div#homepage_group1 {
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
}
div#homepage_group2 {
	width: 960px;
	margin: 0 auto;
	float: none;
	text-align: center;
}
h3.homepage_heading {
	font-size: 21.6px;
	font-weight: normal;
	color: #115ba1;
	text-align: center;
	line-height: 40px;
	margin: 0 auto;
	margin-top: 22px;
	position: relative;
	width: auto;
	display: inline-block;
	padding: 0 187px;
}
h3.homepage_heading:after {
	content: "";
	display: block;
	position: absolute;
	background: url(title_line_left.png) no-repeat center;
	width: 157px;
	height: 40px;
	left: 0;
	top: 0;
}
h3.homepage_heading:before {
	content: "";
	display: block;
	position: absolute;
	background: url(title_line_right.png) no-repeat center;
	width: 157px;
	height: 40px;
	right: 0;
	top: 0;
}
#homepage_group3 {
	width: 960px;
	float: none;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
}
div#homepage_group4 h3.homepage_heading {
	margin-top: 11px;
}
/* --- end layout_homepage_middle --- */ 


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

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

/* --- element_general_categories_images_middle --- */ 
.element_general_categories_images.main_cat {
	width: 960px;
	margin: 0 auto;
	margin-top: 23px
}
.element_general_categories_images.main_cat .current_category_image {
	width: 314px;
	height: 300px;
	display: inline-block;
	float: right;
	margin-left: 9px;
	margin-bottom: 9px;
	background: none;
	overflow: hidden;
}
.element_general_categories_images .current_category_image table {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	right: 0;
	overflow: hidden;
}
.element_general_categories_images .current_category_image table * {
	display: block;
	width: 100%;
	height: 100%;
}
.element_general_categories_images.main_cat .current_category_image .category_image_content {
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 72px;
	text-align: center;
	overflow: hidden;
	bottom: 0;
	top: auto;
}
.element_general_categories_images.main_cat .current_category_image.pos_0 .category_image_content {
	background: url(cat1_brand.png) no-repeat center;
}
.element_general_categories_images.main_cat .current_category_image.pos_1 .category_image_content {
	background: url(cat2_brand.png) no-repeat center;
}
.element_general_categories_images.main_cat .current_category_image.pos_2 .category_image_content {
	background: url(cat3_brand.png) no-repeat center;
}
.element_general_categories_images.main_cat .current_category_image:hover .category_image_content {
	bottom: 114px;
	-o-transition: All 0.35s ease;
	-ms-transition: All 0.35s ease;
	-moz-transition: All 0.35s ease;
	-webkit-transition: All 0.35s ease;
	transition: all 0.35s ease;
}
.element_general_categories_images.main_cat .current_category_image.pos_2 {
	margin-left: 0px;
}
.element_general_categories_images.main_cat .current_category_image.pos_4 {
	margin-left: 0px;
	width: 545px;
	height: 270px;
	display: inline-block;
	margin-left: 0px;
}
.element_general_categories_images.main_cat .current_category_image.pos_3 {
	width: 405px;
	height: 270px;
}
.element_general_categories_images.main_cat .current_category_image .category_image_title {
	display: block;
	width: 100%;
	position: absolute;
	color: #fff;
	height: 73px;
	top: 0;
	right: 0;
	left: 0;
	bottom: 23px;
	margin: auto;
	max-width: 150px;
	overflow: hidden;
	z-index: 9;
}
.element_general_categories_images.main_cat .current_category_image h3 {
	display: block;
	width: auto;
	color: #fff;
	height: 70px;
	overflow: hidden;
	border-top: 1px solid #00bff3;
	border-bottom: 1px solid #00bff3;
	font-weight: normal;
	font-size: 25px;
	line-height: 70px;
	text-align: center;
}
.element_general_categories_images.main_cat .current_category_image:hover .category_image_title h3 {
	border: none;
	color: #00bff3;
}
.element_general_categories_images.main_cat .current_category_image:hover .category_image_title {
	top: -40px;
}
.element_general_categories_images.main_cat .current_category_image img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
	margin: 0 auto;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

/*hover*/
.element_general_categories_images.main_cat .current_category_image.pos_0 img, .element_general_categories_images .current_category_image.pos_1 img, .element_general_categories_images .current_category_image.pos_2 img{
	max-height: 330px;
	height: 330px;
}
.element_general_categories_images.main_cat .current_category_image.pos_3 img, .element_general_categories_images .current_category_image.pos_4 img{
	max-height: 300px;
	height: 300px;
}
.element_general_categories_images.main_cat .current_category_image a{
	position: relative;
	overflow: hidden;
}
.element_general_categories_images.main_cat .current_category_image a:hover:after, 
.element_general_categories_images.main_cat .current_category_image:hover p, 
.element_general_categories_images.main_cat .current_category_image:hover h3,  
.element_general_categories_images.main_cat .current_category_image:hover a img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.element_general_categories_images.main_cat .current_category_image a img,  .element_general_categories_images.main_cat .current_category_image a:before, 
.element_general_categories_images.main_cat .current_category_image a:after,  .element_general_categories_images.main_cat .current_category_image p, .element_general_categories_images.main_cat .current_category_image h3 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
.element_general_categories_images.main_cat .current_category_image a:before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.element_general_categories_images.main_cat .current_category_image a:after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.element_general_categories_images.main_cat .current_category_image a:before, .element_general_categories_images.main_cat .current_category_image a:after {
	position: absolute;
	content: '';
	opacity: 0;
}
.element_general_categories_images.main_cat .current_category_image a:hover img {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.element_general_categories_images.main_cat .current_category_image:hover .category_image_content {
	opacity: 1;
	z-index: 2;
}
.element_general_categories_images.main_cat .current_category_image a:hover:before, .element_general_categories_images .current_category_image a:hover:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	z-index: 9;
}
/* --- end element_general_categories_images_middle --- */ 

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

/* --- element_general_links_middle --- */ 
ul.element_general_links.title_links {
	position: relative;
	width: auto;
	height: 49px;
	margin: 0px auto;
	display: inline-block;
	top: 0px;
	text-align: center;
	margin-bottom: 32px;
	margin-top: 24px;
	z-index: 99;
	right: 0;
	left: 0;
	padding: 0 187px;
	box-sizing: border-box;
}
ul.element_general_links.title_links:before {
	content: "";
	display: block;
	position: absolute;
	background: url(title_line_right.png) no-repeat center;
	width: 157px;
	height: 49px;
	right: 0;
	top: 0;
}
ul.element_general_links.title_links:after {
	content: "";
	display: block;
	position: absolute;
	background: url(title_line_left.png) no-repeat center;
	width: 157px;
	height: 49px;
	left: 0;
	top: 0;
}
ul.element_general_links.title_links li a {
	line-height: 47px;
	font-size: 21.6px;
	height: 100%;
	color: #115ba1;
	text-align: center;
	display: block;
	font-weight: normal;
	cursor: pointer;
	overflow: hidden;
}
ul.element_general_links.title_links li {
	width: auto;
	margin: 0 20px;
	text-align: center;
	height: 47px;
	display: inline-block;
	float: none;
}
ul.element_general_links.title_links li:last-child {
	margin-left: 0px;
}
ul.element_general_links.title_links > li.active,
ul.element_general_links.title_links > li.active,
ul.element_general_links.title_links > li.active{
	background: none;
	border-bottom: 1px solid #115ba1;
	border-top: 1px solid #115ba1;
}
/* --- end_element_general_links_middle --- */ 

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

/* --- element_general_images_middle --- */ 
/* --- end element_general_images_middle --- */ 

/* --- element_general_strength --- */ 
#homepage_group4 {
	width: 960px;
	position: relative;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
}
.element_general_categories_images.strength {
	margin-top: 27px;
	margin-bottom: 13px;
}
.element_general_categories_images.strength .current_category_image {
	display: block;
	width: 179px;
	height: 188px;
	margin: 0;
	margin-left: 16px;
}
.element_general_categories_images.strength .current_category_image.pos_4 {
	margin-left: 0;
}
.element_general_categories_images.strength .current_category_image h3 {
	width: 100%;
	height: auto;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	color: #000;
}
.element_general_categories_images.strength .current_category_image .category_image_content {
	width: 178px;
	height: 188px;
	font-size: 14px;
	line-height: 22px;
	vertical-align: middle;
	color: #fff;
	position: absolute;
	top: -10px;
	right: 5px;
	padding: 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	z-index: 1;
	overflow: hidden;
}
.element_general_categories_images.strength .current_category_image:hover .category_image_content {
	visibility: visible;
	opacity: 1;
}
.element_general_categories_images.strength .current_category_image .category_image_content:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #91bed4;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.element_general_categories_images.strength .current_category_image:hover .category_image_content:after {
	opacity: 1;
}
.element_general_categories_images.strength .current_category_image .category_image_content p {
	display: block;
	height: 100%;
	overflow: hidden;
	font-size: 15px;
}
.element_general_categories_images.strength .current_category_image h3,
.element_general_categories_images.strength .current_category_image .category_image_title{
	display: block;
	position: static;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.element_general_categories_images.strength .current_category_image .category_image_title a {
	display: block;
	height: 100%;
	width: 100%;
}
.element_general_categories_images.strength .current_category_image .category_image_title {
	position: absolute;
	top: auto;
	bottom: 20px;
	width: 90%;
	height: 41px;
	right: 0;
	left: 0;
	margin: auto;
}
.element_general_categories_images.strength .current_category_image table:after {
	content: '';
	position: relative;
	display: block;
	width: 16px;
	height: 2px;
	background: #91bed4;
	bottom: 2px;
	margin: auto;
}
.element_general_categories_images.strength .current_category_image table,
.element_general_categories_images.strength .current_category_image table td,
.element_general_categories_images.strength .current_category_image table tbody,
.element_general_categories_images.strength .current_category_image table tr {
	display: block;
	width: 100%;
	height: 108px;
	position: relative;
}
.element_general_categories_images.strength .current_category_image table > tbody > tr > td > img {
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	left: 0;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
div#homepage_group4 .element_general_categories_images .current_category_image.pos_1 table > tbody > tr > td > img {
	top: 25px;
}
div#homepage_group4 .element_general_categories_images .current_category_image.pos_2 table > tbody > tr > td > img {
	top: 30px;
}
.element_general_categories_images.strength .current_category_image.pos_3 table > tbody > tr > td > img {
	top: 20px;
}
div#homepage_group4 .element_general_categories_images .current_category_image.pos_0 table > tbody > tr > td > img, 
div#homepage_group4 .element_general_categories_images .current_category_image.pos_4 table > tbody > tr > td > img {
	top: 23px;
}
/* --- end element_general_strength --- */ 

/* --- element_general_newsletter_middle --- */ 
/* --- end element_general_newsletter_middle --- */ 

/* --- element_category_list_items_middle --- */ 
/* --- end element_category_list_items_middle --- */ 

/* --- element_general_carousel_middle --- */ 
.element_general_grid_content_carousel.carousel_grid {
	opacity: 0;
	height: 0;
}
.element_general_grid_content_carousel.carousel_grid.show_me {
	opacity: 1;
	height: auto;
}
#bg_middle .ca-wrapper.store_category_list_items {
	height: 335px !important;
}

#wrapper div#bg_middle .element_general_grid_content_carousel.carousel_grid .ca-nav {
	top: 154px !important;
	left: 0;
}
#wrapper div#bg_middle .element_general_grid_content_carousel.carousel_grid .ca-nav span{
	width: 16px;
	height: 27px;
	background: transparent url(carousel_right.png) no-repeat center center;
	top: 0;
	right: -64px;
	left: auto;
	bottom: 0;
	margin: auto;
	z-index: 0;
}
#wrapper div#bg_middle .element_general_grid_content_carousel.carousel_grid .ca-nav span.ca-nav-next{
	width: 16px;
	height: 27px;
	background: transparent url(carousel_left.png) no-repeat center center;
	top: 0;
	left: -54px;
	right: auto;
}
/* --- end element_general_carousel_middle --- */ 

/* --- element_general_brand_carousel --- */ 
.element_general_carousel.small.brands {
	display: block;
	width: 960px;
	margin: 0 auto;
}
#wrapper div#bg_middle .small .ca-container {
	width: 100%;
	height: 72px;
	margin-top: 18px;
	margin-bottom: 27px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#wrapper div#bg_middle .small .ca-container .ca-nav span {
	position: absolute;
	display: block;
	width: 50px;
	height: 100%;
	margin: 0px;
	background: url(rl_brands.png) no-repeat right center;
	top: -7px;
	opacity: 1;
	z-index: 99;
}
#wrapper div#bg_middle .small .ca-container .ca-nav span.ca-nav-prev {
	right: -50px;
	top: 3px;
}
#wrapper div#bg_middle .small .ca-container .ca-nav span.ca-nav-next {
	left: -50px !important;
	top: 3px;
	right: auto;
	background-position: left center;
}
.element_general_carousel.small .ca-item.blur {
	opacity: 0.5;
}
#wrapper div#bg_middle .element_general_carousel.small .ca-item a {
	display: block;
	position: relative;
	vertical-align: middle;
	height: 100%;
	background-color: #fff;
	width: 150px;
}
#wrapper div#bg_middle .element_general_carousel.small .ca-item a img {
	max-height: 70px;
	max-width: 200px;
	position: static;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
}
#wrapper div#bg_middle .small .ca-nav span {
	top: 38%;
}
#wrapper div#bg_middle .element_general_carousel.small {
	margin-top: 20px;
}
#wrapper div#bg_middle .element_general_carousel.small .ca-item {
	padding: 0px;
	display: table;
	width: 160px;
	height: 72px;
}
#wrapper div#bg_middle .ca-nav span {
	width: 35px;
	height: 48px;
	background: transparent url(rl_brands.png) no-repeat left center;
}
#wrapper div#bg_middle .ca-nav:after {
	content: "";
	height: 22px;
	width: 46px;
	display: block;
	position: absolute;
	top: -44px;
	left: 0px;
	z-index: 0;
}
/* --- end element_general_brand_carousel --- */ 

/* --- element_general_list_item_titles_middle --- */
/* --- end element_general_list_item_titles_middle --- */

/* --- element_general_prime_categories_category_middle --- */ 
/* --- end element_general_prime_categories_category_middle --- */ 

/* --- element_general_contact_middle --- */ 
/* --- end element_general_contact_middle --- */ 

/* --- element_general_ws_carousel_middle --- */
/* --- end element_general_ws_carousel_middle --- */

/* --- element_general_ticker_middle --- */
/* --- end element_general_ticker_middle --- */

/* --- element_items_list_items_middle --- */ 
/* --- end element_items_list_items_middle --- */ 

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

/* --- pagination_middle --- */
/* --- end pagination_middle --- */

/* --- bootstrap_slider_middle --- */
/* --- end bootstrap_slider_middle --- */

/* --- owlCarousel_middle --- */
/* --- end owlCarousel_middle --- */
/* ------------------------------------- end middle ------------------------------------- */

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

/* --- layout_footer --- */ 
#bg_footer {
	background: #105b9f;
	position: relative;
	max-width: 100%;
	line-height: 22px;
}
#layout_footer{
	padding: 0; 
	width: 100%;
}
/* --- end layout_footer --- */

/* --- element_general_newsletter_footer --- */ 
#bg_footer div#footer_group1 {
	background: url(strength_bg.jpg) fixed bottom center;
	padding-bottom: 39px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
form.footer_newsletter {
	display: block;
	height: auto;
	width: 960px;
	position: relative;
	margin: 0 auto;
	padding-top: 39px;
}
form.footer_newsletter .element_general_contact_new {
	display: block;
	width: 100%;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
}
form.footer_newsletter .element_general_contact_new:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
form.footer_newsletter .element_general_contact_new .wrap_contact_title1 {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 9px;
	text-align: center;
}
form.footer_newsletter .element_general_contact_new .wrap_contact_title1 h3 {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 30px;
	font-size: 25px;
	color: #91bed4;
	font-weight: bold;
}
form.footer_newsletter .element_general_contact_new .wrap_contact_title2 {
	display: block;
	height: auto;
	margin-bottom: 37px;
	text-align: center;
}
form.footer_newsletter .element_general_contact_new .wrap_contact_title2 h3 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 21px;
}
form.footer_newsletter .element_general_contact_new .wrap_ticket_customer_email {
	display: inline-block;
	float: right;
	width: 473px;
	height: 43px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 7px;
	clear: right;
	margin-right: 131px;
}
form.footer_newsletter .element_general_contact_new > div > input#ticket_customer_email {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	text-indent: 17px;
	color: #fff;
	line-height: 42px;
	background: none;
	border: #fff solid 1px;
	box-sizing: border-box;
	font-size: 14.35px;
}
form.footer_newsletter .element_general_contact_new > div > input::-webkit-input-placeholder {
	color: #000;
}
form.footer_newsletter .element_general_contact_new > div > span {
	display: none;
}
form.footer_newsletter .element_general_contact_new > div.wrap_checkbox {
	display: block;
	width: 100%;
	height: 15px;
	float: right;
	margin-top: 6px;
}
form.footer_newsletter .element_general_contact_new > div.wrap_checkbox:before {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
form.footer_newsletter .element_general_contact_new > div > input#ticket_newsletter {
	display: inline-block;
	float: right;
	width: auto;
	height: 100%;
	visibility: visible;
	position: relative;
	top: -11px;
	margin-right: 130px;
}
form.footer_newsletter .element_general_contact_new > div > span.newsletter_field {
	display: block;
	color: #fff;
	font-size: 11.55px;
	width: auto;
	height: 100%;
	padding-right: 0;
	margin-right: 148px;
	top: 0;
}
form.footer_newsletter .element_general_contact_new > .wrap_contact_btn {
	display: inline-block;
	float: right;
	width: 179px;
	height: 43px;
	background: #91bed4;
	border: 1px solid #91bed4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
form.footer_newsletter .element_general_contact_new > .wrap_contact_btn button.contact_btn {
	display: block;
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	font-size: 16.6px;
	color: #fff;
	outline: none;
	line-height: 41px;
	cursor: pointer;
	position: relative;
	text-align: right;
	padding-right: 51px;
}
form.footer_newsletter .element_general_contact_new > .wrap_contact_btn button.contact_btn:after {
	content: "\f104";
	font-family: FontAwesome;
	height: 100%;
	display: block;
	top: 0;
	position: absolute;
	left: 26px;
	line-height: 41px;
	width: 10px;
	font-size: 21px;
}
form.footer_newsletter .element_general_contact_new > .wrap_contact_btn:hover {
	background: none;
}
form.footer_newsletter .element_general_contact_new > .wrap_contact_btn:hover button.contact_btn {
	color: #91bed4;
}
/* --- end element_general_newsletter_footer --- */ 

/* --- element_general_links_footer --- */ 
/* --- end_element_general_links_footer --- */ 

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

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

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

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

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

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

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

/* --- element_general_contact_footer --- */ 
/* --- end element_general_contact_footer --- */ 
#footer_middle_groups {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding-top: 26px;
}
/* --- end layout_footer --- */

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

/* --- element_general_links_footer --- */ 
ul.element_general_links.footer_safe_buy {
	position: absolute;
	left: 0;
	top: 5px;
	width: 224px;
	height: 164px;
	background: url(credit.png) no-repeat right center;
	text-indent: 7px;
}
#wrapper #footer_middle_groups ul.element_general_links.footer_safe_buy {
	margin-top: 26px;
}
#footer_middle_groups ul.element_general_links.footer_safe_buy.vertical a {
	display: block;
}
#footer_middle_groups ul.element_general_links.footer_safe_buy.vertical h3 {
	display: block;
	width: 100%;
	text-indent: 0;
}
#footer_group5 > ul {
	float: left;
	padding-top: 0;
	width: 220px;
	position: relative;
	top: -84px;
}
#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: none;
	-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%;
}
#bg_footer div#footer_group5 .element_general_links.horizontal li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 100%;
	font-size: 16px;
}
#bg_footer div#footer_group5 .element_general_links.horizontal li a:hover {
	background: #fff;
	border: 1px solid #fff;
	color: #105b9f;
}
#layout_footer .element_general_links.horizontal li.pos_1 {
	background: none;
}
#layout_footer .element_general_links li a:hover {
	color: #91bed4;
	text-decoration: underline;
}
ul.element_general_links.f_t_g h3 {
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	padding-bottom: 15px;
	color: #fff;
	padding-top: 11px;
	text-decoration: underline;
}
#bg_footer #footer_group4 h3.safe_buy {
	position: absolute;
	top: 5px;
	left: 87px;
	padding-left: 35px;
	height: 23px;
}
/* --- end_element_general_links_footer --- */ 

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

/* --- element_general_prime_categories --- */ 
#bg_footer .store_categories {
	max-height: 249px;
	overflow: hidden;
	border: none;
}
#bg_footer .element_general_all_categories_sorted_by_titles li, 
#bg_footer .element_general_prime_categories li, 
#bg_footer .element_general_all_categories li {
	line-height: 22px;
}
#bg_footer .element_general_all_categories_sorted_by_titles li a:hover,
#bg_footer .element_general_prime_categories li a:hover,
#bg_footer .element_general_all_categories li a:hover {
	color: #91bed4;
}
#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;
	padding-right: 0;
}
#layout_footer #footer_group3 {
	width: 248px;
}
#footer_middle_groups h3,
#footer_middle_groups .element_general_show_contact h3 span {
	font-size: 18px !important;
	line-height: 18px !important;
	font-weight: normal;
}
#layout_footer a,
#layout_footer p,
#layout_footer strong {
	color: #fff;
}
#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: #91bed4;
	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;
}
#footer_middle_groups h3 {
	color: #fff;
	text-decoration: underline;
}
/* --- 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 --- */ 
/*up_btn*/
#upBtn {
	width: 73px;
	margin-right: 89px;
	position: fixed;
	top: auto;
	bottom: 457px;
	right: -50px;
	z-index: 999;
	height: 73px;
	background: url(up.jpg) no-repeat center center;
}
#upBtn:hover{	
	cursor:pointer;
}
#upBtn.visible{
	opacity: 0.95;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	background: rgba(217, 76, 69, 0.7);
}
/*end of up_btn*/

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

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

/* --- layout_category --- */ 
#layout_items #items_group3 {
	width: 960px;
}
#bg_middle ul#bread_crumbs {
	height: 13px;
	line-height: 13px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#bg_middle ul#bread_crumbs > li{
	display: inline-block;
	color: #666666;
}
#bg_middle ul#bread_crumbs > li > a{
	padding-left: 14px;
	margin-left: 8px;
	background-position-y: -377px;
	color: #666666;
}
#category_group1 {
	margin-bottom: 28px;
	height: 84px;
	overflow: hidden;
}
#category_group1 > .element_category_filter > h1{
	font-size: 22px;
}
.category_middle_groups:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#category_group2 .element_category_filter .show_filters {
	margin: 0;
}
#category_group2 .element_category_filter .show_filters .ProductItem .boxContent .group {
	padding: 0;
}
#category_group2 .show_filters{
	border: none;
}
#category_group2 .group b, .groups-additional b {
	position: relative;
}
#category_group2 .group b:after, .groups-additional b:after{
	content: none;
}
/* --- end layout_category --- */   

/* --- element_category_filter_category --- */ 
.element_category_filter h1 {
	font-size: 20px;
}
#category_group2 .filterOptions {
	height: 57px;
	padding-top: 12px;
}
#category_group2 .show_filters {
	border-top: none;
	padding: 0;
}
#category_group2 .group:first-child {
	width: 100%;
	padding-top: 0;
}
.parent_category #category_group1 #facebook_and_sort_category, .parent_category #category_group1 #search_msg_facebook_and_sort {
	display: none;
}
.groups-additional p, .group div {
	margin-right: 0;
}
.ProductItem.backgroundgroups.parent_category .group span {
	margin: 0;
	display: block;
	width: 100%;
}
.ProductItem.backgroundgroups.parent_category .group span {
	margin: 0;
	display: block;
	width: 100%;
	padding: 0;
}
.parent_category .ProductItem.backgroundgroups.parent_category .group span {
	margin: 0;
	display: block;
	width: 100%;
	height: 24px;
	padding: 0;
	box-shadow: none;
	background: none;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #f0f0f0;
}
#wrapper .ProductItem.backgroundgroups.parent_category .group span.float_right.group_title {
	display: none;
}
.ProductItem.backgroundgroups.parent_category .group span a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 34px;
	color: #3c3c3c;
	font-size: 14px;
	text-align: right;
}
.ProductItem.backgroundgroups.parent_category .group span:hover a {
	color: #fea100;
	text-decoration: none;
}
#category_group2{
	padding: 0;
}
#category_group2 .group {
	border: none;
}
.parent_category #category_group2 .group b {
	display: none;
}
#category_group2 .group b {
	font-size: 16px;
	margin-bottom: 16px;
	text-decoration: underline;
}
.groups span a{
	font-size: 13px;
	color: #000;
}
#category_group2 .group .size_of_items {
	color: #000;
}
.group .group_values, .groups-additional p, .group div {
	margin: 0;
	margin-top: 8px;
}
.parent_category .group .group_values, .parent_category .groups-additional p, .group div {
	margin: 0;
	color: #000;
	font-size: 15px;
	margin-bottom: 11px;
}
.group div.clear {
	margin-bottom: 5px;
}
.parent_category .group .group_values a{
	display: block;
	color: #000;
}
.filterOptions{
	float: right;
	width: auto;
	margin-top: 13px;
}
#category_group1 .results {
	bottom: -108px;
	left: 0;
	right: auto;
}
#facebook_and_sort_category .sortBox {
	float: left;
	margin-right: 37px;
	top: 20px;
}
.element_category_filter .results, #category_group3 .element_category_list_items #facebook_and_sort_category .show_sort_category i:last-child {
	color: #666666;
}
#facebook_and_sort_category .sortBox a:nth-child(2){
	color: #be1832;
}
#category_group1 .element_category_list_items #facebook_and_sort_category .show_sort_category i:first-of-type{
	color: #e6e6e6;
}
#category_group1 div#facebook_and_sort_category {
	float: left;
	height: 100%;
}
#category_group1 .results_and_sort:after {
	content: ".";
	visibility: hidden;
	clear: both;
}
#category_group1 .results_and_sort .results, .sortBox a:nth-of-type(2), .sortBox i{
	float: left;
	display: inline-block;
	color: #898989;
}
#category_group1 .results_and_sort {
	width: auto;
	height: 25px;
	float: left;
	line-height: 25px;
}
.filterOptions i {
	color: #000;
}
.filterOptions b {
	background: #fff;
	border-color: #d7d7d7;
}
.filterOptions span {
	color: #898989;
}
.sortBox i:first-of-type{
	color: #e6e6e6;
}
/* --- end element_category_filter_category --- */ 

/* --- element_category_list_items_category --- */ 
.layout_list_item .grid #item_icons, .element_general_chrome_store_list_items .chrome_store_list_items #item_icons {
	position: absolute;
	top: 204px;
	left: 0;
	right: auto;
	width: 118px;
	height: 31px;
}
.layout_list_item .grid #item_icons ul, .element_general_chrome_store_list_items .chrome_store_list_items #item_icons ul{
	height: 100%;
	width: 100%;
}
.layout_list_item .grid #item_icons ul li, .element_general_chrome_store_list_items .chrome_store_list_items #item_icons ul li{
	height: 100%;
	width: 100%;
	display: block;
}
.layout_list_item .grid #item_icons ul li,
.element_general_chrome_store_list_items .chrome_store_list_items #item_icons ul li {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
}
#bg_middle .layout_list_item .grid #item_icons ul li img,
#bg_middle .element_general_chrome_store_list_items .chrome_store_list_items #item_icons ul li img{
	height: auto;
	width: auto;
	max-height: 100%;
	max-width: 100%;
	float: left;
}
.layout_list_item{
	height: 332px;
	border: 1px solid #eaeaea;
	margin: 0 0px 22px 14px;
	position: relative;
	width: 227px;
}
.layout_list_item:nth-child(3n+0) {
	margin-left: 0px;
}
.layout_list_item:after {
	content: '';
	background: url(grid_shadow.png) center bottom no-repeat;
	width: 100%;
	height: 8px;
	display: block;
	position: static;
}
#wrapper #bg_middle .layout_list_item .grid {
	width: 100%;
	height: 100%;
	margin: 0;
	position: relative;
	background: #fff;
	padding-top: 0px;
}
#bg_middle .ca_item_content .layout_list_item > a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
.layout_list_item > a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
#wrapper #bg_middle .layout_list_item .extra_button {
	display: none;
	width: 170px;
	height: 44px;
	position: absolute;
	top: 146px;
	left: 0;
	right: 0;
	z-index: 999;
	line-height: 44px;
	text-align: right;
	text-indent: 26px;
	cursor: pointer;
	border: 1px solid #fff;
	margin: 0 auto;
}
#wrapper #bg_middle .layout_list_item:hover .extra_button{
	display: block;
}
#wrapper #bg_middle .layout_list_item .extra_button a {
	color: #fff;
	font-size: 15px;
	display: block;
	position: relative;
}
#wrapper #bg_middle .layout_list_item .extra_button a:after {
	content: "\f104";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	top: 0;
	left: 23px;
	font-size: 22px;
}
#wrapper #bg_middle .layout_list_item:hover > a:after {
	content: "";
	display: none;
	width: 96%;
	position: absolute;
	height: 98%;
	background: rgba(93, 94, 96, 0.651);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 99;
}
#wrapper #bg_middle .layout_list_item:hover > a:after {
	display: block;
}
.store_category_list_items .grid .list_item_image, 
.store_list_items .grid .list_item_image {
	width: 215px;
	height: 215px;
	position: static;
	margin-bottom: 4px;
	padding-top: 6px;
}
.store_category_list_items .grid .list_item_image *, 
.store_list_items .grid .list_item_image * {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	position: relative;
}
.store_category_list_items .grid .list_item_image img, 
.store_list_items .grid .list_item_image img {
	width: auto;
	height: auto;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}
.store_category_list_items .grid .list_item_title_with_brand, 
.store_list_items .grid .list_item_title_with_brand {
	padding: 0;
	width: 100%;
	height: 42px;
	position: absolute;
	top: 236px;
}
.store_category_list_items .grid .list_item_title_with_brand a,
.store_list_items .grid .list_item_title_with_brand a {
	color: #000;
	font-weight: normal;
	text-align: center;
	display: block;
	padding: 0px 15px;
	font-size: 15px;
	line-height: 20px;
	height: 42px;
	overflow: hidden;
}
.store_category_list_items .grid .list_item_title_with_brand a:hover, .store_list_items .grid .list_item_title_with_brand a:hover {
	text-decoration: none;
}
.store_category_list_items .grid .list_item_show_price, .store_list_items .grid .list_item_show_price {
	height: 43px;
	width: 92%;
	position: absolute;
	border-top: 1px solid #e1e1e1;
	margin: 0 auto;
	bottom: 0;
	right: 0;
	top: auto;
	text-align: center;
}
.grid .list_item_show_price span.item_show_origin_price {
	display: inline-block;
	position: static;
	width: auto;
	height: 100%;
	color: #959595;
	font-size: 13.5px;
	line-height: 43px;
	padding: 0 12px;
}
.store_list_items .grid .list_item_show_price a,
.store_category_list_items .grid .list_item_show_price a {
	display: inline-block;
	position: static;
	width: auto;
	height: 100%;
	background: none;
	margin: 0;
	line-height: 43px;
	padding: 0 12px;
}
.store_list_items .grid .list_item_show_price a strong, .store_category_list_items .grid .list_item_show_price a strong {
	display: inline-block;
	width: auto;
	height: 100%;
	color: #115ba1;
	font-size: 16px;
	text-align: left;
	font-weight: normal;
	box-sizing: border-box;
}
.store_list_items .grid .list_item_show_price a.zero_price_link, .store_category_list_items .grid .list_item_show_price a.zero_price_link {
	display: block;
	width: 90px;
	height: 25px;
	border: 1px solid #115ba1;
	padding: 0px;
	color: #115ba1;
	font-size: 14px;
	background: none;
	line-height: 25px;
	margin: 0 auto;
	margin-top: 8px;
}
/*.layout_list_item:hover .grid .list_item_show_price a.zero_price_link {
	position: absolute;
	z-index: 9999999;
	top: -151px;
	right: 0;
	left: 0;
	width: 170px;
	height: 44px;
	line-height: 44px;
	}*/
	.store_category_list_items .grid .list_item_compare, .store_list_items .grid .list_item_compare {
		display: none;
	}
	div > div.extra_button {
		display: none;
	}
	.root .pagingWrapper {
		display: none;
	}
	.pagination a, .pagination span {
		min-width: 20px;
		width: auto;
		font-weight: bold;
	}
	.root #bg_footer {
		margin-top: 268px;
	}
	.store_category_list_items .grid .list_item_current_list_item_content, 
	.store_list_items .grid .list_item_current_list_item_content {
		display: none;
	}
	div.ProductItem div.boxContent{
		border-right: none;
		overflow-y: hidden;
		border-left: none;
		background: rgba(255,255,255,0.25);
	}
	/* --- end element_category_list_items_category --- */ 

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

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

	/* ------------------------------------- layout_item ------------------------------------- */
	/* --- general --- */
	.item_option5 div#bg_middle {
		margin-bottom: 10px;
	}
	#item_icons {
		right: 0;
	}
	#item_icons li {
		padding: 0;
		float: left;
	}
	#item_main {
		border-bottom: none;
	}
	.item_option5 #item_show_carousel {
		top: 7px;
	}
	.item_option5 #item_current_sub_title {
		color: #1a1a1a;
		margin-bottom: 7px;
	}
	.item_option5 #item_current_content b {
		font-weight: normal;
	}
	.item_option5 #item_current_title {
		padding-bottom: 0;
	}
	.item_option5 #item_safe_buy, .item_option5 span.truck {
		display: inline-block;
		float: left;
		width: 116px;
		height: 76px;
		border: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-top: 18px;
	}
	.item_option5 span.truck {
		background: url(truck.png) no-repeat center center;
		margin-left: 0;
	}
	.item_option5 #item_safe_buy{
		background: url(safe_buy.png) no-repeat center center;
	}
	.item_option5 #item_current_content .list li strong:before {
		border-right-color: #cccccc;
	}
	.item_option5 #wrapper .price_wrap {
		height: 72px;
		margin-top: 10px;
	}
	.item_option5 #layout_item .price_wrap .item_show_origin_price {
		display: block;
		padding-right: 2px;
		font-size: 13px;
		color: #4b4b4b;
		float: none;
	}
	.item_option5 #layout_item .price_wrap .item_show_origin_price span.origin_price_title {
		display: none;
	}
	.item_option5 #item_show_price .price_value {
		color: #115ba1;
		font-size: 20px;
		font-weight: normal;
	}
	div.deal_items td img {
		max-width: 100px;
		max-height: 100px;
	}
	div.deal_items td {
		width: 130px;
		height: 121px;
		background: #fff;
	}
	div.deal_items td.deal_button {
		border: none;
		width: 260px;
		background: none;
	}
	div.deal_items td.deal_button > a {
		display: none;
	}
	div.deal_items td.deal_button > .smallButton {
		display: inline-block;
		float: right;
		width: 153px;
		height: 40px;
		margin-bottom: 32px;
	}
	div.deal_items td.plus, div.deal_items td.equal{
		background: #115ba1;
		line-height: 20px;
	}
	#item_deal_items h4.deal_items {
		margin-bottom: 24px;
	}
	div#item_info div#item_deal_items {
		margin-top: 62px;
		padding-top: 10px;
	}
	#bg_middle .item_attributes > h3 {
		top: -33px;
		padding: 0;
		font-size: 20px;
	}
	div#item_info div#item_deal_items .deal_items {
		padding-right: 5px;
	}
	#item_current_content {
		margin-top: 1px;
	}
	label.must_upgrade {
		width: 49% !important;
	}
	.item_option5 #item_upgrades label, .item_option5 .upgrade_topic_title {
		margin-top: 0;
		margin-bottom: 5px;
		width: 49% !important;
	}
	.layout_item #item_icons {
		top: -1px;
		left: 0px;
		right: auto;
		height: 100px;
	}
	#item_icons li {
		float: left;
	}
	.item_anchor_go_up a.top {
		border-top: none;
	}
	.item_anchor_go_up a.top b {
		font-size: 0;
		background: none;
	}
	.item_option5 .item_attributes_top .multipleSelects .title {
		margin-bottom: 3px;
	}
	.item_option5 #shipping_warranty_delivery .shipping_title, .item_option5 #shipping_warranty_delivery .shipping_value, .item_option5 #shipping_warranty_delivery #item_warranty, .item_option5 #shipping_warranty_delivery .warranty_title, .item_option5 #shipping_warranty_delivery .item_delivery_time, .item_option5 #shipping_warranty_delivery .delivery_title {
		font-weight: normal;
	}
	.item_option5 #shipping_warranty_delivery {
		float: right;
		clear: both;
	}
	/* --- end general --- */

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

	/* --- buttons --- */
	.item_option5 div#add_to_cart {
		display: inline-block;
		width: 173px;
		height: 44px;
		margin-right: 9px;
	}
	.item_option5 div#add_to_cart .buyNow.to_cart {
		width: 100%;
		height: 100%;
	}
	.item_option5 div#add_to_cart .buyNow.to_cart a#big_cart_now {
		width: 100%;
		height: 100%;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		box-sizing: border-box;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		line-height: 40px;
		cursor: pointer;
	}
	.item_option5 #item_link_buy_now {
		width: 173px;
		height: 44px;
		margin-top: 5px;
	}
	.item_option5 #item_link_buy_now .buyNow {
		width: 100%;
		height: 100%;
	}
	.item_option5 #item_link_buy_now .buyNow a {
		background: #115ba1;
		width: 100%;
		height: 100%;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		box-sizing: border-box;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		border: #115ba1 solid 2px;
		line-height: 40px;
	}
	.item_option5 #item_link_buy_now .buyNow a:hover {
		background: #fff;
		color: #115ba1;
	}
	.item_option5 #item_link_buy_now .contactNow {
		width: 100%;
		height: 100%;
	}
	.item_option5 .contactNow a, .contactNow a, #deal_button{
		background: #115ba1;
		border: #115ba1 solid 2px;
		border-radius: 0;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		line-height: 40px;
	}
	div.buyNow.to_cart a{
		background: #91bed4;
		border: #91bed4 solid 2px;
		border-radius: 0;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		line-height: 40px;
	}
	div.buyNow.to_cart a:hover {
		background: #fff;
		color: #91bed4;
	}
	.contactNow a:hover, #deal_button:hover, .smallButton a:hover {
		box-shadow: none;
		background: #fff;
		color: #115ba1;
	}
	a#deal_button {
		background: #115ba1;
		border-color: #115ba1;
		font-size: 18px;
		line-height: 36px;
	}
	.item_bottom_links {
		display: none;
	}
	/* --- end buttons --- */

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

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

	/* --- element_general_tabs --- */ 
	#tabs.active > ul {
		padding-bottom: 11px;
	}
	#tabs.active > ul > li a, #tabs.active > ul > li.active a {
		background: none;
		color: #1a1a1a;
		border: none;
		border-left: 1px solid #cccccc;
		height: 27px;
		line-height: 27px;
		font-size: 14px;
	}
	#tabs.active > ul > li:not(.active) a:hover {
		color: #1a1a1a;
		background: none;
	}
	#tabs.active > ul > li:first-child a {
		border-right: 1px solid #cccccc;
	}
	#tabs.active > ul > li.active a {
		background: none;
		color: #115ba1;
		border-top: none;
	}
	#tabs.active > ul > li.active:after{
		content: "";
		display: block;
		position: absolute;
		bottom: -14px;
		right: 0;
		width: 100%;
		height: 4px;
		background: #6dbcdb;
	}
	.item_option5 #tabs.active > div {
		border-right: none;
		border-left: none;
		border-bottom: none;
		padding: 20px 13px;
		height: auto;
		max-height: 400px;
		border-top: #ebebeb solid 1px;
	}
	/* --- end element_general_tabs --- */

	/* --- also buy --- */
	#item_also_buy .matchingCarousel{
		height: 330px;
		margin: 0;
		width: 100%;
	}
	#item_also_buy .matchingCarousel > div {
		height: 100%;
		top: 0;
		right: 0;
	}
	#item_also_buy .mCarouselControls .prevImg{
		width: 48px;
		height: 48px;
		background: url(tabs_left.png) no-repeat;
		top: -245px;
	}
	#item_also_buy .mCarouselControls .nextImg{
		width: 48px;
		height: 48px;
		background: url(tabs_right.png) no-repeat;
		top: -245px;
	}
	#item_also_buy .matchingCarousel em {
		height: 100%;
		width: 222px;
	}
	.matchingCarousel b {
		font-size: 14px;
		font-weight: normal;
		margin-top: 106px;
		width: 100%;
		right: 0;
		left: auto;
		line-height: 20px;
		max-height: 43px;
		color: #1a1a1a;
	}
	.matchingCarousel i {
		font-size: 16px;
		margin-top: 109px;
	}
	#item_also_buy .mCarouselControls {
		width: 1073px;
		left: -57px;
		padding: 0;
		position: absolute;
		min-height: 0;
		height: 0;
	}
	#item_also_buy .matchingCarousel .img_wrapper {
		width: 100%;
		height: 222px;
		position: relative;
		display: block;
		top: 0;
	}
	#item_also_buy .matchingCarousel label {
		width: 100%;
		text-align: center;
		padding: 0;
		display: block;
		height: 23px;
		font-size: 12px;
		bottom: 0;
		position: relative;
		line-height: 15px;
		margin-top: 130px;
	}
	#item_also_buy .matchingCarousel label big{
		right: -5px;
		position: relative;
		display: inline-block;
		top: -2px;
	}
	#item_also_buy .matchingCarousel img {
		max-width: 100%;
		max-height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}
	#item_also_buy .matchingCarousel em a {
		padding: 0;
	}
	.special_layout_item.item_option5 div#item_details .smallButton {
		width: 173px;
		height: 44px;
		float: right;
		margin-bottom: 10px;
		margin-top: 6px;
	}
	.special_layout_item.item_option5 div#item_details .smallButton a#son_button {
		background: #115ba1;
		width: 100%;
		height: 100%;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		box-sizing: border-box;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		border: #115ba1 solid 2px;
		line-height: 40px;
		font-size: 18px;
	}
	.special_layout_item.item_option5 div#item_details .smallButton a#son_button:hover {
		box-shadow: none;
		background: #fff;
		color: #115ba1;
	}
	.special_layout_item.item_option5 .bold_link.link_ask_about_item {
		margin-top: 0;
	}
	/* --- end also buy --- */

	/* son items */
	.special_layout_item div#item_main table.son_items {
		border-right: 1px solid #ebebeb;
		border-bottom: 1px solid #ebebeb;
	}
	.special_layout_item div#item_main .son_items tbody:after {
		content: '';
		position: absolute;
		border-bottom: 1px solid #EBEBEB;
		width: 98%;
		top: 0;
		right: 0;
	}
	.special_layout_item div#item_main .item_attributes div.son_items:after {
		content: '';
		position: absolute;
		border-bottom: 1px solid #EBEBEB;
		width: 98%;
		top: 40px;
		right: 0;
	}
	.special_layout_item #item_son_items:after {
		content: '';
		position: absolute;
		border-top: 1px solid #EBEBEB;
		width: 98%;
		top: 80px;
		right: 0;
	}
	.special_layout_item #item_son_items td {
		max-width: 86px;
		height: 32px;
		padding: 5px 0px;
		text-align: center;
		display: block;
		word-spacing: 45px;
		word-break: break-word;
		font-size: 13px;
	}
	.special_layout_item #item_son_items td:first-child {
		background: #f6f4f2;
	}
	.special_layout_item.layout_item tr > * {
		background: none;
	}
	.special_layout_item table.son_items tr > td:first-child {
		color: #636363;
		font-size: 13px;
		font-weight: bold;
		background: url(tabs_bg.png) no-repeat 0 0;
	}
	.special_layout_item table.son_items .odd {
		background: none;
		border-left: 1px solid #EBEBEB;
		position: relative;
	}
	.special_layout_item table.son_items .even {
		position: relative;
		z-index: 0;
		background: none;
	}
	.special_layout_item table.son_items tr {
		display: table-cell;
		max-width: 86px;
	}
	.special_layout_item tr.even td.son_upgrade_title {
		position: absolute;
		left: 0px;
		top: 83px;
	}
	.special_layout_item .son_upgrade_title select {
		width: 66px;
		height: 26px;
		line-height: 14px;
	}
	.special_layout_item #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;
	}
	.special_layout_item .item_attributes, table.son_items {
		margin: 15px 0px 20px;
		height: 126px;
		padding: 0px;
		width: auto;
	}
	.special_layout_item .item_attributes {
		height: auto;
		margin-top: 30px;
	}
	.special_layout_item .item_attributes div.son_items {
		height: 100%;
		width: auto;
		padding: 0;

	}
	.special_layout_item #item_son_items div.smallButton {
		float: left;
		margin: 0px;
		width: 131px;
		position: absolute;
		bottom: -110px;
		right: 0;
	}
	.special_layout_item span.amount_price {
		display: none;
	}
	.special_layout_item .son_items h3, span#before_price, span#after_price {
		position: relative;
		top: 0px;
		right: 0;
		height: 20px;
		display: inline-block;
		font-size: 18px;
		color: #115ba1;
		font-weight: bold;
	}
	span#before_price {
		margin-left: 5px;
	}
	.special_layout_item #item_current_sub_title {
		width: 100%;
	}
	.special_layout_item #item_son_items .even select {
		margin-right: 8px;
	}
	.special_layout_item div#item_main #item_deal_items, div#item_main .item_attributes{
		border: 0;
	}
	.special_layout_item div#item_son_items {
		margin-top: -10px;
	}
	.special_layout_item #son_items{
		display: none;
	}
	.special_layout_item .layout_item a#son_button {
		width: 213px;
		height: 42px;
	}

	/* general layout for special item page */
	.special_layout_item.item_option5 #item_upgrades_top {
		display: none;
	}
	.special_layout_item.item_option5 #item_safe_buy, .special_layout_item.item_option5 span.truck {
		display: none;
	}
	.special_layout_item.item_option5 #wrapper .price_wrap {
		display: none;
	}
	.special_layout_item #item_current_content {
		display: none;
	}
	/* end son items */
	/* ------------------------------------- end_layout_item ------------------------------------- */


	/* ------------------------------------- layout ------------------------------------- */
	.contact a.new_customer, .contact a.forget_password, .contact a.new_customer {
		color: #115ba1;
	}
	/* --- clearfix --- */
	/* --- end clearfix --- */

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

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

	/* --- layout_contact --- */ 
	.design_skin3 #show_contact_form .contact {
		width: 100%;
	}
	/* --- end layout_contact --- */ 

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

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

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

	/* --- layout_order --- */ 
	.layout_order.design_skin3 #wrapper .smallButton a {
		background: #115ba1;
		text-decoration: none;
		font-size: 16px;
		border: #115ba1 solid 2px;
		box-sizing: border-box;
		line-height: 46px;
	}
	.layout_order.design_skin3 #wrapper .smallButton a:hover {
		background: #fff;
		color: #115ba1;
	}
	.layout_order.design_skin3 .smallButton a.payment_by_paypal_button {
		border-color: #115ba1 !important;
	}
	/* --- end layout_order --- */ 

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

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

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

	/*--- colors ---*/
	.element_category_filter h1, .category_desc h3, #facebook_and_sort_category .sortBox a:first-child, .element_category_filter .results b, .group b, .groups-additional b, #bg_middle .element_general_all_categories_sorted_by_titles li:hover, #bg_middle .element_general_prime_categories li:hover, #bg_middle .element_general_all_categories li:hover, #bg_middle .element_general_all_categories_sorted_by_titles li span, #bg_middle .element_general_prime_categories li span, #bg_middle .element_general_all_categories li span, #header_main_nav li .page_children_main ul.page_children li a:hover, #header_main_nav li #header_show_prime_categories ul.store_categories li a:hover, #header_main_nav li #header_show_prime_categories ul.store_categories li span, .pagination span, .pagination a:hover, .results b, #sort_price a, #sort_price a, #sort_name a, #personal_sell_signup a, .link_personal_sell_signup.blue_link, .mainImage big, .mainImage b, #item_show_price > span.price_value > span.tiny, #store_categories_select_dynamic > span, #group-subcategories div.group_values h3, #item_main #item_current_title span, .matchingCarousel i, .ProductItem.backgroundgroups.parent_category .group span a:hover, .item_option5 .bold_link.link_ask_about_item:before, .item_option5 #item_current_content b, .item_option5 #dealButtonHook:before, #bg_middle .item_attributes > h3{
		color: #115ba1;
	}
	/*--- end colors ---*/

	/* fonts */
	/* end fonts */

	/*buttons*/
	.smallButton a {
		background: #115ba1;
		border: #115ba1 solid 2px;
	}
	#show_contact_form .smallButton, div#show_customer_form .smallButton{
		width: 245px;
		height: 42px;
	}
	#show_contact_form .smallButton a, div#show_customer_form .smallButton a {
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		position: static;
	}
	/*end bottons*/

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



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

	/* Responsive Changes */

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

		/* Code here */

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

		/* Code here */

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

		/* Code here */

	}

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

		/* Code here */

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

		/* Code here */

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