﻿@charset "utf-8";

.ff_oswald{
	font-weight:bold
}

/* cart page */

.tpl_ttl {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 60px;
}

.tpl_ttl a {
  margin-top: 40px;
  font-size: 1rem;
  color: #1178f8;
}

.tpl_txt {
  font-size: 0.85rem;
  text-align: center;
  line-height: 1.4em;
  margin: 30px;
}

.tpl_txt a {
  color: #1178f8;
}

.tpl_txt2 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 20px;
  border: 1px solid #ccc;
}

.tpl_txt2 > div {
  font-size: 0.9rem;
  margin: 5px 0;
}

.tpl_container {
  margin-bottom: 50px;
}

.cart_grid1 {
  width: 55%;
}

.cart_grid2 {
  width: calc(45% - 50px);
  margin-left: 50px;
}

.cart_box,
.cart_box_sticky {
  padding: 20px 40px 40px 40px;
  background-color: #f8f8f8;
}

.cart_box_sticky {
  position: sticky;
  top: 110px;
}

.cart_item {
  border-bottom: 1px solid #c7c7c7;
  padding: 30px 20px; 
}

.cart_item_img {
  width: 20%;
  justify-content: center;
  align-items: center;
}

.cart_item_img img {
  width: 80%;
}

.cart_item_info {
  width: 50%;
  padding-left: 20px;
}

.cart_item_info p {
  padding: 5px 0;
}

.cart_item_data {
  width: 30%;
  padding-left: 20px;
}

.cart_item_data {
  flex-direction: column;
  justify-content: space-between;
}

.cart_item_price ,
.cart_item_subtotal {
  font-size: 1.1rem;
}

.cart_item_price span ,
.cart_item_subtotal span{
  font-size: 0.75rem;
  margin-left: 3px;
}

.cart_item_count ,
.cart_item_count select {
  font-size: 0.9rem;
}

.cart_item_count {
  align-items: center;
}

.cart_item_count select {
  width: 50px;
  border: 1px solid #000;
  margin-left: 5px;
  padding: 3px;
  cursor: pointer;
  text-indent: 0.1em;
}

.cart_item_delete {
  font-size: 0.8rem;
}

.cart_item_delete a:hover {
  opacity: 0.7;
}
 
.cart_item_delete a::before {
  content: "\f00d";
  margin-right: 5px;
  font-weight: 900;
}

.cart_item_subtotal {
  width: 30%;
  padding-left: 20px;
  color: #646464;
  margin-top: 20px;
  margin-left: auto;
  align-items: flex-end;
}

.subtotal {
  margin-right: 10px;
  font-size: 0.8rem;
}

.cart_contents_ttl {
  margin-bottom: 50px;
  font-size: 1.2rem;
}


.cart_total {
  padding: 20px 0;
  font-size: 1rem;
  font-weight: 400;
  align-items: end;
  border-bottom: 1px solid #0e0d0d;
  justify-content: space-between;
}

.cart_total_ttl {
  margin-right: 10px;
  font-size: 1rem;
  font-weight: 600;
  color: #0e0d0d;
}

.cart_total_price {
  color: #da0404;
  font-size: 1.5rem;
  font-weight: 500;
  font-weight:bold;
}

.cart_total_price span {
  font-size: 0.85rem;
  margin-left: 3px; 
}

.cart_btn {
  margin-top: 20px;
}

.cart_next_btn ,
.cart_nosignup_btn {
  display: block;
  width: 100%;
  padding: 15px 0;
  margin-bottom: 10px;
  font-size: 0.9rem;
}

.cart_nosignup_btn {
  border-radius: 5px;
}

.cart_back_btn:hover,
.cart_nosignup_btn:hover {
  opacity: 0.7;

}



.cart_next_btn {
 background-color:#112233;
  color: #FFF;
  border-radius: 5px;
  cursor:pointer;
}

.order_btn {
  width: 100%;
  background-color: #1178f8;
  color: #FFF;
  font-size: 0.9rem;
  padding: 15px;
  border-radius: 5px;
}

.cart_back_btn {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  margin-top: 50px;
  padding: 15px;
  border: 1px solid #1178f8;
  color: #1178f8;
  background-color: #FFF;
  font-size: 0.9rem;
  border-radius: 5px;
}

.cart_nosignup_btn {
  background-color: #cfcfcf;
  margin-bottom: 0;
  margin-top: 30px;
}

#AmazonPayButton {
  padding: 30px 0;
  font-size: 0.9rem;
  border-radius: 5px;
}

.cart_amazon_btn {
  margin-top: 20px;
}

.cart_alart_txt {
  margin: 15px 0;
  font-size: 0.8rem;
  color: #ec4040
}

.coupon_container {
  border-bottom: 1px solid #0e0d0d;
  margin-bottom: 20px;
}

.coupon_header {
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  cursor: pointer;
  padding: 20px 0;
}

.coupon_header span {
  margin-right: 10px;
}

.coupon_drop {
  display: block;
  padding: 20px 0;
  font-size: 0.9rem;
}

.coupon_drop a {
  display: inline-block;
  color: #1178f8;
  margin-top: 5px;
  text-decoration: underline;
}


.coupon_angle {
  transition: 0.5s;
}

.coupon_apply {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.coupon_apply input {
  border: 1px solid #cccccc;
  background-color: #FFF;
  padding: 7px 10px;
  width: 50%;
  font-size: 0.8rem;
  height: 30px;
}

.coupon_apply button {
  padding: 7px 15px;
  margin-left: 10px;
  background-color: #302f2f;
  color: #FFF;
  font-size: 0.7rem;
  border-radius: 20px;
}

.coupon_success , 
.coupon_error {
  font-size: 0.8rem;
  margin-bottom: 10px;
}

.coupon_error {
  color: #ec4040;
}

.unusable_cp {
  color: #ec4040;
  font-size: 0.9rem;
  text-align: left;
  line-height: 1.4rem;
  margin-left: 20px;
}

.gift_banner {
  width: 100%;
  margin-top: 20px;
}

.gift_banner img {
  width: 100%;
  height: auto;
}
