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

/* --- layout_header --- */ 
#wrapper{
	background: none;
}
div#bg_top {
    display: block;
    height: 190px;
}
#bg_header{
    width: 100%;
    height: 190px;
    position: fixed;
    top: 0px;
    z-index: 999;
    background: #fff;
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,.15);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,.15);
    box-shadow: 0 3px 7px rgba(0,0,0,.15);
}
#layout_header {
    width: 999px;
}
div#bg_header:before {
    content: "";
    height: 30px;
    width: 100%;
    display: block;
    position: absolute;
    background-color: #422408;
}
body.layout_category div#bg_header:after,
body.layout_item div#bg_header:after{
    content: "";
    height: 30px;
    width: 100%;
    display: block;
    position: absolute;
    background-color: #422408;
    top: auto;
    bottom: 0px;
    z-index: 0;
}
#header_logo{
	right: 0px;
	top: 39px;
}
#header_logo img{
    max-width: 180px;
}
#header_secure_link {
    width: 15px;
    height: 20px;
    top: 114px;
    right: 357px;
}
#secureHook {
  background: url(lock_icon.png) no-repeat;
  width: 100%;
  height: 100%;
}
/* --- end layout_header --- */ 

/* --- header_cart_nav_header --- */
#header_cart_nav {
	top: 105px;
	right: 294px;
}
#cart_icon {
	background: none;
	display: none;
}
#header_cart_nav li.href_homepage {
	display: none;
}
li.link_order_with_counter a {
	padding: 0;
	font-weight: 400;
	margin: 0;
	background: none;
	color: #8dc63f;
	font-size: 13px;
	line-height: 40px;
}
span.cart_with_items b {
	font-weight: normal;
}
span.cart_with_items b + span {
	display: none;
}
.link_order_with_counter {
  padding-left: 0;
  width: 47px;
  height: 37px;
  background: url(cart_icon.png) no-repeat 0 9px;
  padding: 0;
  text-align: right;
}
/* --- end_header_cart_nav_header --- */

/* --- main_nav_bg --- */ 
div#main_nav_bg {
    width: 340px;
    height: 16px;
    left: 0px;
    top: 119px;
}
ul#header_main_nav {
    height: 100%;
    margin:0px;
}
#header_main_nav li span {
    display: block;
    height: 100%;
}
#header_main_nav li > span {
    display: block;
    height: 100%;
    background: none;
    color: #8dc63f;
    margin: 0px;
    font-weight: normal;
}
#header_main_nav li span span{
	background: none;
	color: #8dc63f;
	padding: 0px 5px;
    margin: 0px;
    border-left: 1px solid #603913;

}
#header_main_nav li:first-child span {
    border-left: 1px solid #603913;
    padding-left: 5px;
}
.layout_items #header_main_nav > li:first-child > a{
    color: #603913;
    background: none;
}
#header_main_nav li:last-child span span{
	border: none;
	color: #8dc63f;
}
li.link_all_items {
    display: none;
}
li.link_pages {
    display: none;
}
li.link_location {
    display: none;
}
#header_main_nav li a {
    color: #603913;
    padding: 0 10px;
    border-left: 1px solid #603913;
    font-size: 14px;
    margin: 0px;
    font-weight: normal;
}
#header_main_nav li:last-child a {
    padding-left: 0px;
    border: none;
}
#header_main_nav > li > a:hover, #header_main_nav > li > span > a:hover {
    background: none;
    color: #8dc63f;
    text-decoration: underline;
    margin: 0px;
}
/* --- end_main_nav_bg --- */ 

/* --- element_general_search_header --- */ 
#header_show_search {
    top: 106px;
    left: 379px;
    right: auto;
    width: 227px;
    height: 26px;
}
form.search, form.search div, label.textInput {
    display: block;
    height: 100%;
}
#header_show_search .search .textInput #q {
	width: 100%;
	height: 100%;
	background: none;
	-webkit-border-radius: 14px 15px 15px 14px/14px;
	-moz-border-radius: 14px 15px 15px 14px/14px;
	border-radius: 14px 15px 15px 14px/14px;
	background-color: #fff;
	border: solid 1px #bbbaba;
	color: #a1a2a2;
	left: 0;
	font-size: 14px;
}
.searchButton input[type="submit"] {
  background: url(search_btn.png) no-repeat center;
  width: 32px;
  height: 30px;
  top: -1px;
  right: auto;
  left: 0px;
}
/* --- end element_general_search_header --- */ 

/* --- element_general_links_header --- */ 
/*free_delivery*/
ul.element_general_links.free_delivery {
    width: auto;
    margin: 0 auto;
    height: 30px;
    position: absolute;
    left: 337px;
}
ul.element_general_links.free_delivery li a {
    font-size: 15.5px;
    color: #fff;
    line-height: 30px;
    display: block;
    height: 100%;
    font-weight: bold;
}
ul.element_general_links.free_delivery li.pos_0 a {
    letter-spacing: 2px;
}
.element_general_links.free_delivery li {
    display: block;
    height: 100%;
    background: url(rhombus_icon.png) no-repeat;
}
.element_general_links.free_delivery li.pos_0 {
    background-position: right center;
    padding-right: 27px;
}
.element_general_links.free_delivery li.pos_1 {
    margin-right: 15px;
    background-position: left center;
    padding-left: 28px;
}
/*end of free_delivery*/
/* --- 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 h3 {
    display: none;
}
.element_general_prime_categories{
    width: 999px;
    height: 16px;
    display: block;
    position: absolute;
    top: auto;
    bottom: 49px;
    z-index: 99;
}
.element_general_prime_categories .store_categories{
	width: 100%;
	height: 100%;
	background: none;
}
.element_general_prime_categories .store_categories li{
	width: auto;
	height: 100%;
	display: inline-block;
	background: none;
	position: 	relative;
	float: right;
}
.element_general_prime_categories > .store_categories > li > span {
    color: #ce2814;
    background: none;
    font-size: 19px;
    width: auto;
    border: none;
    border-left: 1px solid #603913;
    font-weight: normal;
    line-height: 16px;
    padding: 0 14px;
}
#bg_header .element_general_prime_categories .store_categories li:after {
    content: "";
    display: block;
    position: absolute;
    width: 280px;
    height: 20px;
}
.element_general_prime_categories .store_categories li a{
    color: #603913;
    font-size: 19px;
    width: auto;
    border: none;
    border-left: 1px solid #603913;
    font-weight: normal;
    line-height: 16px;
    padding: 0 16px;
}
body.layout_category .element_general_prime_categories .store_categories li:hover a{
	background: none;
	color: #ce2814;
}
.element_general_prime_categories .store_categories li:first-child a {
    padding: 0px;
    width: 19px;
    margin-left: 10px;
    border: none;
}
li.href_homepage a{
  background: url(home_icon.png) no-repeat;
}
li.href_homepage a:hover{
  background: url(home_icon.png) no-repeat;
}
.element_general_prime_categories .store_categories li.pos_1 a {
    border-right: 1px solid #603913;
}
.element_general_prime_categories .store_categories li:last-child a {
    border: none;
    padding-left: 0px;
    padding-right: 22px;
}
#bg_header .element_general_prime_categories .store_categories ul {
  display: none;
}
#bg_header .element_general_prime_categories .store_categories li:hover ul {
  display: none;
  background: rgba(255,255,255,0.9);
  height: auto;
  min-height: 325px;
  position: absolute;
  right: 0;
  top: 33px;
  z-index: 1;
  display: block;
  width: 287px;
  padding-right: 14px;
  padding-top: 10px;
  border: 9px solid #fff;
  border-top: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 3px 7px rgba(0,0,0,.15);
  -moz-box-shadow: 0 3px 7px rgba(0,0,0,.15);
  box-shadow: 0 3px 7px rgba(0,0,0,.15);
}
#bg_header .element_general_prime_categories .store_categories li.pos_1 ul{
	background: url(drop1.png) no-repeat rgba(255,255,255,0.9);
	background-position: -40px 113%;
}
#bg_header .element_general_prime_categories .store_categories li.pos_2 ul{
	background: url(drop2.png) no-repeat rgba(255,255,255,0.9);
   background-position: -128px -765%;
}
#bg_header .element_general_prime_categories .store_categories li.pos_3 ul {
  background: url(drop3.png) no-repeat rgba(255,255,255,0.9);
  background-position: 2px 185px;
  background-size: 100%;
}
#bg_header .element_general_prime_categories .store_categories li.pos_4 ul{
	background: url(drop4.png) no-repeat rgba(255,255,255,0.9);
 background-position: 0 110%;
}
#bg_header .element_general_prime_categories .store_categories li.pos_5 ul{
	background: url(drop5.png) no-repeat rgba(255,255,255,0.9);
  background-position: -30px 150px;
}
#bg_header .element_general_prime_categories .store_categories li.pos_6 ul{
	background: url(drop6.png) no-repeat rgba(255,255,255,0.9);
   background-position: -199px 150px;
}
#bg_header .element_general_prime_categories .store_categories li.pos_7 ul{
    background: url(drop7.png) no-repeat rgba(255,255,255,0.9);
    background-position: 0 150px;
}
#bg_header .element_general_prime_categories .store_categories li.pos_8 ul{
    background: url(drop8.png) no-repeat rgba(255,255,255,0.9);
    background-position: -5px 180px;
    background-size: 134%;
}
#bg_header .element_general_prime_categories .store_categories li:hover ul li a {
    width: auto;
    height: 100%;
    line-height: 21px;
    border: none;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    color: #603913;
}
#bg_header .element_general_prime_categories .store_categories li:hover ul li span {
    background: none;
    width: auto;
    height: 100%;
    line-height: 21px;
    border: none;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    color: #8dc63f;
    font-weight: normal;
}
#bg_header .element_general_prime_categories .store_categories li:hover a{
    background: none;
    color: #ce2814;
}
#bg_header .element_general_prime_categories > .store_categories > li:hover:first-child a{
	background: url(home_icon.png) no-repeat;
}
#bg_header .element_general_prime_categories .store_categories li:hover ul li:hover a {
    color: #8dc63f;
}
#bg_header .element_general_prime_categories .store_categories li:hover ul li {
    width: 100%;
    height: 21px;
}
/*categorie & item pages design*/
body.layout_category .element_general_prime_categories .store_categories li a,
body.layout_item .element_general_prime_categories .store_categories li a {
    color: #fff;
    border-left: 1px solid #fff;
}
body.layout_category .element_general_prime_categories > .store_categories > li span,
body.layout_item .element_general_prime_categories > .store_categories > li span {
    color: #ce2814;
    border-left: 1px solid #fff;
    margin-top: 5px;
    line-height: 16px;
}
body.layout_category li.href_homepage a,
body.layout_item li.href_homepage a {
    background: url(category_home_icon.png) no-repeat right center;
}
body.layout_category .element_general_prime_categories,
body.layout_item .element_general_prime_categories {
    height: 30px;
    bottom: 2px;
}
body.layout_category .element_general_prime_categories .store_categories li:hover,
body.layout_item .element_general_prime_categories .store_categories li:hover{
    background: #fff;
}
body.layout_category .element_general_prime_categories .store_categories li.href_homepage:first-child:hover,
body.layout_item .element_general_prime_categories .store_categories li.href_homepage:first-child:hover {
    background: none;
}
body.layout_category .element_general_prime_categories .store_categories li a,
body.layout_item .element_general_prime_categories .store_categories li a{
	margin:0px;
	margin-top: 5px;
}
body.layout_category #bg_header .element_general_prime_categories .store_categories li:hover:first-child  a,
body.layout_item #bg_header .element_general_prime_categories .store_categories li:hover:first-child  a
{
    background: url(category_home_icon.png) no-repeat right center;	
}
body.layout_category .element_general_prime_categories .store_categories li:first-child a,
body.layout_item .element_general_prime_categories .store_categories li:first-child a {
    padding-left: 14px;
    -webkit-box-sizing: content-box;
}
body.layout_category .element_general_prime_categories .store_categories li:last-child a,
body.layout_item .element_general_prime_categories .store_categories li:last-child a {
    border: none;
    padding-right: 16px;
}
body.layout_item .element_general_prime_categories .store_categories li a{
	padding: 0 13px;
}
/*end of categorie page design*/
/* --- end element_general_prime_categories_category_header --- */ 

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

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

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

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

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

/*element_general_lightbox*/
/*end element_general_lightbox*/

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

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

/* --- layout_homepage_middel --- */  
body.layout_category #bg_middle {
    width: 999px;
}
#bg_middle{
    width: 100%;	
    margin-bottom: 62px;
}
body.layout_homepage #main {
    width: 100%;
}
#main {
    width: 999px;
    margin:0 auto;
}
div#homepage_middle_groups, div#homepage_group4 {
    display: block;
    position: static;
    width: 999px;
    margin: 0 auto;
    height: 330px;
}
#homepage_group2 {
    width: 432px;
    float: right;
}
#homepage_group3 {
    width: 470px;
    float: left;
}
div#homepage_group4:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
div#homepage_group4 {
    margin-bottom: 50px;
}
/* --- end layout_homepage_middel --- */ 

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

/* --- element_general_all_categories_middel --- */ 
.element_general_prime_categories.down_prime_cat {
    width: 999px;
    height: 30px;
}
/* --- end element_general_all_categories_middel --- */ 

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

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

/* --- element_general_links_middel --- */ 
/*rightSection*/
.rightSection {
    width: 426px;
    height: 510px;
    position: relative;
    display: inline-block;
    float: right;
}
/*header_links*/
ul.element_general_links.header_links {
    width: 306px;
    height: 23px;
    position: relative;
    display: inline-block;
    margin-top: 23px;
    margin-bottom: 22px;
    padding-top: 21px;
    float: right;
    background: url(headers_arrow.png) no-repeat right top;
}
ul.element_general_links.header_links li{
    height: 100%;
}
ul.element_general_links.header_links li a {
    font-size: 24px;
    line-height: 20px;
    color: #603813;
    display: block;
    height: 100%;
}
ul.element_general_links.header_links li.pos_0 a {
    font-weight: bold;
}    
ul.element_general_links.header_links.first li.pos_0 a{ 
    max-width: 148px;
    overflow: hidden;
}
ul.element_general_links.header_links li.pos_1 {
    margin-right: 3px;
}
/*end of header_links*/
/*buttons_links*/
ul.element_general_links.buttons_links {
    width: 107px;
    height: 33px;
    background: #422408;
    display: inline-block;
    vertical-align: top;
    margin-top: 38px;
    margin-right: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: -2px 4px 5px rgba(0,0,0,.11);
    -moz-box-shadow: -2px 4px 5px rgba(0,0,0,.11);
    box-shadow: -2px 4px 5px rgba(0,0,0,.11);
    float: right;
}
ul.element_general_links.buttons_links:hover {
    background: #8dc63f;
}
ul.element_general_links.buttons_links li {
    height: 100%;
    width: 100%;
    display: block;
    background: url(arrows_sprite.png) no-repeat;
    background-position: 10px 10px;
}
ul.element_general_links.buttons_links li:hover {
    background-position: 10px -106px;
}
ul.element_general_links.buttons_links li a {
    height: 100%;
    width: auto;
    line-height: 33px;
    display: block;
    font-size: 19px;
    color: #fff;
    font-weight: bold;
    text-indent: 10px;
}
ul.element_general_links.buttons_links.first_btn li a{
    max-width: 79px;
    overflow: hidden;
}
ul.element_general_links.second_btn.buttons_links {
    width: 164px;
    position: absolute;
    top: 453px;
    right: 258px;
    margin: 0px;
}
ul.element_general_links.second_btn.buttons_links li a {
    max-width: 134px;
    overflow: hidden;
}
/*end of buttons_links*/
/*library*/
.libraryDiv {
    width: 456px;
    height: 351px;
    background: url(library.png) no-repeat;
    background-position: 0px 0;
    float: right;
}
ul.element_general_links.library {
    width: 100%;
    height: 150px;
    position: relative;
}
ul.element_general_links.library li {
    width: 96px;
    position: absolute;
    top: 34px;
}
ul.element_general_links.library li.pos_0 {
    right: 26px;
}
ul.element_general_links.library li.pos_1 {
    right: 169px;
}
ul.element_general_links.library li.pos_2 {
    left: 29px;
}
ul.element_general_links.library li.pos_2 a {
    line-height: 19px;
    width: 100%;
    text-align: center;
}
ul.element_general_links.library li.pos_3 {
    top:204px;
    left: 24px;
}
ul.element_general_links.library li.pos_3 {
    right: 28px;
    top: 204px;
}
ul.element_general_links.library li.pos_4 {
    top:204px;
    right: 175px;
}
ul.element_general_links.library li.pos_5 {
    top:204px;
    left: 47px;
}
ul.element_general_links.library li a {
    font-size: 17.8px;
    color: #422408;
    text-decoration: underline;
}
ul.element_general_links.library li:hover a {
	color: #8dc63f;
}
/*end of library*/
/*end of rightSection*/
/*leftSection*/
.leftSection {
    width: 459px;
    height: auto;
    position: relative;
    display: inline-block;
    float: left;
}
/*header_links.second*/
ul.element_general_links.header_links.second {
    height: 101px;
    width: 405px;
    margin-bottom: 26px;
    display: block;
    float: none;
}
ul.element_general_links.header_links.second li {
    width: 100%;
    height: auto;
    max-height: 83px;
    overflow: hidden;
}
ul.element_general_links.header_links.second li.pos_0 {
    margin-bottom: 21px;
    max-height: 20px;
    overflow: hidden;
}
ul.element_general_links.header_links.second li.pos_1 {
    margin: 0px;
}
ul.element_general_links.header_links.second li.pos_1 a {
    font-size: 19px;
    line-height: 24px;
}
ul.element_general_links.buttons_links.third_btn {
    margin: 0px;
    width: 184px;
    display: block;
    float: none;
    margin-bottom: 11px;
}
ul.element_general_links.header_links li.pos_1 a {
    font-size: 22px;
}    
ul.element_general_links.header_links.first li.pos_1 a {
    max-width: 155px;
    overflow: hidden;
}
ul.element_general_links.buttons_links.third_btn li a{
	max-width: 157px;
	overflow: hidden;
}
/*end of header_links.second*/

/*end of leftSection*/

/*main_cat*/
ul.element_general_links.main_cat {
    display: inline-block;
    float: right;
    width: 142px;
    height: 115px;
    border-left: 1px solid #603813;
    padding-right: 28px;
    overflow: hidden;
}
ul.element_general_links.main_cat.first {
    padding-right: 0px;
}
ul.element_general_links.main_cat:last-child {
    border: none;
}
ul.element_general_links.main_cat h3.element_general_links_title {
    color: #603813;
    margin-bottom: 3px;
    font-size: 16.5px;
    line-height: 16px;
}
ul.element_general_links.main_cat li a {
    color: #603813;
    font-size: 16.5px;
    line-height: 16px;
}
ul.element_general_links.main_cat li:hover a {
    display: block;
    color: #b6d876;
    text-decoration: underline;
}
ul.element_general_links.main_cat li {
    margin-bottom: 3px;
}
/*end of main_cat*/
/*header_links.third*/
ul.element_general_links.header_links.third {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 17px;
}
/* --- end_element_general_links_middel --- */ 
/*bags_pic*/
.element_general_images.bags_pic {
    width: auto;
    height: 300px;
    float: right;
}
.element_general_images.bags_pic div, .element_general_images.bags_pic div a,
.element_general_images.bags_pic div a img {
    display: block;
    height: 100%;
    width: 100%;
    position: static;
    max-width: 442px;
    max-height: 267px;
}
/*end of bags_pic*/
/* --- element_general_images_middel --- */ 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ------------------------------------- footer ------------------------------------- */
#layout_footer {
  width: 999px;
  margin: 0 auto;
}
div#bg_footer{
  height: 475px;
  background: #e7e3df;
  margin-top: 0;
  max-width: none;
}  
div#bg_footer:before{
  content: '';
  background: url(border.png) repeat 0 0;
  height: 5px;
  width: 100%;
  display: block;
  position: absolute;
  top: -5px;
}
#bg_footer .element_general_newsletter h3#heading {
    background: url(envelupe.png) no-repeat right 2px;
    color: #603913;
    font-size: 21px;
    height: 35px;
    padding-right: 44px;
    line-height: 35px;
}
.contact label {
    width: 377px;
    padding: 0px;
}
div#footer_middle_groups {
  position: relative;
  padding-bottom: 20px;
}
#layout_footer h3 {
    color: #603913;
    font-size: 21px;
}
#footer_group1 {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  margin-top: 0;
  margin-bottom: 23px;
  padding-top: 10px;
  height: 112px;
}
#footer_group1 > ul:after,
#bg_footer #new_ticket:before{
  content: none;
}
#footer_middle_groups > div {
  padding: 0;
  padding-top: 10px;
}
.fb-page.fb_iframe_widget {
  position: absolute;
  top: 0px;
  left: 0;
}
/* --- end layout_footer --- */

/* --- element_general_newsletter_footer --- */ 
#bg_footer #new_ticket {
  float: right;
  overflow: visible;
  width: 386px;
  position: relative;
}
#layout_footer div.contact {
    width: 100%;
}
.element_general_newsletter #ticket_customer_email {
  color: #818181;
  line-height: 28px;
  font-size: 15px;
  text-align: right;
  width: 100%;
  height: 39px;
  background: #fff;
  margin: 0px;
  margin-top: 2px;
  padding: 0px;
  padding-right: 8px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  outline: none;
  border: solid 1px #d4d2d2;
}
#bg_footer .smallButton {
    width: 35px;
    height: 38px;
    position: absolute;
    top: 42px;
    left: 12px;
}
#bg_footer .element_general_newsletter + input + div.smallButton a,
#bg_footer .element_general_newsletter + input + div.smallButton div {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(footer_arrow.png) no-repeat center center;
}
#bg_footer .element_general_newsletter + input + div.smallButton div:hover {
  background-position: center center;
}
#bg_footer .element_general_newsletter {
  background: none;
  height: auto;
  padding-top: 0;
  width: 100%
}
/* --- end element_general_newsletter_footer --- */ 

/* --- element_general_links_footer --- */ 
div#footer_group1 {
  position: relative; 
  border-color: #603913;
  height: 106px;
}
#footer_group1 > ul {
  float: left;
  padding-top: 0;
  width: 220px;
  position: absolute;
  top: 0px;
  left: 0px;
}
#footer_group1 >  .element_general_links.payment {
  float: right;
  padding-top: 0;
  width: 243px;
  height: 81px;
  position: relative;
  margin-right: 105px;
}
#footer_group1 > ul.element_general_links.payment.horizontal li {
  background: url(safe_buy.png) no-repeat right  center;
  width: 100%;
  height: 100%;
  padding: 0px;
}
#footer_group1 > ul.element_general_links.payment.horizontal > li.pos_0 {
  margin: 0;
  width: 100%;
  height: 100%;
}
#footer_group1 > ul.element_general_links.payment.horizontal > li a {
  display: block;
  height: 100%;
  line-height: 0;
  font-size: 0;
}
#footer_group1 > ul.element_general_links.payment h3.safe_buy ,
#links_h3_f_t_g {
  position: absolute;
  top: 0;
  left: auto;
  right: 0px;
  padding-left: 0;
  height: 23px;
  font-weight: normal;
  font-size: 19px;
  color: #603913;
  font-size: 21px;
}
.element_general_links.f_t_g.horizontal {
  position: relative;
}
.element_general_links.horizontal.f_t_g li {
  width: 33px;
  height: 33px;
  background: #8bd2f4;
  margin: 38px 6px 0px;
  -moz-border-radius: 100%;
  -webkit-border-radius:100%;
  border-radius:100%;
  float: left;
}
.element_general_links.horizontal.f_t_g li.pos_1 {
  background-position: -36px center;
}
.element_general_links.horizontal.f_t_g li.pos_2 {
  background-position: -82px center;
}

#layout_footer .element_general_links.horizontal.f_t_g li a {
  font-size: 26px;
  line-height: 49px;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: normal;
  text-align: center;
}
#layout_footer  .element_general_links.horizontal.f_t_g li:hover a{
  color: #fff;
}
i.fa.fa-instagram:before {
  position: relative;
  left: 1px;
  top: 1px;
}
i.fa.fa-facebook:before {
  position: relative;
  top: 1px;
}
#footer_group1 .element_general_links.f_t_g.horizontal {
    top: 37px;
    right: auto;
    left: 0;
    width: 183px;
    height: 63px;
    padding-top: 2px;
}
#footer_group1 .element_general_links.f_t_g li {
    width: 49px;
    height: 49px;
    text-align: center;
    margin-top: 0px;
    background-color: #603913;
}
#footer_group1 .element_general_links.f_t_g li.pos_0{
    margin-left: 0px;
}
#footer_group1 .element_general_links.f_t_g li.pos_0:hover{
	background-color: #36609f;
}
#footer_group1 .element_general_links.f_t_g li.pos_1:hover{
	background: #db5442;
}
#footer_group1 .element_general_links.f_t_g li.pos_2:hover{
    background: #e51b23;
}
#bg_footer .element_general_newsletter #heading,
#links_h3_f_t_g{
  padding-right: 0;
}
#footer_group1 > ul.element_general_links.payment li{
  background: url(safe_buy.png) no-repeat right 0;
  width: 142px;
  padding-top: 5px;
  top: 0px;
  padding-right: 45px;
}
/* --- end_element_general_links_footer --- */ 

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

/* --- element_general_prime_categories --- */ 
#bg_footer .element_general_all_categories_sorted_by_titles li,
#bg_footer .element_general_prime_categories li, 
#bg_footer .element_general_all_categories li{
  width: 100%;
  float: right;
}
/* --- end element_general_prime_categories --- */ 

/* --- element_general_show_contact --- */ 
.element_general_show_contact {
  width: 220px;
}
/* --- end element_general_show_contact --- */

/* --- #footer_group2, #footer_group3, #footer_group4_footer --- */
#footer_middle_groups ul {
    max-height: 253px;
    overflow: hidden;
    margin-top: 21px;
}
#footer_middle_groups ul * {
    position: static;
    display: block;
}
#footer_middle_groups h3, 
#footer_middle_groups .element_general_show_contact h3 span, 
#bg_footer .element_general_newsletter #heading {
  color: #603913;
  font-weight: normal;
  font-size: 18px;
}
#bg_footer .store_categories {
	margin: 21px 0 0;
}
#footer_middle_groups .element_general_show_contact h3 {
    padding-bottom: 21px;
}
#footer_middle_groups .element_general_show_contact h3{
  background: url(footer_arrow.png) no-repeat right 3px;
  padding-right: 16px;
}
#layout_footer .element_general_footer_nav h3 {
  background: url(footer_arrow.png) no-repeat right 3px;
  padding-right: 16px;
}
#layout_footer a, #layout_footer p, 
#layout_footer strong, #layout_footer .element_general_footer_nav_list a:hover{
  line-height: 21px;
  color: #603913;
}
#layout_footer .element_general_footer_nav_list a {
    color: #603913;
}
#layout_footer .element_general_footer_nav_list a:hover, 
#bg_footer .element_general_all_categories_sorted_by_titles li a:hover, 
#bg_footer .element_general_prime_categories li a:hover, 
#bg_footer .element_general_all_categories li a:hover {
   color: #b6d876;
   text-decoration: none;
}
#bg_footer .element_general_prime_categories li a {
    width: auto;
    color: #603913;
    border: none;
}
#bg_footer #footer_group4{
  background:none;
}
#layout_footer #footer_group2 {
  width: 191px;
}
#layout_footer #footer_group3 {
   width: 224px;
}
#bg_footer #footer_group4 {
  padding-left: 0px;
  float: left;
  width: 595px;  
}
div#footer_group3 .element_general_prime_categories {
    width: 100%;
    min-height: 300px;
    position: static;
}
#footer_group2, #footer_group3, #footer_group4 {
  background: none;
}
#bg_footer .element_general_all_categories_sorted_by_titles li:hover, 
#bg_footer .element_general_prime_categories li:hover,
#bg_footer .element_general_all_categories li:hover, 
#bg_footer .element_general_all_categories_sorted_by_titles li span, 
#bg_footer .element_general_prime_categories li span, 
#bg_footer .element_general_all_categories li span{
  color: #fff;
  line-height: 21px;
}
#bg_footer .element_general_prime_categories h3 {
    display: block;
    background: url(footer_arrow.png) no-repeat right center;
    padding-right: 16px;
}
.element_general_show_contact p strong {
  font-weight: bold;
}
.facebook_likebox.foot_fb {
  position: absolute;
  top: 0;
  left: 0;
}
/* --- 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 --- */ 
form#element_13403 {
    width: 261px;
    position: absolute;
    top: 0px;
    right: auto;
    left: 37px;
    margin-top: 11px;
}
.wrap_ticket_customer_name span {
    display: none;
}
.wrap_ticket_customer_email span {
    display: none;
}
.wrap_ticket_content span {
    display: none;
}
.wrap_contact_title2 {
    margin-bottom: 11px;
}
#footer_middle_groups .wrap_contact_title2 h3 {
    font-size: 18.5px;
}
.wrap_ticket_customer_name {
    margin-bottom: 13px;
}
.wrap_ticket_customer_email {
    margin-bottom: 13px;
}
form#element_13403 input {
    width: 100%;
    height: 26px;
    border: none;
    text-indent: 11px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: inset -1px 2px rgba(0,0,0,.17);
    -moz-box-shadow: inset -1px 2px rgba(0,0,0,.17);
    box-shadow: inset -1px 2px rgba(0,0,0,.17);
}
.wrap_ticket_content textarea#ticket_content {
    width: 100%;
    height: 62px;
    border: none;
    text-indent: 11px;
    padding-top: 5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: inset -1px 2px rgba(0,0,0,.17);
    -moz-box-shadow: inset -1px 2px rgba(0,0,0,.17);
    box-shadow: inset -1px 2px rgba(0,0,0,.17);
}
.wrap_contact_btn {
    width: 63px;
    background: none;
    height: 27px;
    position: absolute;
    right: auto;
    left: 0px;
    top: 184px
}
.wrap_contact_btn button.contact_btn{
    background: url(contact_btn_sprite.png) no-repeat 0 0;
    border: none;
    font-size: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.wrap_contact_btn button.contact_btn:hover {
    background-position: 0 -63px;
}
/* --- end element_general_contact_footer --- */


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

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

/* --- layout_category --- */ 
#bread_crumbs a{
	font-size: 14px;
}
/* --- end layout_category --- */   

/* --- element_category_filter_category --- */ 
.element_category_filter h1 {
  color: #603913 !important;
  font-style: normal;
  margin: 0px;
  font-size: 22px;
  line-height: 27px;
}
#category_group1 .show_filters .boxContent {
    border-right: none;
    border-left: none;
    margin-top: 18px;
}
.group b {
    font-weight: normal;
    font-size: 17px;
    color: #8dc63f;
}
.ProductItem.backgroundgroups {
  margin: 0px;
}
.element_category_filter .results{
	bottom: -87px;
	right: 160px;
	left: 0;
}
span.results b {
  font-weight: bold;
  font-size: 14px;
}
.sortBox a {
  font-weight: bold;
}
.filterOptions i {
    font-size: 16px;
}
#items_group3 .element_items_list_items #search_msg_facebook_and_sort .show_search_msg span {
    font-size: 14px;
}
/* -- parent category design -- */
.parent_category #wrapper .element_category_filter > .category_image_wrapper, .parent_category #wrapper .show_filters{
    display: none;
}
.parent_category #wrapper #store_category_pages_roots{
    display: none;
}
.parent_category #wrapper .category_children_with_image {
    margin: 0 0 10px 10px;
    height: 160px;
    width: 224px;
    border: 1px solid #F1F1E5;
    float: right;
    overflow: hidden;
}
.parent_category #wrapper .category_children_with_image {
    border-color: #DCDCDC;
}
.parent_category #wrapper .category_image_outer {
    display: table;
    height: 118px;
    width: 100%;
    position: relative;
}
.parent_category #wrapper .category_image_outer:after {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    border: 11px solid transparent;
    right: 101px;
    border-bottom-color: #7CADBF;
    bottom: 0;
    -webkit-transition: border-color .5s ease;
    -moz-transition: border-color .5s ease;
    -ms-transition: border-color .5s ease;
    -o-transition: border-color .5s ease;
    transition: border-color .5s ease;
}
.parent_category #wrapper .category_image img {
    max-height: 110px;
    max-width: 200px;
    margin: 0 auto;
}
.parent_category #wrapper .category_children_with_image a{
    text-decoration: none;
}
.parent_category #wrapper .category_title {
    width: 224px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    background-color: #7CADBF;
    height: 42px;
    padding: 5px 51px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    display: table-cell;
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    -ms-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
    background-image: -webkit-linear-gradient(bottom, #ededed 1%, #fff);
    background-image: -moz-linear-gradient(bottom, #ededed 1%, #fff);
    background-image: -o-linear-gradient(bottom, #ededed 1%, #fff);
    background-image: linear-gradient(to top, #ededed 1%, #fff);
    color: #437081;
    font-size: 17px;
}
.parent_category #wrapper .category_title {
    color: #513017;
}
.parent_category #wrapper .category_children_with_image:hover .category_title {
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    -ms-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}
.parent_category #wrapper .group_values {
    padding-right: 16px;
}
.parent_category #wrapper .group_title {
    float: right;
}
.parent_category #wrapper .element_category_list_items #facebook_and_sort_category {
    height: 7px;
}
.parent_category #wrapper .category_image_outer:after {
    border-bottom-color: #513017;
}
/* hide images from the sub-catgories */
.parent_category #wrapper #category_group2,
.parent_category #wrapper #category_group3{
    display: none;
}
.parent_category #wrapper .category_children_with_image .category_image {
    position: relative;
    top: 8px;
}

.parent_category #wrapper .pagingWrapper{
    display: none;
}
/* --- end element_category_filter_category --- */ 

/* --- element_category_list_items_category --- */ 
#category_group3, #items_group3 {
    width: 999px;
}
.store_list_items, .store_category_list_items {
  margin-left: -11px;
  padding-right: 5px;
}
.layout_list_item {
  width: 227px;
  height: 326px;
  margin: 0 0px 30px 24px;
  position: relative;
  z-index: 0;
}
.layout_list_item:hover .grid {
  -moz-box-shadow: 0px 0px 6px #DADADA;
  -webkit-box-shadow: 0px 0px 6px #DADADA;
  box-shadow: 0px 0px 6px #DADADA;
}
.layout_list_item .grid {
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
  background: #fff;
  padding-top: 8px;
  border: 1px solid #e9e9ea;
}
.layout_list_item:hover .grid,
.layout_list_item .grid,
.layout_list_item:hover,
.layout_list_item {
  -webkit-transition: all .15s ease;
  -moz-transition: all .15s ease;
  -ms-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
}
.layout_list_item .grid:before, .layout_list_item .grid:after {
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  position: absolute;
  left: 5px;
  bottom: 14px;
  z-index: -1;
  width: 60%;
  max-width: 300px;
  height: 20%;
  content: "";
}
.layout_list_item .grid:after {
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  right: 5px;
  left: auto;
}
.store_category_list_items .grid .list_item_image, 
.store_list_items .grid .list_item_image {
  width: 100%;
  height: 312px;
  position: static;
}
.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{
    background-position: 2px -58px;
    width: 48%;
    height: 100%;
    padding: 0px;
}
.imgWrapperT {
  width: 100%;
  height: 100%;
}
.imgWrapperT img {
  margin: 0 auto;
  max-width: 217px;
  max-height: 190px;
  margin-top: -91px;
}
.store_category_list_items .grid .list_item_compare {
    display: none;
}
.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_category_list_items .grid .list_item_compare, .store_list_items .grid .list_item_compare {
  display: block;
  width: 228px;
  height: 26px;
  top: 242px;
  bottom: auto;
  background-color: rgba(230, 230, 230, 0.75);
  position: absolute;
  opacity: 0;
}
.store_category_list_items .grid:hover .list_item_compare, .store_list_items .grid:hover .list_item_compare {
  opacity: 1;
  top: 212px;
}
.store_list_items .grid:hover .list_item_compare {
    display: none;
}
.store_category_list_items .grid:hover .list_item_compare{
	display: none;
}
.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;
}
.store_category_list_items .grid .list_item_title_with_brand, 
.store_list_items .grid .list_item_title_with_brand {
  padding: 0px 8px;
  width: 198px;
  height: 50px;
  top: 238px;
  margin-bottom: 11px;
  border-bottom: 1px solid #e1e1e1;
  right: 6px;
}
.store_category_list_items .grid .list_item_title_with_brand a, 
.store_list_items .grid .list_item_title_with_brand a {
  color: #332f2f;
  text-align: center;
  display: block;
  padding: 0px 15px;
  font-size: 15px;
  line-height: 20px;
  height: 44px;
  overflow: hidden;
}
.store_category_list_items .grid .list_item_show_price, 
.store_list_items .grid .list_item_show_price {
  position: absolute;
  height: 22px;
  width: 100%;
  margin-top: 5px;
  top: 292px;

}
.grid .list_item_show_price span.item_show_origin_price {
  top: auto;
  width: auto;
  padding: 0px 15px;
  color: #878686;
  font-size: 14px;
  line-height: 20px;
}
.store_list_items .grid .list_item_show_price a,
.store_category_list_items .grid .list_item_show_price a {
  background: none;
  padding: 0 15px;
  margin: 0;
  width: auto;
  float: left;
  line-height: 20px;
  height: 20px;
  color: #0084ff;
  font-size: 16px;
  position: relative;
  top: -5px;
}
.store_list_items .grid .list_item_show_price a strong,
.store_category_list_items .grid .list_item_show_price a strong {
   color: #8dc63f;
   font-weight: bold;
   font-size: 18px;
}
.root .pagingWrapper {
  display: none;
}
.pagination a, .pagination span {
  min-width: 20px;
  width: auto;
  font-weight: normal;
}
.pagingWrapper {
  float: left;
}
.root #bg_footer {
  margin-top: 268px;
}
.store_category_list_items .grid .list_item_current_list_item_content, 
.store_list_items .grid .list_item_current_list_item_content {
  position: static;
  width: 100%;
  height: 0px;
  overflow: hidden;
}
.store_category_list_items .grid .list_item_current_list_item_content p, 
.store_list_items .grid .list_item_current_list_item_content p {
  position: static;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-size: 13px;
  color: #818181;
}
.store_category_list_items .grid .list_item_current_list_item_content > p, 
.store_list_items .grid .list_item_current_list_item_content > p {
  padding: 0 14px 0px 12px;
}
.store_category_list_items .grid .list_item_title_with_brand a{
  color: #332f2f;
  text-align: center;
  width: 100%;
  padding: 0px;
  font-weight: normal;
}
.store_list_items .grid .list_item_current_list_item_content a {
    color: #8dc63f;
}
/* --- end element_category_list_items_category --- */ 

/* --- element_general_prime_categories_category --- */ 
#category_group2 .element_general_all_categories {
  display: none;
}
/* --- end element_general_prime_categories_category --- */ 

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

/* ------------------------------------- layout_item ------------------------------------- */
body.layout_item #main {
    width: 999px;
    margin: 0 auto;
}
div#item_current_title h1 span {
    color: #603813;
}
#bg_middle #bread_crumbs{
	margin-bottom: 12px;
}
#bg_middle #bread_crumbs li {
    font-size: 14px;
}
.item_option5 #item_show_price .price_value{
	color: #8dc63f;
}
.item_option5 #shipping_warranty_delivery .shipping_title{
	color: #444;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
}
.item_option5 #item_current_content b {
    color: #8dc63f;
    font-size: 17px;
}
a#deal_button {
    border: none;
}
.item_option5 #tabs.active > div {
    border-right: 0px;
    border-left: 0px;
}
#item_deal_items, .item_attributes h3#deal_items {
    color: #603913;
    font-size: 24px;
}
.smallButton a {
    border: none;
}
.item_option5 #item_current_content .list li strong,
.item_option5 #item_upgrades label, .item_option5 .upgrade_topic_title,
.item_option5 #layout_item .item_show_origin_price,.item_option5 .bold_link.link_ask_about_item,
.item_option5 #dealButtonHook {
    font-size: 14px;
}
#item_current_title {
    padding-bottom: 0px;
}
/* --- element_general_tabs --- */ 
#tabs.active > ul > li.active a{ 
	border-top: 3px solid #8dc63f;
}
div#matchingCarouselHook i {
    font-size: 17px;
}
/* --- end element_general_tabs --- */

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


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

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

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

/* --- layout_contact --- */ 
.contact .textArea {
    margin-right: 0px;
    background-position: 32px 12px;
}
/* --- 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 --- */ 
body.layout_items div#items_group2 {
    display: none;
}
/* --- end layout_page --- */ 

/* --- layout_search_results --- */ 
.search_results #items_group2 .element_general_prime_categories {
    display: none;
}
/* --- end layout_search_results --- */ 

/* --- 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: #8dc63f;
}
.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: #8dc63f;
}
.buyNow a {
    display: inline-block;
}
a.finish_buy {
    background: #603913;
}
a#big_buy_now_link {
    background: #8dc63f;
}
/*--- end colors ---*/

/* fonts */
/* end fonts */

/*bottons*/
.contactNow {
    position: absolute;
    top: 310px;
    right: 0px;
}
/*end bottons*/

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



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

/* Responsive Changes */

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

	/* Code here */

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

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

	/* Code here */

}

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

	/* Code here */

}

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