/** content style overrides **/
.txt-content h2 {
  color: #0a0a0a;
}
/** shopping-cart **/
.shopping-cart {
  font-size: 16px;
}
.shopping-cart .minicart {
    font-size: 0.875rem;
}
.shopping-cart .minicart .product-it-in {
    margin: 0;
    padding: 1em;
}
.shopping-cart .title {
  margin-bottom: 0.5em;
}
.shopping-cart input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  width: 100%;
}
.shopping-cart input[type="checkbox"],
.shopping-cart input[type="radio"] {
  width: auto;
  float: left;
  margin-right: 0.75em;
  background: transparent;
  border: none;
}
.shopping-cart input[type="checkbox"]:checked,
.shopping-cart input[type="checkbox"]:not(:checked),
.shopping-cart input[type="radio"]:checked,
.shopping-cart input[type="radio"]:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin: -15px 0;
  padding: 0;
}
.shopping-cart input[type="checkbox"] + label,
.shopping-cart input[type="radio"] + label {
  cursor: pointer;
}
.shopping-cart input[type="checkbox"]:checked + label::before,
.shopping-cart input[type="checkbox"]:not(:checked) + label::before,
.shopping-cart input[type="radio"]:checked + label::before,
.shopping-cart input[type="radio"]:not(:checked) + label::before {
  content: " ";
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: 3px;
  background: white;
  border: 1px solid #bbb;
  margin-right: 8px;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.shopping-cart input[type="radio"]:checked + label::before,
.shopping-cart input[type="radio"]:not(:checked) + label::before {
  border-radius: 30px;
}
.shopping-cart input[type="checkbox"]:hover + label::before,
.shopping-cart input[type="radio"]:hover + label::before {
  background: #ccc;
  box-shadow: inset 0 0 0 2px white;
}
.shopping-cart input[type="checkbox"]:checked + label::before,
.shopping-cart input[type="radio"]:checked + label::before {
  background: #95c023;
  box-shadow: inset 0 0 0 2px white;
}
.billing-info .media-object img {
  max-width: 50px;
}
.billing-info .billing-info-inputs {
  padding: 2em 1em;
  background: #f8f8f8;
  border: 1px solid #eee;
}
.billing-info .billing-info-inputs .item {
  flex-basis: 50%;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 1em;
}
.billing-info .form-control::placeholder {
  color: #515151;
}
.payment-info .paymethod-panel {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  color: #555;
  display: block;
  font-size: 1rem;
  padding: 13px 5px 8px 15px;
  margin-bottom: 12px;
}
.payment-info .paymethod-panel .icon {
  float: right;
  margin-right: 3px;
  margin-top: -5px;
  width: 66px;
}
.payment-info .paymethod-panel label {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
}
.payment-info .paymethod-panel p {
  margin: 5px 10px 0 30px;
  font-size: 1rem;
  line-height: 1.2;
  color: #888;
}
.shopping-cart .total {
  border-top: 1px solid #ccc;
  margin-top: 0;
  padding-top: 1em;
  display: flex;
  justify-content: flex-end;
}
.shopping-cart .total-price {
  display: flex;
  flex-direction: column;
  align-items: end;
  font-weight: 600;
}
.shopping-cart .total-price .title {
  text-align: right;
}
.shopping-cart .total-result-in {
  margin-left: 1em;
}
.shopping-cart .total-price span {
  /* color:#ff703b */
  color: #ea5b95;
}
@media screen and (min-width: 25em) {
  .shopping-cart .total-price {
    flex-direction: row;
    align-items: normal;
  }
}
@media screen and (min-width: 40em) {
  .billing-info .media-object img {
    max-width: 75px;
  }
  .billing-info .billing-info-inputs {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
  }
  .billing-info .billing-info-inputs .item.full {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 64em) {
  .billing-info .media-object-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .billing-info .media-object img {
    max-width: none;
  }
}

/*** SHOP STYLES ****/

/*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: 1.125rem;
}

.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: 1rem;
  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;
}

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

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

.shopping-cart .product-it-in p {
  margin: auto;
  line-height: inherit;
  color: inherit;
  font-size: inherit !important;
  font-weight: inherit;
}
.shopping-cart .product-it-in h3 + p {
  margin-top: -10px;
  margin-bottom: 10px;
}

@media (min-width: 991px) {
  .shopping-cart .product-it-in {
    margin-top: 30px;
  }
}

@media (max-width: 992px) {
  .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: 1rem;
  margin-bottom: 5px;
}

/*Close*/
.shopping-cart .close {
  opacity: 1;
  color: #888;
  font-size: 1.125rem;
  padding-right: 10px;
}

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