html{
}
body{
  color:#333333;
background-position:;
background-repeat:;
}
a{
  color:#333333;
}
a:hover{
  color:#ffab1a;
}
.box li a.active{
  color:#ffab1a !important;
}
h1,h2,h3,h4,h5,h6 {
  color:#333333;
}
.col-1 h4 {
  font-size: 16px;
}
#index .button{ 
  float: left;
  margin: 0 10px;
}
.flex-control-paging li a.flex-active{
  background:#ffab1a;
}
.promo{
  background-image: url("promo_label.png");
}

.button {    border-bottom:1px solid #e59917;
background: ;
background-image: url('btn-bg.png?20190204121225') ;
background-position:center top;
background-repeat:-repeat-x;
padding: 0 17px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
color:#595400; 
font-size: 12px;
font-family: Arial, serif;
text-decoration: none;
vertical-align: middle;
}
.button:hover {
  background-position:center center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}
.button:active {
  background-position:center bottom;
}
.wrapper #navbar .topnav .search input{
    border:1px solid #ffbf38;
}
#headerContainer .languages a:hover,
#headerContainer a:hover, .breadcrumbs a:hover{
  color:#ffbf38;
}
#product .button{  
  color:#FFF;  
}
.button.green{
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.button.green:hover{
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}
.button{ 
  background: #ffab1a; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffbf38 0%, #ffab1a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffbf38), color-stop(100%,#ffab1a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffbf38 0%,#ffab1a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffbf38 0%,#ffab1a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffbf38 0%,#ffab1a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffbf38 0%,#ffab1a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf38', endColorstr='#ffab1a',GradientType=0 ); /* IE6-9 */
border-bottom:1px solid #ffbf38;
}
#headerContainer .curr a:hover{
  color:#ffab1a !important;
}
.simpleBlock {
  background-color:;
}
.simpleBlock h3 {
  font-family:;
}
.theme-default .nivo-controlNav a {
  background: ;
}
.theme-default .nivo-controlNav a.active {
  background: #ffab1a;
}

.formSearch .inputContainer{
border-bottom:1px solid #e59917;
}
#footer {
}
#footer .tags {
}
#footer .tags ul li a span {
  color:#ffab1a;
}
#footer .blocks .block {
}
#footer .copyright {
}
#backgroundContainer{
  background-image: url('bg-gradient.png');
  background-color:#ffffff;
background-position: center center;
background-repeat: repeat-x;
min-height: 220px;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}

.noProductsFound {
  color:#ffab1a;
}
.productsFilters .priceSlider #sliderRange {
  }
.productsFilters .priceSlider #sliderRange .ui-slider-range {
  background-color:#ffab1a;
box-shadow:0 1px 1px #ffcd0d inset, 0 1px 1px #BBBBBB;
-webkit-box-shadow:0 1px 1px #ffcd0d inset, 0 1px 1px #BBBBBB;
border: 1px solid #ffab1a;
margin-top: -1px;
}
.productsFilters .priceSlider #sliderRange .ui-slider-handle:hover{
  border:1px solid #aaa;
}
.productsList .product {
  background-color:;
}
#product .productInfoHolder .productInfo .price {
  color:#ffab1a;
}
.productsGrid .product .info {
 }
.productsGrid .product .info .price {
  color:#ffab1a;
}
.productsGrid .product .info .price strong {

}
.categoriesGrid .category {
  background-color:;
}
.pager ul li.number a {
  background-color:;
}
.pager ul li.number.active a {
  color:#ffab1a;
}
#product .productInfoHolder .images .zoomPad {
  background-color:;
}
#product .productInfoHolder .images .thumbs .thumb {
  background-color:;
}
#product .relatedProducts .button {
  color:#000000; 
}
.gui-progressbar {
    background-color:#ffab1a !important;
}
.gui {
  font:11px/18px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial !important;
}
.gui-cart .gui-cart-sum,
.gui-block-title strong {
  font-size: 12px !important;
}
.gui a.gui-button-large {
  font-size: 16px !important;
  background: #ffab1a; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffbf38 0%, #ffab1a 100%)!important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffbf38), color-stop(100%,#ffab1a))!important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffbf38 0%,#ffab1a 100%)!important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffbf38 0%,#ffab1a 100%)!important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffbf38 0%,#ffab1a 100%)!important; /* IE10+ */
background: linear-gradient(to bottom,  #ffbf38 0%,#ffab1a 100%)!important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf38', endColorstr='#ffab1a',GradientType=0 )!important; /* IE6-9 */
color:#FFF!important; 
border:1px solid #e59917!important;
text-shadow:0 1px 0 #e59917 !important;
}