input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#showhidecats {
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 10px;
  background: #ffe716;
  color: #0083c6;
  width: 220px;
  cursor: pointer;
}
#showhidecats i {
  vertical-align: middle;
  margin-top: 3px;
}
.form-add-basket,
.money {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.basket_plus {
  display: inline-block;
  color: #000;
/*  height: 15px;
  width: 15px;*/
  text-align: center;
  line-height: 15px;
  margin: 0 1px;
  font-size: 20px;
  font-weight: 900;
  cursor: pointer;
}
.basket_minus {
  display: inline-block;
  color: #000;
/*  height: 15px;
  width: 15px;*/
  text-align: center;
  line-height: 15px;
  margin: 0 1px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 9999px;
  -moz-border-radius: 9999px;
  -webkit-border-radius: 9999px;
}
#basket_badge {
  padding-left: 0px;
  position: fixed;
  right: 0px;
  top: 150px;
  z-index: 1100;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#basket_badge .infobox {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0px;
  right: -300px;
  width: 300px;
  height: auto;
  background: #faf9f6;
  z-index: 1100;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-left: 1px solid #f2f2f2;
  border-bottom: 1px solid #d9d9d9;
  padding: 50px 0 0 0;
}
#basket_badge .infobox .bb2 {
  position: absolute;
  left: 12px;
  top: -17px;
}
#basket_badge .infobox .recount-left-basket {
  text-decoration: none;
}
#basket_badge .infobox #basket-left-products {
  overflow: auto;
  max-height: 200px;
  padding: 10px;
}
#basket_badge .infobox #basket-left-products table {
  width: 100%;
}
#basket_badge .infobox #basket-left-products table tr td {
  border-bottom: 1px dotted #d2cfbf;
  min-height: 30px;
  vertical-align: middle;
  font-size: 12px;
  color: #a1a1a1;
  padding: 10px 0;
}
#basket_badge .infobox #basket-left-products table tr td.lp {
  min-width: 15px;
}
#basket_badge .infobox #basket-left-products table tr td.price {
  min-width: 40px;
  text-align: right;
  font-weight: bold;
}
#basket_badge .infobox #basket-left-products table tr td.quantity {
  text-align: center;
  width: 70px;
}
#basket_badge .infobox #basket-left-products table tr td.quantity input {
  width: 20px;
  height: 16px;
  text-align: center;
  border: 1px solid #d8d7d5;
}
#basket_badge .infobox #basket-left-sum {
  height: 60px;
  line-height: 60px;
  margin: 0 10px;
  position: relative;
  color: #636363;
  font-weight: bold;
  font-size: 12px;
}
#basket_badge .infobox #basket-left-sum .price {
  position: absolute;
  width: 80px;
  height: 80px;
  line-height: 80px;
  top: 12px;
  right: -5px;
  border-radius: 9999px;
  -moz-border-radius: 9999px;
  -webkit-border-radius: 9999px;
  background: #0083c6;
  font-weight: 400;
  font-family: 'HelveticaNeueLTCom45Light';
  color: #fff;
}
#basket_badge .infobox #basket-left-sum .price .price1 {
  position: absolute;
  right: 40px;
  top: 0px;
  font-size: 30px;
}
#basket_badge .infobox #basket-left-sum .price .price2 {
  position: absolute;
  left: 42px;
  top: -6px;
  font-size: 12px;
}
#basket_badge .infobox #basket-left-sum .price .type {
  position: absolute;
  left: 42px;
  top: 6px;
  font-size: 12px;
}
#basket_badge .infobox #basket-left-sum .price .type:before {
  content: '/';
}
#basket_badge .infobox #basket-left-sum .price.pricetype2 .price1 {
  right: 33px;
}
#basket_badge .infobox #basket-left-sum .price.pricetype2 .price2 {
  left: 49px;
}
#basket_badge .infobox #basket-left-sum .price.pricetype2 .type {
  left: 49px;
}
#basket_badge .infobox #basket-left-sum .price.pricetype3 .price1 {
  right: 26px;
}
#basket_badge .infobox #basket-left-sum .price.pricetype3 .price2 {
  left: 56px;
}
#basket_badge .infobox #basket-left-sum .price.pricetype3 .type {
  left: 56px;
}
#basket_badge:hover,
#basket_badge.active {
  padding-left: 54px;
  right: -49px !important;
}
#basket_badge:hover .infobox,
#basket_badge.active .infobox {
  right: 49px;
}
#sorting {
  padding: 10px 0;
  font-size: 12px;
  float: left;
  line-height: 20px;
}
#sorting a {
  text-decoration: none;
  color: inherit;
}
#showhm {
  padding: 10px 0;
  font-size: 12px;
  float: right;
  line-height: 20px;
}
#showhm form {
  display: inline-block;
  zoom: 1;
  *display: block;
}
#catlist ul {
  overflow-y: auto;
  list-style: none;
  padding: 0px;
  margin: 0px;
  background: #0083c6;
  width: 240px;
}
#catlist ul li {
  font-size: 12px;
  display: block;
  padding: 0px;
  margin: 0px;
  color: #fff;
}
#catlist ul li.title {
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 10px;
  background: #ffe716;
  color: #0083c6;
}
#catlist ul li a {
  color: #fff;
  padding: 4px 10px;
  display: block;
  text-decoration: none;
}
#catlist ul li a:hover {
  background: #02679a;
}
#catlist ul li a.current_menu_a {
  font-weight: bold !important;
  background: #00537d;
}
#catlist ul li.active {
  background: #1c77a5;
}
#catlist ul li.active > ul li {
  background: #458aad;
}
#catlist ul li.active > ul li > ul li {
  background: #6290a8;
}
#catlist ul li.active > ul li > ul li ul li {
  background: #95abb6;
}
.one_product {
  position: relative;
  width: 233px;
  height: 300px;
  margin-right: 4px;
  margin-left: 4px;
  margin-bottom: 10px;
  margin-top: 10px;
  display: inline-block;
  zoom: 1;
  *display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #faf9f6;
  padding: 30px;
  border-left: 1px solid #edecea;
  border-right: 1px solid #edecea;
  border-top: 1px solid #ecebe9;
  border-bottom: 1px solid #d5d4d2;
  text-decoration: none;
}
.one_product .img {
  display: block;
  width: 100%;
  height: 145px;
  line-height: 145px;
  margin: 0 auto;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
  background: #fff;
}
.one_product .img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.one_product .step {
  width: 20px;
  height: 20px;
  text-align: center;
}
.one_product .buttonblue {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 11px;
}
.one_product .title {
  display: block;
  font-size: 12px;
  height: 70px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  vertical-align: top;
  line-height: 120px;
  position: relative;
}
.one_product .title .titleinner {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  line-height: 14px;
  padding: 17px 0;
}
.one_product .title .titleinner .taker {
  background: transparent;
  width: 80px;
  height: 30px;
  float: right;
  border-radius: 0 0 9999px 9999px;
  -moz-border-radius: 0 0 9999px 9999px;
  -webkit-border-radius: 0 0 9999px 9999px;
}
.one_product .title .price {
  position: absolute;
  width: 80px;
  height: 80px;
  line-height: 80px;
  right: 0px;
  top: -30px;
  border-radius: 9999px;
  -moz-border-radius: 9999px;
  -webkit-border-radius: 9999px;
  background: #ebe8df;
  font-weight: 400;
  font-family: 'HelveticaNeueLTCom45Light';
  color: #000;
}
.one_product .title .price .price1 {
  position: absolute;
  right: 40px;
  top: 0px;
  font-size: 30px;
}
.one_product .title .price .price2 {
  position: absolute;
  left: 42px;
  top: -6px;
  font-size: 12px;
}
.one_product .title .price .type {
  position: absolute;
  left: 42px;
  top: 6px;
  font-size: 12px;
}
.one_product .title .price .type:before {
  content: '/';
}
.one_product .title .price.pricetype2 .price1 {
  right: 33px;
}
.one_product .title .price.pricetype2 .price2 {
  left: 49px;
}
.one_product .title .price.pricetype2 .type {
  left: 49px;
}
.one_product .title .price.pricetype3 .price1 {
  right: 26px;
}
.one_product .title .price.pricetype3 .price2 {
  left: 56px;
}
.one_product .title .price.pricetype3 .type {
  left: 56px;
}
.one_product .tobasket {
  color: #636363;
  margin-top: 10px;
  cursor: pointer;
  font-size: 12px;
}
.one_product .tobasket .fa {
  color: #000;
}
.one_product .form-add-basket {
  width: 100%;
}
.one_product .form-add-basket .formanswer {
  position: absolute;
  top: 35px;
  left: 0px;
  font-size: 11px;
  background: #0083c6;
  color: #fff;
  font-weight: 300;
  z-index: 500;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.one_product .arrowprod {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
}
.one_product .arrowprod i {
  color: #0083c6;
  font-size: 14px;
}
.one_product:hover {
  background-color: #f4f4f4;
  text-decoration: none;
}
#paginate .page {
  display: inline-block;
  zoom: 1;
  *display: block;
  padding: 3px 5px;
  border: 1px solid #eee;
  background: #f9f9f9;
  color: #ccc;
  font-size: 12px;
  margin-right: 3px;
}
#paginate .page.current {
  background: #ccc;
  color: #fff;
}
#product {
  vertical-align: top;
}
#product .left {
  width: 400px;
  display: inline-block;
  zoom: 1;
  *display: block;
  margin-right: 20px;
}
#product .left .img {
  vertical-align: middle;
  width: 400px;
  min-height: 400px;
  line-height: 400px;
  text-align: center;
  border: 1px solid #f5f5f5;
  display: inline-block;
  zoom: 1;
  *display: block;
}
#product .left .img img {
  vertical-align: middle;
}
#product .left .gallery {
  margin-top: 10px;
}
#product .left .gallery .one {
  padding: 3px;
  margin-right: 6px;
  border: 1px solid #f5f5f5;
  display: inline-block;
  zoom: 1;
  *display: block;
}
#product .left .gallery .one img {
  max-width: 50px;
  max-height: 50px;
  vertical-align: middle;
}
#product .description {
  vertical-align: top;
  width: 490px;
  display: inline-block;
  zoom: 1;
  *display: block;
}
#product .description .price {
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin: 10px 0;
  border-radius: 9999px;
  -moz-border-radius: 9999px;
  -webkit-border-radius: 9999px;
  background: #ebe8df;
  font-weight: 400;
  font-family: 'HelveticaNeueLTCom45Light';
  color: #000;
}
#product .description .price .price1 {
  position: absolute;
  right: 40px;
  top: 0px;
  font-size: 30px;
}
#product .description .price .price2 {
  position: absolute;
  left: 42px;
  top: -6px;
  font-size: 12px;
}
#product .description .price .type {
  position: absolute;
  left: 42px;
  top: 6px;
  font-size: 12px;
}
#product .description .price .type:before {
  content: '/';
}
#product .description .price.pricetype2 .price1 {
  right: 33px;
}
#product .description .price.pricetype2 .price2 {
  left: 49px;
}
#product .description .price.pricetype2 .type {
  left: 49px;
}
#product .description .price.pricetype3 .price1 {
  right: 26px;
}
#product .description .price.pricetype3 .price2 {
  left: 56px;
}
#product .description .price.pricetype3 .type {
  left: 56px;
}
#product .description .step {
  width: 30px;
  text-align: center;
}
#product .button-add-basket {
  cursor: pointer;
  float: none !important;
  display: inline-block !important;
  zoom: 1 !important;
  *display: block !important;
  background: #eee !important;
  border-top: 1px solid #999 !important;
  border-left: 1px solid #999 !important;
  border-right: 1px solid #999 !important;
  border-bottom: 1px solid #999 !important;
  color: #666 !important;
  padding: 0 10px !important;
  margin: 0 !important;
  height: 35px;
  line-heigth: 35px;
  vertical-align: middle;
}
#product .number_field {
  border: 1px solid #ccc;
  text-align: right;
  height: 35px;
  line-heigth: 35px;
  padding: 0 5px;
  width: 100px;
  vertical-align: middle;
}
.order-table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
}
.order-table th {
  border: 1px solid #e4e1dc;
  font-weight: blod;
  text-align: left;
  padding: 5px;
  background: none;
  padding: 15px 20px;
  color: #a5a19e;
}
.order-table td {
  border: 1px solid #e4e1dc;
  vertical-align: middle;
  height: 40px;
  background: #fff;
  padding: 5px 20px;
  font-size: 12px;
}
.order-table .money {
  text-align: right;
}
.order-table .sum td {
  font-weight: 600;
  font-size: 14px;
  background: none;
  border: none;
}
.order-table tr.discount td,
.order-table tr.discount th {
  color: #D62222;
}
.order-table .img {
  width: 105px;
  text-align: center;
}
.order-table .thumb {
  max-height: 100%;
  max-widht: 100%;
}
.order-table a {
  text-decoration: none;
  color: inherit;
}
.order-table .number_field {
  height: 30px;
  border: 1px solid #d8d7d5;
  line-height: 30px;
  text-align: right;
  width: 40px;
  background: #f5f5f5;
}
.order-table .del-prod {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background: #833232;
  color: #fff;
  font-weight: 300;
  display: block;
  font-family: arial;
  font-size: 10px;
  border-radius: 9999px;
  -moz-border-radius: 9999px;
  -webkit-border-radius: 9999px;
}
#discountbox {
  float: left;
  border: 1px solid #e4e1dc;
  text-align: center;
  width: 295px;
  height: 200px;
  margin-right: 10px;
}
#discountbox input[type="text"] {
  height: 33px;
  margin: 35px 0;
  width: 253px;
}
#discountbox td {
  padding: 20px 15px;
}
#discountbox .title {
  font-family: 'HelveticaNeueLTCom75Bold';
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
}
#sumbox {
  border-collapse: collapse;
  width: 673px;
  height: 207px;
  margin-bottom: 20px;
}
#sumbox td {
  padding: 20px 15px;
  border: 1px solid #e4e1dc;
}
.onetransport {
  padding: 10px;
  font-size: 12px;
  border: 1px solid transparent;
  cursor: pointer;
}
.onetransport:hover {
  border: 1px solid #eee;
  background: #f9f9f9;
}
#order-steps {
  padding: 20px 0;
}
#order-steps .step {
  padding-right: 30px;
  display: inline-block;
  zoom: 1;
  *display: block;
}
#order-steps .step .number {
  display: inline-block;
  zoom: 1;
  *display: block;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  background: #ccc;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
#order-steps .step .header {
  display: inline-block;
  zoom: 1;
  *display: block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #ccc;
}
#order-steps .step.current .number {
  background: #000;
}
#order-steps .step.current .header {
  color: #000;
}
.tab-del {
  border-collapse: collapse;
  float: left;
  margin: 0 20px 20px 0;
}
.tab-del th,
.tab-del td {
  padding: 10px;
  border: 1px solid #eee;
  border-collapse: collapse;
  text-align: center;
}
.tab-del th {
  font-size: 14px;
  vertical-align: middle;
}
.tab-del .dateselect {
  margin: 0 auto;
  vertical-align: middle;
  width: 80px;
  height: 45px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.tab-del .dateselect.av {
  background-image: url('../img/delivery_av.jpg');
  cursor: pointer;
}
.tab-del .dateselect.no {
  background-image: url('../img/delivery_not.jpg');
}
.tab-del .dateselect.sel {
  background-image: url('../img/delivery_sel.jpg');
}
#del-legend {
  vertical-align: middle;
  margin-bottom: 15px;
}
#del-legend img {
  height: 20px;
  vertical-align: middle;
}
.prodtobask {
  position: relative;
}
.addinfo {
  display: none;
  position: absolute;
  left: 0px;
  bottom: 40px;
  z-index: 500;
  background: #80a721;
  color: #fff;
  font-size: 11px;
  padding: 5px 0;
  width: 100%;
  text-align: center;
}
#productofday {
  width: 390px;
  height: 332px;
  background: #0083c6;
  float: right;
  position: relative;
}
#productofday .form-add-basket {
  position: absolute;
  bottom: 12px;
  left: 180px;
}
#productofday .title {
  font-family: "HelveticaNeueLTCom77BoldCondensed";
  text-transform: uppercase;
  font-size: 20px;
  text-shadow: 1px 1px 0px #0a6a9b;
  color: #fff;
  margin: 16px auto;
  text-align: center;
}
#productofday .img {
  display: block;
  width: 150px;
  height: 150px;
  line-height: 150px;
  margin: 0 auto;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
  background: #fff;
}
#productofday .img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
#productofday a {
  color: #fff;
}
#productofday #title-day {
  width: 90%;
  margin: 10px auto;
  text-align: center;
  font-weight: bold;
}
#productofday .price {
  position: absolute;
  width: 80px;
  height: 80px;
  line-height: 80px;
  top: 10px;
  right: 10px;
  border-radius: 9999px;
  -moz-border-radius: 9999px;
  -webkit-border-radius: 9999px;
  background: #ffe716;
  border: 1px solid #0083c6;
  font-weight: 400;
  font-family: 'HelveticaNeueLTCom45Light';
  color: #0083c6;
}
#productofday .price .price1 {
  position: absolute;
  right: 40px;
  top: 0px;
  font-size: 30px;
}
#productofday .price .price2 {
  position: absolute;
  left: 42px;
  top: -6px;
  font-size: 12px;
}
#productofday .price .type {
  position: absolute;
  left: 42px;
  top: 6px;
  font-size: 12px;
}
#productofday .price .type:before {
  content: '/';
}
#productofday .price.pricetype2 .price1 {
  right: 33px;
}
#productofday .price.pricetype2 .price2 {
  left: 49px;
}
#productofday .price.pricetype2 .type {
  left: 49px;
}
#productofday .price.pricetype3 .price1 {
  right: 26px;
}
#productofday .price.pricetype3 .price2 {
  left: 56px;
}
#productofday .price.pricetype3 .type {
  left: 56px;
}
#productofday .formanswer {
  color: #ffe716;
  font-size: 11px;
}
#user-login-login {
  margin-top: 20px;
}
#user-login-login .buttonblue {
  margin-top: 10px;
  margin-bottom: 10px;
}
#user-login-register {
  margin-top: 20px;
}
#user-register {
  margin-top: 20px;
}
#user-register .buttonblue {
  margin-top: 10px;
  margin-bottom: 10px;
}
.step.number_field {
    font-size: 20px;
}
.number_field {
  font-size: 20px;
}