.combo-shopping {
  padding-bottom: 0px; }
  .combo-shopping h2 {
    font-size: 14px;
    margin-bottom: 14px;
    color: #b41f25;
    font-weight: 600;
    margin-top: 20px; }
  .combo-shopping .list.style-list .item {
    margin-bottom: 15px;
    width: 50%; }
    .combo-shopping .list.style-list .item .checkbox-wrap {
      margin: 0 4px 0 0; }
    .combo-shopping .list.style-list .item .image {
      border: 1px solid #d8d8d8;
      border-radius: 4px;
      text-align: center;
      margin-right: 8px;
      padding: 2px;
      width: 50px; }
    .combo-shopping .list.style-list .item .name {
      font-size: 13px;
      padding: 0; }
      .combo-shopping .list.style-list .item .name h3 {
        font-size: 13px;
        margin-top: 0;
        margin-bottom: 5px; }
      .combo-shopping .list.style-list .item .name select {
        font-size: 13px;
        height: 25px;
        padding: 0;
        border-radius: 3px;
        border-color: #ccc; }
        .combo-shopping .list.style-list .item .name select:focus {
          border-color: #ccc; }
    .combo-shopping .list.style-list .item .price {
      font-size: 13px;
      background: transparent;
      border: 0;
      margin: 0;
      padding: 0;
      font-weight: 700;
      margin-bottom: 5px;
      color: #333; }
  .combo-shopping .checkbox {
    display: inline-block;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    color: #9b9b9b;
    position: relative;
    margin-top: 0px;
    margin-bottom: 10px;
    width: auto; }
    .combo-shopping .checkbox input[type=checkbox] {
      opacity: 0;
      filter: alpha(opacity=0);
      display: none; }
      .combo-shopping .checkbox input[type=checkbox] + span.ico {
        width: 18px;
        height: 18px;
        display: inline-block;
        background-image: url(//file.hstatic.net/1000030244/file/check-off.svg);
        vertical-align: middle;
        color: #a6a6a6;
        margin-right: 2px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
      .combo-shopping .checkbox input[type=checkbox]:checked + span.ico {
        background-image: url(//file.hstatic.net/1000030244/file/check-on.svg); }
  .combo-shopping .summary .text-right {
    padding: 0; }
  .combo-shopping .summary p .price {
    color: #ff6600;
    font-weight: 700;
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 14px; }
  .combo-shopping .summary button {
    background: #f2efea;
    color: #fff;
    border: 0;
    font-size: 12px;
    font-weight: 400;
    border-radius: 3px;
    padding: 6px 10px 5px; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.modal-overlay {
  background: #000;
  opacity: 0.5;
  z-index: 9;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none; }

.modal-dialog.cart_desktop_bg {
  max-width: 400px;
  top: 20%; }

.button.cart_desktop_close {
  float: right;
  padding: 0 10px;
  color: unset; }

.cart_desktop_action {
  display: flex;
  justify-content: space-between; }
