


/* ПК-версия */
@media (min-width: 768px) {
  .body .c .container {
    height: 100%;
    justify-content: center;
  }
}

/* Мобильная версия */
@media (max-width: 767px) {
  .body .c .container {
    height: 100%;
  }
}

/*Кнопка передти за покупками*/
.container.content.emptycart a.button {
    background-color: #009e38;
}



/*Корзина с товаром*/

.cart_table {
    color: #1d88a7;
}
.cart_table .td {
    border: 3px solid #59a8fb;
}
.cart_table .td a {
    color: #1d88a7;
    font-size: 13px;
}
.container-bottom {
    margin-bottom: 15px !important;
    margin-top: 15px;
}
.cart_table .td.thumb img {
    border: 0px solid #59a8fb;
}
.body .c .container {
    border: 6px solid #59a8fb !important;
}
.cart_table .td.amount input {
    text-align: center;
    width: 75px;
    border: 1px solid #59a8fb;
    border-radius: 8px;
}

.cartTotal {
    color: #009e38;
}

.order_table .td input[type="text"] {
    border: 1px solid #59a8fb;
    border-radius: 8px;
}
.order_table .td textarea {
    border: 1px solid #59a8fb;
    border-radius: 8px;
}

.order_table .td input[type="submit"] {
    background: #299e38;
    font-size: 26px;
}

@media (max-width: 767px) {
  .order_table .td input[type="submit"] {
    display: grid;
    place-items: center;
    margin-left: 0px;
  }
}









