@charset "UTF-8";
/* egeszsegkor project*/
/* zöld #35abd7*/
/*lila #861386*/
@media only screen and (max-width: 991px) {
  .shopping-cart {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
    Label the data
    */
  }
  .shopping-cart table,
.shopping-cart thead,
.shopping-cart tbody,
.shopping-cart th,
.shopping-cart td,
.shopping-cart tr {
    display: block;
  }
  .shopping-cart thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .shopping-cart tr {
    border: 1px solid #ccc;
  }
  .shopping-cart td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }
  .shopping-cart td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  .shopping-cart td:before {
    content: attr(data-title);
  }
}
.shopping-cart h4 {
  font-size: 18px;
}

.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
  border: 1px solid #88A9B8;
  color: #88A9B8;
  background: #fff;
  display: none;
}

.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
  background: #35abd7 !important;
}

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
  background: #35abd7 !important;
}

.shopping-cart .product-it-in {
  margin-top: 0 !important;
}

.shopping-cart .product-in-table h3 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #35abd7;
}

.shopping-cart .quantity-button {
  margin-top: 0 !important;
}

.wizard > .steps .number {
  font-size: 24px !important;
  margin-top: 0 !important;
  font-weight: bold;
}

#cartPrices select.form-control {
  width: 300px;
  float: right;
}

.wizard > .actions a {
  position: relative;
  border-radius: 0;
  background: #212121 !important;
  z-index: 0;
  font-size: 13px;
  line-height: 18px;
  padding: 12px 20px;
}

.wizard > .actions a:hover {
  background: #000000 !important;
  color: #fff !important;
}

.error-message {
  color: #ff0000 !important;
}

/*plus.css*/
.pfee {
  text-align: center;
  font-size: 11PX;
}

.shopping-cart .quantity-button {
  width: 40px !important;
  height: 35px !important;
  font-size: 14px !important;
}

.shopping-cart .quantity-field {
  width: 50px !important;
  height: 35px !important;
  font-size: 14px !important;
}

#note {
  resize: none;
  min-height: 150px;
  border-color: #eee;
  color: #888;
  box-shadow: none;
}

#noteWrapper {
  margin: 20px 0;
  padding: 20px;
  background: #f8f8f8;
  border: 1px solid #eee;
}

/* -----------------------------------
Shopping Cart
------------------------------------*/
.shopping-cart .coupon-code {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #eee;
}

.shopping-cart .coupon-code h3 {
  margin: 0;
  color: #687074;
  font-size: 18px;
}

.shopping-cart .coupon-code input {
  width: 60%;
  margin-right: 10px;
  display: inline-block;
}

/*Total Result*/
.shopping-cart .total-result li {
  display: block;
}

.shopping-cart .total-result li:after,
.shopping-cart .total-result li:before {
  content: " ";
  display: table;
}

.shopping-cart .total-result li:after {
  clear: both;
}

.shopping-cart .total-result li.divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background: #eee;
}

.shopping-cart .total-result h4 {
  float: left;
  margin-right: 15px;
}

.shopping-cart .total-result-in {
  overflow: hidden;
  text-align: right;
}

.shopping-cart .total-result-in h4,
.shopping-cart .total-result-in span {
  color: #687074;
  font-size: 18px;
}

.shopping-cart .total-result .total-price h4,
.shopping-cart .total-result .total-price span {
  font-weight: 600;
}

.shopping-cart .total-result .total-price h4 {
  margin: 0 auto;
}

.shopping-cart .total-result .total-price span {
  color: #c9253c;
}

/*Table*/
.shopping-cart .table > thead > tr > th,
.shopping-cart .table > tbody > tr > th,
.shopping-cart .table > tfoot > tr > th,
.shopping-cart .table > thead > tr > td,
.shopping-cart .table > tbody > tr > td,
.shopping-cart .table > tfoot > tr > td {
  border-top: none;
  vertical-align: middle;
}

.shopping-cart .table > thead > tr > th,
.shopping-cart .table > tbody > tr > td {
  padding: 15px;
  text-align: center;
}

.shopping-cart .table > thead > tr > th {
  color: #687074;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.shopping-cart .table > tbody > tr > td {
  color: #888;
}

.shopping-cart .table > tbody > tr > td.shop-red {
  color: #c9253c;
  white-space: nowrap;
}

/*Product In Table*/
.shopping-cart .product-in-table {
  text-align: left !important;
}

.shopping-cart .product-it-in {
  overflow: hidden;
}

@media (min-width: 992px) {
  .shopping-cart .product-it-in {
    margin-top: 48px;
  }
}
@media (max-width: 991px) {
  .shopping-cart .product-it-in {
    clear: both;
  }
}
.shopping-cart .product-in-table img {
  float: left;
  width: 120px;
  height: auto;
  padding: 10px;
  background: #fff;
  margin-right: 15px;
  border: 1px solid #eee;
}

.shopping-cart .product-in-table h3 {
  font-size: 16px;
  margin-bottom: 5px;
  white-space: break-spaces;
}

.wizard > .steps > ul > li:last-of-type {
  margin-left: 25px !important;
}

@media (max-width: 991px) {
  .wizard > .steps {
    display: none !important;
  }

  .wizard > .content {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .shopping-cart .product-in-table img {
    width: 100%;
    max-width: 320px;
    float: none !important;
    margin: auto !important;
  }

  .shopping-cart .table > tbody > tr > td.remove {
    padding-bottom: 55px;
  }

  .shopping-cart .table > tbody > tr > td.price .price {
    font-size: 18px;
  }

  .shopping-cart .table > tbody > tr > td.shop-red .price {
    color: #c9253c;
    font-size: 22px;
  }

  .shopping-cart .close {
    margin: auto;
    display: block;
    width: 100%;
    font-size: 22px;
  }

  .shopping-cart .close span {
    margin: auto;
    display: block;
    width: 100%;
    font-size: 22px;
  }

  .wizard > .actions a {
    width: 100% !important;
    font-size: 18px !important;
  }

  .wizard > .actions > ul {
    display: block !important;
  }

  .wizard > .steps > ul > li, .wizard > .actions > ul > li {
    float: none !important;
  }

  .wizard > .actions > ul > li {
    margin: 0 !important;
    width: 100% !important;
  }

  .wizard > .actions > ul > li:first-of-type > a {
    background-color: #888888 !important;
  }
}
/*Quantity Field Form*/
.shopping-cart .quantity-button {
  color: #888;
  width: 45px;
  height: 40px;
  padding: 5px;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 18px;
  background: #eee;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
  display: inline-block;
  background-image: none;
  margin-top: 27px;
}

.shopping-cart .quantity-field {
  width: 45px;
  height: 40px;
  outline: none;
  margin: 0 -4px;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  border: 1px solid #eee;
}

/*Close*/
.shopping-cart .close {
  opacity: 1;
  color: #888;
  font-size: 18px;
  padding: 15px;
}

.shopping-cart .close:hover {
  color: #555;
}

/*Billing Info*/
.shopping-cart h2.title-type {
  font-size: 16px;
  margin-left: 20px;
  text-transform: uppercase;
}

.shopping-cart .billing-info-inputs {
  padding: 20px;
  background: #f8f8f8;
  border: 1px solid #eee;
}

.shopping-cart .billing-info-inputs label {
  color: #555;
  margin-bottom: 0;
  vertical-align: middle;
}

.shopping-cart .billing-info-inputs input {
  min-height: 40px;
  border-color: #eee;
  margin-bottom: 10px;
}

.shopping-cart .billing-info-inputs .form-control {
  color: #888;
  box-shadow: none;
}

.shopping-cart .billing-info-inputs .form-control::-moz-placeholder {
  color: #888;
}

.shopping-cart .billing-info-inputs .form-control:-ms-input-placeholder {
  color: #888;
}

.shopping-cart .billing-info-inputs .form-control::-webkit-input-placeholder {
  color: #888;
}

/*//////////////////////////////*/
.checkbox-list {
  margin-bottom: 0;
}

.checkbox-list li {
  margin-top: 10px;
}

.checkbox-list li:first-child {
  margin-top: 0;
}

.checkbox-list .checkbox {
  display: block;
  overflow: hidden;
  position: relative;
}

.checkbox-list .checkbox {
  color: #999;
  margin: 4px 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 25px;
  padding-left: 27px;
}

.checkbox-list .checkbox input {
  left: -9999px;
  position: absolute;
}

.checkbox-list .checkbox i {
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  outline: none;
  display: block;
  background: #fff;
  border-width: 2px;
  position: absolute;
  border-style: solid;
}

.checkbox-list .checkbox input + i:after {
  opacity: 0;
  position: absolute;
}

.checkbox-list .checkbox input + i:after {
  top: -3px;
  left: -2px;
  width: 15px;
  height: 15px;
  content: "";
  text-align: center;
  font: normal 8px/17px FontAwesome;
}

.checkbox-list .checkbox input:checked + i:after {
  opacity: 1;
}

.checkbox-list .checkbox i {
  border-color: #35abd7;
  transition: border-color 0.3s;
}

.checkbox-list .checkbox:hover i {
  border-color: #35abd7;
}

.checkbox-list .checkbox input:focus + i {
  border-color: #35abd7;
}

.checkbox-list .checkbox input + i:after {
  color: #35abd7;
}

.checkbox-list .checkbox input:checked + i {
  border-color: #35abd7;
}

.checkbox-list .checkbox small {
  float: right;
}

.checkbox-list .checkbox small a {
  color: #35abd7;
  font-size: 12px;
}

/*# sourceMappingURL=shop.css.map */
