#main {
  position: relative;

  overflow: hidden;

  min-width: 980px;
  min-height: 100%;
}

#header {
  position: relative;
  z-index: 2;

  width: 980px;
  margin: 0 auto;
}

#navigation {
  position: relative;

  width: 980px;
  margin: 0 auto 3px;
}

#content {
  position: relative;

  width: 980px;
  margin: 0 auto 31px;
}

#bottom {
  position: relative;

  min-width: 980px;

  background: url('../images/bg/bottom/bg.jpg');
}

#bottom #bottom_inner {
  position: relative;

  width: 980px;
  margin: 0 auto;
  padding: 34px 0 1px;
}

#bottom #bottom_bg {
  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 1px;

  background: url('../images/bg/bottom/bottom.png') top repeat-x;
}

#footer {
  position: relative;

  min-width: 980px;

  background: url('../images/bg/footer/bg.jpg');
}

#footer #footer_inner {
  position: relative;

  width: 980px;
  margin: 0 auto;
  padding: 0 0 1px;
}

/**************** SEOTEXT ****************/

#seotext {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;

  display: none;

  width: 1000px;
  margin: 0 0 0 -500px;
}

#seotext h2 {
  font-size: 24px;
  line-height: 1;

  margin: 0 10px 12px;

  color: #fff;
}

#seotext .seotext-block {
  font-size: 12px;
  line-height: 1.5;

  position: relative;

  float: left;

  width: 480px;
  margin: 0 10px;

  color: #d9f1d7;
}

#seotext .seotext-block a {
  color: #d9f1d7;
}

.seotext {
  position: relative;

  width: 980px;
  margin: 0 0 31px;
}

/**************** HEADER ****************/

.logo {
  position: relative;

  float: left;

  width: 50%;
  height: 71px;
  margin: 21px 0 0 10px;
}

.logo .logo_mob{
  display: none;
  opacity: 0;
}

/*********** Header menu ***********/

.header-menu {
  position: relative;

  float: right;

  margin: 41px 0 0;
}

.header-menu ul {
  position: relative;
}

.header-menu ul li {
  position: relative;

  float: left;

  height: 30px;
  margin: 0 0 0 3px;
  padding: 0 10px;
}

.header-menu ul li a {
  font: 14px/30px 'Open Sans';

  position: relative;

  display: block;

  height: 30px;
  padding: 0 2px;

  text-decoration: none;

  color: #195416;
}

.header-menu ul li a span {
  position: absolute;
  top: 0;

  width: 10px;
  height: 30px;
}

.header-menu ul li a span.a-left {
  left: -10px;
}

.header-menu ul li a span.a-right {
  right: -10px;
}

.header-menu ul li a:hover {
  color: #fff;
  background: url('../images/bg/header/menu/hover.png') 0 -31px repeat-x;
}

.header-menu ul li a:hover span {
  background: url('../images/bg/header/menu/hover.png') no-repeat;
}

.header-menu ul li a:hover span.a-left {
  background-position: 0 0;
}

.header-menu ul li a:hover span.a-right {
  background-position: -11px 0;
}

/* language */
.language {
    font-size: 0;
    float: right;
    margin: 51px 0 0 25px;
}

.language .item {
    width: 18px;
    height: 11px;
    display: inline-block;
    margin-right: 10px;
    text-decoration: none;
    border: none;
    outline: none;
    background: url('../images/bg/navigation/language/language.png') 50px 50px no-repeat;
    border: 1px solid transparent;
}

.language .item.ua {
    background-position: 0 0;
}

.language .item.ru {
    background-position: 0 -11px;
}
.language .item.active {
    border-color: #175215;
}
/**************** NAVIGATION ****************/

/*********** MAIN ***********/

#navigation_main {
  position: relative;

  width: 981px;
  height: 259px;
  margin: -9px 0 0;

  background: url('../images/bg/navigation/main.png') no-repeat;
}

#navigation_main .navigation-text {
  font: 26px/1.2 'PT Sans';

  position: relative;

  width: 434px;
  height: 94px;
  margin: 0 23px 9px ;
  padding: 47px 0 0;

  color: #fff;
}

/****** Primary menu ******/

#navigation_main .primary-menu {
  position: relative;

  float: left;

  width: 422px;
  height: 80px;
  margin: 0 52px 0 20px;
  padding: 0 20px;

  background: url('../images/bg/navigation/primary_menu/bg.png') no-repeat;
}

#navigation_main .primary-menu ul {
  position: relative;

  display: table-row;

  width: 100%;
}

#navigation_main .primary-menu ul li {
  display: table-cell;

  width: auto;
  height: 60px;
  padding: 0 26px 0 0;

  background: url('../images/bg/navigation/primary_menu/separator.png') right no-repeat;
}

#navigation_main .primary-menu ul li:last-child {
  padding: 0;

  background: none;
}

#navigation_main .primary-menu ul li a {
  font: 15px/1 'PT Sans';

  display: table-cell;

  width: 1000px;
  height: 60px;

  text-align: center;
  vertical-align: middle;
  white-space: nowrap;

  color: #175215;
}

/****** Search ******/

#navigation_main .search {
  position: relative;

  float: left;

  width: 224px;
  height: 28px;
  margin: 26px 14px 0 0;
  padding: 0 24px 0 0;

  background: url('../images/bg/navigation/search/line.png') right no-repeat;
}

#navigation_main .search .search-input {
  position: relative;

  width: 224px;
  height: 29px;
}

#navigation_main .search .search-input input {
  font: 12px 'PT Sans';

  width: 145px;
  height: 29px;
  margin: 0;
  padding: 0 64px 0 15px;

  color: #175215;
  border: none;
  outline: 0;
  background: url('../images/bg/navigation/search/input.png') no-repeat;
}

#navigation_main .search .search-button {
  position: absolute;
  top: 0;
  right: 24px;

  width: 54px;
  height: 29px;
}

#navigation_main .search .search-button input {
  font: 12px 'PT Sans';

  position: relative;

  width: 54px;
  height: 29px;
  margin: 0;

  cursor: pointer;

  color: #fff;
  border: none;
  outline: none;
  background: url('../images/bg/navigation/search/button.png') no-repeat;
  text-shadow: 0 1px #5c9c1d;
}

#navigation_main .search .search-button input:hover {
  background-position: 0 -30px;
  text-shadow: 0 1px #2a6fa7;
}

/****** Cart ******/

#navigation_main .cart {
  position: relative;

  float: right;

  width: 149px;
  height: 28px;
  margin: 26px 0 0;
  padding: 0 0 0 36px;

  background: url('../images/bg/navigation/cart/bg.png') 0 4px no-repeat;
}

#navigation_main .cart .cart-amount {
  font: 700 16px/1 'Open Sans';

  position: relative;

  float: left;

  width: 14px;
  height: 22px;
  padding: 6px 0 0;

  color: #8bc843;
}

#navigation_main .cart.cart-full .cart-amount {
  width: 38px;
}

#navigation_main .cart .cart-text {
  font: 14px/1 'Open Sans';

  position: relative;

  float: left;

  height: 19px;
  padding: 9px 0 0;

  color: #f0f3ee;
}

#navigation_main .cart .cart-text a {
  color: #f0f3ee;

}

/*********** INNER ***********/

#navigation_inner {
  position: relative;

  width: 980px;
  padding: 16px 0 0;
}

#navigation_inner .inner-top {
  position: relative;

  width: 980px;
  height: 50px;

  background: url('../images/bg/navigation/inner.png') no-repeat;
}

#navigation_inner .inner-middle {
  position: relative;

  width: 980px;

  background: #6eb725;
}

#navigation_inner .inner-bottom {
  position: relative;

  width: 980px;
  height: 10px;

  background: url('../images/bg/navigation/inner.png') 0 -51px no-repeat;
}

/****** Primary menu ******/

#navigation_inner .primary-menu {
  position: relative;

  float: left;

  width: 487px;
  height: 49px;
}

#navigation_inner .primary-menu ul {
  position: relative;
}

#navigation_inner .primary-menu ul li {
  font: 700 16px/49px 'Open Sans';

  position: relative;

  float: left;

  height: 49px;

  color: #f0f3ee;
}

#navigation_inner .primary-menu ul li a {
  display: block;

  height: 49px;
  padding: 0 11px;

  color: #f0f3ee;
}

#navigation_inner .primary-menu ul li.selected {
  padding: 0 11px;

  cursor: default;

  background: url('../images/bg/navigation/primary_menu/selected.png') repeat-x;
}

#navigation_inner .primary-menu ul li.selected:first-child {
  -webkit-border-radius: 10px 0 0 0;
     -moz-border-radius: 10px 0 0 0;
          border-radius: 10px 0 0 0;
}

/****** Search ******/

#navigation_inner .search {
  position: relative;

  float: left;

  width: 313px;
  height: 28px;
  margin: 10px 14px 0 0;

  background: url('../images/bg/navigation/search/line.png') right no-repeat;
}

#navigation_inner .search .search-input {
  position: relative;

  width: 2288px;
  height: 29px;
}

#navigation_inner .search .search-input input {
  font: 12px/29px 'PT Sans';

  width: 194px;
  height: 29px;
  margin: 0;
  padding: 0 64px 0 30px;

  color: #175215;
  border: none;
  outline: 0;
  background: url('../images/bg/navigation/search/input.png') 0 -30px no-repeat;
}

#navigation_inner .search .search-button {
  position: absolute;
  top: 0;
  left: 234px;

  width: 54px;
  height: 29px;
}

#navigation_inner .search .search-button input {
  font: 12px 'PT Sans';

  position: relative;

  width: 54px;
  height: 29px;
  margin: 0;

  cursor: pointer;

  color: #fff;
  border: none;
  background: url('../images/bg/navigation/search/button.png') no-repeat;
  text-shadow: 0 1px #5c9c1d;
}

/* firefox * */
#navigation_inner .search .search-button input::-moz-focus-inner {
  border: 0;
}

#navigation_inner .search .search-button input:hover {
  background-position: 0 -30px;
  text-shadow: 0 1px #2a6fa7;
}

/****** Cart ******/

#navigation_inner .cart {
  position: relative;

  float: left;

  width: 116px;
  height: 28px;
  margin: 10px 0 0;
  padding: 0 0 0 36px;

  background: url('../images/bg/navigation/cart/bg.png') 0 4px no-repeat;
}

#navigation_inner .cart .cart-amount {
  font: 700 16px/1 'Open Sans';

  position: relative;

  float: left;

  width: 14px;
  height: 22px;
  padding: 6px 0 0;

  color: #8bc843;
}

#navigation_inner .cart.cart-full .cart-amount {
  width: 38px;
}

#navigation_inner .cart .cart-text {
  font: 14px/1 'Open Sans';

  position: relative;

  float: left;

  height: 19px;
  padding: 9px 0 0;

  color: #f0f3ee;
}

#navigation_inner .cart .cart-text a {
  color: #f0f3ee;
  position: relative;
  z-index: 1;
  display: block;
  white-space: nowrap;
  margin-top: -15px;
  min-width: 123px;
}

/****** Secondary menu ******/

.secondary-menu {
  position: relative;

  padding: 11px 22px 3px;
}

.secondary-menu ul {
  position: relative;

  float: left;
}

.secondary-menu ul li {
  font: 16px/1 'PT Sans';

  position: relative;

  float: left;

  margin: 0 22px 0 0;

  list-style: disc;

  color: #fff;
}

.secondary-menu ul li:first-child {
  list-style: none;
}

.secondary-menu ul li a {
  text-decoration: none;

  color: #fff;
}

.secondary-menu ul li a:hover {
  text-decoration: underline;
}

/**************** CONTENT ****************/

.vegetables {
  position: relative;

  width: 955px;
  height: 91px;

  background: url('../images/bg/content/bg.png') no-repeat;
}

/*********** Breadcrumbs ***********/

.breadcrumbs {
  position: relative;

  margin: 0 0 10px;
  padding: 6px 10px 0;
}

.breadcrumbs ul {
  position: relative;
}

.breadcrumbs ul li {
  font: 12px/1 'PT Sans';

  position: relative;

  float: left;

  margin: 0 5px 9px 0;

  color: #333;
}

.breadcrumbs ul li a {
  margin: 0 5px 0 0;

  text-decoration: none;

  color: #333;
}

.breadcrumbs ul li a:hover {
  text-decoration: underline;
}

.breadcrumbs h1 {
  font: 24px/1 'PT Sans';

  position: relative;

  color: #333;
}

/*********** Product ***********/

.product {
  position: relative;

  margin: 0 0 30px;
}

.product .product-bar {
  position: absolute;
  top: -28px;
  right: 0;
}

.product .product-bar .bar-date {
  font: 11px/15px 'Tahoma';

  position: relative;

  float: left;

  height: 15px;
  padding: 0 0 0 25px;

  color: #333;
  background: url('../images/bg/content/product/date.png') no-repeat;
}

.product .product-bar .bar-print {
  position: relative;

  float: left;

  width: 28px;
  height: 20px;
  margin: -3px 0 0 20px;
}

.product .product-bar .bar-print a {
  position: relative;

  display: block;

  width: 28px;
  height: 20px;

  background: url('../images/bg/content/product/print.png') no-repeat;
}

.product .product-bar .bar-print a:hover {
  height: 21px;

  background-position: -29px 0;
}

.product .product-left {
  position: relative;

  float: left;

  width: 480px;
  margin: 0 20px 0 0;
}

.product .product-right {
  position: relative;

  float: right;

  width: 480px;
}

.product .product-image {
  position: relative;

  width: 480px;
  margin: 0 0 10px;
}

.product .product-image .special {
  position: absolute;
  z-index: 52;
  top: -3px;
  left: -3px;

  width: 65px;
  height: 65px;
}

.product .product-contact {
  position: relative;

  width: 480px;
}

.product .product-contact .contact-top {
  position: relative;

  width: 480px;
  height: 3px;

  background: url('../images/bg/content/product/contacts.png') no-repeat;
}

.product .product-contact .contact-content {
  position: relative;

  width: 480px;

  background: url('../images/bg/content/product/contacts.png') -481px 0 repeat-y;
}

.product .product-contact .contact-content .contact-block {
  position: relative;

  float: left;

  width: 200px;
  padding: 15px 20px 12px;
}

.product .product-contact .contact-content .contact-block .block-name {
  font: 700 14px/1 'Open Sans';

  position: relative;

  margin: 0 0 10px;

  color: #39753a;
}

.product .product-contact .contact-content .contact-block .block-phone {
  font: 14px/1 'PT Sans';

  position: relative;

  height: 15px;
  margin: 0 0 7px;
  padding: 0 0 0 22px;

  color: #333;
  background: url('../images/bg/content/product/phone.png') 3px 1px no-repeat;
}

.product .product-contact .contact-content .contact-block .block-mail {
  font: 12px/1 'PT Sans';

  position: relative;

  height: 15px;
  padding: 0 0 0 22px;

  background: url('../images/bg/content/product/mail.png') 0 1px no-repeat;
}

.product .product-contact .contact-content .contact-block .block-mail a {
  color: #39753a;
}

/*Absent edit*/
.product .product-contact .contact-content .contact-block .block-skype {
  font: 12px/1 'PT Sans';

  position: relative;

  height: 15px;
  padding: 0 0 0 22px;

  background: url('../images/bg/content/product/skype.png') 0 1px no-repeat;
}
.product .product-contact .contact-content .contact-block .block-skype a {
  color: #39753a;
}
/*End Absent Edit*/
.product .product-contact .contact-bottom {
  position: relative;

  width: 480px;
  height: 3px;

  background: url('../images/bg/content/product/contacts.png') 0 -4px no-repeat;
}

.product .product-info {
  position: relative;

  margin: 0 0 15px;
  padding: 0 0 10px;

  border-bottom: 1px solid #6eb725;
}

.product .product-info .info-left {
  position: relative;

  float: left;

  width: 360px;
  padding: 2px 0 0;

  border-right: 1px solid #d9dbd7;
}

.product .product-info .info-string {
  position: relative;
}

.product .product-info .info-string + .info-string {
  margin-top: 11px;
}

.product .product-info .info-string .string-name {
  font: 16px/1 'PT Sans';

  position: relative;

  float: left;

  width: 100px;
  margin: 0 10px;
  padding: 4px 0 0;

  color: #333;
}

.product .product-info .info-string .string-value {
  font: 16px/1 'PT Sans';

  position: relative;

  float: left;

  width: 240px;

  color: #3179b3;
}

.product .product-info .info-string .string-value span {
  font-size: 20px;
  font-weight: 700;
}

.product .product-info .info-string .string-instok {
  font: 16px/1 'PT Sans';

  position: relative;

  float: left;

  width: 220px;
  padding: 4px 0 0 20px;
}

.product .product-info .info-string .string-instok.no {
  color: #70716f;
  background: url('../images/bg/content/product/no.png') 0 6px no-repeat;
}

.product .product-info .info-string .string-instok.yes {
  color: #81ad21;
  background: url('../images/bg/content/product/yes.png') 0 5px no-repeat;
}

.product .product-info .info-button {
  position: relative;

  float: right;

  width: 77px;
  height: 30px;
  margin: 15px 0 0;
}

.product .product-info .info-button input {
  font: 16px 'PT Sans';

  position: relative;

  width: 77px;
  height: 30px;
  margin: 0;

  cursor: pointer;

  color: #fff;
  border: none;
  background: url('../images/bg/content/product/button.png') no-repeat;
}

/* firefox * */
.product .product-info .info-button input::-moz-focus-inner {
  border: 0;
}

.product .product-info .info-button input:hover {
  background-position: 0 -31px;
}

.product .product-features {
  position: relative;

  margin: 0 0 17px;
}

.product .product-features .features-title {
  font: 16px/1 'PT Sans';

  position: relative;

  padding: 0 10px 8px;

  color: #39753a;
  border-bottom: 1px solid #d9dbd7;
}

.product .product-features .features-string {
  position: relative;

  padding: 7px 0 5px;

  border-bottom: 1px dashed #c0c8d1;
}

.product .product-features .features-string .string-name {
  font: 700 12px/1 'PT Sans';

  position: relative;

  float: left;

  width: 100px;
  margin: 0 10px;
  padding: 2px 0 0;

  color: #333;
}

.product .product-features .features-string .string-value {
  font: 12px/1.35 'PT Sans';

  position: relative;

  float: left;

  width: 330px;

  color: #333;
}

.product .product-description {
  position: relative;

  padding: 0 30px 0 10px;
}

.product .product-description .description-title {
  font: 16px/1 'PT Sans';

  position: relative;

  margin: 0 0 10px;

  color: #39753a;
}

.product .product-description .description-text {
  font: 12px/1.5 'PT Sans';

  position: relative;

  color: #333;
}

/*********** Catalog news ***********/

.catalog-news {
  position: relative;

  width: 980px;
  margin: 10px 0 30px;
}

.catalog-news .news-title {
  font: 24px/1 'PT Sans';

  position: relative;

  margin: 0 0 12px 0;
  padding: 11px 0 0;

  color: #333;
  border-top: 3px solid #6eb725;
}

/*********** Contacts ***********/

.contacts {
  position: relative;

  padding: 7px 0 0;
}

.contacts .contacts-title {
  font: 20px/1 'PT Sans';

  position: relative;

  margin: 0 0 13px;
  padding: 0 10px 8px;

  color: #333;
}

.contacts .contacts-main {
  position: relative;

  margin: 0 0 29px;
}

.contacts .contacts-sales {
  position: relative;

  float: left;

  width: 480px;
}

.contacts .contacts-germany {
  position: relative;

  float: right;

  width: 480px;
}

.contacts .contacts-main .contacts-title {
  border-bottom: 1px solid #6eb725;
}

.contacts .contacts-sales .contacts-title {
  border-bottom: 1px solid #42a1d1;
}

.contacts .contacts-germany .contacts-title {
  border-bottom: 1px solid #db3a40;
}

.contacts .contacts-main .main-left {
  position: relative;

  float: left;

  width: 480px;
}

.contacts .contacts-block {
  position: relative;

  margin: 0 0 30px;
  padding: 7px 10px 0;

  border-bottom: 1px dashed #c0c8d1;
}

.contacts .contacts-main .contacts-block {
  margin: 0 0 30px;
}

.contacts .contacts-sales .contacts-block,
.contacts .contacts-germany .contacts-block {
  margin: 0 0 13px;
}

.contacts .contacts-block .block-title {
  font: 700 14px/1 'Open Sans';

  position: relative;
}

.contacts .contacts-main .contacts-block .block-title {
  margin: 0 0 12px;

  color: #39753a;
}

.contacts .contacts-sales .contacts-block .block-title,
.contacts .contacts-germany .contacts-block .block-title {
  margin: 0 0 7px;
}

.contacts .contacts-sales .contacts-block .block-title {
  color: #3887c0;
}

.contacts .contacts-germany .contacts-block .block-title {
  color: #d4282d;
}

.contacts .contacts-block .block-address {
  font: 14px/1.5 'PT Sans';

  position: relative;

  padding: 0 0 0 17px;

  color: #333;
  background: url('../images/bg/content/contacts/address.png') 0 4px no-repeat;
}

.contacts .contacts-main .contacts-block .block-address {
  margin: 0 0 12px;
}

.contacts .contacts-sales .contacts-block .block-address,
.contacts .contacts-germany .contacts-block .block-address {
  margin: 0 0 2px;
}

.contacts .contacts-block .block-phone {
  position: relative;
}

.contacts .contacts-main .contacts-block .block-phone {
  margin: 0 0 11px;
}

.contacts .contacts-sales .contacts-block .block-phone,
.contacts .contacts-sales .contacts-block .block-germany {
  margin: 0 0 6px;

  background: url('../images/bg/content/contacts/phone.png') 1px 0 no-repeat;
}

.contacts .contacts-block .block-phone .phone-item {
  font: 14px/1 'PT Sans';

  position: relative;

  height: 14px;
  margin: 0 0 6px;
  padding: 0 0 0 17px;

  color: #333;
}

.contacts .contacts-block .block-phone .phone-item .item-name {
  position: relative;

  float: left;

  width: 100px;
}

.contacts .contacts-block .block-phone .phone-item .item-value {
  position: relative;

  float: left;

  width: 300px;
}

.contacts .contacts-block .block-mail {
  position: relative;

  margin: 0 0 8px;
}

.contacts .contacts-block .block-mail .mail-item {
  font: 14px/1 'PT Sans';

  position: relative;

  height: 17px;
  margin: 0 0 6px -2px;
  padding: 0 0 0 19px;

  color: #333;
  background: url('../images/bg/content/contacts/mail.png') 0 3px no-repeat;
}

.contacts .contacts-block .block-mail .mail-item .item-name {
  position: relative;

  float: left;

  width: 100px;
}

.contacts .contacts-block .block-mail .mail-item .item-value {
  position: relative;

  float: left;

  width: 300px;
}

.contacts .contacts-block .block-mail .mail-item .item-value a {
  font-size: 12px;

  color: #39753a;
}

.contacts .contacts-block .block-skype {
  position: relative;

  margin: 0 0 8px;
}

.contacts .contacts-block .block-skype .skype-item {
  font: 14px/1 'PT Sans';

  position: relative;

  height: 17px;
  margin: 0 0 6px -2px;
  padding: 0 0 0 19px;

  color: #333;
  background: url('../images/bg/content/contacts/skype.png') 0 3px no-repeat;
}

.contacts .contacts-block .block-skype .skype-item .item-name {
  position: relative;

  float: left;

  width: 100px;
}

.contacts .contacts-block .block-skype .skype-item .item-value {
  position: relative;

  float: left;

  width: 300px;
}

.contacts .contacts-block .block-skype .skype-item .item-value a {
  font-size: 12px;

  color: #39753a;
}

.contacts .contacts-button {
  position: relative;

  width: 123px;
  height: 35px;
  margin: 0 0 0 32px;
}

.contacts .contacts-button a {
  font: 14px/35px 'PT Sans';

  display: block;

  width: 123px;
  height: 35px;

  text-align: center;
  text-decoration: none;

  color: #fff;
  background: url('../images/bg/content/contacts/button.png') no-repeat;
}

.contacts .contacts-button a:hover {
  background-position: 0 -36px;
}

.contacts .contacts-map {
  position: relative;

  float: right;

  width: 480px;
  height: 260px;
}

/*********** Cart ***********/

.cart {
  position: relative;

  float: left;

  width: 640px;
  margin: 0 0 35px;
}

.cart .cart-info {
  position: relative;

  width: 640px;
  height: 20px;
  margin: 0 0 15px;
  padding: 10px 0;

  background: url('../images/bg/content/cart/info.png') no-repeat;
}

.cart .cart-info .info-back {
  position: relative;

  float: left;

  width: 141px;
  height: 20px;
  margin: 0 27px 0 10px;
}

.cart .cart-info .info-back a {
  font: 12px/20px 'Minion Pro';

  display: block;

  width: 141px;
  height: 20px;

  text-align: center;
  text-decoration: none;

  color: #70716f;
  background: url('../images/bg/content/cart/back.png') no-repeat;
  text-shadow: 0 1px #fff;
}

.cart .cart-info .info-back a span {
  font-family: 'PT Sans';
}

.cart .cart-info .info-back a:hover {
  height: 21px;

  color: #fff;
  background-position: 0 -21px;
  text-shadow: none;
}

.cart .cart-info .info-amount {
  font: 14px/20px 'PT Sans';

  position: relative;

  float: left;

  width: 132px;

  color: #333;
}

.cart .cart-info .info-amount span {
  font-size: 16px;
}

.cart .cart-info .info-price {
  font: 14px/20px 'PT Sans';

  position: relative;

  float: left;

  width: 180px;

  color: #333;
}

.cart .cart-info .info-price span {
  font-weight: 700;

  color: #3179b3;
}

.cart .cart-info .info-price span span {
  font-size: 16px;
}

.cart .cart-info .info-button {
  position: relative;

  float: right;

  width: 114px;
  height: 20px;
  margin: 0 10px 0 0;
}

.cart .cart-info .info-button a {
  font: 12px/20px 'Minion Pro';

  display: block;

  width: 114px;
  height: 20px;

  text-align: center;
  text-decoration: none;

  color: #70716f;
  background: url('../images/bg/content/cart/button.png') no-repeat;
  text-shadow: 0 1px #fff;
}

.cart .cart-info .info-button a span {
  font-family: 'PT Sans';
}

.cart .cart-info .info-button a:hover {
  height: 21px;

  color: #fff;
  background-position: 0 -21px;
  text-shadow: none;
}

.cart .cart-item {
  position: relative;

  margin: 0 0 15px;
  padding: 0 0 10px;

  border-bottom: 1px solid #d9dbd7;
}

.cart .cart-item .item-image {
  position: relative;

  float: left;

  width: 90px;
  height: 62px;
  margin: 0 20px 0 0;
}

.cart .cart-item .item-image a {
  font-size: 0;

  display: block;
}

.cart .cart-item .item-image .vertical {
  display: table-cell;

  width: 90px;
  height: 62px;

  text-align: center;
  vertical-align: middle;
}

.cart .cart-item .item-image img {
  max-width: 90px;
  max-height: 62px;
}

.cart .cart-item .item-info {
  position: relative;

  float: left;

  width: 380px;
  height: 56px;
  margin: 2px 0 4px;

  border-right: 1px solid #d9dbd7;
}

.cart .cart-item .item-info .info-title {
  position: relative;

  margin: -2px 0 8px;
}

.cart .cart-item .item-info .info-title a {
  font: 14px/1.5 'PT Sans';

  text-decoration: none;

  color: #39753a;
}

.cart .cart-item .item-info .info-title a:hover {
  text-decoration: underline;
}

.cart .cart-item .item-info .info-price {
  font: 12px/1 'PT Sans';

  position: relative;

  color: #333;
}

.cart .cart-item .item-info .info-price span {
  color: #3179b3;
}

.cart .cart-item .item-info .info-price span span {
  font-size: 14px;
  font-weight: 700;
}

.cart .cart-item .item-amount {
  position: relative;

  float: left;

  width: 67px;
  height: 45px;
  margin: 2px 0 4px;
  padding: 11px 20px 0;

  border-right: 1px solid #d9dbd7;
}

.cart .cart-item .item-amount .amount-input {
  position: relative;

  width: 48px;
  height: 37px;
}

.cart .cart-item .item-amount .amount-input input {
  font: 700 20px/37px 'PT Sans';

  width: 38px;
  height: 37px;
  margin: 0;
  padding: 0 5px;

  text-align: center;

  color: #333;
  border: none;
  outline: 0;
  background: url('../images/bg/content/cart/input.png') no-repeat;
}

.cart .cart-item .item-amount .amount-up {
  position: absolute;
  top: 11px;
  right: 20px;

  width: 20px;
  height: 19px;
}

.cart .cart-item .item-amount .amount-up a {
  display: block;

  width: 20px;
  height: 19px;

  background: url('../images/bg/content/cart/arrow.png') no-repeat;
}

.cart .cart-item .item-amount .amount-up:hover {
  z-index: 2;
}

.cart .cart-item .item-amount .amount-up:hover a {
  background-position: -21px 0;
}

.cart .cart-item .item-amount .amount-down {
  position: absolute;
  right: 20px;
  bottom: 8px;

  width: 20px;
  height: 19px;
}

.cart .cart-item .item-amount .amount-down a {
  display: block;

  width: 20px;
  height: 19px;

  background: url('../images/bg/content/cart/arrow.png') 0 -20px no-repeat;
}

.cart .cart-item .item-amount .amount-down:hover {
  z-index: 2;
}

.cart .cart-item .item-amount .amount-down:hover a {
  background-position: -21px -20px;
}

.cart .cart-item .item-del {
  position: relative;

  float: right;

  width: 21px;
  height: 37px;
  margin: 11px 0 0;
}

.cart .cart-item .item-del a {
  display: block;

  width: 21px;
  height: 37px;

  background: url('../images/bg/content/cart/del.png') no-repeat;
}

.cart .cart-item .item-del a:hover {
  background-position: -22px 0;
}

/*********** Delivery ***********/

.delivery {
  position: relative;

  float: right;

  width: 300px;
  margin: 0 0 50px;
}

.delivery .delivery-top {
  position: relative;

  width: 300px;
  height: 3px;

  background: url('../images/bg/content/cart/delivery/bg.png') no-repeat;
}

.delivery .delivery-content {
  position: relative;

  width: 278px;
  padding: 8px 11px;

  background: url('../images/bg/content/cart/delivery/bg.png') -301px 0 repeat-y;
}

.delivery .delivery-content .delivery-title {
  font: 700 16px/1 'Open Sans';

  position: relative;

  margin: 0 0 12px;
  padding: 0 0 11px;

  color: #39753a;
  background: url('../images/bg/content/cart/delivery/line.png') bottom repeat-x;
}

.delivery .delivery-content .delivery-block {
  font: 12px/1 'PT Sans';

  position: relative;

  padding: 0 0 2px;

  color: #333;
  background: url('../images/bg/content/cart/delivery/line.png') bottom repeat-x;
}

.delivery .delivery-content .delivery-block:last-child {
  padding: 0 0 1px;

  background: none;
}

.delivery .delivery-content .delivery-block h2 {
  font-size: 16px;
  font-weight: 700;

  margin: 0 0 9px;
}

.delivery .delivery-content .delivery-block p {
  line-height: 1.5;

  margin: 0 0 6px;
}

.delivery .delivery-content .delivery-block .delivery-button {
  position: relative;

  width: 77px;
  height: 20px;
  margin: 0 0 10px;
}

.delivery .delivery-content .delivery-block:last-child .delivery-button {
  margin: 0;
}

.delivery .delivery-content .delivery-block .delivery-button a {
  font: 12px/20px 'PT Sans';

  display: block;

  width: 77px;
  height: 20px;

  text-align: center;
  text-decoration: none;

  color: #70716f;
  background: url('../images/bg/content/cart/delivery/button.png') no-repeat;
  text-shadow: 0 1px #fff;
}

.delivery .delivery-content .delivery-block .delivery-button a:hover {
  height: 21px;

  color: #fff;
  background-position: 0 -21px;
  text-shadow: none;
}

.delivery .delivery-bottom {
  position: relative;

  width: 300px;
  height: 3px;

  background: url('../images/bg/content/cart/delivery/bg.png') 0 -4px no-repeat;
}

/*********** Order ***********/

.order {
  position: relative;

  width: 980px;
  margin: 0 0 27px;
  padding: 11px 0 27px;

  border-top: 3px solid #6eb725;
  background: url('../images/bg/content/cart/order/bottom.png') bottom no-repeat;
}

.order .order-title {
  font: 24px/1 'PT Sans';

  position: relative;

  margin: 0 0 13px;

  color: #333;
}

.order .order-info {
  position: relative;

  float: left;

  width: 180px;
  height: 121px;
  margin: 0 30px 0 0;
  padding: 16px 15px 0;

  background: url('../images/bg/content/cart/order/bg.png') no-repeat;
}

.order .order-info .info-amount {
  position: relative;

  margin: 0 0 22px;
}

.order .order-info .info-amount .amount-name {
  font: 14px/1 'PT Sans';

  position: relative;

  margin: 0 0 9px;

  color: #fff;
}

.order .order-info .info-amount .amount-value {
  font: 700 20px/1 'PT Sans';

  color: #fff;
}

.order .order-info .info-amount .amount-value span {
  font-size: 20px;
}

.order .order-info .info-price {
  position: relative;
}

.order .order-info .info-price .price-name {
  font: 14px/1 'PT Sans';

  position: relative;

  margin: 0 0 9px;

  color: #fff;
}

.order .order-info .info-price .price-value {
  font: 700 20px/1 'PT Sans';

  color: #fff;
}

.order .order-info .info-price .price-value span {
  font-size: 20px;
}

.order .order-form {
  position: relative;

  float: right;

  width: 740px;
}

.order .order-form .form-left {
  position: relative;

  float: left;

  width: 360px;
  margin: 0 0 7px;
}

.order .order-form .form-right {
  position: relative;

  float: right;

  width: 360px;
  margin: 0 0 7px;
}

.order .order-form .form-input {
  position: relative;

  width: 360px;
  height: 37px;
  margin: 0 0 13px;
}

.order .order-form .form-input input {
  font: 16px/37px 'PT Sans';

  width: 336px;
  height: 37px;
  margin: 0;
  padding: 0 12px 0;

  color: #333;
  border: none;
  outline: 0;
  background: url('../images/bg/content/cart/order/input.png') no-repeat;
}

.order .order-form .form-input input.error {
  background-position: 0 -76px;
}

.order .order-form .form-input input:focus {
  background-position: 0 -38px;
}

.order .order-form .form-textarea {
  position: relative;

  width: 360px;
  height: 137px;
  margin: 0 0 13px;
}

.order .order-form .form-textarea textarea {
  font: 16px/1.25 'PT Sans';

  width: 336px;
  height: 119px;
  margin: 0;
  padding: 9px 12px;

  resize: none;

  color: #333;
  border: none;
  outline: 0;
  background: url('../images/bg/content/cart/order/textarea.png') no-repeat;
}

.order .order-form .form-textarea textarea.error {
  background-position: 0 -276px;
}

.order .order-form .form-textarea textarea:focus {
  background-position: 0 -138px;
}

.order .order-form .form-captcha {
  position: relative;

  width: 360px;
}

.order .order-form .form-captcha .captcha-text {
  font: 12px/37px 'PT Sans';

  position: relative;

  float: left;

  width: 127px;
  padding: 0 12px 0 0;

  text-align: right;

  color: #333;
}

.order .order-form .form-captcha .captcha-image {
  position: relative;

  float: left;

  width: 85px;
  height: 37px;
  margin: 0 10px 0 0;
}

.order .order-form .form-captcha .captcha-refresh {
  position: relative;

  float: left;

  width: 31px;
  height: 37px;
  margin: 0 10px 0 0;
}

.order .order-form .form-captcha .captcha-refresh a {
  display: block;

  width: 31px;
  height: 37px;

  background: url('../images/bg/content/cart/order/refresh.png') no-repeat;
}

.order .order-form .form-captcha .captcha-refresh a:hover {
  background-position: -32px 0;
}

.order .order-form .form-captcha .captcha-input {
  position: relative;

  float: left;

  width: 85px;
  height: 37px;
}

.order .order-form .form-captcha .captcha-input input {
  font: 16px/37px 'PT Sans';

  width: 61px;
  height: 37px;
  margin: 0;
  padding: 0 12px 0;

  color: #333;
  border: none;
  outline: 0;
  background: url('../images/bg/content/cart/order/captcha.png') no-repeat;
}

.order .order-form .form-captcha .captcha-input input.error {
  background-position: 0 -76px;
}

.order .order-form .form-captcha .captcha-input input:focus {
  background-position: 0 -38px;
}

.order .order-form .form-required {
  font: 16px/37px 'PT Sans';

  position: relative;

  float: left;

  width: 360px;
  height: 37px;
  padding: 3px 0 0 23px;

  color: #81ad21;
  background: url('../images/bg/content/cart/order/required.png') 0 15px no-repeat;
}

.order .order-form .form-button {
  position: relative;

  float: right;

  width: 124px;
  height: 40px;
}

.order .order-form .form-button input {
  font: 20px 'PT Sans';

  position: relative;

  width: 124px;
  height: 40px;
  margin: 0;

  cursor: pointer;

  color: #fff;
  border: none;
  background: url('../images/bg/content/cart/order/button.png') no-repeat;
}

/* firefox * */
.order .order-form .form-button input::-moz-focus-inner {
  border: 0;
}

.order .order-form .form-button input:hover {
  background-position: 0 -41px;
}

/*********** Sidebar ***********/

.sidebar {
  position: relative;

  float: left;

  width: 220px;
  margin: 0 30px 30px 0;
}

/****** Filter ******/

.filter {
  position: relative;

  width: 220px;
}

.filter .filter-top {
  position: relative;

  width: 220px;
  height: 3px;

  background: url('../images/bg/sidebar/filter/bg.png') no-repeat;
}

.filter .filter-content {
  position: relative;

  width: 220px;

  background: url('../images/bg/sidebar/filter/bg.png') -221px 0 repeat-y;
}

.filter .filter-content .filter-block {
  position: relative;

  margin: 0 0 7px;
  padding: 11px 20px 2px;

  background: url('../images/bg/sidebar/filter/line.png') bottom repeat-x;
}

.filter .filter-content .filter-block:last-child {
  margin: 0;

  background: none;
}

.filter .filter-content .filter-block .block-title {
  font: 700 14px/1 'Open Sans';

  margin: 0 0 16px;

  color: #39753a;
}

.filter .filter-content .filter-block ul {
  position: relative;
}

.filter .filter-content .filter-block ul li {
  position: relative;

  margin: 0 0 12px;

  cursor: default;
}

.filter .filter-content .filter-block ul li a {
  font: 12px/1 'Open Sans';

  text-decoration: none;

  color: #333;
}

.filter .filter-content .filter-block ul li a .icon-checkbox {
  position: relative;
  top: -2px;

  display: inline-block;

  width: 15px;
  height: 16px;
  margin: 0 7px 0 0;

  vertical-align: top;

  background: url('../images/bg/sidebar/filter/checkbox.png') no-repeat;
}

.filter .filter-content .filter-block ul li a p {
  position: relative;

  display: inline-block;

  max-width: 154px;
}

.filter .filter-content .filter-block ul li a.selected .icon-checkbox {
  background-position: 0 -17px;
}

.filter .filter-content .filter-block ul ul {
  display: none;

  margin: 7px 0 0 15px;
}

.filter .filter-content .filter-block ul li.selected > ul {
  display: block;
}

.filter .filter-content .filter-block ul ul li {
  margin: 0 0 7px;
}

.filter .filter-content .filter-block ul ul li a p {
  max-width: 139px;
}

.filter .filter-content .filter-block ul ul ul li a p {
  max-width: 124px;
}

.filter .filter-content .filter-block .block-select {
  position: relative;

  margin: 0 0 9px;
}

.filter .filter-content .filter-block .block-select .select-text {
  font: 12px/28px 'PT Sans';

  position: relative;

  float: left;

  width: 35px;

  color: #333;
}

.filter .filter-content .filter-block .block-select .select-field {
  position: relative;

  float: left;

  width: 145px;
  height: 29px;
}

.filter .filter-content .filter-block .block-link {
  position: relative;

  margin: 0 0 14px;
}

.filter .filter-content .filter-block .block-link a {
  font: 12px/1 'Open Sans';

  text-decoration: none;

  color: #333;
  border-bottom: 1px dashed #333;
}

.filter .filter-content .filter-block .block-link a:hover {
  border-bottom: none;
}

.filter .filter-content .filter-block .block-input {
  position: relative;

  margin: 0 0 9px;
}

.filter .filter-content .filter-block .block-input .input-text {
  font: 12px/28px 'PT Sans';

  position: relative;

  float: left;

  width: 35px;

  color: #333;
}

.filter .filter-content .filter-block .block-input .input-field {
  position: relative;

  float: left;

  width: 120px;
  height: 29px;
  margin: 0 5px 0 0;
}

.filter .filter-content .filter-block .block-input .input-field input {
  font: 12px/29px 'PT Sans';

  width: 100px;
  height: 29px;
  margin: 0;
  padding: 0 10px;

  color: #175215;
  border: none;
  outline: 0;
  background: url('../images/bg/sidebar/filter/input.png') no-repeat;
}

.filter .filter-content .filter-block .block-input .input-value {
  font: 12px/28px 'PT Sans';

  position: relative;

  float: left;

  color: #333;
}

.filter .filter-content .filter-block .block-button {
  position: relative;

  float: right;

  width: 75px;
  height: 21px;
  margin: 0 0 9px;
}

.filter .filter-content .filter-block ul + .block-button {
  margin-top: -3px;
}

.filter .filter-content .filter-block .block-select + .block-button,
.filter .filter-content .filter-block .block-input + .block-button {
  margin-top: 6px;
}

.filter .filter-content .filter-block .block-button input {
  font: 13px 'PT Sans';

  position: relative;

  width: 75px;
  height: 21px;
  margin: 0;
  padding: 0 0 1px;

  cursor: pointer;

  color: #fff;
  border: none;
  background: url('../images/bg/sidebar/filter/button.png') no-repeat;
}

/* firefox * */
.filter .filter-content .filter-block .block-button input::-moz-focus-inner {
  border: 0;
}

.filter .filter-content .filter-block .block-button input:hover {
  background-position: 0 -22px;
}

.filter .filter-bottom {
  position: relative;

  width: 220px;
  height: 3px;

  background: url('../images/bg/sidebar/filter/bg.png') 0 -4px no-repeat;
}

/****** Category menu ******/

.category-menu {
  position: relative;

  width: 220px;
}

.category-menu .menu-top {
  position: relative;

  width: 220px;
  height: 3px;

  background: url('../images/bg/sidebar/menu/bg.png') no-repeat;
}

.category-menu .menu-content {
  position: relative;

  width: 200px;
  padding: 11px 10px 4px;

  background: url('../images/bg/sidebar/menu/bg.png') -221px 0 repeat-y;
}

.category-menu .menu-content .menu-title {
  font: 700 14px/1 'Open Sans';

  position: relative;

  margin: 0 10px 8px;

  color: #39753a;
}

.category-menu .menu-content ul {
  position: relative;
}

.category-menu .menu-content ul li {
  font: 12px/1 'PT Sans';
  line-height: 1.5;

  position: relative;

  margin: 0 0 0 22px;

  list-style: disc;

  color: #4d8939;
}

.category-menu .menu-content ul li a {
  text-decoration: none;

  color: #333;
}

.category-menu .menu-content ul li a:hover {
  text-decoration: underline;
}

.category-menu .menu-content ul li .menu-block {
  position: relative;

  margin: 0 0 0 -20px;
  padding: 3px 0 7px 20px;

  background: url('../images/bg/sidebar/menu/line.png') bottom repeat-x;
}

.category-menu .menu-bottom {
  position: relative;

  width: 220px;
  height: 3px;

  background: url('../images/bg/sidebar/menu/bg.png') 0 -4px no-repeat;
}

/*********** Content ***********/

.content {
  position: relative;

  float: left;

  width: 730px;
  margin: 0 0 30px;
}

.catalog-top {
  position: absolute;
  top: -32px;
  right: 0;
}

/****** Sort ******/

.sort {
  position: relative;

  float: left;
}

.sort p {
  font: 12px/20px 'PT Sans';

  position: relative;

  float: left;

  padding: 0 2px 0 0;

  color: #333;
}

.sort ul {
  position: relative;

  float: left;

  height: 20px;
}

.sort ul li {
  position: relative;

  float: left;

  width: 25px;
  height: 20px;
  margin: 0 0 0 10px;
}

.sort ul li a {
  display: block;

  width: 25px;
  height: 20px;

  background: url('../images/bg/content/sort/icon.png') no-repeat;
}

.sort ul li a:hover {
  height: 21px;
}

.sort ul li.a-z a {
  background-position: 0 0;
}

.sort ul li.a-z a:hover {
  background-position: -26px 0;
}

.sort ul li.a-z.selected {
  height: 21px;

  background: url('../images/bg/content/sort/icon.png') -26px 0 no-repeat;
}

.sort ul li.time a {
  background-position: 0 -22px;
}

.sort ul li.time a:hover {
  background-position: -26px -22px;
}

.sort ul li.time.selected {
  height: 21px;

  background: url('../images/bg/content/sort/icon.png') -26px -22px no-repeat;
}

.sort ul li.descending a {
  background-position: 0 -44px;
}

.sort ul li.descending a:hover {
  background-position: -26px -44px;
}

.sort ul li.descending.selected {
  height: 21px;

  background: url('../images/bg/content/sort/icon.png') -26px -44px no-repeat;
}

.sort ul li.ascending a {
  background-position: 0 -66px;
}

.sort ul li.ascending a:hover {
  background-position: -26px -66px;
}

.sort ul li.ascending.selected {
  height: 21px;

  background: url('../images/bg/content/sort/icon.png') -26px -66px no-repeat;
}

/****** Amount item ******/

.amount-item {
  position: relative;

  float: left;

  margin: 0 0 0 20px;
}

.amount-item p {
  font: 12px/20px 'PT Sans';

  position: relative;

  float: left;

  padding: 0 2px 0 0;

  color: #333;
}

.amount-item ul {
  position: relative;

  float: left;

  height: 20px;
}

.amount-item ul li {
  font: 12px/20px 'PT Sans';

  position: relative;

  float: left;

  width: 25px;
  height: 20px;
  margin: 0 0 0 10px;
}

.amount-item ul li a {
  display: block;

  width: 25px;
  height: 20px;

  text-align: center;
  text-decoration: none;

  color: #333;
  background: url('../images/bg/content/sort/bg.png') no-repeat;
}

.amount-item ul li a:hover {
  height: 21px;

  background-position: -26px 0;
}

.amount-item ul li.selected {
  height: 21px;

  text-align: center;

  color: #fff;
  background: url('../images/bg/content/sort/bg.png') -26px 0 no-repeat;
}


/****** Catalog ******/

.catalog {
  position: relative;

  margin: -1px 0 0;
  padding: 1px 0 0;
}

.catalog .catalog-item {
  position: relative;

  margin: 0 0 10px;
}

.catalog .catalog-item .item-image {
  position: relative;

  float: left;

  width: 240px;
  height: 165px;
  margin: 0 10px 0 0;
}

.catalog .catalog-item .item-image a {
  font-size: 0;

  display: block;
}

.catalog .catalog-item .item-image a .vertical {
  display: table-cell;

  width: 240px;
  height: 165px;

  text-align: center;
  vertical-align: middle;
}

.catalog .catalog-item .item-image a img {
  max-width: 240px;
  max-height: 165px;

  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.catalog .catalog-item .item-image  .special {
  position: absolute;
  top: -3px;
  left: -3px;

  width: 65px;
  height: 65px;
}

.catalog .catalog-item .item-info {
  position: relative;

  float: left;

  width: 480px;
}

.catalog .catalog-item .item-info .info-title {
  position: relative;

  padding: 9px 15px 11px;

  border-bottom: 1px solid #d9dbd7;
}

.catalog .catalog-item .item-info .info-title a {
  font: 16px/1 'PT Sans';

  text-decoration: none;

  color: #195416;
}

.catalog .catalog-item .item-info .info-title a:hover {
  text-decoration: underline;
}

.catalog .catalog-item .item-info .info-price {
  font: 14px/1 'PT Sans';

  position: relative;

  float: left;

  padding: 10px 15px;

  color: #333;
}

.catalog .catalog-item .item-info .info-price span {
  font-size: 16px;

  color: #3179b3;
}

.catalog .catalog-item .item-info .info-button {
  position: relative;

  float: right;

  width: 77px;
  height: 20px;
  margin: 9px 0 8px;
}

.catalog .catalog-item .item-info .info-button a {
  font: 12px/20px 'PT Sans';

  display: block;

  width: 77px;
  height: 20px;

  text-align: center;
  text-decoration: none;

  color: #70716f;
  background: url('../images/bg/content/catalog/button.png') no-repeat;
  text-shadow: 0 1px #fff;
}

.catalog .catalog-item .item-info .info-button a:hover {
  height: 21px;

  color: #fff;
  background-position: 0 -21px;
  text-shadow: none;
}

.catalog .catalog-item .item-info .info-features {
  font: 12px/1.5 'PT Sans';
  font-size: 10;

  position: relative;

  width: 450px;
  height: 79px;
  padding: 6px 15px;

  color: #333;
  background: url('../images/bg/content/catalog/bg.png') no-repeat;
}

/****** Catalog-tiles ******/

.catalog-tiles {
  position: relative;

  margin: -1px -20px -20px 0;
  padding: 1px 0 0;
}

.catalog-tiles .catalog-item {
  position: relative;

  float: left;

  margin: 0 20px 20px 0;
}

.catalog-tiles .catalog-item .item-image {
  position: relative;

  width: 230px;
  height: 158px;
  margin: 0 0 5px;
}

.catalog-tiles .catalog-item .item-image a {
  font-size: 0;

  display: block;
}

.catalog-tiles .catalog-item .item-image a .vertical {
  display: table-cell;

  width: 230px;
  height: 158px;

  text-align: center;
  vertical-align: middle;
}

.catalog-tiles .catalog-item .item-image a img {
  max-width: 230px;
  max-height: 158px;

  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.catalog-tiles .catalog-item .item-image  .special {
  position: absolute;
  top: -3px;
  left: -3px;

  width: 65px;
  height: 65px;
}

.catalog-tiles .catalog-item .item-info {
  position: relative;

  width: 230px;
  height: 121px;

  background: url('../images/bg/content/catalog/bg2.png') no-repeat;
}

.catalog-tiles .catalog-item .item-info .info-title {
  position: relative;

  height: 36px;
  margin: 0 0 2px;
  padding: 7px 10px 8px;
}

.catalog-tiles .catalog-item .item-info .info-title a {
  font: 16px/18px 'PT Sans';

  text-decoration: none;

  color: #39753a;
}

.catalog-tiles .catalog-item .item-info .info-title a:hover {
  text-decoration: underline;
}

.catalog-tiles .catalog-item .item-info .info-price {
  font: 14px/1 'PT Sans';

  position: relative;

  height: 16px;
  padding: 9px 10px;

  color: #333;
}

.catalog-tiles .catalog-item .item-info .info-price span {
  font-size: 16px;

  color: #3179b3;
}

.catalog-tiles .catalog-item .item-info .info-button {
  position: relative;

  width: 77px;
  height: 20px;
  margin: 2px 10px 0;
}

.catalog-tiles .catalog-item .item-info .info-button a {
  font: 12px/20px 'PT Sans';

  display: block;

  width: 77px;
  height: 20px;

  text-align: center;
  text-decoration: none;

  color: #70716f;
  background: url('../images/bg/content/catalog/button.png') no-repeat;
  text-shadow: 0 1px #fff;
}

.catalog-tiles .catalog-item .item-info .info-button a:hover {
  height: 21px;

  color: #fff;
  background-position: 0 -21px;
  text-shadow: none;
}

/****** Article ******/

.article {
  position: relative;

  margin: -1px 0 0;
  padding: 1px 0 0;
}

.pages + .article {
  margin-top: 19px;
}

.article .article-bar {
  position: absolute;
  top: -31px;
  right: 0;
}

.article .article-bar .bar-prev {
  position: relative;

  float: left;

  width: 101px;
  height: 20px;
}

.article .article-bar .bar-prev a {
  font-size: 12px;
  line-height: 20px;

  display: block;

  width: 101px;
  height: 20px;

  text-align: center;
  text-decoration: none;

  color: #70716f;
  background: url('../images/bg/content/article/arrow.png') no-repeat;
  text-shadow: 0 1px #fff;
}

.article .article-bar .bar-prev a span {
  font-family: 'PT Sans';
}

.article .article-bar .bar-prev a:hover {
  height: 21px;

  color: #fff;
  background-position: 0 -21px;
  text-shadow: none;
}

.article .article-bar .bar-next {
  position: relative;

  float: left;

  width: 92px;
  height: 20px;
  margin: 0 0 0 10px;
}

.article .article-bar .bar-next a {
  font-size: 12px;
  line-height: 20px;

  display: block;

  width: 92px;
  height: 20px;

  text-align: center;
  text-decoration: none;

  color: #70716f;
  background: url('../images/bg/content/article/arrow.png') -102px 0 no-repeat;
  text-shadow: 0 1px #fff;
}

.article .article-bar .bar-next a span {
  font-family: 'PT Sans';
}

.article .article-bar .bar-next a:hover {
  height: 21px;

  color: #fff;
  background-position: -102px -21px;
  text-shadow: none;
}

.article .article-item {
  position: relative;

  margin: 0 0 10px;
}

.article .article-item .item-image {
  position: relative;

  float: left;

  width: 240px;
  height: 165px;
  margin: 0 10px 0 0;
}

.article .article-item .item-image a {
  font-size: 0;

  display: block;
}

.article .article-item .item-image .vertical {
  display: table-cell;

  width: 240px;
  height: 165px;

  text-align: center;
  vertical-align: middle;
}

.article .article-item .item-image img {
  max-width: 240px;
  max-height: 165px;

  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.article .article-item .item-info {
  position: relative;

  float: left;

  width: 460px;
  height: 162px;
  margin: 2px 0 0;
  padding: 0 10px;

  border-bottom: 1px solid #d9dbd7;
}

.article .article-item .item-info .info-date {
  font: 11px/1 'PT Sans';

  position: relative;

  margin: 0 0 8px;

  color: #888;
}

.article .article-item .item-info .info-title {
  position: relative;

  margin: 0 0 7px;
}

.article .article-item .item-info .info-title a {
  font: 16px/1.25 'PT Sans';

  text-decoration: none;

  color: #39753a;
}

.article .article-item .item-info .info-text {
  font: 12px/1.5 'PT Sans';

  color: #333;
}

.article .article-inner {
  position: relative;
}

.article .article-inner .article-info {
  position: relative;

  margin: 0 0 13px;
}

.article .article-inner .article-info .info-title {
  font: 20px/1 'PT Sans';

  width: 640px;

  color: #39753a;
}

.article .article-inner .article-info .info-date {
  font: 11px/15px 'Tahoma';

  position: absolute;
  top: 7px;
  right: 0;

  height: 15px;
  padding: 0 0 0 25px;

  color: #333;
  background: url('../images/bg/content/article/date.png') no-repeat;
}

.article .article-inner .article-text {
  font: 12px/11 'PT Sans';

  position: relative;

  padding: 7px 0 0;

  color: #333;
}

.article .article-inner .article-text .text-image {
  position: relative;

  float: left;

  width: 240px;
  height: 165px;
  margin: -7px 20px 10px 0;
}

.article .article-inner .article-text .text-image .vertical {
  display: table-cell;

  width: 240px;
  height: 165px;

  text-align: center;
  vertical-align: middle;
}

.article .article-inner .article-text .text-image img {
  max-width: 240px;
  max-height: 165px;

  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.article .article-inner .article-text .text-border {
  position: absolute;
  top: 0;
  right: 0;

  width: 480px;
  height: 0;

  border-top: 1px solid #d9dbd7;
}

.article .article-inner .article-text h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.article .article-inner .article-text h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.article .article-inner .article-text h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.article .article-inner .article-text h5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.article .article-inner .article-text p,
.article .article-inner .article-text ul {
  line-height: 1.5;

  margin: 0 0 7px;
}

.article .article-inner .article-text ul {
  margin-top: 7px;
}

.article .article-inner .article-text ul li {
  margin: 0 0 0 17px;

  list-style: disc;
}

.article .article-inner .article-text ol {
  margin-top: 7px;
}

.article .article-inner .article-textt ol li {
  margin: 0 0 0 17px;

  list-style: decimal;
}

/****** Text ******/

.text {
  font: 16px/1 'PT Sans';

  position: relative;

  padding: 7px 10px 20px;

  color: #333;
}

.text h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.text h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.text h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.text h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.text p,
.text ul,
.text ol {
  line-height: 1.5;

  margin: 0 0 7px;
}

.text ul {
  margin-top: 7px;
}

.text ul li {
  margin: 0 0 0 22px;

  list-style: disc;
}

.text ol {
  margin-top: 7px;
}

.text ol li {
  margin: 0 0 0 22px;

  list-style: decimal;
}

.text a {
  color: #39753a;
}

/****** Feedback ******/

.feedback {
  position: relative;

  padding: 10px 0 0;
}

.feedback .feedback-text {
  font: 16px/2.25 'PT Sans';

  position: relative;

  float: left;

  width: 520px;
  margin: 0 0 0 10px;

  color: #333;
}

.feedback .feedback-text h2 {
  font-size: 24px;
  line-height: 1.75;
}

.feedback .feedback-form {
  position: relative;

  float: right;

  width: 360px;
  padding: 20px 25px;

  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .75);
}

.feedback .feedback-form .title {
  font: 24px/1 'PT Sans';

  position: relative;

  margin: 0 0 17px;

  color: #333;
}

.feedback .feedback-form .input-text {
  font: 16px 'PT Sans';

  width: 328px;
  height: 37px;
  margin: 0 0 15px;
  padding: 0 15px;

  color: #333;
  border: solid 1px #cbcdca;
  outline: none;
  border-radius: 4px;
  background-color: #fff;
  background-image: linear-gradient(to top, #fff 40%, #eaeaea);
  box-shadow: inset 0 0 0 2px #fff;
}

.feedback .feedback-form .input-text.error {
  border-color: #ed3c42;
}

.feedback .feedback-form .input-text:focus {
  border-color: #6eb725;
}

.feedback .feedback-form .textarea {
  font: 16px/1.25 'PT Sans';

  width: 328px;
  height: 101px;
  margin: 0 0 15px;
  padding: 9px 15px;

  resize: vertical;

  color: #333;
  border: solid 1px #cbcdca;
  outline: none;
  border-radius: 4px;
  background-color: #fff;
  background-image: linear-gradient(to top, #fff 40%, #eaeaea);
  box-shadow: inset 0 0 0 2px #fff;
}

.feedback .feedback-form .textarea.error {
  border-color: #ed3c42;
}

.feedback .feedback-form .textarea:focus {
  border-color: #6eb725;
}

.feedback .feedback-form .add-photo {
  font: 16px/40px 'PT Sans';

  display: block;

  width: 360px;
  height: 40px;
  margin: 0 0 15px;

  text-align: center;
  text-decoration: none;

  color: #fff;
  background: url('../images/bg/content/feedback/add-photo.png') no-repeat;
}

.feedback .feedback-form .add-photo:hover {
  background-position: 0 -41px;
}

.feedback .feedback-form .button {
  font: 20px 'PT Sans';

  width: 360px;
  height: 40px;
  margin: 0;
  padding: 0;

  cursor: pointer;

  color: #fff;
  border: none;
  outline: none;
  background: url('../images/bg/content/feedback/button.png') no-repeat;
}

.feedback .feedback-form .button:hover {
  background-position: 0 -41px;
}

/****** Pages ******/

.pages {
  position: relative;

  width: 730px;
  height: 30px;
  margin: 20px 0 0;
  padding: 10px 0 0;

  background: url('../images/bg/content/pages/bg.png') no-repeat;
}

.pages ul {
  position: relative;

  text-align: center;
}

.pages ul li {
  position: relative;

  display: inline-block;

  margin: 0 5px;
}

.pages ul li.pages-text {
  margin: 0 15px;
}

.pages ul li.pages-text a {
  font-size: 12px;
  line-height: 20px;

  text-decoration: none;

  color: #333;
}

.pages ul li.pages-text a span {
  font-family: 'PT Sans';
}

.pages ul li.pages-text a:hover {
  color: #175215;
}

.pages ul li.pages-num a {
  font: 16px/20px 'PT Sans';

  color: #175215;
}

.pages ul li.selected {
  font: 16px/20px 'PT Sans';

  height: 21px;
  padding: 0 5px;

  color: #fff;
  background: url('../images/bg/content/pages/selected.png') 0 -22px repeat-x;
}

.pages ul li.selected .selected-left {
  position: absolute;
  top: 0;
  left: -2px;

  width: 2px;
  height: 21px;

  background: urL('../images/bg/content/pages/selected.png') no-repeat;
}

.pages ul li.selected .selected-right {
  position: absolute;
  top: 0;
  right: -2px;

  width: 2px;
  height: 21px;

  background: urL('../images/bg/content/pages/selected.png') -3px 0 no-repeat;
}

.pages .pages-amount {
  position: relative;

  float: left;

  margin: 0 0 0 12px;
}

.pages .pages-amount .amount-number {
  font: 16px/20px 'PT Sans';

  position: relative;

  float: left;

  height: 21px;
  margin: 0 10px 0 0;
  padding: 0 5px;

  color: #fff;
  background: url('../images/bg/content/pages/selected.png') 0 -22px repeat-x;
}

.pages .pages-amount .amount-number .number-left {
  position: absolute;
  top: 0;
  left: -2px;

  width: 2px;
  height: 21px;

  background: urL('../images/bg/content/pages/selected.png') no-repeat;
}

.pages .pages-amount .amount-number .number-right {
  position: absolute;
  top: 0;
  right: -2px;

  width: 2px;
  height: 21px;

  background: urL('../images/bg/content/pages/selected.png') -3px 0 no-repeat;
}

.pages .pages-amount .amount-all {
  font: 14px/20px 'PT Sans';

  position: relative;

  float: left;

  color: #333;
}

.pages .pages-arrow {
  position: relative;

  float: right;

  margin: 0 10px 0 0;
}

.pages .pages-arrow .arrow-prev {
  position: relative;

  float: left;

  width: 101px;
  height: 20px;
}

.pages .pages-arrow .arrow-prev a {
  font-size: 12px;
  line-height: 20px;

  display: block;

  width: 101px;
  height: 20px;

  text-align: center;
  text-decoration: none;

  color: #70716f;
  background: url('../images/bg/content/pages/arrow.png') no-repeat;
  text-shadow: 0 1px #fff;
}

.pages .pages-arrow .arrow-prev a span {
  font-family: 'PT Sans';
}

.pages .pages-arrow .arrow-prev a:hover {
  height: 21px;

  color: #fff;
  background-position: 0 -21px;
  text-shadow: none;
}

.pages .pages-arrow .arrow-next {
  position: relative;

  float: left;

  width: 92px;
  height: 20px;
  margin: 0 0 0 10px;
}

.pages .pages-arrow .arrow-next a {
  font-size: 12px;
  line-height: 20px;

  display: block;

  width: 92px;
  height: 20px;

  text-align: center;
  text-decoration: none;

  color: #70716f;
  background: url('../images/bg/content/pages/arrow.png') -102px 0 no-repeat;
  text-shadow: 0 1px #fff;
}

.pages .pages-arrow .arrow-next a span {
  font-family: 'PT Sans';
}

.pages .pages-arrow .arrow-next a:hover {
  height: 21px;

  color: #fff;
  background-position: -102px -21px;
  text-shadow: none;
}

/**************** BOTTOM ****************/

.bottom-ico {
  position: relative;

  width: 943px;
  height: 63px;
  margin: -16px auto 18px;

  border-radius: 10px;
  background: url('../images/bg/bottom/bg.png') no-repeat;
}
.bottom-ico-link {
    width: 31px;
    height: 23px;
    display: inline-block;
}

/*********** Main menu ***********/

.main-menu {
  position: relative;

  width: 960px;
  height: 510px;
  margin: -59px -17px 9px;
  padding: 0 27px;

  background: url('../images/bg/bottom/menu/bg.png') no-repeat;
}

.main-menu .menu-item {
  position: relative;

  float: left;

  width: 300px;
  height: 226px;
  padding: 10px;
}

.main-menu .menu-item a {
  position: relative;

  display: block;

  width: 300px;
  height: 54px;
  padding: 172px 0 0;

  text-align: center;
  text-decoration: none;
}

.main-menu .menu-item a.tillage {
  background: url('../images/bg/bottom/menu/icon/tillage.png') 0 56px no-repeat;
}

.main-menu .menu-item a.tillage:hover {
  background-position: -300px 56px;
}

.main-menu .menu-item a.planting {
  background: url('../images/bg/bottom/menu/icon/planting.png') 0 45px no-repeat;
}

.main-menu .menu-item a.planting:hover {
  background-position: -300px 45px;
}

.main-menu .menu-item a.bunker {
  background: url('../images/bg/bottom/menu/icon/bunker.png') 0 45px no-repeat;
}

.main-menu .menu-item a.storage-equipment .item-title{
   font: 700 16px/37px 'PT Sans';
}

.main-menu .menu-item a.bunker:hover {
  background-position: -300px 45px;
}


.main-menu .menu-item a.care {
  background: url('../images/bg/bottom/menu/icon/care.png') 0 32px no-repeat;
}

.main-menu .menu-item a.care:hover {
  background-position: -300px 32px;
}

.main-menu .menu-item a.cleaning {
  background: url('../images/bg/bottom/menu/icon/cleaning.png') 0 55px no-repeat;
}

.main-menu .menu-item a.cleaning:hover {
  background-position: -300px 55px;
}

.main-menu .menu-item a.storage-equipment {
  background: url('../images/bg/bottom/menu/icon/storage-equipment.png') 0 35px no-repeat;
}

.main-menu .menu-item a.storage-equipment:hover {
  background-position: -300px 35px;
}

.main-menu .menu-item a.packing {
  background: url('../images/bg/bottom/menu/icon/packing.png') 0 36px no-repeat;
}

.main-menu .menu-item a.packing:hover {
  background-position: -300px 36px;
}

.main-menu .menu-item a .item-title {
  font: 700 22px/37px 'PT Sans';

  position: relative;

  display: inline-block;

  height: 38px;
  padding: 0 10px;

  color: #579e0e;
  background: url('../images/bg/bottom/menu/title.png') 0 -39px repeat-x;
  text-shadow: 0 1px #fff;
}

.main-menu .menu-item a .item-title .title-left {
  position: absolute;
  top: 0;
  left: -18px;

  display: block;

  width: 18px;
  height: 38px;

  background: url('../images/bg/bottom/menu/title.png') no-repeat;
}

.main-menu .menu-item a .item-title .title-right {
  position: absolute;
  top: 0;
  right: -18px;

  display: block;

  width: 18px;
  height: 38px;

  background: url('../images/bg/bottom/menu/title.png') -19px 0 no-repeat;
}

.main-menu .menu-item a:hover .item-title {
  color: #fff;
  background-position: 0 -117px;
  text-shadow: 0 1px #548d1a;
}

.main-menu .menu-item a:hover .item-title .title-left {
  background-position: 0 -78px;
}

.main-menu .menu-item a:hover .item-title .title-right {
  background-position: -19px -78px;
}

/**************** FOOTER ****************/

.footer-left {
  position: relative;

  float: left;

  width: 284px;
  padding: 21px 0 0;
}

/*********** Copyright ***********/

.copyright {
  font: 12px/1 'PT Sans';

  position: relative;

  margin: 0 0 8px;

  color: #333;
}

.copyright span {
  font-size: 11;

  position: relative;
  top: -8px;

  margin: 0 12px 0 0;
}

.copyright img {
  margin: 0 0 1px;
}

/*********** Footer link ***********/

.footer-link {
  position: relative;

  margin: 0 0 35px;
}

.footer-link ul {
  position: relative;
}

.footer-link ul li {
  font: 12px/1 'PT Sans';

  position: relative;

  float: left;

  margin: 0 18px 0 0;

  list-style: disc;

  color: #babcb8;
}

.footer-link ul li:first-child {
  list-style: none;
}

.footer-link ul li a {
  color: #39753a;
}

.footer-link ul li a.report {
  line-height: .95;

  display: block;

  text-decoration: none;

  border-bottom: 1px dashed #39753a;
}

.footer-link ul li a.report:hover {
  padding: 0 0 1px;

  border-bottom: none;
}

/*********** Footer address ***********/

.footer-address {
  position: relative;

  float: left;

  width: 218px;
  margin: 31px 0 0;
}

.footer-address .address-title {
  font: 700 14px/1 'PT Sans';

  position: relative;

  margin: 0 0 5px;

  color: #39753a;
}

.footer-address .address-text {
  font: 12px/1.6 'PT Sans';

  position: relative;

  min-height: 24px;
  padding: 0 0 0 30px;

  color: #333;
  background: url('../images/bg/footer/address.png') left no-repeat;
}

/*********** Footer phone ***********/

.footer-phone {
  position: relative;

  float: left;

  width: 230px;
  margin: 31px 0 0;
}

.footer-phone .phone-title {
  font: 700 14px/1 'PT Sans';

  position: relative;

  margin: 0 0 5px;

  color: #39753a;
}

.footer-phone .phone-number {
  font: 12px/1.6 'PT Sans';

  position: relative;

  min-height: 24px;
  padding: 0 0 0 30px;

  color: #333;
  background: url('../images/bg/footer/phone.png') left no-repeat;
}

.footer-phone .phone-number .number-item {
  position: relative;

  float: left;

  width: 100px;
}

/****** 32x32 ******/

.logo32x32 {
  font-size: 10px;
  line-height: 11px;

  position: relative;

  float: right;

  width: 220px;
  margin: 35px 0 0;

  color: #333;
}

.logo32x32 img {
  float: left;

  margin-right: 5px;
}

.logo32x32 a {
  color: #39753a;
}

.links-box,
.links-box * {
	box-sizing: border-box;
}
.links-box {
	display: table;
	width: 100%;
}
.links-box__item {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	margin-bottom: 10px;
	transition: all 0.2s ease-out;

}
.links-box__item:last-child {
	margin-right: 0;
	padding: 0 11px;
}
.links-box__link {
	display: table;
	vertical-align: middle;
	width: 100%;
	min-height: 60px;
	background: #edf0eb;
	border-radius: 0 60px 0 60px;
	font-size: 14px;
	font-weight: 700;
	color: #579e0e;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	padding: 0 51px;
	transition: all 0.2s ease-out;
}
.links-box__link:hover {
	background: #579e0e;
	color: #edf0eb;
}

.links-box__link-wrapper {
	display: table-cell;
	vertical-align: middle;
}

@media (min-width: 600px) {
	.links-box__item {
		width: 50%;
		margin-right: -4px;
		margin-bottom: 0;
	}
	.links-box__link {
		font-size: 15px;
	}
}

#carrot{
	color: #EB8921;
}
#beet{
	color: #502b30;
}

/*Autocomplete CSS*/
ul.ui-autocomplete{
  width: 480px !important;
  z-index: 3;
  font-size: 13px;
  background: white;
  border: 1px solid #33a200;
  float: left;
}
ul.ui-autocomplete li{
  padding: 5px;
  margin-left: 4px;
  margin-right: 4px;
  width: 462px;
  height: 24px;
}

.highlight{
  background-color: #008000;
  color: #f7fcfd;
  padding: 0 1px 0 1px;
}
ul.ui-autocomplete li.ui-menu-item{
  /*width: 603px !important;*/
  padding: 5px;
  margin-left: 4px;
  margin-right: 4px;
}
ul.ui-autocomplete li.ui-menu-item:hover{
  border: 1px #6ea601 solid;
  border-radius: 3px;
  padding: 4px;
  /*width: 603px !important;*/
}
ul.ui-autocomplete li a{
  float: left;
  color: #195416;
  text-decoration: none;
}

/*ul.ui-autocomplete li a:hover{*/
  /*text-decoration: underline;*/
/*}*/

ul li.ui-autocomplete-category{
  font-size: 18px;
  color: #33a200;
  /*border-bottom: 1px dashed lightsteelblue;*/
}
ul li.ui-autocomplete-category a{
  color: #502b30;
}

ul.ui-autocomplete li a.gotopage{
  width: auto;
  float: right;
  color:#1b8dd6;
}
ul.ui-autocomplete li a.ui-state-focus{
  background:none;

  border: none;
  /*    border: 1px #6ea601 solid;
      border-radius: 3px;*/
}
li.ui-menu-divider.ui-widget-content{
  height: 6px;
}

/*Add arrow on slider in object page*/

.newslider .bx-wrapper {
  position: relative;
}
.newslider .bx-controls.bx-has-controls-direction {
  position: absolute;
  z-index: 52;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.newslider .bx-controls.bx-has-controls-direction .bx-prev,
.newslider .bx-controls.bx-has-controls-direction .bx-next {
  width: 35px;
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/bg/content/product/arrow.png) no-repeat;
  overflow: hidden;
  text-indent: 35px;
}
.newslider .bx-controls.bx-has-controls-direction .bx-prev {
  left: 0;
  background-position: 0 0;
}
.newslider .bx-controls.bx-has-controls-direction .bx-prev:hover {
  background-position: 0 -63px;
}
.newslider .bx-controls.bx-has-controls-direction .bx-next {
  right: 0;
  background-position: -36px 0;
}
.newslider .bx-controls.bx-has-controls-direction .bx-next:hover {
  background-position: -36px -63px;
}
/*end*/
