/*============================================================================================*/
/* CART PAGE */
/*============================================================================================*/
input:checked[type='checkbox'] {background-color:#666; -webkit-appearance:checkbox}
input[type="checkbox"] { width:25px; height:25px;border: 1px solid #d8d8d8; border-radius: 5px; }
input[type="radio"] { width: 20px; height: 20px; border: 1px solid #d8d8d8; }

.btn_xs { display: inline-block; min-width:30px; height:30px; padding: 0 5px; font-size:12px; font-weight:400; color: #fff; border-radius: 5px; opacity: 0.9; line-height: 30px; text-align: center; }
.btn_xs i{ font-size:16px; font-weight:500;  }
.btn_xs:hover { opacity: 1;  color: #fff;}



.table.cart-list {
  margin: 0;
}

.table.cart-list th,
.table.options_cart th {
 /* background-color: transparent;*/background-color:#fafafa; 
  text-transform: uppercase;
  font-weight:600;
  color: #111;
 border-top: 1px solid #ddd;
  padding-top: 20px;
}
.table.cart-list th:nth-child(1) {
  width: 5%;
}

.table.cart-list th:nth-child(2) {
  width: 9%;
}

.table.cart-list th:nth-child(3) {
  width: 35%;
}
.table.cart-list th:nth-child(4) {
  width: 30%;
}

.table.cart-list th:nth-child(5) { 
  width: 10%;
}


.table.cart-list td {
  vertical-align: middle;
   border-bottom: 1px solid #DDD;
}
.table.cart-list td strong {
  font-weight: 500;
}
.table.cart-list td.options a {
  display: inline-block;
  margin-right: 10px;
}
.table.cart-list td.options a i {
  font-size: 18px;
  font-size: 1.125rem;
}
.table.cart-list td .numbers-row {
  background-color: #fff;
}

/* 셀 하나씩 컬러 다르게 할때*/
.table.cart-list.table-striped tbody tr:nth-of-type(odd) {
  /*background-color: rgba(0, 0, 0, 0.03); 색 다르게 할때*/
background-color: rgba(255, 255, 255, 1); 

}

@media (max-width: 767px) {
  .table.cart-list,
  .table.cart-list thead,
  .table.cart-list tbody,
  .table.cart-list th,
  .table.cart-list td,
  .table.cart-list tr {
    display: block;
    border: 0;
  }

  .table.cart-list thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .table.cart-list tr {
    border: 1px solid #ddd;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  .table.cart-list tr {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .table.cart-list td {
    border: none;
    border-bottom: 1px solid #DDD;
    position: relative;
    padding-left: 35%;
  }
  .table.cart-list td:before {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  .table.cart-list td:nth-of-type(1):before, .table.cart-list td:nth-of-type(2):before, .table.cart-list td:nth-of-type(3):before, .table.cart-list td:nth-of-type(4):before, .table.cart-list td:nth-of-type(5):before {
    font-weight: 700;
    color: #111;
  }

  .table.cart-list td:nth-of-type(1):before {
    content: "NO";
  }

  .table.cart-list td:nth-of-type(2):before {
    content: "매물번호";
  }

  .table.cart-list td:nth-of-type(3):before {
    content: "매물명";
  }
.table.cart-list td:nth-of-type(4):before {
    content: "주요정보";
  }

 /* .table.cart-list td:nth-of-type(5):before {
    content: "정보료";
  }
*/
  .table.cart-list td:nth-of-type(5):before {
    content: "매물 보관";
  }
  .table.cart-list td:nth-of-type(6):before {
    content: "매물 삭제";
  }
}
.thumb_cart {
  width: 60px;
  height:40PX;;
  overflow: hidden;
  margin-right: 10px;
  float: left;
  position: relative;
  background-color: #fff;
  padding: 5px;
  box-sizing: content-box;
}
.thumb_cart img {
  width: 60px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
@media (max-width: 991px) {
  .thumb_cart {
    display: none;
  }
}

.item_cart {
  float: left;
  width: 65%;
  margin: 15px 0 0 10px;
  line-height: 1.3;
  font-weight: 500;
}
@media (max-width: 991px) {
  .item_cart {
    margin: 5px 0 0 0;
    width: 100%;
    float: none;
  }
}

.cart_actions .apply-coupon .form-control {
  margin-right: 10px;
  height: 40px;
}
@media (max-width: 575px) {
  .cart_actions .apply-coupon .form-control {
    margin: 0 0 5px 0;
  }
}
@media (max-width: 575px) {
  .cart_actions .btn_1 {
    width: 100%;
    margin-bottom: 15px;
  }
}

.box_cart {
  background-color: #fff;
  padding: 30px 0;
  text-align: right;
}
@media (max-width: 767px) {
  .box_cart {
    padding: 30px 0;
  }
}
.box_cart h5 {
  margin-top: 0;
  padding: 0;
  text-transform: uppercase;
}
.box_cart small {
  text-align: center;
  line-height: 1.1;
  display: block;
  margin-top: 10px;
}
.box_cart ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}
.box_cart ul li span {
  float: left;
}
.box_cart ul li:last-child {
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ff5353;
  font-size: 18px;
  font-size: 1.125rem;
}

 .box_qna { min-height:300px;
    
  }
@media (max-width: 767px) {
 .box_qna { min-height:20px;
    
  }
}