/*SHOP*/
.cart_bottom_menu {
  margin-top: 30px;
}
.badge {
  position: absolute;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  top: -12px;
  right: -12px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  text-align: center;
  color: #fff;
  border-radius: 24px;
  background: #e37cab;
}
.badge.hidden {
  display: none;
}
#cart_button {
  padding: 8px;
  position: relative;
}
#cart_button .ico {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.836 26.836'><path d='M9.412 19.05a1.63 1.63 0 0 0-1.626 1.625 1.63 1.63 0 0 0 1.626 1.626 1.63 1.63 0 0 0 1.625-1.626 1.63 1.63 0 0 0-1.625-1.625zM4.536 6.048v1.625H6.16l2.926 6.176-1.138 1.95c-.081.244-.163.57-.163.813a1.63 1.63 0 0 0 1.626 1.625h9.751v-1.625H9.737a.175.175 0 0 1-.163-.162v-.082l.732-1.381h6.013c.65 0 1.138-.325 1.382-.813l2.925-5.282c.163-.163.163-.244.163-.406 0-.488-.325-.813-.813-.813H7.949l-.732-1.625zM17.538 19.05a1.63 1.63 0 0 0-1.625 1.625 1.63 1.63 0 0 0 1.625 1.626 1.63 1.63 0 0 0 1.625-1.626 1.63 1.63 0 0 0-1.625-1.625zm9.298-5.632a13.418 13.418 0 0 1-13.418 13.418A13.418 13.418 0 0 1 0 13.418 13.418 13.418 0 0 1 13.418 0a13.418 13.418 0 0 1 13.418 13.418z' fill='%23323938' fill-rule='evenodd' stroke-width='.326'/></svg>");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  position: relative;
}
#cart_menu .menu_item {
  width: 25%;
  float: left;
  padding: 15px;
  text-align: center;
}
#cart_menu .menu_item.active {
  background: #d74286;
}
#cart_menu a:hover {
  background: #e37cab;
  color: #fff;
}
#cart_menu a,
#cart_menu div {
  background: #e37cab;
  color: #fff;
  display: block;
  position: relative;
}
#cart_menu a .arrow,
#cart_menu div .arrow {
  display: block;
  position: absolute;
  right: -10px;
  top: 16px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #d74286;
  z-index: 15;
}
table#cart {
  white-space: nowrap;
  width: 100%;
  border-collapse: collapse;
  vertical-align: middle;
  margin-top: 50px;
}
table#cart thead tr td {
  background: #e37cab;
  color: #fff;
  font-weight: 700;
}
table#cart img {
  width: 100%;
}
table#cart td {
  padding: 8px 15px;
}
table#cart td.full_price {
  font-weight: 700;
}
table#cart td.product_image {
  max-width: 100px;
}
table#cart tr {
  border: 1px solid #fffafa;
}
table#cart tr:nth-child(even) {
  background: #fffafa;
}
table#cart tr:nth-child(odd) {
  background: #fff;
}
table#cart tr.full_sum td {
  background: #fff;
}
table#cart tr.full_sum td strong {
  color: #e37cab;
  font-weight: 700;
  font-size: 1.3em;
}
.panel {
  margin-top: 30px;
  background: #fff;
  border: 1px solid #d9d0c7;
  padding: 15px;
}
.panel h3 {
  margin-top: 10px;
}
.panel .radio {
  padding: 10px 0;
  border-top: 1px solid #fcdddc;
}
.panel .radio.first {
  border-top: none;
}
.product {
  text-align: center;
  margin-top: 30px;
}
.product h2 {
  margin-top: 15px;
}
.product img {
  width: 100%;
}
.product a {
  text-decoration: none;
}
#product_detail .images img.main_image {
  width: 100%;
}
#product_detail .images .detail_images img {
  width: 100%;
}
#product_detail #code {
  font-size: 0.8em;
}
#product_detail #coproducts span {
  margin: 10px;
  display: block;
  float: left;
  text-align: center;
}
#product_detail #coproducts span a {
  display: block;
}
#product_detail #price .original_price {
  font-size: 1em;
  text-decoration: line-through;
  color: #ccc;
}
#product_detail #price .current_price {
  color: #e37cab;
  font-weight: 700;
  font-size: 1.5em;
}
#product_detail #buy {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
#product_detail button#add2cart {
  height: 52px;
  line-height: 48px;
}
@media (max-width: 479px) {
  .cart_bottom_menu .btn {
    float: none;
    display: block;
    margin: 15px 0;
  }
}
