/* /templates2_0/module/basket/view.less */
.module_basket_view .title {
  margin-left: 50px;
}
.module_basket_view .title a {
  color: #333;
  font: bold 16px Utkonos;
  text-decoration: none;
}
.module_basket_view .count {
  position: relative;
  height: 40px;
  width: 40px;
  background: transparent url(/templates2_0/module/basket/view/cart.png) 50% 50% no-repeat;
  float: left;
  margin-right: 10px;
  text-decoration: none;
}
.module_basket_view .count .in_basket_count {
  font: normal 12px/1.5 Tahoma, sans-serif;
  color: #fff;
  text-align: center;
  background-color: #f58220;
  width: 20px;
  border-radius: 50%;
  margin: 0 0 0 15px;
}
.module_basket_view .book_time {
  display: inline-block;
  margin: -5px 0px 0px 28px;
}
.module_basket_view .btn_make_order {
  margin: 7px 0px 0px -10px;
}
.module_basket_view-delivery {
  width: 150px;
  margin: 5px 0px 0px 0px;
}
.module_basket_view-delivery span,
.module_basket_view-delivery a {
  position: relative;
  color: #9a9a9a;
  font-size: 11px;
}
.module_basket_view-delivery a:hover {
  text-decoration: none;
}
.module_basket_view-delivery a.el_form.btn.hidden {
  display: none;
}
.module_basket_view-delivery b.name {
  white-space: nowrap;
}
.module_basket_view-delivery .selected_interval {
  white-space: nowrap;
  margin: 0px 0px 5px -10px;
  display: block;
}
.module_basket_view-icon {
  position: relative;
  box-sizing: border-box;
  height: 40px;
  width: 40px;
  background: transparent url(/templates2_0/module/basket/view/cart.png) 50% 50% no-repeat;
  float: left;
  text-decoration: none;
}
.module_basket_view-data {
  position: relative;
  box-sizing: border-box;
  margin-left: 50px;
  height: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.module_basket_view-count {
  position: relative;
  box-sizing: border-box;
  font: normal 12px/1.5 Utkonos;
  color: #fff;
  text-align: center;
  background-color: #f58220;
  width: 20px;
  border-radius: 50%;
  margin: 0 0 0 15px;
}
.module_basket_view-sum {
  position: relative;
  box-sizing: border-box;
  font: bold 16px Utkonos;
  color: #333;
  text-decoration: none;
}
.module_basket_view-sum:hover {
  color: #333;
  text-decoration: none;
}
.module_basket_view-economy {
  position: relative;
  box-sizing: border-box;
  font: normal 11px Tahoma, sans-serif;
  color: #fd7d2d;
  display: none;
  text-decoration: none;
}
.module_basket_view-economy:hover {
  color: #fd7d2d;
}
.module_basket_view-economy_visible {
  display: block;
}
