/* CSS Document */
.table { width: 100%; padding: 16px; padding: 1rem; }
.table td,
.table th{ padding: 5px 0; }
.table i{ font-style: normal; }
.table__heading { border: 2px solid #fff; background: #f15a23; color: #fff; text-align: center; font-size: 18px; }
.table__row { border-bottom: 1px solid #d2d2d2; }
.table__heading._first{ width: 45%; }
.table__heading._second{ width: 12%; }

.table__content img{float: left; margin-right: 20px;}
.table__content .price-con h2{font-size: 16px; margin-bottom: 10px; text-align: left; font-weight: normal; }

.table__content .cart-price { color: #f15a23; font-size: 14px; }
.table__content .cart-price i { font-size: 18px; }

.table__content .add_desc { width: 86px; margin: 0 auto; }
.table__content i.ico-minus { float: left; font-style: normal; width: 20px; font-size: 20px; border-right: 0; }
.table__content i.ico-add { width: 20px; border-left: 0; font-style: normal; font-size: 20px; }

.table__content .ico-minus,
.table__content input.cart_count,
.table__content .ico-add{ float: left; display: inline; text-align: center; width: 38px; font-weight: bold; height: 28px; border-radius: 0; border: 1px solid #ad9987; }

.table__content .btn-remove { display: inline-block; color: #fff; background: #f15a23; width: 55px; text-align: center; height: 30px; line-height: 30px; }
.table__content .add_desc input.cart_count { color: #333; font-size: 15px; }
.table__content i.ico-minus { float: left; font-style: normal; width: 20px; font-size: 20px; border-right: 0; }

@media (max-width: 768px) {
    .table__heading { display: none; }
    .table__content { display: flex; align-items: center; padding: .5rem 0; }
    .table__row { display: block; border-bottom: 2px solid #f15a23; }
    .table__content:before { content: attr(data-heading); display: inline-block; width: 25%; margin-right: .5rem; font-size: 1rem; font-weight: 700; font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif; text-transform: uppercase; letter-spacing: 2px; text-align: center; }
    
    .table__content img{ float: none; display: inline-block; }
    .table__content .price-con h2,
	.table__content .price-con p{ text-align: center; }
    .table__content img{ margin-bottom: 20px; }
	
	.table__content .add_desc { margin: 0; }
}

.dd-detail-head{ height:40px; background:#f15a23; line-height:40px; margin-bottom:10px; }
.dd-detail-head h2{ padding-left:10px; font-size:14px; color:#fff; }
.dd-goods{ height:auto; overflow:hidden; background:#efefef; margin:0 auto; }

.action-wraper a{ margin-left:10px; }
.action-wraper a:first-child{ margin-left:0; }