@charset "utf-8";
.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
}

section.cart_detail {
  width: 900px;
  margin: 0px auto;
}

#car_select .hide{
  display:none;
}

/* 
  header
*/

.cart_header {
  background: #333;
}

.cart_header h2.main {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 50px;
  text-align: left;
  display: block;
  width: 1000px;
  padding: 20px 20px;
  margin: 0px auto 0px auto;
  background: #333;
}

a.btn_item_delete{
	color: #EAA90E!important;
}
a.btn_item_delete:hover {
    color: #F5C759!important;
}
/* 
  cart_flow 
*/

.cart_detail > .cart_flow.flex {
  align-items: center;
}

.cart_detail > .cart_flow {
  margin-top: 80px;
  margin-bottom: 20px;
}

.cart_detail > .cart_flow > p {
  color: #fff;
  background-color: #ccc;
  padding: 10px;
  width: 200px;
  text-align: center;
  font-weight: 700;
}

.cart_detail > .cart_flow > p.active {
  background-color: #555;
}


/* 
  cart_head 
*/

.cart_detail > .cart_head {
  margin-top: 60px;
}

.cart_detail > .cart_head > p {
  display: inline-block;
  line-height: 30px;
  text-align: center;
  border: 1px solid #ccc;
  margin: 0;
}

.cart_detail > .cart_head > p.title {
  width: 230px;
  font-weight: 700;
}

.cart_detail > div.cart_head > p:nth-child(2) {
  width: 670px;
  border-left: 0px;
  background-color: #fff;
}


/* 
  cart_body
*/

.cart_body {
  /*box-sizing: border-box;*/
}

.cart_body .cart_item {
  width: 100%;
}

.cart_body .item_img {
  width: 200px;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.cart_body .item_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

.cart_body .item_img img:hover {
  opacity: 0.8;
}

.cart_body .item_title {
  width: 250px;
  padding-left: 20px;
}

.cart_body .item_title a {
  color: #337ab7;
  font-weight: bold;
}

.cart_body .item_title a:hover {
  opacity: 0.7;
}

.cart_body .item_title > p {
  font-size: 90%;
  margin-top: 10px;
}

.cart_body .item_content {
  width: 490px;
  padding: 20px;
}

.cart_body .item_quantity_price {
  width: 210px;
  /*background-color: green;*/
}

.cart_body .quantity_select {
  width: 80px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border: 1px solid #ccc;
  padding-left: 25px;
  margin-right: 20px;
}

.cart_body .quantity,
.cart_body .price,
.cart_body .subtotal_price {
  line-height: 90px;
  text-align: center;
}

.cart_body .quantity {
  width: 100%;
}

.cart_body .quantity.flex {
  align-items: center;
  justify-content: center;
}

.cart_body .item_quantity p.title,
.cart_body .item_price p.title {
  line-height: 30px;
  text-align: center;
}

.cart_body .subtotal p.title {
  line-height: 30px;
  text-align: center;
}

.cart_body .subtotal {
  width: 200px;
}

.cart_body .subtotal p.subtotal_price > span {
  margin-right: 30px;
}


/* bgcolor */

.cart_head .title,
.cart_body .item_quantity p.title,
.cart_body .item_price p.title,
.cart_body .subtotal p.title {
  background-color: #eee;
}


/* border */

.cart_body .item_quantity p.title,
.cart_body .subtotal p.title {
  border-bottom: 1px solid #ccc;
}

.cart_body .item_price p.title {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.cart_body .item_content,
.cart_body .item_quantity_price {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.cart_body .subtotal {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}


/* 
  cart_foot 
*/

.cart_foot {
  margin-bottom: 100px;
}

.cart_foot.flex {
  align-items: center;
}

.cart_foot .cart_foot_left a {
/*
  font-size: 120%;
  text-decoration: underline!important;
  color: #d44;
*/
}

.btn_continue_shopping {
	background: url(/images/cart/continue_shopping.png);
	background-color: #fff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
	background-size: 175px 37px;
    width: 200px;
    height: 50px;
    text-decoration: none!important;
    display: inline-block;
    border: 1px #ccc solid;
    border-radius: 5px;
	box-shadow: 2px 2px 2px 2px #eee;
}

.btn_continue_shopping:hover {
	background: url(/images/cart/continue_shopping_w.png);
	background-color: #fe9b1d;
    background-position: 50% 50%;
    background-repeat: no-repeat;
	background-size: 175px 37px;
}

.cart_foot .cart_foot_left a:hover {
  color: #f88;
}

.cart_foot .cart_foot_right p {
  width: 300px;
  font-size: 170%;
  font-weight: 700;
  text-align: right;
  padding: 10px;
  border: 2px solid #ccc;
  color: #d44;
}

.cart_foot .cart_foot_right p {
  margin: 20px 0px;
}

.cart_foot .cart_foot_right a > button {
  margin: 10px 0px;
}

.cart_foot .cart_foot_right p > span {
  margin-right: 50px;
}

.cart_foot .cart_foot_right a button {
  font-size: 180%;
  width: 300px;
  background-color: #FE9B1D;
  border-radius: 5px;
  box-shadow: 2px 2px 2px 2px #eee;
  color: #fff;
}

.cart_foot .cart_foot_right a button:hover {
  opacity: 0.8;
}

/* mobile */

@media screen and (max-width: 480px) {
  .flex,
  .mobile_flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
  }
  .cart_body.flex,
  .cart_item.flex {
    flex-direction: column;
  }
  .cart_header h2.main {
    width: 100%;
    line-height: 25px;
  }
  .cart_detail > .cart_flow.flex {}
  .cart_detail > .cart_flow {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .cart_detail > .cart_flow .material-icons {
    font-size: 15px;
  }
  .cart_detail > .cart_head {
    margin-top: 20px;
    font-size: 14px;
  }
  section.cart_detail {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 5px;
  }
  .cart_body .item_img {
    min-width: 80px;
    width: 25%;
    height: 25vw;
  }
  .cart_body .item_title {
    width: 80%;
  }
  .cart_detail > .cart_flow > p {
    width: auto;
    min-width: 60px;
    font-size: 10px;
  }
  .cart_body .item_content {
    width: 100%;
    padding: 10px;
  }
  .cart_detail > .cart_head > p.title {
    width: 30%;
  }
  .cart_detail > div.cart_head > p:nth-child(2) {
    width: 70%;
  }
  .cart_body .item_quantity_price {
    width: 100%;
  }
  .cart_body .item_quantity,
  .cart_body .item_price {
    width: 50%;
    box-sizing: border-box;
  }
  .cart_body .item_quantity {
    border-right: 1px solid #ccc;
  }
  .cart_body .quantity.flex {
    justify-content: space-around;
  }
  .cart_body .quantity {
    padding: 0px 5px;
  }
  .cart_body .auantity_select,
  .cart_body .quantity a {
    width: 50%;
  }
  .cart_body .subtotal {
    width: 100%;
  }
  .cart_foot.flex {
    align-items: center;
  }
  .cart_foot {
    margin-bottom: 40px;
  }
  .cart_foot .cart_foot_left {
    width: 30%;
  }
  .cart_foot .cart_foot_right {
    width: 65%;
  }
  .cart_foot .cart_foot_right p {
    width: auto;
    font-size: 130%;
  }
  .cart_foot .cart_foot_right a button {
    width: 100%;
    font-size: 130%;
    line-height: 50px;
  }
  .cart_foot .cart_foot_right p > span {
    margin-right: 10px;
  }
  .cart_body .quantity,
  .cart_body .price,
  .cart_body .subtotal_price {
    line-height: 55px;
  }
  /* border */
  .cart_body .item_price p.title {
    border-top: 0px;
  }
  .cart_body .item_content,
  .cart_body .item_quantity_price,
  .cart_body .subtotal {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

.btn_continue_shopping {
	background: url(/images/cart/continue_shopping_mb.png);
	background-color: #fff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
	background-size: 120px 120px;
    width: 100%;
    height:140px;
    margin-top: 10px;
    text-decoration: none!important;
    display: inline-block;
    border: 1px #ccc solid;
    border-radius: 5px;
	box-shadow: 2px 2px 2px 2px #eee;
}

.btn_continue_shopping:hover {
	background: url(/images/cart/continue_shopping_mb_w.png);
	background-color: #fe9b1d;
    background-position: 50% 50%;
    background-repeat: no-repeat;
	background-size: 120px 120px;
}

}
