@charset "utf-8";

/* ショッピングカート
------------------------------------------ */
#container.column-1.cart{
    width: 1200px;
}
h1.pageTitle {
    padding: 0px;
    margin: 50px 0;
    font-weight: normal;
    border-bottom: none;
    display: block;
    font-size: 25px;
}
h2.fs-c-featuredProduct__title {
    padding: 0px;
    margin: 50px 0;
    font-weight: normal;
    border-bottom: none;
    display: block;
    font-size: 25px;
}
.fs-c-cartTableContainer {
    border: none;
    border-radius: 0;
    padding: 0;
}
span.fs-c-cartTable__productName__name{
	margin-bottom: 5px;
}
span.fs-c-listedProductName__variation{
	margin-bottom: 5px;
}
#fs-cartTotals-container{
	background: #f0f0f0;
	border-radius: 4px;
}
.fs-c-orderTotalTable > tbody > tr th {
    border-top: none;
	padding: 8px 8px 8px 15px;
}
.fs-c-orderTotalTable > tbody > tr td {
    border-top: none;
	padding: 8px 15px 8px 8px;
}
.fs-c-orderTotalTable > tbody > tr:first-of-type th{
    padding: 15px 8px 8px 15px;
}
.fs-c-orderTotalTable > tbody > tr:first-of-type td{
    padding: 15px 15px 8px 8px;
}
.fs-c-orderTotalTable > tbody > tr:last-of-type {
    border-bottom: none;
}
.fs-c-orderTotalTable > tbody > tr:last-of-type th{
    padding: 8px 8px 15px 15px;
}
.fs-c-orderTotalTable > tbody > tr:last-of-type td{
    padding: 8px 15px 15px 8px;
}
.fs-c-cartPayment__button {
    padding: 0;
	margin-top: 24px;
	margin-bottom: 24px;
}
a.fs-c-button--primary {
    background: #007ebe;
    border: none;
    border-radius: 4px;
    box-shadow: none;
	width: 100%;
	font-size: 14px;
	padding: 1.4em 1em 1.2em;
}
.fs-c-payWithAmazon{
	padding: 15px;
	background: #f0f0f0;
	border-radius: 4px;
}
.fs-c-payWithAmazon__button{
	margin-top: 15px;
	margin-bottom: 0;
}
.fs-c-continueShopping{
	margin-top: 50px;
	margin-bottom: 50px;
}
a.fs-c-button--standard {
    background: #fff;
	color: #007ebe;
	border: 1px solid #007ebe;
    border-radius: 4px;
	font-size: 15px;
	padding: 10px 15px 10px 15px;
    box-shadow: none;
}
a.fs-c-button--standard:hover{
	opacity: 0.5;
	color: #007ebe;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	
#container.column-1.cart{
    width: 100%;
}
#container{
	padding-left: 15px;
	padding-right: 15px;
}
h1.pageTitle {
	margin: 26px 0 20px 0;
	font-size: 16px;
	width: 100%;
}
h2.fs-c-featuredProduct__title {
    margin: 26px 0 20px 0;
	font-size: 16px;
	width: 100%;
}
.fs-c-buttonContainer--myPageTop{
    justify-content: center;
}
.fs-c-cartTable__row {
    border-bottom: 1px dotted #b2b2b2;
}
a.fs-c-button--primary {
	font-size: 16px;
    width: 100%;
	padding: 1.4em 1em 1.2em;
}
.fs-c-continueShopping {
    margin-top: 30px;
    margin-bottom: 30px;
}
.fs-c-continueShopping a{
    color: #007ebe;
}
}

/* コメント部分
------------------------------------------ */
#fs_ShoppingCart .comment {
    margin-top: 2em;
    margin-bottom: 2em;
}
#fs_ShoppingCart .comment h2 {
    font-size: 1.5rem;
    margin-bottom: 1em;
}
#fs_ShoppingCart .comment>ul>li {
    line-height: 1.8;
    margin-bottom: 1em;
    font-size: 1.3rem;
    text-indent:-1em;
    padding-left:1em;
}
@media screen and (max-width: 768px) {
#fs_ShoppingCart .comment h2 {
    font-size: 1.3rem;
}
#fs_ShoppingCart .comment>ul>li {
    font-size: 1.1rem;
}
}