@charset "UTF-8";
/* CSS Document */
/*購物車*/

.heading-counter.warning {
  margin-bottom: 30px;
}
.warning {
  margin: 0 0 15px 0;
  padding: 15px;
  border: 1px solid #eee;
  font-size: 14px;
  background: none;
  clear: both;
  color: #666;
}
.page-heading {
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 24px;
  overflow: hidden;
  color: #393939;
  line-height: 30px;
  margin-top: 0;
  font-size: 30px;
}

#order-detail-content .table > thead > tr > th {
  background: #f7f7f7;
  border-bottom-width: 1px;
  color: #393939;
  vertical-align: middle;
}

#order-detail-content .table tfoot tr {
    background: #fbfbfb; }

#cart_summary tfoot td#total_price_container {
  font-size: 20px;
  color: #393939;
  background: white;
  line-height: 24px;
}

#order-detail-content .table > thead > tr > th.cart_delete {
  text-align: center;
}

#order-detail-content .table > thead > tr > th {
  background: #f7f7f7;
  border-bottom-width: 1px;
  color: #393939;
  vertical-align: middle;
  border-top: 0;
  font-weight: normal;
  font-size: 16px;
}

#cart_summary tbody td,#cart_summary tbody th {
    padding: 7px 8px 9px 8px;
}
#cart_summary tbody td.cart_quantity {
    padding: 10px;
}
#cart_summary tbody td.cart_product {
    padding: 19px;
    width: 110px
}
#cart_summary tbody td.cart_product img {
    border: 1px solid #ccc;
}
@media (min-width: 1200px) {
    #cart_summary tbody td.cart_description {
        width: 480px;
    }
}
#cart_summary tbody td.cart_unit .price span {
    display: block;
}
#cart_summary tbody td.cart_unit .price span.price-percent-reduction {
    margin: 5px auto;
    display: inline-block;
    color: #858785;
    background: #FFF;
    padding: 0;
}
#cart_summary tbody td.cart_unit .price span.old-price {
    text-decoration: line-through;
}
#cart_summary tbody td.cart_description small {
    /*display: block;*/
    padding: 5px 0 0 0;
    font-size: 14px;
    color: #858785;
}
#cart_summary tfoot td.text-right, #cart_summary tfoot tbody td.cart_unit, #cart_summary tbody tfoot td.cart_unit, #cart_summary tfoot tbody td.cart_total, #cart_summary tbody tfoot td.cart_total {
  font-weight: normal;
  color: #858785;
}
#cart_summary tfoot td.price {
  text-align: right; }
#cart_summary tfoot td.total_price_container span {
  font-size: 18px;
  line-height: 20px;
color: #393939;
font-weight: normal }
#cart_summary tfoot td#total_price_container {
  font-size: 20px;
  color: #393939;
  background: white;
  line-height: 24px;
}

#cart_summary .stock-management-on tbody td.cart_description {
  width: 480px; }

.table tbody > tr > td.cart_quantity .cart_quantity_button a {
    float: left;
    margin-right: 1px;
}
#cart_summary tbody td.cart_unit, #cart_summary tbody td.cart_total {
  text-align: right;
  padding-right: 18px;
}
.cart_quantity .cart_quantity_input {
  height: 27px;
  line-height: 27px;
  padding: 0;
  text-align: center;
  width: 65px;
  border-radius: 0;
}
.table tbody > tr > td.cart_quantity .cart_quantity_button {
  margin-top: 3px;
  width: 72px;
}
.btn.button-plus,
.btn.button-minus {
    font-size: 14px;
    line-height: 14px;
    color: silver;
    padding: 0;
    border: 1px solid;
    border-color: #ccc #ccc #ccc #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 32px;
    height: 32px;
}
.btn.button-plus span,
.btn.button-minus span {
    width: 30px;
    display: inline-block;
    background: url(../img/nella/quantity_down.png) center center no-repeat;
}
.btn.button-plus:hover,
.btn.button-minus:hover {
    color: #333333;
}
.table tbody > tr > td.cart_quantity .cart_quantity_button .cart_quantity_up,
.table tbody > tr > td.cart_quantity .cart_quantity_button .cart_quantity_down {
    text-indent: 0;
}

.table tbody > tr > td.cart_quantity .cart_quantity_button .cart_quantity_up span {
    height: 30px;
    background: url(../images/sys/quantity_up.png) no-repeat top center;
}
.table tbody > tr > td.cart_quantity .cart_quantity_button .cart_quantity_down span {
    height: 30px;
    background: url(../images/sys/quantity_down.png) no-repeat top center;
}
.table tbody > tr > td.cart_quantity .cart_quantity_button .cart_quantity_up span i,
.table tbody > tr > td.cart_quantity .cart_quantity_button .cart_quantity_down span i {
    display: none;
}
.btn.button-plus:hover span,
.btn.button-minus:hover span {
    background-position: bottom center;
}
.table tbody > tr > td.cart_quantity .cart_quantity_button .cart_quantity_down span:hover,
.table tbody > tr > td.cart_quantity .cart_quantity_button .cart_quantity_up span:hover {
    background-position: 0 -33px;
}
.btn.button-minus {
  font-size: 14px;
  line-height: 14px;
  color: silver;
  padding: 0;
  border: 1px solid;
  border-color: #ccc #ccc #ccc #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 32px;
  height: 32px;
}
.btn {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  /*border: 1px solid transparent;*/
  border-radius: 0px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  
}



.cart_delete a.cart_quantity_delete,
a.price_discount_delete {
    background: url("../images/sys/delete_icon.png") no-repeat center center;
    font-size: 0;
    height: 9px;
    width: 9px;
    display: inline-block;
    line-height: 24px;
}

.cart_discount_price {
  text-align: right; }

.cart_discount_delete {
  text-align: center; }

@media (max-width: 767px) {
  #order-detail-content #cart_summary table, #order-detail-content #cart_summary thead, #order-detail-content #cart_summary tbody, #order-detail-content #cart_summary th, #order-detail-content #cart_summary td, #order-detail-content #cart_summary tr {
    display: block; }
  #order-detail-content #cart_summary thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  #order-detail-content #cart_summary tr {
    border-bottom: 1px solid #cccccc;
    overflow: hidden; }
  #order-detail-content #cart_summary td {
    border: none;
    position: relative;
    width: 50%;
    float: left;
    white-space: normal;
    text-align: left;
    padding-left: 15px
  }
    #order-detail-content #cart_summary td.cart_avail {
      clear: both; }
    #order-detail-content #cart_summary td.cart_quantity {
      clear: both;
      padding: 9px 8px 11px 18px;
    }
    #order-detail-content #cart_summary td.cart_quantity > span {
        text-indent: -9999px;
        display: block;
    }
    #order-detail-content #cart_summary td.cart_delete {
      width: 100%;
      clear: both;
      text-align: right; }
      #order-detail-content #cart_summary td.cart_delete:before {
        display: inline-block;
        padding-right: 0.5em;
        position: relative;
        top: -3px; }
    #order-detail-content #cart_summary td div {
      display: inline; }
  #order-detail-content #cart_summary td:before {
    content: attr(data-title);
    display: block; }
  #order-detail-content #cart_summary tfoot td {
    float: none;
    width: 100%; }
    #order-detail-content #cart_summary tfoot td:before {
      display: inline; }
  #order-detail-content #cart_summary tfoot tr .text-right, #order-detail-content #cart_summary tfoot tr tbody td.cart_unit, #order-detail-content #cart_summary tbody tfoot tr td.cart_unit, #order-detail-content #cart_summary tfoot tr tbody td.cart_total, #order-detail-content #cart_summary tbody tfoot tr td.cart_total, #order-detail-content #cart_summary tfoot tr .price {
    display: block;
    float: left;
    width: 50%; } }
@media (max-width: 768px) {
    #order-detail-content #cart_summary tbody td .price {
        text-align: left;
    }
}
#order-opc .box, .order_carrier_content.box {
  background: #fff;
  border: 1px solid #ccc;
  padding: 14px 18px 13px;
  margin: 0 0 30px 0;
  padding-bottom: 2px;
  overflow: hidden;
  line-height: 25px;
}

.order_carrier_content .delivery_options_address .carrier_title {
  margin-bottom: 17px;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}
.delivery_option > div > table.resume td.delivery_option_radio, #order-opc .delivery_option > div > table.resume td.delivery_option_radio {
  width: 54px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.delivery_option > div > table.resume, #order-opc .delivery_option > div > table.resume {
  height: 53px;
}

.delivery_option > div > table.resume td.delivery_option_logo, #order-opc .delivery_option > div > table.resume td.delivery_option_logo {
  width: 97px;
  padding-left: 21px;
  font-size: 100%;
}

.delivery_option > div > table.resume td.input_box, #order-opc .delivery_option > div > table.resume td.input_box {
  width: 120px;
  padding-left: 21px;
  font-size: 100%;
}

#address h3.page-subheading {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}

#address .form-group{
  margin-bottom: 24px;
}

#address label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: normal;
  color: #858785;
}
#address div.radio {
  position: relative;
  display: inline;
}

#address .form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #9c9b9b;
  vertical-align: middle;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#address .form-group .form-control{
	/*max-width: 271px;*/
	padding: 3px 5px;
  height: 30px;
}
#address .den02{
	height: 25px;
}
#address select {
  /* background: #fff; */
   border: 1px solid #a9a9a9; 
   height: 20px;
   padding: 0;
}
#address input{
	margin-top: 1px;
}
#ordermsg textarea {
	border-radius:0;
	-webkit-box-shadow: none;
  box-shadow: none;
}
#order-opc .table tbody > tr > td {
  vertical-align: middle;
    padding: 10px 8px 10px 18px;
  line-height: 1.42857;
}
.radio-inline .checker, .checkbox .checker {
    float: left; 
}

/*----------------------------------*/
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  /*border: 1px solid transparent;*/
  border-radius: 0px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.button.button-medium {
    font-size: 14px;
    line-height: 18px;
    color: white;
    padding: 0;
    font-weight: normal;
    background: #858785;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
}
.button.button-medium span {
    /* display: block; */
    padding: 11px 25px;
    /* border: none; */
}
@media (max-width: 480px) {
    .button.button-medium span {
        padding-right: 10px;
        padding-left: 10px;
    }
}
.button.button-medium span i.left {
    font-size: 24px;
    line-height: 18px;
    vertical-align: -2px;
    margin: -4px 10px 0 0;
    display: inline-block;
}
@media (max-width: 480px) {
.button.button-medium span i.left {
margin-right: 5px; } }
.button.button-medium span i.right {
margin-right: 0;
margin-left: 9px; }
@media (max-width: 480px) {
.button.button-medium span i.right {
margin-left: 5px; } }

.button.button-medium:hover {
    background: #fe983d;
}

.button.button-medium.exclusive {
    border: none;
}
.button.button-medium.exclusive span {}
.button.button-medium.exclusive:hover {
    background: #858785;
}
.button.button-medium.exclusive:hover span {}

/*----------------------------------*/
.cart_navigation {
  margin: 0 0 20px; }
.cart_navigation .button-medium {
    float: right;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    background: #393939;
}
.cart_navigation .button-medium span {
    /* -webkit-border-radius: 0; */
    -moz-border-radius: 0;
    /* border-radius: 0; */
    /* padding: 0 25px; */
    /* font-size: 16px; */
    /* line-height: 40px; */
    /* height: 40px; */
}
@media (max-width: 992px) {
    .cart_navigation .button-medium span {
        font-size: 16px;
    }
}
.cart_navigation .button-medium i.right {
    font-size: 16px;
    line-height: 16px;
    vertical-align: -1px;
    margin-left: 6px;
    display: inline;
    float: none !important;
}
.cart_navigation .button-exclusive {
    border: none;
    background: #999;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    color: #FFF;
    line-height: 20px;
    padding: 10px 25px;
    margin: 0;
}
.cart_navigation .button-exclusive i {
    color: #FFF;
    margin-right: 6px;
}
.cart_navigation .button-exclusive:hover, .cart_navigation .button-exclusive:hover, .cart_navigation .button-exclusive:active {
    background: #fe983d;
    -webkit-box-shadow: none;
    box-shadow: none;
}
  @media (max-width: 480px) {
    .cart_navigation > span {
      display: block;
      width: 100%;
      padding-bottom: 15px; }
    .cart_navigation  .btn-default {
        margin-bottom: 15px;
    }
    #responsive_slides .callbacks_container{
        position: relative;
    }
  }

.cart_act_tag {
     -webkit-border-radius: 4px; 
    -moz-border-radius: 4px;
     border-radius: 4px; 
    /* font-size: 16px; */
    /* line-height: 40px; */
    /* height: 40px; */
    background-color: #f08a47; 
    color: #fff; 
    display: inline-block; 
    padding: 2px;
}
