/* color */
#Hat .lang li.active a,
#Hat .lang li a:hover,
#Hat .second.column .sum span span,
#Hat .third.column .login_wrap .recover,
#BreadCrumbs a,
#Catalog .header .currency_menu a.active,
#Catalog .header .currency_menu a:hover,
#ProductList .grid .product .info .price,
#ProductList .list .product .actions .price,
#TabbedProducts .price,
#TabbedProducts .tab.active,
#TabbedContent .tab.active,
#Product .columns .column.two .data .price_box .price,
#Product .columns .column.two .soc_wrap .content .text .styled,
#TopMenu .second.menu a:hover,
#CatalogMenu > ul > li > ul > li.open > a,
#CatalogMenu > ul > li > ul > li:hover > a,
#CatalogMenu ul ul ul li.active a,
#CatalogMenu ul ul ul li:hover a,
#BigCart .total_row .total,
#PageContent h2.styled,
.loginform .recover,
#MobileMenu span.username,
#MobileBigCart .product .value a,
#field_promo_code .response .highlight,
#BigCart td a,
.highlight,
#giftcard_response,
#CategoryList h1,
#CategoryList .category .link a:hover,
#BigCart #promo_response,
#order_form a.map_fancy,
#NewsList .item h2 a,
#NewsList .item .more a,
#NewsItem h1{
  color: #f7ba15;
}

/* background */
#TopMenu .firstlevel > li.active > a,
#TopMenu .firstlevel > li:hover > a,
#TopMenu .firstlevel > li:hover > a span,
#TopMenu .firstlevel > li.active > a span,
#MailingList input[type="submit"],
#ProductList .pagination .pages a.active,
#ProductList .pagination .pages a:hover,
#ProductList .grid .product .info .actions a.buy,
#ProductList .list .product .actions a.buy,
#TabbedProducts .product .info .actions a.buy,
#Product .columns .column.two .data .buy input[type='submit'],
#BigCart .actions .checkout,
#MobileBigCart .actions .checkout,
#orderform .sep,
#shoporderform_wrap input[type='submit'],
#Hat .third.column .register_link,
#CatalogFilter input[name="Filter"],
.ui-slider-horizontal .ui-slider-range,
#MobileFilters input[name="Filter"],
#NewsList .pages a.active{
  background: #f7ba15;
}

#Hat .third.column .login_wrap.logged_in{
  background-image: url("/../../images/html/yellow/mobile_bottom_menu_arrow_active.png");
}

#Product .columns .column.two .data .price_box{
  border-color: #f7ba15;
}

#ProductList .pagination .pages a.active,
#ProductList .pagination .pages a:hover{
  color: white;
}

#Hat .second.column .basket{
  background: url("/../../images/html/yellow/basket.png");
}

#Hat .third.column .login_wrap a.trigger{
  background: url("/../../images/html/yellow/login_arrow.png") right center no-repeat;
}

#ContactFormWrap .label{
  background: url("/../../images/html/yellow/contact_wrap_label.png");
}

#Slideshow .bullets li.active,
#TabbedProducts .bullets li.active{
  background: url("/../../images/html/yellow/slideshow_bullet_active.png");
}

#BreadCrumbs a{
  background: url("/../../images/html/yellow/breadcrumbs_arrow.png") no-repeat right center;
}

#ProductList .header .options .list_type a.grid.active{
  background: url("/../../images/html/yellow/grid_list_active.png") no-repeat center center;
}

#ProductList .header .options .list_type a.list.active{
  background: url("/../../images/html/yellow/order_list_active.png") no-repeat center center;
}

#ProductImages .rest .arrow.left{ background: url("/../../images/html/yellow/product_rest_arrow_left.png"); }
#ProductImages .rest .arrow.left:hover{ background: url("/../../images/html/yellow/product_rest_arrow_left_active.png"); }

#ProductImages .rest .arrow.right{ background: url("/../../images/html/yellow/product_rest_arrow_right.png"); }
#ProductImages .rest .arrow.right:hover{ background: url("/../../images/html/yellow/product_rest_arrow_right_active.png"); }

#Product .columns .column.two .soc_wrap{
  background: url("/../../images/html/yellow/socwrap.png") no-repeat;
}

#TopMenu .firstlevel > li.has_submenu > a > span{
  background-image: url("/../../images/html/yellow/topmenu_more_arrow.png");
}


#LeftColumn .box .title, #PageContent h1.styled {
  border-bottom-color: #f7ba15;
}


/* adaptive stuff */

@media screen and (max-width: 700px){

  /* color */
  #Footer .menu > ul > li.active > a,
  #MobileBigCart .total_box .total .primary,
  #MobileMenu .Currencies a.active,
  #MobileMenu .Languages a.active{
    color: #f7ba15;
  }

  /* background-color */
  #MobileMenu .level0 > li.active,
  #MobileFilters input[name='Filter']{
    background-color: #f7ba15;
  }

  #Slideshow{
    border-bottom-color: #f7ba15;
  }

  #LeftColumn .box .title, #PageContent h1.styled {
    border-top-color: #f7ba15;
  }

  #Hat .second.column .basket{
    background: url("/../../images/html/yellow/basket_small.png");
  }

  #Footer .menu > ul > li.active{
    background-image: url("/../../images/html/yellow/mobile_bottom_menu_arrow_active.png");
  }

  #mobile-menu-trigger{
    background: url("/../../images/html/yellow/mobile_menu_trigger.png");
  }

}

