/* ------------------------------------- header ------------------------------------- */
/* --- layout_header --- */
#wrapper {
    background: none;
}
#wrapper #bg_header {
    width: 100%;
    background: #fff;
    height: 120px;
    position: fixed;
    top: 0px;
    z-index: 100;
}
#wrapper #main ul#bread_crumbs {
    padding-right: 14px;
}
#bg_header:before {
    display: none;
}
#bg_middle {
    margin-top: 120px;
    padding-top: 10px;
}
#layout_header {
    height: 100%;
}
#layout_header #header_secure_msg {
    display:none;
}
.layout_homepage #main {
    width: 100%;
}
#bg_header:after {
    content: "";
    display: block;
    height: 41px;
    width: 100%;
    background: url(line_green_fluid.png);
    position: absolute;
    top: auto;
	bottom: -6px;
}
/*row header*/
#wrapper #bg_header #header_group1 .row {
	display: none;
}
/*logo*/
div#header_logo {
    position: absolute;
	width: 182px;
    height: 71px;
    top: 6px;
    left: 0;
    z-index: 10;

}
div#header_logo img {
    display: block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}
div#header_logo a {
    width: 100%;
    height: 100%;
    display: block;
}
#homepage_notice {
    z-index: 5;
}
/*secure link*/
#header_secure_link {
    display: none;
}
/* end secure link*/
/* --- end layout_header --- */

/* --- header_cart_nav_header --- */
#wrapper #header_cart_nav {
    position: absolute;
    display: block;
    height: 31px;
    width: 55px;
    margin: 0;
    top: 40px;
    margin-right: 10px;
    right: 0px;
    line-height: 0;
}
#wrapper #header_cart_nav:after {
    content: "";
    background: #000;
    float: left;
    height: 25px;
    width: 3px;
    display: none;
    position: relative;
    top: -27px;
}
#wrapper #header_cart_nav .href_homepage{
	display: none;
}
#layout_header #header_cart_nav .link_order_with_counter , #layout_header #header_cart_nav .link_order_with_counter  #link_order_with_counter, #layout_header #header_cart_nav .link_order_with_counter  #link_order_with_counter  .cart {
    position: static;
    display: block;
    width: 95%;
    height: 100%;
    padding: 0;
}
#header_cart_nav span.cart_with_items {
    visibility: visible;
    display: block;
    font-size: 13px;
    color: #000;
    position: static;
    width: 100%;
    height: 100%;
    font-size: 0;
}
#layout_header #header_cart_nav #link_order_with_counter  #cart_icon {
    background: url(cart.png) no-repeat center right;
    position: static;
    display: inline-block;
    width: 47px;
    height: 100%;
    margin: 0;
}
#layout_header .cart_with_items b {
    position: absolute;
    display: inline-block;
    text-align: center;
    line-height: 21px;
    right: 26px;
    width: 21px;
    top: 0;
    height: 23px;
    font-size: 10px;
    color: #fff;
    background: url(cart_background.png) no-repeat;
}
#header_cart_nav span.cart_with_items span{
	display: none;
}

/*special_cart*/

#wrapper div.cart.special_cart_with_upgrades.visible > li.empty_cart a {
	line-height: 26px;
	color: #565656;
	font-size: 11.21px;
}
#bg_header .cart.special_cart_with_upgrades.visible div#remove_all_cart {
    display: block;
    position: absolute;
    width: 292px;
    height: 20px;
    top: 5px;
    left: 10px;
    background: #fff;
    z-index: 9999999;
}
#bg_header .cart.special_cart_with_upgrades.visible {
    visibility: visible;
    opacity: 1;
    right: 12px;
    top: 97% !important;
    width: 317px;
    z-index: 9999;
    border: 1px solid #e6e6e6;
    display:block;
}
#bg_header .cart.special_cart_with_upgrades {
    display:none;
}
#bg_header .cart.special_cart_with_upgrades div.scroll_div {
	margin-top: 0px;
	height: 350px !important;
}
#bg_header li.link_order_with_counter a.open {
	background: none;
}
#wrapper div.cart.special_cart_with_upgrades.visible .login_in_cart {
	display: none;
}
#wrapper div.cart.special_cart_with_upgrades.visible .login_in_cart > * {
	display: none;
}
#wrapper div.cart.special_cart_with_upgrades.visible > li.empty_cart {
	display: block;
	position: static;
	padding: 0;
	text-align: right;
	background: url(empty_cart.png) no-repeat 10px 5px;
	height: 26px;
	width: 77px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-indent: 7px;
}
#wrapper div.cart.special_cart_with_upgrades.visible .login_in_cart > li.empty_cart a {
	line-height: 26px;
	color: #565656;
	font-size: 11.21px;
}
#bg_header .cart.special_cart_with_upgrades.visible div#remove_all_cart li.empty_cart {
    display: block;
    position: static;
    padding: 0;
    text-align: right;
    background: url(trash.png) no-repeat 3px 2px;
    height: 26px;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-indent: 7px;
}

#bg_header .cart.special_cart_with_upgrades.visible div#remove_all_cart li.empty_cart a {
    color: #565656;
    line-height: 26px;
    cursor: pointer;
    float: left;
    padding-left: 20px;
    font-size: 12px;
    margin-left: 3px;
}

div.cart.special_cart_with_upgrades.visible .cart_close_btn {
	display: block;
	width: 39px;
	height: 39px;
	background: url(x_icon.png) no-repeat center center;
	font-size: 0;
	left: auto;
	right: 316px;
	border-radius: 0;
	top: -3px;
}
#bg_header .cart.special_cart_with_upgrades div#main_cart {
	border:none;
	margin-top: 29px;
}
#bg_header .cart.special_cart_with_upgrades div#main_cart table tr td:first-child {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 65px;
	margin-top: 0px;
}	
#layout_header div.cart.special_cart_with_upgrades .cart_small_button {
    display: block;
    width: 63px;
    height: 20px;
    margin-right: 0px;
    position: relative;
    max-width: 80px;
    top: 0;
    left: 0;
    float: right;
    margin-bottom: 7px;
    border-radius: 7px;
    margin-left: 18px;
}
#layout_header div.cart.special_cart_with_upgrades div.cart_small_button a {
	display: inline-block;
	float: left;
	margin: 0;
}
#layout_header div.cart.special_cart_with_upgrades div.cart_small_button a.reduce {
    width: 20px;
    height: 20px;
    top: 0px;
    left: 0px;
    right: auto;
    position: absolute;
    font-size: 13px;
    border: 1px solid #ebebeb;
    border-radius: 0;
	line-height: 16px;
    color: #acacac;
}
#layout_header div.cart.special_cart_with_upgrades div.cart_small_button a.plus {
    width: 20px;
    height: 20px;
    top: 0;
    left: auto;
    right: 0px;
    position: absolute;
    font-size: 13px;
    border: 1px solid #ebebeb;
    border-radius: 0;
    color: #acacac;
    line-height: 18px;
}
#layout_header .special_cart_with_upgrades .quantity {
    width: 26px;
    height: 19px;
    margin: 0 auto;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: 22px;
    right: 19px;
    float: right;
    font-size: 13px;
    color: #acacac;
}
#layout_header div.cart.special_cart_with_upgrades .quantity:after {
	content: none;
}
#layout_header div.cart.special_cart_with_upgrades div#main_cart tr {
	width: 92%;
	margin: 0 auto;
	padding: 0;
	min-height: 105px;
}
#layout_header div.cart.special_cart_with_upgrades div#main_cart tr:last-child {
	border-bottom: 1px solid #dadada;
}
#layout_header div.cart.special_cart_with_upgrades div#main_cart tr:first-child {
	border-top: 1px solid #e6e6e6;
}
#layout_header div.cart.special_cart_with_upgrades div#main_cart tr .title a {
    color: #464646;
    font-weight: bold;
    font-size: 12px;
}
.special_cart div#main_cart tr td.title {
	display: inline-block;
	float: right;
	position: static;
	width: 190px;
	height: auto;
	text-align: right;
	font-weight: normal;
	color: #464646;
	font-size: 13px;
	margin-top: 10px;
	margin-right: 10px;
}
#layout_header div.cart.special_cart_with_upgrades div#main_cart table tr td.delete_btn {
	left: 163px;
	top: 79px !important;
}
#layout_header div.cart.special_cart_with_upgrades div#main_cart table tr td.delete_btn a {
	background: url(trash.png) no-repeat;
}
#layout_header div.cart.special_cart_with_upgrades div#main_cart table tr td.price_item_x {
	width: auto;
	color: #ef4244;
	font-size: 15px;
	font-weight: bold;
	left: 87px;
	margin-bottom: 7px;
}
#layout_header div.cart.special_cart_with_upgrades div#main_cart table .img_item {
	width: 75px;
	height: 100px;
	margin: 0;
}
#layout_header div.cart.special_cart_with_upgrades div#main_cart table img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
#wrapper div.cart.special_cart_with_upgrades.visible .count-price-wrapper {
	display: block;
	width: 230px;
	margin: 15px auto 10px;
	position: relative;
}
#wrapper div.cart.special_cart_with_upgrades div#header_cart {
    height: 100px;
    background: none;
}
#wrapper div.cart.special_cart_with_upgrades div.checkout_count {
	height: 100%;
	border: none;
}
#wrapper div.cart.special_cart_with_upgrades div.count {
	margin-left: 19px;
}
#wrapper div.cart.special_cart_with_upgrades div.count:after {
	content: "\f0d9";
	width: 20px;
	height: 20px;
	font-size: 20px;
	position: absolute;
    color: #ef4244;
	left: -18px;
	line-height: 29px;
	top: 0;
	font-family: fontAwesome;
	display: block;
	text-align: center;
}
#wrapper div.cart.special_cart_with_upgrades div.count > div {
	width: 80px;
	height: 100%;
	margin:0;
}
#wrapper div.cart.special_cart_with_upgrades div.count > div span.pos_1, #wrapper div.cart.special_cart_with_upgrades div.count > div span.pos_0 {
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
	color: #252525;
	line-height: 18px;
}
#wrapper div.cart.special_cart_with_upgrades div.sum_all_items_price {
	display: inline-block;
	position: static;
	font-weight: bold;
	line-height: 18px;
}
#wrapper div.cart.special_cart_with_upgrades div.sum_all_items_price > span {
	display: inline-block;
	color: #252525;
	font-size: 17px;
}
#wrapper div.cart.special_cart_with_upgrades div.checkout {
	display: block;
	width: 278px;
	height: 49px;
	margin: 0 auto;
    margin-top: 18px;
}
#wrapper div.cart.special_cart_with_upgrades div.checkout a {
    display: inline-block;
    width: 135px;
    height: 49px;
    border-radius: 25px;
    position: static;
    line-height: 43px;
    font-size: 17px;
    padding: 0;
    background: #fff;
    float: left;
    font-weight: bold;
    border: 2px solid #ef4244;
    color: #ef4244;
    box-sizing: border-box;
}
#wrapper div.cart.special_cart_with_upgrades div.checkout .continue_shop {
    display: inline-block;
    width: 135px;
    height: 49px;
    position: static;
    line-height: 43px;
    font-size: 17px;
    padding: 0;
    border-radius: 25px;
    background: #fff;
    margin-top: 0;
    text-align: center;
    color: #0b9444;
    font-weight: bold;
    float: right;
    cursor: pointer;
    border: 2px solid #0b9444;
    box-sizing: border-box;
}
#wrapper div.cart.special_cart_with_upgrades div.checkout a:hover {
    border-color: transparent;
    color: #fff;
    background: #ef4244;
}
#wrapper div.cart.special_cart_with_upgrades div.checkout .continue_shop:hover{
    border-color: transparent;
    color: #fff;
    background: #0b9444;
}
#wrapper div.cart.special_cart_with_upgrades div#ascrail2001 {
	background: #f0f0f0 !important;
	opacity: 1 !important;
}
#wrapper div.cart.special_cart_with_upgrades div#ascrail2001>div {
	border-radius: 10px !important;
	background: #d2d2d2 !important;
	border: none !important;
}
#wrapper div.cart.special_cart_with_upgrades div#ascrail2001>div:after {
	content: none;
}
.cart.special_cart_with_upgrades div#footer_cart {
	display: none;
}
.special_cart p.cart_content {
	font-size: 13px;
	line-height: 19px;
	color: #464646;
	width: 190px;
	height: 65px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	padding-top: 6px;
}
#layout_header div.cart.special_cart_with_upgrades div#main_cart table tr td.price_item_x{
    margin-bottom: 9px;
}
/* --- end_header_cart_nav_header --- */
/* --- end_header_cart_nav_header --- */

/* --- main_nav_bg --- */
#bg_header #main_nav_bg {
    position: static;
    display: block;
    width: auto;
    height: 16px;
    z-index: 11;
    padding-top: 10px;
    float: right;
    max-width: 700px;
}
#bg_header #main_nav_bg #header_main_nav {
    background: none;
    margin: 0;
    display: block;
    position: static;
    height: 100%;
    width: 100%;
    color: #000;
}
#bg_header #main_nav_bg #header_main_nav li.homepage_link,
#bg_header #main_nav_bg #header_main_nav li.link_pages,
#wrapper #bg_header #main_nav_bg #header_main_nav li.link_customer:after,
#wrapper #bg_header #main_nav_bg #header_main_nav li.link_customer_logout:after
{
    display: none;
}
#bg_header #main_nav_bg #header_main_nav li{
    position: static;
    display: inline-block;
    margin-right: 10px;
    max-height: 100%;
    max-width: 100%;
}
#bg_header #main_nav_bg #header_main_nav  li:not(:last-child):after{
	content: "";
    display: block;
    background-color: #000;
    height: 13px;
    position: relative;
    float: left;
    top: -13px;
    right: 5px;
    width: 1px;
}
#bg_header li.link_all_items, #bg_header #main_nav_bg #header_main_nav li.link_all_items{
	display: none;
}
#wrapper #header_main_nav li a ,#wrapper #header_main_nav li span {
    line-height: 14px;
    color: #000;
    padding: 0;
    margin: 0;
    background: none;
    cursor: pointer;
    font-weight: normal;
    font-size: 13px;
    display: inline-block;
}
#wrapper #header_main_nav li a:hover{
	text-decoration: underline;
}
#header_main_nav li span span {
    font-size: 13px;
    line-height: 14px;
    color: #000;
    padding: 0;
    background: none;
    text-decoration: underline;
}
#header_main_nav li:first-child {
    background: none;
    border-right: none;
}
#header_main_nav li:hover {
    background: none;
    margin: 0;
    text-decoration: none;
    font-size: 13px;
}
#header_main_nav li:hover, #header_main_nav li {
    padding: 1px 6px;
    margin: 0;
    width: auto;
}
#header_main_nav li span span, .layout_items #header_main_nav > li:first-child > a {
    color: #fff;
    text-decoration: underline;
}
#header_main_nav > li > a:hover, #header_main_nav > li > span > a:hover {
    color: #fff;
    text-decoration: underline;
    background: none;
    font-size: 13px;
    margin: 0px;
}
#header_main_nav li.href_homepage a {
    width: auto;
    display: block;
}

ul.element_general_login_logout_list {
    display: none;
}
#header_main_nav #link_customer_signup a {
    display: none;
}
#header_main_nav li.link_pages {
    display: none;
}
#header_main_nav span#link_customer_signup a {
    display: none;
}
#header_main_nav > li > a:hover, #header_main_nav > li > span > a:hover, #header_main_nav > li:hover > a, #header_main_nav > li > span > span {
    text-decoration: underline;
}
#bg_header .link_header1_page div, #bg_header .link_header2_page div, #header_show_prime_categories {
    display: none;
    width: 964px;
    height: 592px;
}
#bg_header .link_header1_page div, #bg_header .link_header2_page div, #header_show_prime_categories {
    visibility: hidden;
}
#header_main_nav li.link_customer {
    display: none;
}
#header_main_nav li a, #header_main_nav li span span {
    margin: 0px;
}
/*all items drop*/
div#header_show_prime_categories {
    visibility: hidden;
}
.link_all_items:hover #header_show_prime_categories {
    visibility: visible;
    display: block;
    background: #fff;
    width: 213px;
    height: auto;
    z-index: 999;
    position: absolute;
    top: 27px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}
#bg_header .link_all_items .store_categories {
    width: 100%;
    height: 100%;
    background: none;
    display: block;
}
#bg_header .link_all_items .store_categories li {
    width: 100%;
    height: 20px;
    padding-top: 5px;
    position: relative;
}
#bg_header .link_all_items .store_categories li a {
    color: #000;
    font-size: 15px;
    position: absolute;
    height: 25px;
    width: 167px;
    display: block;
    max-height: 25px;
    max-width: 213px;
    line-height: 25px;
}
#bg_header .page_children, #header_show_prime_categories .store_categories {
    outline: none;
}
#bg_header .link_all_items .store_categories li a {
    padding: 0px 24px;
}
#bg_header .link_all_items .store_categories li:nth-child(7) a {
    padding: 0px 24px;
}
#bg_header .link_all_items .store_categories {
    padding-top: 11px;
}
#header_main_nav li span span.page_children_drop_down_decorator, #caregories_drop_down_decorator {
    display: none;
}
#bg_header .link_all_items .store_categories li:hover a {
    color: #1abbe9;
    text-decoration: underline;
}
#bg_header .link_all_items .store_categories {
    width: 100%;
    height: 100%;
    background: none;
    display: block;
    padding-top: 0px;
    border: none;
    padding-top: 18px;
    padding-bottom: 29px;
}
#header_main_nav li:hover, #header_main_nav li {
    background: none;
}
#header_main_nav li:first-child {
    background: none;
}
#bg_header .link_all_items .store_categories .store_categories {
    display: none;
}
#bg_header .link_all_items .store_categories li:first-child a {
    line-height: 25px;
}
/* --- end_main_nav_bg --- */

/* --- element_general_search_header --- */
#header_show_search {
	visibility: hidden;
    display: none;
    border: none;
    position: absolute;
    top: 120px;
    right: 0px;
    bottom: 0px;
    height: 100px;
    width: 100%;
    margin: 0px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    background-color: rgba(255, 255, 255,0.73);
}
#wrapper #header_show_search .search .textInput #q{
	display: none;
 	color: #fff;
}
#wrapper #header_show_search.wide_search .search .textInput #q{
	display: 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: 0px;
}
#header_show_search.wide_search div#searchBtnHook {
    background-color: rgb(239, 66, 68);
}
#bg_header #search_icon {
	background: url(search.png) no-repeat center;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 90px;
    z-index: 40;
    cursor: pointer;
}
#header_show_search.wide_search div#searchBtnHook:hover > input{
	color: #ef4244;
    border: 2px solid #ef4244;
    background: #fff;
    box-sizing: border-box;
}
#header_show_search.wide_search {
	visibility: visible;
    height: 98px;
    top: 120px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    z-index: 999;
    display: block;
}
#header_show_search .searchButton input[type="submit"] {
    left: 0;
    line-height: 25px;
    z-index: 9999;
    font-weight: lighter;
    border: none;
    display: block;
    position: absolute;
    padding: 0;
    color: #fff;
    height: 100%;
    width: 100%;
    background: none;
    top: 0;
    font-size: 0;
}
#header_show_search.wide_search .searchButton input[type="submit"]{
    font-size: 25px;
}
#header_show_search > form.search, #header_show_search > form.search > div, #header_show_search > form.search > div > label{
	display: block;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    max-width: 960px;
    position: relative;
    top:-1px;
    opacity: 1;
    border: none;
}
#header_show_search.wide_search *{
    top: 20px;
    width: 240px;
    height: 55px;
    opacity: 0;
}
#wrapper #bg_header #header_show_search.wide_search *{
    opacity: 1;
    transition: all .25s ease;
}
#wrapper #header_show_search .search .textInput #q{
	border: none;
    padding: 0px;
    position: static;
    background: none;
    width: 710px;
    height: 100%;
    color: #000;
    text-align: right;
    font-size: 25px;
    font-weight: lighter;
    padding-right: 110px;
    box-sizing: border-box;
}
#header_show_search .close_search{
	background: url(exit.png) no-repeat center center;
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0px;
    height: 100%;
    width: 52px;
    cursor: pointer;
    opacity: 0;
}
/* --- end element_general_search_header --- */


/* --- element_general_links_header --- */
/*phone*/
#wrapper ul.element_general_links.phone.vertical {
    width: 125px;
    padding-right: 34px;
    height: 38px;
    display: inline-block;
    position: absolute;
    top: 36px;
    right: 82px;
    margin: 0;
	background: url(phone.png) no-repeat center right;
	box-sizing: border-box;
}
ul.element_general_links.phone.vertical li.pos_0{
	display: block;
	text-align: right;
	height: 15px;
}
ul.element_general_links.phone.vertical li.pos_1 {
    line-height: 16px;
}
/*hoshen image*/
#wrapper ul.element_general_links.hoshen.vertical {
    background: url(location.png) no-repeat center right;
    width: 165px;
    padding-right: 34px;
    height: 38px;
    position: absolute;
    top: 36px;
    right: 245px;
    margin: 0;
    box-sizing: border-box;
}
#wrapper #bg_header  ul.element_general_links a{
    font-size: 14.6px;
    color: #000;
    display: block;
    padding-right: 5px;
}
#wrapper #bg_header #header_group1 .element_general_links li.pos_0 {
	margin-top:2px;
}
#wrapper #bg_header #header_group1 .element_general_links.hoshen li.pos_1 {
    margin-top: 0;
}
#wrapper #bg_header #header_group1 .element_general_links li.pos_1 a {
	font-weight: bold;
}
#wrapper #bg_header #header_group1 ul.element_general_links.vertical > li.pos_0{
   display: block;
   margin-top: 4px;
}
/* --- end_element_general_links_header --- */

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

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

/* --- element_general_prime_categories_category_header --- */
.element_general_prime_categories li a , .element_general_prime_categories li span {
    color: #231f20;
    background: none;
    padding: 0px 13px;
    display: block;
    height: auto;
    line-height: 34px;
    font-size: 15px;
    font-weight: bold;
    width: auto
}
#header_group1 div.element_general_prime_categories > ul {
    max-width: 960px;
    width: auto;
    height: 49px;
    margin: 0 auto;
    float: none;
    position: absolute;
    bottom: 0px;
}
#header_group1 div.element_general_prime_categories > ul > li {
    float: right;
    width: auto;
    padding: 0px;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    max-height: 100%;
    border: none;
    top: 0px;
    display: block;
	padding-left: 10px;
    background: url(point.png) left no-repeat;
}
#header_group1 div.element_general_prime_categories > ul > li:last-child {
    background: none;
}
#header_group1 div.element_general_prime_categories > ul > li:nth-child(n+10) {
    display: none;
}
#header_group1 div.element_general_prime_categories > ul > li > a, 
#header_group1 div.element_general_prime_categories > ul > li > span{
    text-shadow: -2px 1px rgba(0,0,0,.3);
}
#bg_header #header_group1 .element_general_links.main_nav_menu.vertical{
	display: none;
}
#bg_header .element_general_prime_categories {
    top: auto;
    bottom: 0px;
    left: auto;
    right: 0;
    width: 95%;
    height: 34px;
    background: none;
    position: absolute;
    z-index: 11;
}
#bg_header .element_general_prime_categories .store_categories{
    display: block;
    position: absolute;
    width: 100%;
    margin: 0;
    height: 100%;
    background: none;
}
#bg_header .element_general_prime_categories > ul > li:hover > a:after {
    opacity: 1;
}
#bg_header .element_general_prime_categories > ul > li > a:after {
    content: "";
    height: 5px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 37px;
    width: 100%;
    background: none;
}
#bg_header .element_general_prime_categories > ul > li > span:after {
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 37px;
    width: 100%;
    background: #acc911;
    opacity: 1;
}
#bg_header .store_categories li a {
    color: #fff;
    font-size: 17px;
}
.element_general_prime_categories li span {
    color: #acc911;
    font-size: 17px;
}
#bg_header .element_general_prime_categories > .store_categories > li:hover > a {
	color: #000;
    background: none;
}
.fix_nav_big {
    top: auto;
    bottom: 0px;
    left: auto;
    right: 0;
    width: 960px;
    height: 25px;
    background: none;
    position: absolute;
    z-index: 11;
}
#bg_header .link_all_items .store_categories > li > span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    font-size: 15px;
    color: #18bbe9;
    line-height: 25px;
    padding: 0px 24px;
    text-decoration: underline;
    background: none;
}
#bg_header .link_all_items .store_categories li:hover {
    background: none;
}
#bg_header .link_all_items .store_categories li:first-child:hover {
    height: 20px;
    width: 213px;
    padding: 0px;
    padding-top: 5px;
}
#header_group1 div > ul > li:not(:first-child) > span:before {
    content: "";
    height: 34px;
    width: 1px;
    display: block;
    position: absolute;
    top: 7px;
    background-color: #333333;
    right: -1px;
}
/*drop*/
#bg_header .element_general_prime_categories h3, #bg_header .element_general_prime_categories .store_categories > li > .drop-wrapper,#bg_header .element_general_prime_categories > .store_categories > li > .show_nav_content, #bg_header .element_general_prime_categories > .store_categories > li > ul.store_categories {
	display: none;
}
#bg_header .element_general_prime_categories .store_categories > li.open_left:hover > .drop-wrapper {
    display: block;
    position: absolute;
    width: 465px;
    height: 235px;
    background-color: #fff;;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.15);
    box-shadow: 0 0 7px rgba(0,0,0,.15);
    right: 0;
    top: 40px;
    padding-top: 2px; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    margin-right: 13px;
}
#bg_header .element_general_prime_categories .store_categories > li:hover:after {
    content: "";
    width: 100%;
    bottom: -15px;
    height: 20px;
    background: transparent;
    position: absolute;
    z-index: 999;
}
#bg_header .element_general_prime_categories .store_categories > li:hover > .drop-wrapper {
    display: block;
    position: absolute;
    width: 465px;
    height: 235px;
    background-color: #fff;;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.15);
    box-shadow: 0 0 7px rgba(0,0,0,.15);
    left: 0;
    top: 40px;
    padding-top: 2px; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    margin-left: 23px;
}
#bg_header .element_general_prime_categories .store_categories > li > .drop-wrapper ul.store_categories {
    display: inline-block;
    float: right;
    background: none;
    width: 178px;
    height: 100%;
    overflow: hidden;
	padding: 28px 22px 12px 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#bg_header .element_general_prime_categories .store_categories > li > .drop-wrapper ul.store_categories li {
    display: block;
    background: none;
    width: 100%;
    height: 19px;
	margin: 0 0 9px;
}

#bg_header .element_general_prime_categories .store_categories > li > .drop-wrapper ul.store_categories li a, #bg_header .element_general_prime_categories .store_categories > li > .drop-wrapper ul.store_categories li span {
    color: #000;
    font-size: 16px;
    display: block;
    position: static;
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 14.5px;
    font-weight: normal;
    margin: 0;
    text-align: right;
    overflow: hidden;
    line-height: inherit;
}
#bg_header .element_general_prime_categories .store_categories > li > .drop-wrapper ul.store_categories li a:hover, #bg_header .element_general_prime_categories .store_categories > li > .drop-wrapper ul.store_categories li span {
	text-decoration: underline;
	color: #000;
}
#bg_header .element_general_prime_categories .store_categories > li > .drop-wrapper .show_nav_content {
	display: inline-block;
    float: left;
    width: 286px;
    height: 100%;
    padding: 10px 12px 12px 12px;
    box-sizing: border-box;
}
#bg_header .element_general_prime_categories .store_categories > li > .drop-wrapper .show_nav_content p {
	display: block;
	width: 100%;
	height: 100%;
}
#bg_header .element_general_prime_categories .store_categories > li > .drop-wrapper .show_nav_content p img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

/* --- end element_general_prime_categories_category_header --- */

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

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

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

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

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

/*element_general_lightbox*/
/*end element_general_lightbox*/

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


/* ------------------------------------- middle ------------------------------------- */
/* --- layout_homepage_middle --- */
#homepage_group2 .extra-links-with-a-lot-of-elements .group4_wrapper .group1_wrapper h4.content.text-center,
#homepage_group2 .extra-links-with-a-lot-of-elements_g3 .group4_wrapper .group1_wrapper h4.content.text-center,
#homepage_group2 .extra-links-with-a-lot-of-elements_g4 .group4_wrapper .group1_wrapper h4.content.text-center {
    height: 25px;
    line-height: 24px;
    letter-spacing: 0.5px;
}
#homepage_group2 .extra-links-with-a-lot-of-elements .group4_wrapper .content_bottom,
#homepage_group2 .extra-links-with-a-lot-of-elements_g3 .group4_wrapper .content_bottom,
#homepage_group2 .extra-links-with-a-lot-of-elements_g4 .group4_wrapper .content_bottom {
    height: 42px;
    line-height: 36px;
}
/* --- 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 --- */
/* --- end element_general_categories_images_middle --- */

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

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

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

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

/* --- element_general_strength --- */
/* --- end element_general_strength --- */

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

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

/* --- element_general_carousel_middle --- */
#homepage_group3 .ci_tags.col-xs-12{
    padding-top: 15px;
}
#layout_homepage #homepage_group3 {
    position: relative;
}
#layout_homepage #homepage_group3:after {
    background-color: #f2f2f2;
    width: 100%;
    height: 370px;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}
#layout_homepage #homepage_group3 div.small_titles > h3.small_title{
    overflow:hidden;
}
/* --- end element_general_carousel_middle --- */

/* --- element_general_brand_carousel --- */
/* --- end element_general_brand_carousel --- */

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

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

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

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

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

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

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

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

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

/* --- owlCarousel_middle --- */
/* --- end owlCarousel_middle --- */
#wrapper #homepage_group4 {
    height: 100px;
}
#wrapper #homepage_group4 .row {
    height: 100%;
}
#wrapper #homepage_group4 .c_image_x {
    display: inline-block;
    margin: 14px 0 14px 0;
}
/* ------------------------------------- end middle ------------------------------------- */


/* ------------------------------------- footer ------------------------------------- */
/* --- layout_footer --- */
/* --- end layout_footer --- */

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

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

/* --- element_general_footer_nav --- */
#bg_footer div#footer_group2 h3:after, #bg_footer div#footer_group3 h3:after {
    border-radius: 5px;
}
#bg_footer div#layout_footer #footer_group2 ul.element_general_links.f_t_g li a{
	color: #525252;
}
#bg_footer div#layout_footer #footer_group2 ul.element_general_links.f_t_g li a:hover {
    color: #ef4244;
}
#bg_footer #footer_group2 div.element_general_show_contact a {
    color: #000;
}
#bg_footer #footer_group2 div.element_general_show_contact a:hover {
    color: #ef4244;
}
#bg_footer #footer_group1 form div.wrap_contact_btn button.contact_btn {
    background: #0b9444;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}
#bg_footer #footer_group1 form div.wrap_contact_btn button.contact_btn:hover {
    background: #fff;
    color: #0b9444;
    border: 2px solid #0b9444;
}
div#bg_footer #footer_group1 form div.wrap_contact_btn {
    border: none;
}
div#bg_footer #footer_group1 form div.wrapper_titles {
	width: 288px;
    background-color: rgb(239, 66, 68);
    opacity: 0.851;
    padding: 22px 18px 22px 18px;
}
#wrapper div#bg_footer div#footer_group1 form {
    border: none;
}
div#bg_footer #footer_group1 form div.wrap_contact_title1 h3.contact_title1 {
    color: #fff;
}
div#bg_footer #footer_group1 form div.wrap_contact_title2 h3.contact_title2 {
    color: #fff;
    font-size: 13px;
}
div#bg_footer #footer_group1 form div.wrapper_titles div.wrap_contact_title1 {
    margin-bottom: 20px;
}
div#bg_footer #footer_group1 form div.wrap_ticket_customer_email {
    width: 70%;
    padding: 15px 36px 15px 36px;
}
div#bg_footer #footer_group1 form input#ticket_customer_email {
    margin-right: 0;
}
div#bg_footer #footer_group2 div {
    overflow:hidden;
}
/* --- 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 --- */

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


/* ------------------------------------- category ------------------------------------- */
/* --- layout_category --- */
.layout_category .element_general_prime_categories li span{
	color: #000;
    font-size: 17px;
}
#wrapper #facebook_and_sort_category .sortBox em a, #wrapper #search_msg_facebook_and_sort .sortBox em a {
    display: inline-block;
}
.layout_category #bg_header #header_group1 .element_general_prime_categories > ul > li > span:after {
    background: none;
}
.layout_category #header_group1 div > ul > li:not(:first-child) > span:before {
    background: none;
}
.layout_category #bread_crumbs a, .layout_category #bread_crumbs li, .layout_items #bread_crumbs a, .layout_items #bread_crumbs li{
	color:#000;
}
.layout_category #wrapper #category_group2 .group_values .line:hover > span, .layout_category #wrapper #category_group2 .group_values .line:hover > span > a, #wrapper #category_group2 .group_values .line > span > a:hover {
    color: #ef4244;
    text-decoration:underline;
}
.layout_category #wrapper #category_group2 .group_values .line .group_values_group_title a:hover {
    color: #ef4244;
    text-decoration:underline;
}
/* --- end layout_category --- */

/* --- element_category_filter_category --- */
.layout_category #bg_middle #category_group2{
	margin-top: 35px;
}
.layout_category #bg_middle #category_group2 .filterOptions > i {
	color: #000;
    border-top: 1px solid #eceaea;
    width: 95%;
    padding-top: 12px;
    margin-bottom: 12px;
}
.layout_category #wrapper #bg_middle .boxContent .groups > div {
    margin-bottom: 5px;
    padding-bottom: 10px;
}
.layout_category #wrapper #bg_middle .boxContent .groups > div b{
	border-top: 1px solid #0b9444;
    border-bottom: none;
    margin-bottom: 0;
    color: #ef4244;
    height: 30px;
    margin-left: 2px;
    font-weight: normal;
}
.layout_category #wrapper #bg_middle .boxContent .groups > div:first-child b {
    border-top: none;
}
.layout_category #wrapper #bg_middle .filterOptions {
    margin: 0;
}
.layout_category #wrapper #bg_middle .show_filters {
    margin-top: -10px;
}
.layout_category #wrapper #bg_middle #category_group3 .results {
    margin-left: 10px;
}
.layout_category #wrapper #bg_middle #category_group3 .sortBox > em i:last-child {
    margin-left: 10px;
    padding-left: 0;
}
/* --- end element_category_filter_category --- */

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

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

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


/* ------------------------------------- layout_item ------------------------------------- */
/* --- general --- */
.layout_item #layout_item #item_icons {
    top: -4px;
    right: auto;
    display: inline-block;
    left: 0;
    width: auto;
}
.layout_item #layout_item #item_icons li{
    float:none;
    display:block;
    padding: 0 0 0 5px;
}
.layout_item #bg_middle div#layout_item {
    margin-top: 25px;
}
.layout_item #bg_middle #layout_item #item_anchors > a:first-child {
    margin-left: 15px;
}
.layout_item #bg_middle #layout_item #item_info .item_bottom_links > .item_anchor_go_up > a > b {
    color: #818181;
}
.layout_item #bg_middle #layout_item #item_anchors > a:first-child:after {
    display: none;
}
.layout_item #layout_item #shipping_warranty_delivery > div > span:first-child {
    font-weight: normal;
}
.layout_item #layout_item #item_current_content b {
    color: #ef4244;
}
.layout_item #layout_item #item_current_content .list li strong:before {
    border-right-color: #cccccc;
}
.layout_item #layout_item .link_ask_about_item:before {
    color: #c1c1c1;
}
.layout_item #layout_item .anchor_deal_items:before {
    color: #c1c1c1;
}
.layout_item #wrapper #main ul#bread_crumbs {
	padding-top: 8px;
}
.layout_item #layout_item #item_details > span.truck {
    background: url(free_delivery.png) !important;
}
.layout_item #layout_item #item_details > #item_safe_buy {
    background: url(safe_buy.png) !important;
}
.layout_item #layout_item #item_info #item_deal_items div.deal_items td.plus, .layout_item #layout_item #item_info #item_deal_items div.deal_items td.equal {
    background-color: #ef4244;
}
.layout_item #layout_item #item_info #item_deal_items table.deal_items {
    margin-top: 30px;
}
.layout_item #layout_item #item_info #tabs.active ul > li.active a {
    border-top: 4px solid #ef4244;
}
.layout_item #layout_item #item_info #tabs.active ul > li a {
    border-top: 4px solid #DCDCDC;
}
.layout_item #wrapper #bg_middle .smallButton a, #wrapper .item_bottom_links .item_link_buy_now_small .smallButton a{
	background: #fff;
    margin: auto;
	top: -32px;
    bottom: 0;
    right: 0;
    left: 0;
}
/* --- end general --- */

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

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

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

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

/* --- element_general_tabs --- */
/* --- end element_general_tabs --- */

/* --- also buy --- */
/* --- end also buy --- */

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


/* ------------------------------------- layout ------------------------------------- */
.layout_items #wrapper #main ul#bread_crumbs{
    padding-right: 16px;
}
.layout_items #wrapper div#search_msg_facebook_and_sort > div.show_search_msg {
    float: right;
    width: auto;
    direction: rtl;
    margin-left: 10px;
    margin-right: 0;
}
.layout_items #wrapper div#search_msg_facebook_and_sort > div.show_search_msg > span > b:last-child{
    font-weight:bold;
}
.layout_items #wrapper div#search_msg_facebook_and_sort > div.show_sort > .sortBox #sort_text {
    margin-left: 10px;
}
.layout_items #wrapper div#search_msg_facebook_and_sort > div.show_sort > .sortBox #sort_bar {
    margin: 0;
}
.layout_items #wrapper div.search_results #group-subcategories .group_values .line span:last-child:after{
    display: none;
}
/* --- clearfix --- */
/* --- end clearfix --- */

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

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

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

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

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

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

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

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

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

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

/* fonts */
/* end fonts */

/*buttons*/
/*end bottons*/
/* ------------------------------------- general ------------------------------------- */

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

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

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

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

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

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

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