
/* FS設定関係 */


/* h2 { width:100% !important; max-width:1000px !important; margin:5% auto !important; } */

.company {
    margin-top: 0rem !important;
    margin-top: 5% !important;
	width:90%;
	max-width:1000px;
	margin: 5% auto 5% auto !important;
}

.company-content-raw {
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	padding-bottom:1.5em;
	border-bottom: 1px solid #7a8d5c;
	margin-bottom:1.5em;
}
.company-content-raw > dt {
	width:5.0em;
}
.company-content-raw > dd {
	width:calc(100% - 7.0em);
}
.company-content-raw > dd .company-content-text:nth-of-type(2) {
	margin-top:1.0em;
}

.company-map-container {
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:5%;
}
.company-map-container .company-map-image,
.company-map-container .company-map-texts {
	width:48%;
}

@media only screen and (max-width: 849px) {
.company-map-container {
	flex-wrap:wrap;
	margin-bottom:10%;
}
.company-map-container .company-map-image,
.company-map-container .company-map-texts {
	width:100%;
}
.company-map-container .company-map-texts {
	margin-top:3%;
}
}

.company-map-container .company-map-image .iframe-wrap {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.company-map-container .company-map-image iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.privacy {
    margin-top: 0rem !important;
    margin-top: 5% !important;
	width:90%;
	max-width:1000px;
	margin: 5% auto 10% auto !important;
}


@media(max-width: 1920px) {
    .privacy
    .company, {
        margin-top: 5%;
        margin-bottom: 10%;
    }
}

.privacy-title-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

/* @media(max-width: 1920px) {
    .privacy-title-inner {
        width: 65.625vw;
    }
} */

.privacy-title {
    font-size: 3.2rem;
}

@media(max-width: 1920px) {
    .privacy-title {
        font-size: 1.6666666667vw;
    }
}

.company-inner,
.privacy-inner {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}

/* @media(max-width: 1920px) {
    .company-inner,
    .privacy-inner {
        width: 62.5vw;
    }
} */

.privacy-content {
    margin-top: 13.7rem;
}

@media(max-width: 1920px) {
    .privacy-content {
        margin-top: 7.1354166667vw;
    }
}

.privacy-content-raw:not(:first-child) {
    margin-top: 6.1rem;
}

@media(max-width: 1920px) {
    .privacy-content-raw:not(:first-child) {
        margin-top: 3.1770833333vw;
    }
}

.privacy-content-raw:nth-child(3) {
    margin-top: 11rem;
}

@media(max-width: 1920px) {
    .privacy-content-raw:nth-child(3) {
        margin-top: 5.7291666667vw;
    }
}

.privacy-content-raw dt,
.privacy-content-raw dd {
    font-size: 16px;
}

@media(max-width: 768px) {
    .privacy-content-raw dt,
    .privacy-content-raw dd {
        font-size: 2.7vw;
    }
}

.privacy-content-raw dt {
    padding-left: 0.3rem;
}

@media(max-width: 1920px) {
    .privacy-content-raw dt {
        padding-left: 0.15625vw;
    }
}

.privacy-content-raw dd {
    margin-top: 4.6rem;
    line-height: 1.75;
}

@media(max-width: 1920px) {
    .privacy-content-raw dd {
        margin-top: 2.3958333333vw;
    }
}

.privacy-content-text {
    line-height: 1.75;
}

.privacy-content-text:not(:first-child) {
    margin-top: 4.6rem;
}

@media(max-width: 1920px) {
    .privacy-content-text:not(:first-child) {
        margin-top: 2.3958333333vw;
    }
}



.law {
    margin-top: 0rem;
    margin-bottom: 10rem;
}

@media(max-width: 1920px) {
    .law {
        margin-top: 5%;
        margin-bottom: 10%;
    }
}

.law-title {
    text-align: center;
    letter-spacing: 0.2em;
    font-weight: bold;
    font-size: 4.5rem;
    padding-left: 1rem;
}

@media(max-width: 1920px) {
    .law-title {
        font-size: 2.34375vw;
        padding-left: 0.5208333333vw;
    }
}

.law-inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.law-content {
    margin-top: 11rem;
}

@media(max-width: 1920px) {
    .law-content {
        margin-top: 5.7291666667vw;
    }
}

.law-content-raw {
    padding: 1.2rem 0 2.5rem 0;
    border-top: 1px solid #7a8d5c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.law-content-raw dt,
.law-content-raw dd {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.law-content-raw dt {
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: 16px;
    width: 15.0em;
    padding-top: 2.0rem;
}

@media(max-width: 768px) {
    .law-content-raw dt {
        font-size: 2.7vw;
    }
}

.law-content-raw dd {
    line-height: 2.0833;
    font-size: 16px;
    padding-top: 2.0rem;
    box-sizing:border-box;
    width:calc(100% - 16.0em);
}

@media(max-width: 768px) {
    .law-content-raw dd {
        font-size: 2.7vw;
        padding-top: 3.125vw;
    }
}

.law-content-raw dd.adjustment {
    letter-spacing: 0.05em;
}

.law-content-text {
    max-width:100%;
    margin-top: 0.5rem;
    margin-bottom: 1.0em;
    line-height: 1.5652;
    font-size:16px;
}

@media(max-width: 1920px) {
    .law-content-text {
        margin-top: 0;
        margin-bottom: 1.0em;
    }
}

.law-content-text:last-child {
    margin-bottom: 0;
}

.law-content-button {
    width:60%;
    max-width:150px;
}

@media(max-width: 768px) {
    .law-content-button {
        width: 60%;
    }
}


@media(max-width: 768px) {
    .law-inner {
        width: 90%;
    }
    .law-title {
        font-size: 6vw;
    }
    .law-content-raw {
        padding: 2vw 0;
        align-items: center;
        flex-wrap:wrap;
    }
    .law-content-raw dt {
        font-size: 3.0vw;
        font-weight:bold;
        width: 100%;
        padding-top: 5%;
        padding-bottom: 2%;
        line-height: 1.6;
    }
    .law-content-raw dd {
        width: 100%;
        font-size: 2.7vw;
        padding-top: 0;
        padding-left: 0;
    }
    .law-content-raw dt,
    .law-content-raw dd {
        -ms-flex-negative: 0;
        flex-shrink: unset;
    }
.law-content-text {
    font-size:2.7vw !important;
}
}

.fs-p-memberAgreement {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.fs-c-documentColumn__heading {
	color:#3c463c !important;
}
.fs-c-orderedList > li:before {
	color:#3c463c !important;
}


.fs-c-button--particular.fs-c-button--addToWishList--icon, .fs-c-button--particular.fs-c-button--removeFromWishList--icon, .fs-c-button--particular.fs-c-button--displayPassword, .fs-c-button--particular.fs-c-button--hidePassword {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}
.fs-c-button--particular.fs-c-button--addToWishList--icon .fs-c-button__label, .fs-c-button--particular.fs-c-button--removeFromWishList--icon .fs-c-button__label, .fs-c-button--particular.fs-c-button--displayPassword .fs-c-button__label, .fs-c-button--particular.fs-c-button--hidePassword .fs-c-button__label,
.fs-c-returnedSpecialContract {
  display: none;
}
.fs-c-button--particular.fs-c-button--addToWishList--icon::before, .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before, .fs-c-button--particular.fs-c-button--displayPassword::before, .fs-c-button--particular.fs-c-button--hidePassword::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
/*  font-size: 2.2rem; */
}
.fs-c-button--particular.fs-c-button--addToWishList--icon::before {
  content: "\e919";
}
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  content: "\e91a";
  color: #C98696;
}
.fs-c-button--particular.fs-c-button--displayPassword::before, .fs-c-button--particular.fs-c-button--hidePassword::before {
  color: #999999;
  margin: auto 4px;
}
.fs-c-button--particular.fs-c-button--displayPassword::before {
  content: "\e917";
}
.fs-c-button--particular.fs-c-button--hidePassword::before {
  content: "\e918";
}
.fs-c-button--particular.fs-c-button--addToWishList--detail, .fs-c-button--particular.fs-c-button--removeFromWishList--detail {
  align-items: center;
/*  font-size: 1.2rem; */
  padding: 0.2em 1em;
}



/* FS設定カスタム */

.fs-l-page { padding-top:50px; font-size:15px !important; line-height:1.7em !important; }

.fs-c-otherServiceLogin {
	width:95%;
	max-width:1000px;
	margin:5% auto !important;
}
.fs-c-anotherLogin__message--amazon {
	width:100% !important;
	max-width:700px;
	text-align:left;
	display:inline-block;
}
.fs-c-anotherLogin__message--amazon > p {
	width:100% !important;
}
.fs-l-page h2 {
	width:90%;
	max-width:1000px;
	text-align:left;
	padding-left:1.0em;
	font-size:20px !important;
	margin:50px auto 20px auto;
	border-bottom:1px solid #7a8c5b;
}
.fs-body-custom h2,
h2.fs-p-announcement__title,
h2.fs-c-subSection__title,
h2.fs-c-linkedServiceLogin__title,
.fs-body-checkout h2 {
	width:100% !important;
	font-size:18px !important;
	text-align:left;
	padding-left:0em;
	padding-bottom:0.2em !important;
	margin:0px auto 1.5em auto !important;
	border-bottom:0;
	border-bottom:1px solid #7a8c5b;
	color:#3c463c;
}
#fs_MyAddressBook .fs-l-main {
	width:95%;
	max-width:1000px;
	margin:5% auto;
}
.fs-p-announcement { background:#fdfdf8; }
a.fs-c-button--addToAddressbook {
	color:#fff !important;
	background:#7a8c5b;
	border:1px solid #7a8c5b;
}
a.fs-c-button--addToAddressbook > .fs-c-button__label,
a.fs-c-button--addToAddressbook:hover > .fs-c-button__label {
	color:#fff !important;
}

#fs_MyAccountSettings th.fs-c-inputTable__headerCell {
	margin-bottom:0;
	padding-bottom:0.5em;
	border-bottom:1px solid #7a8c5b;
}

.fs-l-main { width:100% !important; margin:2% auto 7% auto !important; }
.fs-c-breadcrumb { margin-top:10px; text-align:left; font-size:14px; }

.fs-c-listControl {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.fs-c-listControl .fs-c-listControl__status { }
.fs-c-listControl .fs-c-pagination {
	display:flex;
	justify-content:flex-end;
}
.fs-c-listControl .fs-c-pagination .fs-c-pagination__item { width:1.5em; margin-right:0.2em; }
.fs-c-listControl .fs-c-pagination .fs-c-pagination__item:nth-last-child(1) { margin-right:0; }
.fs-c-listControl .fs-c-pagination .fs-c-pagination__item:after { content:"/"; margin:0 0.2em; }
.fs-c-listControl .fs-c-pagination .fs-c-pagination__item:nth-last-child(1):after { display:none; }

/* .fs-c-orderedList,
.fs-l-cart__contentsArea,
.fs-c-continueShopping {
	width:90%;
	max-width:700px;
	padding:0;
	margin:0 auto 50px auto;
} */


@media screen and (max-width:498px) {
.fs-l-page { font-size:2.5vw !important; }
.fs-l-page h2 {
	font-size:3.5vw !important;
	margin:50px auto 20px auto;
}
.fs-body-checkout h2 {
	width:100%;
	margin:0px auto;
}
.fs-c-breadcrumb { font-size:2.2vw; }

.fs-c-productListItem__notice,
.fs-c-productStock { font-size:2.3vw !important; }
}



/* cart(FS_theme) */




/* マイページ関連 */

.fs-c-productPrice__addon__label { font-size:80%; }
.fs-c-productPrice__addon__label:before { content:"("; }
.fs-c-productPrice__addon__label:after { content:")"; }
.fs-c-productPrice__addon__label:before,
.fs-c-productPrice__addon__label:after { vertical-align:middle; }

.fs-c-orderTotalTable { border-top:none !important; margin-bottom:5%; }
#fs-checkout-amazon-container { margin:5% auto; }

button {
	margin:0;
	padding:0;
	border:none;
/*	background:#fdfdf7;
	border:1px solid #fdfdf7;
	width:100%; */
}
button:hover {
	margin:0;
	padding:0;
	border:none;
/*	background:#fdfdf7;
	border:1px solid #fdfdf7;
	width:100%; */
}

.fs-body-login .fs-l-main { text-align:center; }
.fs-c-inputTable { margin:0 auto; }
.fs-c-anotherLogin__message { width:90%; max-width:700px; margin:10px 0; text-align:left; display:inline-block; }
.fs-c-inputTable__headerCell,
.fs-c-inputTable__dataCell { padding:0 !important; margin:10px 0 !important; }
.fs-c-button--subscribeToArrivalNotice,
.fs-c-button--primary { border:0; background:none !important; }
.fs-c-button__label {
/*	background:#7a8c5b;
	color:#fff;
	margin-bottom:20px; */
	box-sizing:border-box;
	padding:0.5em 2.0em;
	font-size:14px;
}
.fs-c-button__label:hover {
/*	box-sizing:border-box;
	padding:0.5em 1.0em;
	background:#fdfdf7; */
	color:#7a8c5b;
}
#AmazonPayButton { margin:10px auto; }
.fs-c-newUsers { margin-bottom:50px; }
.fs-c-requiredMark:before { color:#ff0000; }

.fs-c-anotherLogin__message p,
.fs-c-newUsers__message,
.fs-c-subSection__message { margin:0 auto 10px auto; width:90%; max-width:700px; }

.fs-c-buttonContainer { margin:10px auto; text-align:center; }
.fs-c-textLinkContainer { text-align:center; }

@media screen and (max-width:849px) {
.fs-body-login .fs-l-main { text-align:left; }
}

@media screen and (max-width:498px) {
#AmazonPayButton {
	height: 4.0vw;
	width:calc(4.0vw * 10);
}
.fs-c-button__label {
	font-size:2.4vw;
}
}
@media screen and (max-width:600px) {
.fs-c-cartTable {
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	margin-bottom:5%;
	padding-top:5% !important;
}
.fs-c-cartTable .fs-c-cartTable__row {
	display:flex;
	flex-direction: row !important;
	flex-wrap:wrap;
}
.fs-c-cartTable .fs-c-cartTable__row .fs-c-cartTable__dataCell--product {
	width:100% !important;
}
.fs-c-cartTable .fs-c-cartTable__row .fs-c-cartTable__dataCell--quantity {
	width:30% !important;
	display:flex;
	align-items:flex-end;
	padding-left:3.0em;
}
.fs-c-cartTable .fs-c-cartTable__row .fs-c-cartTable__dataCell--quantity:before {
	display:inline-block !important;
	font-size:15px !important;
}
.fs-c-cartTable .fs-c-cartTable__row .fs-c-cartTable__dataCell--subtotal {
	width:45% !important;
}
.fs-c-cartTable .fs-c-cartTable__row .fs-c-cartTable__dataCell--subtotal:before {
	display:inline-block !important;
	font-size:15px !important;
}
.fs-c-cartTable .fs-c-cartTable__row .fs-c-cartTable__price { width:auto !important; }
.fs-c-cartTable .fs-c-cartTable__row .fs-c-cartTable__dataCell--action {
	width:20% !important;
	padding-top:0.8em;
}
.fs-c-orderTotalTable { margin:3% 0 5% auto !important; }
.fs-c-orderTotalTable td { font-size:15px !important; }
.fs-totalsArea-wrapper .fs-c-cartPayment__button { margin:5% auto !important; }
.fs-c-cartTable .fs-c-button--cancel--cart { display:flex; align-items:flex-end; }
.fs-c-cartTable .fs-c-button--cancel--cart .fs-c-button__label {
	margin:0 !important;
}
}
@media screen and (max-width:599px) {
.fs-c-cartTable .fs-c-button--cancel--cart,
.fs-c-cartTable .fs-c-button--cancel--cart:hover {
	width:auto !important;
	margin:0 auto !important;
	padding:0.5em 1.0em !important;
}
}

#fs-checkout-payHere-container .fs-c-button--loginAndPurchase {
	color:#fff !important;
}
#fs-checkout-payHere-container .fs-c-cartPayment__button,
#fs-checkout-payHere-container .fs-c-cartPayment__button .fs-c-button__label,
#fs-checkout-payHere-container .fs-c-cartPayment__button a .fs-c-button__label {
	color:#fff !important;
}
#fs-checkout-payHere-container .fs-c-button--loginAndPurchase:hover,
#fs-checkout-payHere-container .fs-c-button--loginAndPurchase:hover .fs-c-button__label {
	color:#7a8d5c !important;
}
#fs-checkout-payHere-container .fs-c-cartPayment__button .fs-c-button--unregisteredUserPurchase {
	padding:1.0em 0 !important;
}
#fs_Checkout .fs-c-inputInformation__button .fs-c-button--settings:hover .fs-c-button__label,
#fs_Checkout .fs-c-inputInformation__button .fs-c-button--cancel:hover .fs-c-button__label,
#fs_button_changeBuyer .fs-c-button--standard:hover .fs-c-button__label,
#fs_button_changeDeliveryMethod .fs-c-button--standard:hover .fs-c-button__label {
	width:inherit !important;
	cursor:pointer !important;
}
#fs_Checkout .fs-c-inputInformation__button .fs-c-button--settings:hover .fs-c-button__label,
#fs_Checkout .fs-c-inputInformation__button .fs-c-button--cancel:hover .fs-c-button__label,
.fs-c-checkout-preview__button .fs-c-button--standard:hover .fs-c-button__label,
#fs_button_changeDeliveryMethod .fs-c-button--standard:hover .fs-c-button__label {
	width:inherit !important;
	cursor:pointer !important;
}
#fs_Checkout .fs-c-inputInformation__button .fs-c-button--settings:hover,
#fs_Checkout .fs-c-inputInformation__button .fs-c-button--cancel:hover,
.fs-c-checkout-preview__button .fs-c-button--standard:hover,
#fs_button_changeDeliveryMethod .fs-c-button--standard:hover {
	margin-left:auto !important;
	margin-right:auto !important;
}
#fs-orderContents-container .fs-c-checkout-preview__button .fs-c-button--standard:hover {
	margin-left:auto !important;
	margin-right:0 !important;
}


/* .fs-l-main {
	width:90% !important;
	max-width:1000px !important;
	margin:5% auto !important;
}
.fs-c-inputTable {
	margin:0 !important;
	box-sizing:border-box;
	margin:5% auto !important;
	max-width:900px !important;
}
.fs-c-inputTable > tbody > tr {
	display:flex;
	justify-content:space-between;
	padding:0px 0 !important;
	line-height:180% !important;
}
.fs-c-inputTable > tbody > tr > th {
	width:25% !important;
}
.fs-c-inputTable > tbody > tr > td {
	width:70% !important;
	margin-left:3% !important;
}

@media screen and (max-width: 768px) {
.fs-c-inputTable > tbody > tr {
	flex-wrap:wrap;
	padding:10px 0 !important;
}
.fs-c-inputTable > tbody > tr > th {
	width:100% !important;
	text-align:left !important;
	margin:0 !important;
}
.fs-c-inputTable > tbody > tr > td {
	width:100% !important;
	margin-left:0% !important;
	margin:5px auto 0 auto !important;
}
} */

input.fs-system-assistedItem { box-sizing:border-box; padding:0 1.0em !important; }
button,
.fs-c-button--primary {
	pointer-events: none !important;
	pointer-events: auto !important;
	margin:0 auto;
	padding:0;
	box-sizing:border-box;
	padding:1.0em 2.0em;
	color:#fff !important;
	background:#7a8d5c !important;
	border: 1px solid #7a8d5c;
	width:auto;
}
button:hover,
.fs-c-button--primary:hover {
	color:#7a8d5c !important;
	background:#fff !important;
	border: 1px solid #7a8d5c;
	box-sizing:border-box;
	padding:1.0em 2.0em;
}
.fs-l-checkout__mainColumn > div { margin:3% auto !important; }




/* モーダル */
.fs-c-modal__contents .fs-c-stockNotificationsProduct {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 64px 1fr;
  grid-template-columns: 64px 1fr;
  text-align: left;
}
.fs-c-modal__contents .fs-c-stockNotificationsProduct__productImage {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  margin-right: 8px;
  margin-bottom: 0;
}
.fs-c-modal__contents .fs-c-stockNotificationsProduct__productName {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}
.fs-c-modal__contents .fs-c-stockNotificationsProduct__productName:only-child {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.fs-c-modal, .fs-c-modal--small, .fs-c-modal--medium {
  background: rgba(0, 0, 0, 0.7);
  color: #333333;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2147483600;
  display: flex;
  align-items: flex-start;
  opacity: 1;
  overflow: auto;
  padding: 16px 0 40px;
  -webkit-overflow-scrolling: touch;
}

.fs-c-modal__inner {
  background: #ffffff;
  border-radius: 3px;
  color: #333333;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  margin: auto;
  max-width: calc(100vw - 8px*2);
}
.fs-c-modal__inner.is-warning {
  border: 2px solid #f6d342;
}
.fs-c-modal__inner.is-warning .fs-c-modal__header {
  background: #f6d342;
  color: #ffffff;
}
.fs-c-modal__inner.is-warning .fs-c-modal__close {
  color: #ffffff;
}

.fs-c-modal__header {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.fs-c-modal__close {
  color: #333333;
  cursor: pointer;
  white-space: nowrap;
  padding: 3px;
}
.fs-c-modal__close::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e911";
  display: block;
  font-size: 0.9em;
  line-height: 1;
}
.fs-c-modal__close:hover {
  color: #4c4c4c;
}
.fs-c-modal__close::before {
  height: 1em;
}

.fs-c-modal__contents {
  flex-grow: 1;
  max-height: calc(100% - 80px);
  overflow: auto;
  padding: 16px;
}
.fs-c-modal__contentsLead {
  margin-bottom: 24px;
}
.fs-c-modal__contents .fs-c-inputTable {
  table-layout: auto;
}

.fs-c-modal--medium .fs-c-modal__inner {
  margin: auto;
  width: 94vw;
}
@media screen and (min-width: 768px) {
  .fs-c-modal--medium .fs-c-modal__inner {
    width: 768px;
    max-width: 90vw;
  }
}

.fs-c-modal--small {
  align-items: flex-start;
  justify-content: center;
}
.fs-c-modal--small .fs-c-modal__inner {
  flex-grow: 0;
}




.fs-c-modal__title {
	width:100%;
	background:#eee;
	text-align:center;
	font-size:16px;
	padding:0.7em 0;
}
.fs-c-modal__contents .fs-c-stockNotificationsProduct {
	display:flex;
	margin-bottom:3%;
}
.fs-c-modal__contents .fs-c-stockNotificationsProduct__productImage {
	width:30%;
}
.fs-c-modal__contents .fs-c-stockNotificationsProduct__productName {
	width:67%;
}
.fs-c-modal__contents .fs-c-productName__name,
.fs-c-modal__contents .fs-c-stockNotificationsMessage,
.fs-c-modal__contents .fs-c-checkbox__labelText,
.fs-c-modal__contents .fs-c-inputTable__label {
	font-size:14px !important;
}
.fs-c-modal__contents .fs-c-productName__variation {
	font-size:12px;
}
.fs-c-modal__contents .fs-system-assistedItem {
	height:20px;
}

@media only screen and (max-width:748px) {
.fs-c-modal__title {
	font-size:2.4vw;
}
.fs-c-modal__contents .fs-c-productName__name,
.fs-c-modal__contents .fs-c-stockNotificationsMessage,
.fs-c-modal__contents .fs-c-checkbox__labelText,
.fs-c-modal__contents .fs-c-inputTable__label {
	font-size:2.2vw;
}
.fs-c-modal__contents .fs-c-productName__variation {
	font-size:2.0vw;
}
.fs-c-modal__contents .fs-system-assistedItem {
	height:20px;
}
}

/* h2, */
h2.fs-c-subSection__title { color:inherit !important; }
.fs-c-button__label { padding:0; margin: 0; width:auto; }
.fs-c-button--purchaseHere .fs-c-button__label { color:#fff; }
.fs-c-button--purchaseHere:hover .fs-c-button__label { color:#7e8c60; }
.fs-c-button--plain:hover {
	width:inherit !important;
	padding:inherit !important;
}

.fs-c-accountService { width:95%; max-width:1000px; margin:0 auto; }
.fs-c-accountService__page--accountDelete .fs-c-string--label {
	font-size:14px !important;
}
.fs-c-breadcrumb__listItem,
.fs-c-breadcrumb__listItem > a { font-size:12px !important; }

.fs-cartContent-container { max-width:700px !important; }

body#fs_ShoppingCart,
body#fs_Checkout {
	font-family: 'Noto Sans', sans-serif !important;
	font-weight: 400 !important;
	font-style: normal;
}
.fs-body-checkout .fs-l-main {
	width:95%;
	max-width:1200px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}
.fs-body-checkout .fs-l-main > .fs-l-checkout__mainColumn {
	width:65%;
}
.fs-body-checkout .fs-l-main > .fs-l-checkout__sideColumn {
	width:33%;
}
.fs-body-checkout .fs-l-main #fs-buyerInfo-container {
	margin-top:0 !important;
}
.fs-body-checkout .fs-l-main #fs-buyerInfo-container table,
.fs-body-checkout .fs-l-main #fs-buyerInfo-container table th,
.fs-body-checkout .fs-l-main #fs-buyerInfo-container table td {
	font-size:15px;
}
.fs-c-productPrice__addon:before,
.fs-c-productPrice__addon:after { display:none !important; }

.fs-c-productPrice__addon__label:before,
.fs-c-productPrice__addon__label:after {
	vertical-align:middle !important;
	margin-top:-0.2em;
}

@media only screen and (max-width: 960px) {
.fs-body-checkout .fs-l-main .fs-l-checkout__sideColumn {
	margin-top:0 !important;
}
.fs-body-checkout .fs-l-main #fs-buyerInfo-container table,
.fs-body-checkout .fs-l-main #fs-buyerInfo-container table th,
.fs-body-checkout .fs-l-main #fs-buyerInfo-container table td {
	font-size:14px !important;
}
}

@media only screen and (max-width: 849px) {
.fs-body-checkout .fs-l-main .fs-l-checkout__sideColumn {
	margin-top:5% !important;
}
.fs-body-checkout .fs-l-main {
	width:95%;
	max-width:1200px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	flex-wrap:wrap;
}
.fs-body-checkout .fs-l-main > .fs-l-checkout__mainColumn,
.fs-body-checkout .fs-l-main > .fs-l-checkout__sideColumn {
	width:100%;
}
}
