new-style.css 5.34 KB
.style {
  width: 100%;
  float: left; }

.new-basket-modal {
  position: absolute;
  width: 100% !important;
  left: 0;
  top: 0;
  z-index: 99998;
  margin-left: 0 !important;
  font-family: Arial;
  text-align: center; }
  .new-basket-modal * {
    box-sizing: border-box; }
  .new-basket-modal .site {
    display: inline-block;
    text-align: left;
    position: relative;
    z-index: 3; }

.basket-close {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

#overlay {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.85;
  top: 0;
  left: 0; }

.basket-modal-wr {
  padding: 27px 0 30px 0;
  background: #fff;
  border-radius: 4px; }

.title-basket-modal {
  border-bottom: 1px solid #b7b7b7;
  font-size: 20px;
  font-weight: 700;
  padding: 0 20px;
  color: #87476a;
  padding-bottom: 14px; }

.table-basket-wrapp {
  padding: 0 20px 0 20px; }

.table-basket {
  font-size: 15px;
  width: 100%; }
  .table-basket a {
    font-size: 15px; }
  .table-basket tr td {
    padding-top: 20px;
    padding-bottom: 20px;
    vertical-align: middle;
    border-bottom: 1px solid #b7b7b7; }
    .table-basket tr td.basket-modal-img {
      width: 120px; }
      .table-basket tr td.basket-modal-img img {
        max-width: 110px; }
    .table-basket tr td.b-price-item-total {
      text-align: right;
      font-weight: 700;
      color: #87476a;
      width: 180px; }
    .table-basket tr td.basket-modal-count {
      width: 165px; }
  .table-basket .fasovka {
    background: none;
    padding: 0; }
    .table-basket .fasovka label {
      float: left; }
    .table-basket .fasovka input {
      float: left;
      margin-top: 3px; }
    .table-basket .fasovka .style {
      margin-top: 5px; }
      .table-basket .fasovka .style:first-child {
        margin-top: 0; }

.b-cat-title a {
  color: #59a926;
  font-weight: 700;
  text-decoration: none; }
  .b-cat-title a:hover {
    text-decoration: underline; }

.b-count-txt {
  float: left;
  color: #87476a;
  font-size: 14px;
  font-weight: 700;
  line-height: 31px; }

.input-count-wrapp {
  position: relative;
  width: 72px;
  margin-left: 10px;
  float: left; }
  .input-count-wrapp input {
    width: 100%;
    height: 31px;
    padding-right: 22px;
    padding-left: 14px;
    border: 1px solid #b7b7b7;
    border-radius: 4px;
    outline: none !important; }
  .input-count-wrapp div {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 100%; }
  .input-count-wrapp span {
    display: block;
    position: absolute;
    right: 5px;
    top: 6px;
    width: 12px;
    background-image: url("../img/basket/arrows-b-p.png");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 8px 4px;
    height: 10px;
    cursor: pointer; }
    .input-count-wrapp span.plus {
      border-bottom: 1px solid #b7b7b7; }
    .input-count-wrapp span.minus {
      background-image: url("../img/basket/arrows-b-m.png");
      top: auto;
      bottom: 6px;
      height: 4px; }

.b-cat {
  color: #464646; }

.b-price-item {
  color: #87476a;
  margin-top: 3px; }

.remove-wrapp {
  margin-top: 26px; }
  .remove-wrapp span {
    position: relative;
    padding-left: 24px;
    font-size: 13px;
    cursor: pointer; }
    .remove-wrapp span b {
      color: #464646;
      text-decoration: underline;
      font-weight: normal; }
    .remove-wrapp span:before {
      width: 15px;
      height: 16px;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -8px;
      content: '';
      background: url("../img/basket/ico-remove-b.jpg") 50% 50% no-repeat; }
    .remove-wrapp span:hover b {
      text-decoration: none; }

.b-total-price-block-txt {
  float: left;
  color: #db1111;
  font-size: 13px;
  line-height: 16px;
  padding-top: 28px; }

.b-total-price-block-num {
  float: right;
  color: #87476a;
  font-size: 20px;
  padding-top: 27px; }

.buttons-b-wr {
  margin-top: 4px; }
  .buttons-b-wr a {
    margin-top: 15px;
    padding: 0 15px;
    margin-left: 15px;
    float: right;
    display: block;
    height: 31px;
    border: 1px solid #59a926;
    text-align: center;
    line-height: 31px;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 3px;
    text-decoration: none !important;
    color: #59a926; }
    .buttons-b-wr a.link-to-basket {
      background: #59a926;
      color: #fff; }
    .buttons-b-wr a:hover {
      color: #f1bc2e; }

.hidden {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  .hidden-xs {
    display: none !important; }

  .table-basket tr td {
    display: block;
    border-bottom: 0;
    width: 100% !important;
    float: left;
    text-align: center !important;
    padding-top: 0; }
    .table-basket tr td:last-child {
      border-bottom: 1px solid #b7b7b7; }
    .table-basket tr td:first-child {
      margin-top: 20px; }

  .b-total-price-block-txt, .b-total-price-block-num {
    text-align: center;
    width: 100%; }

  .buttons-b-wr {
    text-align: center; }
    .buttons-b-wr a {
      margin-left: 7px;
      margin-right: 7px;
      display: inline-block;
      float: none; }

  .basket-modal-wr {
    border-radius: 0; }

  .table-basket .fasovka .style {
    text-align: center; }
    .table-basket .fasovka .style div {
      display: inline-block; } }

/*# sourceMappingURL=new-style.css.map */