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

/* --- layout_header --- */ 
#wrapper {
	background: none;
}
body {
	background: #fff;
}
div#bg_header {
	width: 100%;
	height: 119px;
	position: fixed;
	top: 0;
	right: 0;
	background: #fff;
	z-index: 9999;
}
div#bg_top {
	height: 119px;
}
div#bg_header #layout_header {
	height: 100%;
}
body a {
	color: #e47061;
}
div#bg_header:after {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    background: rgb(244, 233, 217);
    position: absolute;
    top: auto;
    bottom: 0;
}
/* cart */

span#cart_icon {
    background: url(cart_icon.png);
}

/* --- header_cart_nav_header --- */
ul#header_cart_nav {
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    height: 40px;
    width: 52px;
    background: rgb(63, 196, 255);
    z-index: 999;
}
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 17px 9px;
}
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: rgb(62, 137, 201);
    text-align: center;
    width: 25px;
    padding-right: 23px;
    line-height: 33px;
}
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: 18px;
    height: 18px;
    font-weight: bold;
    font-size: 9.7px;
    color: rgb(255, 255, 255);
    background: rgb(255, 90, 127);
    border-radius: 10px;
    line-height: 18px;
}

/* end cart */

/* phone number */
ul.element_general_links.phoneNumber.vertical {
    position: absolute;
    left: 0px;
    top: 36px;
}
li.image_id_137480.pos_0 {
    width: 233px;
    height: 35px;
    background: url(phone_bg.png);
}
#header_group1 > ul.element_general_links.phoneNumber.vertical > li > a {
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 34px;
    padding-right: 17px;
}
#header_group1 > ul.element_general_links.phoneNumber.vertical > li > a > b {
    padding-left: 13px;
}
/* --- end phone number --- */

/* login logout */
#wrapper #bg_header .element_general_login_logout{
	left: 0;
}
/* --- end login logout --- */

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

/* --- header_logo --- */
div#header_logo {
    right: 0;
    left: auto;
    top: 8px;
    width: 272px;
    height: 56px;
}
div#header_logo a {
	display: block;
	width: 100%;
	height: 100%;
}
div#header_logo a img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
/* --- end_header_logo --- */


/*secure*/
#header_secure_link {
    position: absolute;
    float: left;
    height: 100%;
    width: 23px;
    top: 45px;
    left: 258px;
}
#secureHook {
	background: url(safe_buy.png) no-repeat 0 0;
	width: 100%;
	height: 100%;
	display: block;
}
#header_secure_link span.safe_buy {
	display: none;
}

/* --- element_general_search_header --- */ 
a#search_icon {
	    display: inline-block;
    float: right;
    width: 18px;
    height: 18px;
    background: url(search_icon.png) no-repeat center 2px;
    z-index: 99;
    cursor: pointer;
    position: static;
    margin-left: 71px;
    margin-right: 7px;
}
div#header_show_search {
    display: block;
    position: absolute;
    background: rgb(255, 255, 255);
    top: auto;
    top: 0px;
    right: 0px;
    height: 0px;
    width: 960px;
    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;
}
div#header_show_search.wide_search{
	height: 60px;
	top: 122px;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
div#header_show_search * {
	display: block;
	width: 100%;
	height: 100%;
	background: none;
	padding: 0px;
	position: static;
	color: #fff;
}
#header_show_search .search .textInput #q {
	padding: 0px;
	position: static;
	background: none;
	width: 100%;
	height: 100%;
	color: #000;
	text-indent: 83px;
	font-size: 20px;
	font-weight: normal;
}
div#header_show_search div#searchBtnHook {
	display: none;
	position: absolute;
	top: 7px;
	left: 14px;
	width: 183px;
	height: 45px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #000;
}
.searchButton input[type="submit"]{
	left: 4px;
	font-size: 20px;
	line-height: 0;
	visibility: visible;
	z-index: 9999;
	font-weight: normal;
}
div#header_show_search.wide_search .close_search{
	opacity: 1;
}
div#header_show_search .close_search {
	background: url(close_btn.png) no-repeat center center;
	font-size: 0;
	position: absolute;
	top: 0;
	right: 0;
	height: 58px;
	width: 52px;
	cursor: pointer;
	opacity: 0;
}
div#header_show_search.wide_search div#searchBtnHook{
	display: block;
}
/* --- end element_general_search_header --- */ 

/* --- main_nav_bg --- */ 

li.href_homepage a {
    background: none;
}
div#main_nav_bg {
    display: inline-block;
    float: left;
    position: static;
    height: 24px;
    width: auto;
    overflow: hidden;
    margin-top: 5px;
    margin-left: 130px;
}
#header_main_nav {
	background: none;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	margin-left: 9px;
}
#header_main_nav li.link_all_items, #header_main_nav li.link_pages {
	display: none;
}
#header_main_nav > li:first-child {
	background: none;
}
#header_main_nav li.href_homepage a {
	padding-right: 0;
}
#header_main_nav li {
	width: auto;
	height: 100%;
	position: relative;
}
#header_main_nav li span {
	display: block;
	width: auto;
	height: 100%;
}
#header_main_nav li a, #header_main_nav li span span, .layout_items #header_main_nav > li:first-child > a {
	display: block;
	width: auto;
	height: 100%;
	padding: 0 7px;
	color: #252525;
	font-size: 14px;
	font-weight: normal;
	background: none;
	line-height: 24px;
	margin:0;
}
#header_main_nav > li > a:hover, #header_main_nav > li > span > a:hover, #header_main_nav li span span {
    background: none;
    margin: 0;
    text-decoration: underline;
    color: rgb(101, 197, 239);
}
#header_main_nav li:not(:last-child) a:after, #header_main_nav li span span:after {
    content: "/";
    display: block;
    height: auto;
    width: auto;
    position: absolute;
    top: 0px;
    left: -4px;
    color: rgb(37, 37, 37);
}
#header_main_nav li.link_customer, #header_main_nav li.link_customer_me, #header_main_nav li.link_customer_logout {
    display: none;
}

/* --- end_main_nav_bg --- */ 

/* --- element_general_search_header --- */ 
a#search_icon {
    position: absolute;
    left: 233px;
    top: 40px;
    width: 18px;
    height: 18px;
    background: url(search.png) no-repeat center center;
    z-index: 99;
    cursor: pointer;
    margin-top: 5px;
}
div#header_show_search {
    display: block;
    position: absolute;
    background: rgba(209, 228, 235, 0.65);
    top: auto;
    bottom: 0px;
    right: 0px;
    height: 0px;
    width: 960px;
    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;
}
div#header_show_search.wide_search{
	height: 60px;
	bottom: -63px;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
div#header_show_search * {
	display: block;
	width: 100%;
	height: 100%;
	background: none;
	padding: 0px;
	position: static;
	color: #fff;
}
#header_show_search .search .textInput #q {
    padding: 0px;
    position: static;
    background: none;
    width: 100%;
    height: 100%;
    color: rgb(90, 74, 66);
    text-indent: 83px;
    font-size: 20px;
    font-weight: normal;
}
div#header_show_search div#searchBtnHook {
    display: none;
    position: absolute;
    top: 7px;
    left: 9px;
    width: 183px;
    height: 45px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: rgb(255, 90, 127);
}
.searchButton input[type="submit"]{
	left: 4px;
	font-size: 20px;
	line-height: 0;
	visibility: visible;
	z-index: 9999;
	font-weight: normal;
}
div#header_show_search.wide_search .close_search {
    opacity: 1;
    display: block;
}
div#header_show_search .close_search {
	background: url(x.png) no-repeat center center;
	font-size: 0;
	position: absolute;
	top: 0;
	right: 0;
	height: 58px;
	width: 52px;
	cursor: pointer;
	opacity: 0;
	display: none;
}
div#header_show_search.wide_search div#searchBtnHook{
	display: block;
}
/* --- end element_general_search_header --- */ 

/* --- element_general_links_header --- */ 
#bg_header .store_phone {
	display: block;
	position: absolute;
	left: 0;
	top: 52px;
}
#bg_header .store_phone span.main_phone {
	display: block;
	color: #565752;
	font-size: 17px;
	font-weight: bold;	
}
#bg_header .store_phone span.second_phone {
	display: none;
}
/* --- end_element_general_links_header --- */ 

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

/* --- element_general_login_logout_header --- */ 
.element_general_login_logout {
	display: inline-block;
	float: left;
	height: 31px;
	position: static;
	z-index: 9999;
	margin-right: 30px;	
	margin-top: 3px;
}
ul.element_general_login_logout_list {
	display: block;
	height: 100%;
}
ul.element_general_login_logout_list:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.element_general_login_logout li.link_customer_signup a {
	padding: 0;
}
.element_general_login_logout li.link_customer.secoend a, .element_general_login_logout li.link_customer.secoend span {
	padding-left: 0;
}
.element_general_login_logout li.link_customer.secoend a:after, .element_general_login_logout li.link_customer.secoend span:after, .element_general_login_logout li.link_customer_logout a:after {
	content: none;
}
.element_general_login_logout li.link_customer_logout a {
	padding-left: 0;	
}
ul.element_general_login_logout_list li {
	display: inline-block;
	float: right;
	height: 100%;
}
ul.element_general_login_logout_list li span {
	display: block;
	height: 100%;
}
#wrapper .element_general_login_logout > ul > li a, .element_general_login_logout > ul > li span span {
    font-size: 14px;
    line-height: 28px;
}
.element_general_login_logout li a, ul.element_general_login_logout_list li span span {
	display: block;
	height: 100%;
	color: #231f20;
	line-height: 31px;
}
.element_general_login_logout li a:hover, ul.element_general_login_logout_list li span span {
    text-decoration: underline;
    color: rgb(63, 196, 255);
}
ul.element_general_login_logout_list li.pos_0 {
	margin-left: 18px;
}
/* --- end_element_general_login_logout_header --- */ 

/* --- element_general_prime_categories_category_header --- */ 
#bg_header .element_general_prime_categories {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    width: 960px;
    height: 40px;
    z-index: 99;
}
.element_general_prime_categories > .store_categories {
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(244, 233, 217);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 95px;
}
.element_general_prime_categories h3 {
	display: none;
}
#bg_header .element_general_prime_categories > .store_categories > li {
    display: inline-block;
    width: auto;
    height: 40px;
    background: none;
    position: relative;
    padding: 0 6px;
}
#bg_header .element_general_prime_categories > .store_categories > li:last-child {
	padding-left: 0;
}
#bg_header .element_general_prime_categories > .store_categories > li:first-child {
	padding-right: 0;
}
#bg_header .element_general_prime_categories > .store_categories > li:first-child a {
	padding-right: 0;
}
#bg_header .element_general_prime_categories > .store_categories > li.store_category_group_title {
	display: none;
}
#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 {
    content: "";
    height: 16px;
    width: 1px;
    display: block;
    position: absolute;
    top: 6px;
    left: -9px;
    z-index: 99;
    background: rgb(137, 137, 137);
}
#bg_header .element_general_prime_categories > .store_categories > li:hover:before {
	content: "";
	height: 35px;
	width: 100%;
	background: none;
	display: block;
	position: absolute;
	right: 0px;
	top: 30px;
	z-index: 99;
}
#bg_header .store_categories > li > a, #bg_header .store_categories > li > span {
    display: block;
    width: auto;
    line-height: 27px;
    margin-top: 5px;
    height: 100%;
    padding: 0;
    background: none;
    font-size: 15px;
    position: relative;
    color: rgb(17, 17, 17);
    font-weight: normal;
    border-top: 3px solid rgba(0, 0, 0, 0);
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#bg_header .element_general_prime_categories > .store_categories > li:hover > a, #bg_header .element_general_prime_categories > .store_categories > li > span {
    border-color: rgb(255, 90, 127);
    color: rgb(255, 90, 127);
}
#bg_header .element_general_prime_categories > .store_categories > li:hover {
	border-bottom: none;
	background: none;
}
/*drop*/

#wrapper #header_group1 > div > div > div > ul > li.open_left{
	right: auto;
}
#wrapper #bg_header #header_group1 > div > div > div > ul > li.open_left > .drop-wrapper{
	right: auto;
	left: 0;
}

#wrapper #header_group1 > div > ul > li.open_left{
	right: auto;
}
#wrapper #bg_header #header_group1 > div > ul > li.open_left > .drop-wrapper{
	right: auto;
	left: 0;
}

#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 > .drop-wrapper{
	display: none;
}
#bg_header .element_general_prime_categories .store_categories > li:hover > .drop-wrapper {
    display: block;
    position: absolute;
    width: 224px;
    height: auto;
    background-color: rgb(244, 233, 217);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.15);
    right: 0;
    top: 41px;
    -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.store_categories {
    display: inline-block;
    float: right;
    background: none;
    width: 100%;
    height: 100%;
    padding: 15px 65px 20px 20px;
    -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.store_categories li {
    position: relative;
    display: block;
    float: none;
    background: none;
    width: auto;
    height: auto;
    margin-left: 2%;
}
#bg_header .element_general_prime_categories .store_categories > li > .drop-wrapper ul.store_categories li:before {
    content: "\f100";
    font-family: fontawesome;
    position: absolute;
    top: 5px;
    right: -35px;
    color: rgb(255, 90, 127);
}
#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: rgb(37, 37, 37);
    font-size: 15px;
}
#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: rgb(255, 90, 127);
}
#bg_header .element_general_prime_categories .store_categories > li > .drop-wrapper .show_nav_content {
	display: inline-block;
	float: left;
	width: 50%;
}
#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 --- */  
div#main {
    width: 100%;
}
div#bg_middle {
    width: 100%;
    margin-bottom: 24px;
}
div#homepage_group2 {
    width: 960px;
    float: none;
    margin: 0 auto;
    margin-top: 0px;
}
div#homepage_group1 {
    margin-top: 1px;
}
/* --- 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_categories_images_middle --- */ 
div.element_general_categories_images.main_cat{
	width: 960px;
	margin: 0 auto;
	margin-bottom: 24px;

}
.element_general_categories_images.main_cat .current_category_image{
	width: 235px;
	height: 220px;
	display: inline-block;
	float: right;
	margin-left: 6px;
	margin-bottom: 5px;
	background: none;
	overflow: hidden;
	position: relative;
}
.element_general_categories_images.main_cat .current_category_image.pos_3{
	margin-left: 0px;
}
.element_general_categories_images.main_cat .current_category_image.pos_7{
	margin-left: 0px;
}
.element_general_categories_images.main_cat .current_category_image .category_image_title {
    display: block;
    position: absolute;
    color: rgb(255, 255, 255);
    height: 46px;
    top: 13px;
    right: auto;
    left: 3px;
    margin: 0;
    max-width: 220px;
    overflow: hidden;
    z-index: 9;
    margin-left: 20px;
    background: url(border_main_cat.png) 0px 35px no-repeat;
}
.element_general_categories_images.main_cat .current_category_image a{
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
}
.element_general_categories_images.main_cat .current_category_image:hover a:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(63, 196, 255);
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.65;
}
.element_general_categories_images.main_cat .current_category_image table{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}
.element_general_categories_images.main_cat .current_category_image table *{
	display: block;
	width: 100%;
	height: 100%;
}
.element_general_categories_images.main_cat .current_category_image img{
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
	margin: 0 auto;
}
.element_general_categories_images.main_cat .current_category_image h3{
	display: block;
	width: 100%;
	color: #fff;
	height: 74%;
	overflow: hidden;
	font-weight: bold;
	font-size: 16px;
	line-height: 38px;
	text-align: left;
	margin-left: 21px;
}
.element_general_categories_images.main_cat .current_category_image .category_image_content {
    display: block;
    position: absolute;
    right: auto;
    left: 23px;
    top: 53px;
    color: rgb(255, 255, 255);
    box-sizing: border-box;
    padding-top: 121px;
    padding-left: 33px;
    width: 131px;
    height: 145px;
    text-align: left;
    overflow: hidden;
    font-size: 14px;
    line-height: 11px;
    opacity: 0;
}
.element_general_categories_images.main_cat .current_category_image:hover .category_image_content {
    z-index: 99;
    opacity: 1;
}

.element_general_categories_images.main_cat .current_category_image:hover a:before {
    content: "\f100";
    font-family: fontawesome;
    color: rgb(255, 255, 255);
    font-size: 13px;
    background: rgb(255, 90, 127);
    /* content: ""; */
    display: block;
    position: absolute;
    bottom: 27px;
    left: 22px;
    z-index: 99;
    padding: 5px 13px;
    padding-right: 99px;
}

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

/* --- element_general_links_middle --- */ 
/*titles*/
ul.element_general_links.title_link {
    text-align: center;
    margin-top: 24px;
    position: relative;
    margin-bottom: 25px;
    padding: 0;
    background: url(headline.png) no-repeat center center;
}
ul.element_general_links.title_link a{
	font-size: 22px;
	font-weight: normal;
	color: #302e29;
}
ul.element_general_links.title_link.collection_sec{
	text-align: center;
	margin-top: 28px;
	position: relative;
	margin-bottom: 35px;
	padding: 0;
	background: url('titles2.png') no-repeat center center;
}
ul.element_general_links.title_link a{
	font-size: 22px;
	font-weight: normal;
	color: #302e29;
}
/*end_titles*/
/*grid_homepage*/
/*grid_homepage_titles*/

ul.element_general_links.title,
ul.element_general_links.title_links {
	width: 372px;
	position: absolute;
	right: calc(50% - 180px);
	height: 40px;
	margin: 19px auto 4px;
	text-align: center;
	margin-bottom: 1px;
	z-index: 99;
}
ul.element_general_links.title li a,
ul.element_general_links.title_links li a {
	line-height: 40px;
	font-size: 16px;
	height: auto;
	color: #58595b;
	text-align: center;
	display: block;
	font-weight: bold;
	cursor: pointer;
	overflow: hidden;
}

ul.element_general_links.title_links li {
	width: 158px;
	border: 1px solid #58595b;
	padding: 0;
	text-align: center;
	height: 100%;
	display: inline-block;
	float: none;
	margin-left: 5px;
}
ul.element_general_links.title_links li:last-child {
	margin-left: 0px;
}
.element_general_links.title_links {
	width: 960px;
	margin: 0 auto;
	float: none;
	right: 0px;
	left: auto;
	height: 54px;
}
ul.element_general_links.title_links.horizontal {
	position: relative;
	width: 960px;
	height: 40px;
	right: 0;
	margin: 0px auto;
	display: block;
	top: 0;
	text-align: center;
	margin-bottom: 37px;
}
ul.element_general_links > li.css_class_new.active:after,
ul.element_general_links > li.css_class_recomended.active:after,
ul.element_general_links > li.css_class_sale.active:after
{
	content: '';
	background: url(orange_arrow.png) no-repeat ;
	display: block;
	height: 12px;
	width: 32px;
	margin: 0 auto;
	position: relative;
	top: 2px;
}

/*# ul.element_general_links > li {
    background: #1c75bb;
    }*/
    ul.element_general_links > li.css_class_new.active,
    ul.element_general_links > li.css_class_recomended.active,
    ul.element_general_links > li.css_class_sale.active{
    	background: #f5a403;
    	color: #fff;
    	border: 1px solid #f5a403;
    }
    ul.element_general_links > li.css_class_new.active a,
    ul.element_general_links > li.css_class_recomended.active a,
    ul.element_general_links > li.css_class_sale.active a{
    	color: #fff; 
    }
    .ca-nav span{
    	background: url(main_grid_arrows.png) no-repeat;
    }
    /*end_grid_homepage_titles*/
    /*end_grid_homepage*/
    /* --- end_element_general_links_middle --- */

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

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

/*strengths*/
div#homepage_group3 {
    width: 100%;
    background: url(strength_pattern.png);
}

.strengths-wrapper {
	display: block;
	width: 100%;
	background-color: #e7e8e7;
	position: relative;
}
.element_general_images.strengths {
    position: relative;
    width: 960px;
    height: auto;
    margin: 0px auto;
    text-align: center;
    padding-top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}


#bg_middle .element_general_images.strength:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#wrapper .element_general_images.strength .current_element_image div.img_strength {
    display: block;
    position: relative;
    max-width: 143px;
    height: 143px;
    left: 0;
    right: 0;
    margin: auto;
}
.img_strength {
    position: relative;
}
#homepage_group3 > div > div.current_element_image > a > div:before {
    background: url(1_hover.png);
    content: "";
    width: 137px;
    height: 137px;
    position: absolute;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: block;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    margin: auto;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateZ(-1000px) rotateY(-90deg);
    -moz-transform: translateZ(-1000px) rotateY(-90deg);
    -ms-transform: translateZ(-1000px) rotateY(-90deg);
    -o-transform: translateZ(-1000px) rotateY(-90deg);
    transform: translateZ(-1000px) rotateY(-90deg);
    -webkit-transition: all 0.18s ease;
    -moz-transition: all 0.18s ease;
    transition: all 0.18s ease;
}
#homepage_group3 > div > div.current_element_image.pos_1 > a > div:before{
    background: url(2_hover.png);
}
#homepage_group3 > div > div.current_element_image.pos_2 > a > div:before{
    background: url(3_hover.png);
}
#homepage_group3 > div > div.current_element_image.pos_3 > a > div:before{
    background: url(4_hover.png);
}
#homepage_group3 > div > div.current_element_image.pos_4 > a > div:before{
    background: url(5_hover.png);
}

#wrapper .element_general_images.strengths .current_element_image:hover div.img_strength:before{
    -webkit-transform: translateZ(0) rotateY(0);
    -moz-transform: translateZ(0) rotateY(0);
    -ms-transform: translateZ(0) rotateY(0);
    -o-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0);
    -webkit-transition: all 0.18s ease 0.18s;
    -moz-transition: all 0.18s ease 0.18s;
    transition: all 0.18s ease 0.18s;
    visibility: visible;
    opacity: 1;
}
#wrapper .element_general_images.strengths .current_element_image div.img_strength:after {
    content: "";
    width: 100%;
    height: 100%;
    position: static;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: block;
    margin: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateZ(0) rotateY(0);
    -moz-transform: translateZ(0) rotateY(0);
    -ms-transform: translateZ(0) rotateY(0);
    -o-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.18s ease 0.18s;
    -moz-transition: all 0.18s ease 0.18s;
    transition: all 0.18s ease 0.18s;
}
#wrapper .element_general_images.strengths .current_element_image:hover div.img_strength:after{
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateZ(-1000px) rotateY(-90deg);
    -moz-transform: translateZ(-1000px) rotateY(-90deg);
    -ms-transform: translateZ(-1000px) rotateY(-90deg);
    -o-transform: translateZ(-1000px) rotateY(-90deg);
    transform: translateZ(-1000px) rotateY(-90deg);
    -webkit-transition: all 0.18s ease;
    -moz-transition: all 0.18s ease;
    transition: all 0.18s ease;
}

.element_general_images.strengths .current_element_image div.img_strength img {
    display: block;
    visibility: visible;
    opacity: 1;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    position: static;
    margin: auto;
    -webkit-transform: translateZ(0) rotateY(0);
    -moz-transform: translateZ(0) rotateY(0);
    -ms-transform: translateZ(0) rotateY(0);
    -o-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0);
    -webkit-transition: all 0.18s ease 0.18s;
    -moz-transition: all 0.18s ease 0.18s;
    transition: all 0.18s ease 0.18s;
}
#wrapper .element_general_images.strengths .current_element_image:hover div.img_strength img{
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateZ(-1000px) rotateY(-90deg);
    -moz-transform: translateZ(-1000px) rotateY(-90deg);
    -ms-transform: translateZ(-1000px) rotateY(-90deg);
    -o-transform: translateZ(-1000px) rotateY(-90deg);
    transform: translateZ(-1000px) rotateY(-90deg);
    -webkit-transition: all 0.18s ease;
    -moz-transition: all 0.18s ease;
    transition: all 0.18s ease;
}



.element_general_images.strengths .current_element_image {
    display: inline-block;
    position: relative;
    width: 188px;
    height: 100%;
    vertical-align: top;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 34px;
}
.element_general_images.strengths .current_element_image h3 {
    font-size: 14px;
    color: rgb(37, 37, 37);
    line-height: 16px;
    position: static;
    width: 100%;
    font-weight: bold;
    height: 16px;
    margin-top: 20px;
}
.element_general_images.strengths > div > a {
    height: auto;
    position: static;
    display: block;
    margin-top: 50px;
}
.element_general_images.strengths .current_element_image a .strengths_img_wrapper {
	height: 57px;
	margin-bottom: 25px;
	position: relative;
}
.element_general_images.strengths .current_element_image a img {
    display: block;
    margin: auto;
    position: static;
}

.element_general_images.strengths .current_element_image:hover .strengths_p_wrapper {
	display: block;
}
.element_general_images.strengths .current_element_image .strengths_p_wrapper {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #b9e5f4;
	color: #333333;
	line-height: 18px;
	font-size: 12px;
	margin-top: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.element_general_images.strengths .current_element_image p {
    position: static;
    color: rgb(37, 37, 37);
    margin: 0 auto;
    line-height: 15px;
    overflow: hidden;
    font-size: 14px;
    margin-top: 2px;
    width: 160px;
}
/* --- 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 --- */ 
#wrapper .element_general_grid_content_carousel.carousel_grid .ca-wrapper {
    width: 972px;
    padding-top: 0;
}
.element_general_grid_content_carousel.carousel_grid {
    margin-bottom: 29px;
}
#wrapper .element_general_grid_content_carousel.carousel_grid div.ca-item {
	width: 243px;
}
.element_general_grid_content_carousel.carousel_grid div.ca-item .grid .list_item_current_list_item_content {
	display: none;
}
#wrapper #bg_middle .ca-nav {
    background: url(carousel_arrows.png) no-repeat;
    position: absolute;
    width: 1034px;
    height: 40px;
    top: 16px;
    right: auto;
    left: -32px;
}
#wrapper #bg_middle .ca-nav span {
    background: none;
    width: 1034px;
    height: 100%;
    float: left;
    margin: 0px;
    position: relative;
    top: 0;
    right: 0;
    opacity: 1;
}
#wrapper #bg_middle .element_general_grid_content_carousel.carousel_grid .ca-nav {
    background: url(carousel_arrows.png) no-repeat;
    position: absolute;
    width: 1034px;
    height: 40px;
    top: 46%;
    left: -38px;
    right: auto;
}
#wrapper #bg_middle .ca-nav span.ca-nav-next {
	background-position: top right;
}
.layout_homepage .store_category_list_items .grid .list_item_compare, .layout_homepage .store_list_items .grid .list_item_compare {
	display: none;
}
/* --- end element_general_carousel_middle --- */ 

/* --- element_general_brand_carousel --- */ 
.small .ca-container {
    width: 960px;
}
.small .ca-container .ca-item {
    width: 160px;
}
.element_general_carousel.small.brands {
    margin-top: 29px;
    margin-bottom: 24px;
}
/* --- 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 ------------------------------------- */

/*  Newsletter */

#footer_group1 {
    width: 100%;
    height: 150px;
    display: block;
    position: static;
    background: url(newsletter_bg.png) 0;
    padding-bottom: 5px;
}
#footer_group1 .contentBG {
    position: relative;
    width: 960px;
    margin: 0 auto;
    height: 100%;
    background: url(newsletter.png) no-repeat;
    background-position: center;
}
#footer_group1 .smallButton {
    position: static;
}
#footer_group1 .smallButton span
{
	font-size: 16px;
	line-height: 41px;
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	visibility: visible;
	font-weight: bold;
}
#footer_group1 .element_general_newsletter + input + div.smallButton a, #footer_group1 .element_general_newsletter + input + div.smallButton div {
    display: block;
    width: 162px;
    height: 41px;
    background-color: rgb(63, 196, 255);
    background-image: none;
    border: none;
    top: 63px;
    left: 0;
    position: absolute;
}
#footer_group1 .element_general_newsletter + input + div.smallButton:hover div, #footer_group1 .element_general_newsletter + input + div.smallButton:hover a {
    background-color: rgb(255, 90, 127);
}
#footer_group1 #ticket_customer_email {
    position: static;
    margin: 0;
    display: block;
    width: 428px;
    height: 41px;
    line-height: 15px;
    border: 1px solid rgb(226, 226, 226);
    background: rgb(255, 255, 255);
    direction: rtl;
    padding: 15px;
    font-size: 15px;
    color: rgb(0, 0, 0);
}
#wrapper #bg_footer .contact label {
    width: auto;
    padding-right: 359px;
}
.element_general_newsletter {
    background: none;
    width: auto;
    padding-top: 63px;
}
.contact {
    width: 960px;
}
.newsletterSideText {
	position: absolute;
	top: 29px;
	right: 180px;
	display: block;
	width: 140px;
	height: 50px;
	font-size: 18px;
	font-weight: bold;
	color: #252525 !important;
	text-align: center;
}
.newsletterSideText .textLarge
{
	font-size: 38px;
	display: block;
}
.newsletterBottomText {
    position: absolute;
    top: 115px;
    right: 374px;
    width: 250px;
    display: block;
    color: rgb(0, 0, 0) !important;
    font-size: 11.5px;
}
/* END - Newsletter */
#bg_footer {
    background: url(footer_pattern.png);
    background-size: cover;
    position: relative;
    max-width: none;
    line-height: 22px;
    border-top: none;
    height: 507px;
}
#footer_middle_groups {
    position: relative;
    width: 960px;
    margin: 0 auto;
    margin-top: 35px;
}
#bg_footer {
	margin-top: 0
}

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

/* --- element_general_links_footer --- */
ul.element_general_links.footer_safe_buy.vertical {
	position: absolute;
	left: 0;
	top: 5px;
	width: 224px;
	height: 150px;
	text-indent: 7px;
}
#footer_middle_groups ul.element_general_links.footer_safe_buy.vertical {
	margin: 0;
}
#footer_group5 > ul {
	float: left;
	width: 220px;
}
#layout_footer .element_general_links.horizontal li {
    display: inline-block;
    margin: 0 3px;
    margin-top: 17px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background: rgb(255, 255, 255);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 5%;
    -webkit-border-radius: 5%;
    border-radius: 100%;
}
#layout_footer .element_general_links.horizontal li.pos_0 {
	background: #fff;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
#layout_footer .element_general_links.horizontal li.pos_0 li a i
{
	color: #dad !important;
}

#layout_footer .element_general_links.horizontal.f_t_g li a {
    font-size: 19px;
    line-height: 32px;
    display: inline-block;
    width: 100%;
    height: 100%;
    color: rgb(63, 196, 255);
}
h3#links_h3_f_t_g {
	font-weight: normal;
	font-size: 19px;
	line-height: 19px;
	padding-bottom: 15px;
	padding-right: 2px;
}
#bg_footer #footer_group4 h3.safe_buy {
	position: absolute;
	top: 5px;
	left: 72px;
	height: 23px;
	background: none;
}
/* --- end_element_general_links_footer --- */

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

/* --- element_general_prime_categories --- */
#bg_footer .store_categories {
	height: 223px;
	overflow: hidden;
}
#bg_footer .element_general_all_categories_sorted_by_titles li,
#bg_footer .element_general_prime_categories li,
#bg_footer .element_general_all_categories li {
	line-height: 22px;
}
#bg_footer .element_general_all_categories_sorted_by_titles li a:hover,
#bg_footer .element_general_prime_categories li a:hover,
#bg_footer .element_general_all_categories li a:hover {
	text-decoration: none;
	color: #7fa4ad;
}
#bg_footer .element_general_prime_categories h3 {
	display: block;
}
/* --- end element_general_prime_categories --- */

/* --- element_general_show_contact --- */
#bg_footer #footer_group4 {
    padding-left: 240px;
    background: url(credit_footer.png) no-repeat;
    background-position: 10px 128px;
}
#footer_group4 .element_general_show_contact p span {
	font-size: 14px !important;
}
/* --- end element_general_show_contact --- */

/* --- #footer_group2, #footer_group3, #footer_group4_footer --- */
#footer_group2, #footer_group3, #footer_group4 {
	background: none;
}
#layout_footer #footer_group2 {
	width: 187px;
}
#layout_footer #footer_group3 {
	width: 248px;
}
#footer_group4 .element_general_links {
    width: 220px;
    position: absolute;
    top: -6px;
    left: 0;
}
#layout_footer {
    position: relative;
    padding-bottom: 35px;
    width: 100%;
    padding-top: 0;
}
#footer_group5 {
	position: absolute;
	left: 0;
	top: 250px;
}
#layout_footer .element_general_links.horizontal.f_t_g li a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(63, 196, 255);
    border-radius: 100%;
}
#footer_group5 .element_general_links, #footer_group4 .element_general_links, #footer_middle_groups h3, #footer_middle_groups .element_general_show_contact h3 span, h3#links_h3_f_t_g {
    color: rgb(255, 90, 127);
    font-size: 16px !important;
    line-height: 19px !important;
    font-weight: bold;
}
#footer_middle_groups h3:before, #bg_footer .element_general_prime_categories h3:before {
    content: "";
    display: block;
    background: url(star_icon.png);
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0px;
}
#footer_middle_groups h3, #bg_footer .element_general_prime_categories h3 {
    padding-right: 20px;
    position: relative;
}
#layout_footer a, #layout_footer p, #layout_footer strong {
    color: rgb(37, 37, 37);
}
#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, #layout_footer .element_general_links a:hover {
    color: rgb(255, 90, 127);
    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: 246px;
}

div#footer_group5 {
	display: none;
}
#footer_middle_groups > div {
	padding: 5px 19px 5px 0;
}
#bg_footer .element_general_all_categories_sorted_by_titles li a, #bg_footer .element_general_prime_categories li a, #bg_footer .element_general_all_categories li a {
	width: 100%;
}
li.image_id_137595.pos_0 {
    display: none;
}
/* --- 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 .layout_list_item {
	width: 228px;
}
.layout_category .layout_list_item:nth-child(4n) {
	margin-left: 0px;
}
#category_group2, #items_group2 {
	padding: 31px 0 0 0;
}
#category_group2 .show_filters {
	border-top: none; 
	padding:0; 
}
.layout_category #bg_middle {
	width: 100%;
}
.category_middle_groups {
	width: 960px;
	margin: 0 auto;
}
.element_category_filter h1 {
	padding: 7px 0;
	padding-bottom: 18px;
}
div.ProductItem div.boxContent {
	border: none;
	background-color: #fcfcfc;
}
.element_category_filter .results b {
	font-weight: bold;
}
.sortBox a {
	font-weight: bold;
}
#category_group3, #items_group3 {
	width: 960px;
}
.element_category_list_items #facebook_and_sort_category, .element_items_list_items #search_msg_facebook_and_sort {
    width: 960px;
    position: relative;
    right: 712px;
    top: -30px;
    height: 29px;
}
.element_category_filter .results {
    left: 369px;
    right: auto;
}
.element_category_filter h1 {
    font-size: 22px;
}
div.ProductItem {
    margin-bottom: 9px;
    width: 100%;
    background: rgb(253, 247, 238);
}
.layout_items div.ProductItem div.boxContent {
	width: 920px;
}
#items_group3 .element_items_list_items #search_msg_facebook_and_sort .show_sort {
	position: relative;
	right: -82px;
	top: 15px;
}
.results b {
	font-weight: bold;
}
/* --- end layout_category --- */   

/* --- element_category_filter_category --- */ 
#category_group3 .element_category_list_items #facebook_and_sort_category .show_sort_category, #items_group3 .element_items_list_items #search_msg_facebook_and_sort .show_sort {
    right: 110px;
}
span.results {
    position: absolute;
    top: 10px;
    font-size: 14px;
    color: rgb(102, 102, 102);
}
/* --- end element_category_filter_category --- */ 

/* --- element_category_list_items_category --- */ 
.store_list_items, .store_category_list_items {
	margin-top: -2px;
}
.store_category_list_items .grid .list_item_compare, 
.store_list_items .grid .list_item_compare {
	display: none;
	width: 230px;
	height: 26px;
	top: 242px;
	bottom: auto;
	background-color: rgba(230, 230, 230, 0.75);
	position: absolute;
	opacity: 0;
}
.store_category_list_items .grid .list_item_compare a, 
.store_list_items .grid .list_item_compare a {
	color: #303030;
	font-size: 14px;
	line-height: 24px;
}
.grid:hover .imgWrapperT a:before{
	opacity: 1;
	top: 180px;
}
.store_category_list_items .grid:hover .list_item_compare, 
.store_list_items .grid:hover .list_item_compare{
	opacity: 1;
	top: 222px;
}
.imgWrapperT a:before,
.grid:hover .imgWrapperT a:before,
.store_category_list_items .grid .list_item_compare, 
.store_list_items .grid .list_item_compare,
.store_category_list_items .grid:hover .list_item_compare, 
.store_list_items .grid:hover .list_item_compare{
	-o-transition: All 0.25s ease;
	-ms-transition: All 0.25s ease;
	-moz-transition: All 0.25s ease;
	-webkit-transition: All 0.25s ease;
	transition: All 0.25s ease;
}
.store_list_items, .store_category_list_items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	justify-content: flex-start;
	padding: 30px 0 0;
}
.layout_category .store_list_items,
.layout_category .store_category_list_items{
	padding: 0px 0 0;
}

.layout_list_item {
	margin: 0px 0px 21px 12px;
	position: relative;
	border-bottom: none;
	width: 228px;
	height: 329px;
}
.layout_homepage .layout_list_item:nth-child(4n) {
	margin-left: 0px;
}
.layout_list_item:hover .grid {
}
.layout_list_item .grid {
	width: 100%;
	height: auto;
	margin: 0;
	position: relative;
	background: #FFF;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #dedede;
}
.layout_list_item:hover .grid,
.layout_list_item .grid,
.layout_list_item:hover,
.layout_list_item {
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-ms-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
}
.layout_list_item .grid:before {
	display: none;
}
.store_category_list_items .grid .list_item_image, 
.store_list_items .grid .list_item_image {
	width: 100%;
	height: 231px;
	position: static;
}
.imgWrapperT {
	width: 100%;
	height: 100%;
}
.imgWrapperT img {
	margin: 0 auto;
	max-width: 216px;
	max-height: 216px;
}
.store_category_list_items .grid .list_item_title_with_brand, 
.store_list_items .grid .list_item_title_with_brand {
	padding: 0px 0px;
	width: 100%;
	position: static;
	height: 44px;
	margin-bottom: 5px;
	overflow: hidden;
}
.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;
	display: block;
	padding: 0px 15px;
	font-size: 15px;
	line-height: 20px;
	height: auto;
	max-height: 40px;
	overflow: hidden;
	width: auto;
	text-align: center;
}
.store_category_list_items .grid .list_item_show_price, 
.store_list_items .grid .list_item_show_price {
	height: 39px;
	width: auto;
	position: static;
	margin: 5px 15px 0;
	border-top: 1px solid #EBEBEB;
}
.grid .list_item_show_price span.item_show_origin_price {
    top: auto;
    width: auto;
    color: rgb(135, 134, 134);
    font-size: 13.5px;
    line-height: 16px;
    bottom: 10px;
}
.store_list_items .grid .list_item_show_price a,
.store_category_list_items .grid .list_item_show_price a {
	background: none;
	padding: 0;
	margin: 0;
	width: auto;
	float: left;
	line-height: 20px;
	height: 20px;
	color: #5A5C56;
	font-size: 15px;
	position: relative;
	top: 10px;
}
.store_list_items .grid .list_item_show_price a strong,
.store_category_list_items .grid .list_item_show_price a strong {
	color: #c25131;
	font-size: 17px;
	font-weight: bold;
}
.pagination a, .pagination span {
	min-width: 20px;
	width: auto;
	font-weight: normal;
}
.pagingWrapper {
	float: none;
}
.store_category_list_items .grid .list_item_current_list_item_content, 
.store_list_items .grid .list_item_current_list_item_content {
	position: static;
	width: 100%;
	height: 0px;
	overflow: hidden;
	max-height: 128px;
}
.store_category_list_items .grid:hover .list_item_current_list_item_content, 
.store_list_items .grid:hover .list_item_current_list_item_content {
	height: 100%;
}
.store_category_list_items .grid .list_item_current_list_item_content p, 
.store_list_items .grid .list_item_current_list_item_content p {
	position: static;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	font-size: 13px;
	color: #818181;
}
.store_category_list_items .grid .list_item_current_list_item_content > p, 
.store_list_items .grid .list_item_current_list_item_content > p {
	padding: 0 14px 0px 12px;
}
.store_category_list_items .grid .list_item_current_list_item_content > p a,
.store_list_items .grid .list_item_current_list_item_content > p a {
	color: #666;
	text-decoration: underline;
}
.layout_homepage .element_category_list_items #facebook_and_sort_category,
.layout_homepage .element_items_list_items #search_msg_facebook_and_sort {
	display: none;
}
.row {
	width: 960px;
	margin: 0 auto;
}
.store_category_list_items:after,
.store_list_items:after {
	display: none;
}
.layout_list_item .grid #item_icons li.info_icon,
.chrome_store_list_items #item_icons li.info_icon {
	display: table;
	float: left;
}
.store_list_items table.imgWrapperT a {
	width: 100%;
	height: 100%;
}
table.imgWrapperT td {
	vertical-align: middle;
	display: table-cell;
	width: 100%;
	height: auto;
}
.layout_list_item .grid:before {
	content: "";
	background: url(shadow.png) no-repeat center bottom;
	display: block;
	position: absolute;
	top: 100%;
	right: 0;
	height: 5px;
	width: 100%;
	z-index: 0;
}
.layout_list_item:hover .grid {
	z-index: 2;
}
.pagingWrapper {
	padding-top: 26px;
}
.pagination span.prev_page {
	color: #303030;
	font-size: 15px;
	font-weight: bold;
}
.pagination span.current {
	font-weight: bold;
	font-size: 15px;
	text-decoration: underline;
}
.pagination a {
	color: #303030;
	font-size: 15px;
	font-weight: bold;
}
.pagination a:hover {
	text-decoration: underline;
}
#bg_middle .layout_list_item #item_icons img, .chrome_store_list_items #item_icons img {
    max-width: 80px;
    max-height: 80px;
}
/* --- end element_category_list_items_category --- */ 

/* --- element_general_prime_categories_category --- */ 
/* --- end element_general_prime_categories_category --- */ 
#items_group3 .element_items_list_items #search_msg_facebook_and_sort .show_search_msg {
	margin-top: 2px;
}

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

/* --- layout_category --- */ 
#bg_middle #bread_crumbs, #category_group1 > div > h1 {
    width: 960px;
    margin: 0 auto;
}

.filterOptions {
    width: 960px;
    margin-top: 8px;
}
.element_category_filter {
    margin-top: 10px;
}

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

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

/* --- element_category_list_items_category --- */ 
.imgWrapperT td, th {
	display: table-cell;
	vertical-align: inherit;
	border-style: solid;
	border-width: 1px;
	border: none;
}
.layout_homepage div#search_msg_facebook_and_sort {
	display: none;
}

.store_list_items,
.store_category_list_items {
	width: 960px;
}
.layout_list_item {
	width: 230px;
	height: 326px;
	margin: 0 0px 30px 10px;
	position: relative;
	border-bottom: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sortBox a:first-child {
	font-weight: normal;
}
.sortBox a {
	font-weight: bold;
}
.results b {
	font-weight: bold;
}
.layout_list_item:after {
	content: '';
	background: url(shadow.png) center bottom no-repeat;
	width: 100%;
	height: 6px;
	display: block;
	position: static;
}
.layout_list_item:hover .grid {
	-moz-box-shadow: 0px 0px 6px #DADADA;
	-webkit-box-shadow: 0px 0px 6px #DADADA;
	box-shadow: 0px 0px 6px #DADADA;
}
#wrapper #bg_middle .layout_list_item .grid {
    width: 100%;
    height: auto;
    margin: 0;
    position: relative;
    background: rgb(255, 255, 255);
    padding-top: 0px;
    border: 1px solid rgb(241, 241, 242);
    padding-top: 6px;
}
.layout_list_item:hover .grid,
.layout_list_item .grid,
.layout_list_item:hover,
.layout_list_item {
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-ms-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
}
.layout_list_item .grid:before, .layout_list_item .grid:after {
	-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	position: absolute;
	left: 5px;
	bottom: 14px;
	z-index: -1;
	width: 60%;
	max-width: 300px;
	height: 20%;
	content: "";
	opacity: 0;
}
.layout_list_item .grid:after {
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	-o-transform: rotate(4deg);
	right: 5px;
	left: auto;
}
.store_category_list_items .grid .list_item_image, .store_list_items .grid .list_item_image {
    width: 100%;
    height: 215px;
    position: relative;
    margin-bottom: 4px;
    top: 0;
}
.store_category_list_items .grid .list_item_image *, 
.store_list_items .grid .list_item_image * {
	display: block;
	width: 100%;
	height: 100%;
}
.store_category_list_items .grid .list_item_image img, .store_list_items .grid .list_item_image img {
    width: auto;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.store_category_list_items .grid .list_item_title_with_brand, .store_list_items .grid .list_item_title_with_brand {
    padding: 0px 0px;
    width: 100%;
    height: 42px;
    position: static;
    margin-bottom: 8px;
}
.store_category_list_items .grid .list_item_title_with_brand a,
.store_list_items .grid .list_item_title_with_brand a {
	color: #434343;
	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_show_price, .store_list_items .grid .list_item_show_price {
    height: 32px;
    width: 58%;
    position: static;
    border-top: 1px solid rgb(225, 225, 225);
    margin: 0 auto;
}
.grid .list_item_show_price span.item_show_origin_price {
    display: inline-block;
    float: right;
    position: static;
    width: auto;
    height: 100%;
    color: rgb(180, 180, 180);
    font-size: 14px;
    line-height: 33px;
}
.store_list_items .grid .list_item_show_price a, .store_category_list_items .grid .list_item_show_price a {
    display: inline-block;
    position: static;
    height: 100%;
    background: none;
    line-height: 33px;
    width: auto;
}
.store_list_items .grid .list_item_show_price a strong, .store_category_list_items .grid .list_item_show_price a strong {
    color: rgb(63, 196, 255);
    font-size: 16px;
}
.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 #000;
	padding: 0px;
	margin-left: 0;
	color: #000;
	font-size: 14px;
	background: none;
	line-height: 25px;
	margin-top: 6px;
}
div > div.extra_button {
	display: none;
}
.root .pagingWrapper {
	display: none;
}
.pagination a, .pagination span {
	min-width: 20px;
	width: auto;
	font-weight: normal;
}
.root #bg_footer {
	margin-top: 268px;
}
.store_category_list_items .grid .list_item_current_list_item_content, 
.store_list_items .grid .list_item_current_list_item_content {
	position: static;
	width: 100%;
	height: 0px;
	overflow: hidden;
}
.store_category_list_items .grid .list_item_current_list_item_content p, .store_list_items .grid .list_item_current_list_item_content p {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-size: 13px;
    color: rgb(129, 129, 129);
}
.store_category_list_items .grid .list_item_current_list_item_content > p, .store_list_items .grid .list_item_current_list_item_content > p {
    padding: 0 14px 11px 12px;
    top: -3px;
}
.store_category_list_items .grid .list_item_current_list_item_content p a, .store_list_items .grid .list_item_current_list_item_content p a {
	color: #FCB040;
}
div.ProductItem div.boxContent {
    border-right: none;
    overflow-y: hidden;
    border-left: none;
    background: none;
    width: 960px;
    margin: 0 auto;
}
.group b {
    font-weight: bold;
}
.layout_list_item .grid #item_icons, .element_general_chrome_store_list_items .chrome_store_list_items #item_icons {
    top: 0px;
    padding: 0 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.layout_list_item .grid #item_icons li, .chrome_store_list_items #item_icons li{
	float: left;
}
.pagination span {
	font-weight: bold;
	text-decoration: underline;
}
/* --- end element_category_list_items_category --- */ 


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

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

/* ------------------------------------- layout_item ------------------------------------- */
div#layout_item {
    margin-top: 15px;
}
#bg_middle #bread_crumbs {
    margin-top: 12px;
}
.layout_item div#main {
    width: 960px;
    margin: 0 auto;
}
.layout_item #bg_header {
    background: rgb(255, 255, 255);
}
.layout_item #wrapper {
	background: #fff;
}
.item_option5 #item_current_sub_title {
	color: #4b4b4b;
}
.item_option5 #item_upgrades label, .item_option5 .upgrade_topic_title {
	margin-top: 0px;
}
.item_option5 #item_current_content b {
	font-weight: normal;
}
.item_option5 #item_current_content .list li strong:before {
	border-right-color: #cccccc;
}
.item_option5 span.truck {
    background-image: url(fast_icon.png);
}
.item_option5 #item_safe_buy {
    background-image: url(safe_buy_icon.png);
}
.item_option5 span.truck, .item_option5 #item_safe_buy {
	width: 115px;
	height: 74px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #fff;
	position: static;
	float: left;
	margin: 0 7px;
}
.item_option5 #layout_item .item_show_origin_price {
	font-size: 13px;
	color: #4b4b4b;
	font-weight: bold;
}
.item_option5 #item_show_price .price_value {
    font-size: 20px;
}
.item_option5 #layout_item .price_wrap .item_show_origin_price {
    font-size: 13px;
    color: rgb(75, 75, 75);
}

.cartTable th, .contactNow a, .buyNow a, #deal_button, .smallButton a, div.deal_items td.plus, div.deal_items td.equal, #bg_middle .element_general_all_categories_sorted_by_titles h3, #bg_middle .element_general_prime_categories h3, #bg_middle .element_general_all_categories h3, #item_zap_reviews .specifications .vi {
    background-color: rgb(63, 196, 255);
}
/*buttons*/
.layout_item #layout_item a#big_cart_now {
    width: 172px;
    height: 42px;
    background-color: rgb(63, 196, 255);
    display: inline-block;
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: bold;
    line-height: 41px;
    text-align: center;
    margin-top: 1px;
    margin-right: 11px;
    z-index: 0;
    bottom: 43px;
    border: 1px solid rgb(63, 196, 255);
    right: -12px;
    background-image: url(item_cart.png);
    background-repeat: no-repeat;
    background-position: 132px 13px;
    text-indent: 22px;
    box-shadow: none;
}
.layout_item #layout_item a#big_cart_now:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(63, 196, 255);
    background: url(item_cart_hover.png) no-repeat 132px 13px;
}
.layout_item #layout_item #item_link_buy_now .buyNow a {
    background-color: rgb(255, 90, 127);
    position: relative;
    right: 185px;
    z-index: 0;
    border: 1px solid rgb(255, 90, 127);
    box-shadow: none;
    top: 2px;
}
.layout_item #layout_item #item_link_buy_now .buyNow a:hover {
    background: rgb(255, 255, 255);
    color: rgb(255, 90, 127);
}
a.finish_buy {
	font-size: 0px;
	display: none;
}
.contactNow a:hover, .buyNow a:hover, #deal_button:hover, .smallButton a:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgb(255, 255, 255);
    color: rgb(255, 90, 127);
}
#item_link_buy_now .buyNow a:active {
	left: 0px;
	top: 0px;
}
div.deal_items div.smallButton {
	height: 40px;
	width: 153px;
}
.contactNow a, .buyNow a, #deal_button, .smallButton a {
	border-color: #c25131;
}
.contactNow a, .buyNow a, #deal_button, .smallButton a {
    background: rgb(255, 90, 127);
    border: 1px solid rgb(255, 90, 127);
    font-size: 18px;
    width: 153px;
}
.deal_items td.deal_button {
	left: -31px;
	top: 0px;
}
#tabs.active > ul > li a {
	font-size: 14px;
}
.specifications b {
	padding: 0px;
	margin: 0;
	width: 108px;
	line-height: 15px;
}
/* --- element_general_tabs --- */ 
#tabs.active > ul > li.active a {
    border-top: 3px solid rgb(63, 196, 255);
}
#tabs.active > ul > li a {
	border-top: 3px solid #b3b3b3;
}
#tabs.active > ul > li a:hover {
	background: #fff;
}
.matchingCarousel i {
	color: #c25131;
	font-size: 16px;
	font-weight: bold;
}
.matchingCarousel b {
	color: #4d4d4d;
	font-size: 14px;
	font-weight: normal;
}
#item_also_buy .mCarouselControls .prevImg {
	background: url(left.png) no-repeat 0 0px;
	left: -102px;
}
#item_also_buy .mCarouselControls .nextImg {
	background: url(right.png) no-repeat 0px 0px;
	right: -102px;
}
#tabs.active > div {
	border: none;
	border-top: 1px solid #CCC;
}
.matchingCarousel b {
	top: 106px;
}
.matchingCarousel i {
	padding-top: 4px;
}
.specifications span {
	font-size: 14px !important;
	line-height: 16px;
}
/* --- end element_general_tabs --- */

div#item_main {
    border-bottom: none;
}
#item_deal_items, .item_attributes {
    width: 960px;
}
#wrapper .item_bottom_links {
    position: relative;
    margin-bottom: 14px;
}

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


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

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

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

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

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

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

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

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

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

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

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

/*--- colors ---*/
.element_category_filter h1, .category_desc h3, .sortBox a, .sortBox i, .element_category_filter .results b, .group b, .groups-additional b, #bg_middle .element_general_all_categories_sorted_by_titles li:hover, #bg_middle .element_general_prime_categories li:hover, #bg_middle .element_general_all_categories li:hover, #bg_middle .element_general_all_categories_sorted_by_titles li span, #bg_middle .element_general_prime_categories li span, #bg_middle .element_general_all_categories li span, #header_main_nav li .page_children_main ul.page_children li a:hover, #header_main_nav li #header_show_prime_categories ul.store_categories li a:hover, #header_main_nav li #header_show_prime_categories ul.store_categories li span, .pagination span, .pagination a:hover, .results b, #sort_price a, #sort_price a, #sort_name a, #personal_sell_signup a, #item_current_title h1, #item_current_content b, .link_personal_sell_signup.blue_link, #item_show_price .price_value, .item_attributes > h3, .matchingCarousel i, .mainImage big, .mainImage b, #item_show_price > span.price_value > span.tiny, #store_categories_select_dynamic > span, .item_option5 #dealButtonHook:before, .item_option5 .bold_link.link_ask_about_item:before {
    color: rgb(63, 196, 255);
}
/*--- end colors ---*/

/* fonts */
/* end fonts */

/*bottons*/
/*end bottons*/

/* ------------------------------------- general ------------------------------------- */
.layout_items div#main {
    width: 960px;
    margin: 0 auto;
}
.layout_items span.results {
    top: 15px;
    right: -60px;
}
.design_skin3 #show_contact_form .contact .smallButton a {
    width: 300px;
}
.design_skin3.layout_customer_signup div#show_customer_form .contact input, .design_skin3 #show_contact_form .contact input, .design_skin3.layout_customer_login .contact input {
    width: 286px;
}
.design_skin3 #show_contact_form .info .checkbox {
    height: 23px;
}
.layout_order.design_skin3 div#layout_order {
    width: 960px;
    margin: 0 auto;
}
.layout_order.design_skin3 .smallButton a {
    background-color: rgb(63, 196, 255);
    width: 150px;
    height: 40px;
    line-height: 40px;
}
.layout_order.design_skin3 #bg_middle a {
    text-decoration: none;
}
.layout_order.design_skin3 .smallButton a:hover {
    background-color: rgb(255, 90, 127);
}
.flashNotice {
    background-color: rgb(248, 238, 229);
    border: none;
    width: 960px;
    margin-top: 2px;
    color: rgb(17, 17, 17);
}

#layout_contact {
    margin-bottom: 15px;
}
/* ------------------------------------- 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 ------------------------------------- */