@charset "utf-8";


/* 共通 */

a.fs-c-button--secondary{
	font-size: 18px;
	font-size: 1.8rem;
	color: #574474 !important;
	border-radius: 5px;
	border: 1px solid #574474;
    display: inline-block;
    padding: 12px 65px;
    transition: all 0.5s ease 0s;
    text-decoration: none;
}


a.fs-c-button--secondary:hover{
	color: #fff !important;
    background: #574474;
}


.fs-c-noResultMessage{
    background-color: #ededed;
    text-align: center;
    padding: 1vw;
    margin: 1vw 0;
}

.fs-c-inputInformation__message{
    margin: 0 0 5vw 0;
}

.fs-c-buttonContainer--myPageTop{
    margin:3vw 0 0 0;
}

.fs-c-button--myPageTop{
    padding-left: 13px !important;
    background: url("../img/common/arrow_right_01.svg") no-repeat left center;
    display: inline-block;
}


@media screen and (max-width: 768px) {   
    .fs-c-buttonContainer a{
        font-size: 14px;
        font-size: 1.4rem;
        padding: 10px 30px;
        line-height: 1;
    }   
}    

/* マイページ #fs_Login #fs_ShoppingCartLogin */
#fs_Login .column02,
#fs_ShoppingCartLogin .column02{
    overflow: hidden;
}

#fs_Login .column02 > div,
#fs_ShoppingCartLogin .column02 > div{
    width: 600px;
    height: 420px;
    border: 1px solid #e4e4e4;
    padding: 20px;
}

#fs_Login .column02 .floatL,
#fs_ShoppingCartLogin .column02 .floatL{
    float: left;
}

#fs_Login .column02 .floatR,
#fs_ShoppingCartLogin .column02 .floatR{
    float: right;
}

#fs_Login .column02 .floatR .fs-c-buttonContainer,
#fs_ShoppingCartLogin .column02 .floatR .fs-c-buttonContainer{
    margin: 30px 0 0 0;
}

#fs_Login .column02 h2,
#fs_ShoppingCartLogin .column02 h2{
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    margin: 0 0 10px 0 ;
}

#fs_Login .fs-c-inputInformation,
#fs_ShoppingCartLogin .fs-c-inputInformation{
    background: #f4f4f4;
    padding: 30px;
}

#fs_Login .fs-c-inputInformation #fs_form,
#fs_ShoppingCartLogin .fs-c-inputInformation #fs_form{
    margin: 0 0 10px 0;
    width: 100%;
}

#fs_Login .fs-c-inputInformation .fs-c-buttonContainer,
#fs_ShoppingCartLogin .fs-c-inputInformation .fs-c-buttonContainer{
    margin: 0;
}

#fs_Login .fs-c-inputInformation .fs-c-inputInformation__link,
#fs_ShoppingCartLogin .fs-c-inputInformation  .fs-c-inputInformation__link{
    text-align: right;
}

#fs_Login .fs-c-inputInformation .fs-c-inputInformation__link a,
#fs_ShoppingCartLogin .fs-c-inputInformation  .fs-c-inputInformation__link a{
    padding-left: 13px;
    background: url(../img/common/arrow_right_01.svg) no-repeat left center;
}

#fs_ShoppingCartLogin .fs-c-button--plain{
    color: #fff !important;
    border: 2px solid #422f79 !important;
    background-color: #422f79;
    line-height: 46px;
    height: 50px;
    font-size: 20px;
    font-size: 2.0rem;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    border: none;
    box-shadow: none;
    vertical-align: top;
    width: 100%;
    letter-spacing: 2px;
    display: block;
    text-decoration: none !important;
}

#fs_ShoppingCartLogin .fs-c-button--plain:hover{
	transition: all 0.5s ease 0s;
    background-color: #fff;
	color:#422f79 !important;
}
@media screen and (max-width: 768px) {   
#fs_Login .column02 > div,
#fs_ShoppingCartLogin .column02 > div{
    width: 100%;
    padding: 3vw 3%;
    height: inherit;
    float: inherit;
}

#fs_Login .column02 .floatL,
#fs_ShoppingCartLogin .column02 .floatL{
    margin-bottom: 5vw;
}

#fs_Login .column02 .floatR .fs-c-buttonContainer,
#fs_ShoppingCartLogin .column02 .floatR .fs-c-buttonContainer{
    margin: 3vw 0 0 0;
}

#fs_Login .column02 h2,
#fs_ShoppingCartLogin .column02 h2{
    font-size: 16px;
    margin: 0 0 3vw 0 ;
}

#fs_Login .fs-c-inputInformation,
#fs_ShoppingCartLogin .fs-c-inputInformation{
    padding: 10px;
}

#fs_Login .fs-c-inputInformation #fs_form,
#fs_ShoppingCartLogin .fs-c-inputInformation #fs_form{
    margin: 0 0 5px 0;
}
	
#fs_ShoppingCartLogin .fs-c-button--plain{
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 36px;
    height: 40px;
    padding: 0;
}

}


/* マイページ-トップ #fs_MyPageTop */
.fs-c-accountService{
    overflow: hidden;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(4,1fr);
}

.fs-c-accountService__page--accountDelete{
    display: none;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
    border-radius: 5px;
    border: 1px solid #574474;
    display: table;
    text-decoration: none;
    width: 100%;
    line-height: 1;
    color: #64517f !important;
    padding: 10px 15px;
    transition: all 0.5s ease 0s;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink:hover {
    border: 1px solid #574474;
    background:#574474;
    color: #fff !important;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::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;
    display: block;
    color: #64517f;
    font-size: 50px;
    line-height: 1.2;
    display: table-cell;
    width: 64px;
    height: 64px;
    vertical-align: middle;
    transition: all 0.5s ease 0s;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink:hover .fs-c-accountService__pageLink__label:before{
    color: #fff !important;
}

.fs-c-accountService .fs-c-string--label{
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.fs-c-accountService__page--accountDelete　.fs-c-string--label{
    font-weight: normal;
    
}

.fs-c-accountService__page--membershipCard .fs-c-accountService__pageLink__label::before {
  content: "\e93a";
}

.fs-c-accountService__page--couponList .fs-c-accountService__pageLink__label::before {
  content: "\e900";
}

.fs-c-accountService__page--wishList .fs-c-accountService__pageLink__label::before {
  content: "\e901";
}

.fs-c-accountService__page--orderHistoryList .fs-c-accountService__pageLink__label::before {
  content: "\e902";
}

.fs-c-accountService__page--storeOrderHistoryList .fs-c-accountService__pageLink__label::before {
  content: "\e93b";
}

.fs-c-accountService__page--subscriptionHistoryList .fs-c-accountService__pageLink__label::before {
  content: "\e93e";
}

.fs-c-accountService__page--pointHistory .fs-c-accountService__pageLink__label::before {
  content: "\e903";
}

.fs-c-accountService__page--accountReviews .fs-c-accountService__pageLink__label::before {
  content: "\e904";
}

.fs-c-accountService__page--accountCard .fs-c-accountService__pageLink__label::before {
  content: "\e905";
}

.fs-c-accountService__page--addressbook .fs-c-accountService__pageLink__label::before {
  content: "\e906";
}

.fs-c-accountService__page--lineIdLink .fs-c-accountService__pageLink__label::before {
  content: "\e907";
}

.fs-c-accountService__page--accountPassword .fs-c-accountService__pageLink__label::before {
  content: "\e908";
}

.fs-c-accountService__page--accountSettingsModify .fs-c-accountService__pageLink__label::before {
  content: "\e909";
}

.fs-c-accountService__page--membershipMerge .fs-c-accountService__pageLink__label::before {
  content: "\e93c";
}

fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField {
  margin-top: 32px;
}

.fs-c-addressbookComment {
  text-align: center;
}


@media screen and (max-width: 768px) {   
#fs_Login .column02 > div{
    width: 100%;
    padding: 3vw 3%;
    height: inherit;
    float: inherit;
}

#fs_Login .column02 .floatL{
    margin-bottom: 5vw;
}

#fs_Login .column02 .floatR .fs-c-buttonContainer{
    margin: 3vw 0 0 0;
}

#fs_Login .column02 h2{
    font-size: 16px;
    margin: 0 0 3vw 0 ;
}

#fs_Login .fs-c-inputInformation{
    padding: 10px;
}

#fs_Login .fs-c-inputInformation #fs_form{
    margin: 0 0 5px 0;
}

/* マイページ-トップ #fs_MyPageTop */
.fs-c-accountService{
    margin: 10vw 0 0 0;
    overflow: hidden;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(2,1fr);
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
    padding: 7px 10px;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
    font-size: 30px;
    width: 40px;
    height: 40px;
}

.fs-c-accountService .fs-c-string--label{
    font-size: 14px;
}   
}

/* お届け先リスト */
.fs-c-addressBookCount{
    text-align: right;
}

.fs-c-listTable {
  border-collapse: collapse;
  width: 100%;
  margin: 8px 0;
}

.fs-c-listTable > thead {
  border-top: 1px solid #b2b2b2;
  background: rgba(126, 126, 126, 0.08);
}

.fs-c-listTable > tbody {
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}

.fs-c-listTable > tbody > tr:nth-child(even) {
  background: rgba(126, 126, 126, 0.08);
}

.fs-c-listTable th, .fs-c-listTable td {
    border-right: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    vertical-align: middle;
    padding: 8px;
}

.fs-c-listTable th:first-child, .fs-c-listTable td:first-child {
  border-left: none;
}

.fs-c-listTable th:last-child, .fs-c-listTable td:last-child {
  border-right: none;
    width: 200px;
}

.fs-c-listTable .fs-c-buttonContainer{
  margin-bottom: 0;
}

.fs-c-listTable .fs-c-buttonContainer a{
    margin-bottom: 0;
    color: #fff !important;
    background:#574474 !important;
    border-radius: 0;
    padding: 7px 20px;
    border: none;
}

.fs-c-listTable .fs-c-buttonContainer a:hover,
.fs-c-button--standard:hover{
    opacity: 0.7;
}

.fs-c-button--standard{
    padding: 7px 20px;
    margin-bottom: 0;
    color: #000 !important;
    border: none !important;
    margin-left: 10px;
    background-color: #ededed !important;
    transition: all 0.5s ease 0s;
}

@media screen and (max-width: 768px) {
  .fs-c-listTable > tbody {
    border: none;
  }
  .fs-c-listTable > tbody > tr {
    border: 1px solid #b2b2b2;
  }
  .fs-c-listTable > tbody > tr:nth-child(even) {
    background: transparent;
  }
    .fs-c-listTable th, 
    .fs-c-listTable td {
    padding: 5px 10px;
    }
    .fs-c-listTable td + td{
        padding-top: 0;
    }
    .fs-c-listTable th:last-child, 
    .fs-c-listTable td:last-child {
    width: 100%;
    }
    
    .fs-c-listTable .fs-c-buttonContainer{
        text-align: center;
        margin: 0 0 10px 0;
    }
}


/* 注文履歴 */
.fs-body-my-orders .fs-c-history, 
.fs-body-my-storeOrders .fs-c-history {
    overflow: hidden;
  }

.fs-body-my-orders .fs-c-history__listContainer, 
.fs-body-my-storeOrders .fs-c-history__listContainer {
    width: 850px;
    float: left;
}

.fs-body-my-orders .fs-c-listControl__status, 
.fs-body-my-storeOrders .fs-c-listControl__status{
    text-align: right;
}

.fs-body-my-orders .fs-c-history__listContainer > *:first-child, 
.fs-body-my-storeOrders .fs-c-history__listContainer > *:first-child{
    margin-top: 0;
}

.fs-body-my-orders .fs-c-history__info, 
.fs-body-my-storeOrders .fs-c-history__info {
float: right;
width: 350px;
padding: 20px;
background: #ededed;
  }

.fs-body-my-orders .fs-c-history__info #fs_form, 
.fs-body-my-storeOrders .fs-c-history__info #fs_form{
    width: auto;
    margin: 0;
  }

.fs-c-history__info {
  background: rgba(126, 126, 126, 0.08);
  padding: 16px;
}

.fs-c-history__info > * + * {
  padding-top: 16px;
}

.fs-c-history__listContainer > * + * {
  margin-top: 8px;
}

.fs-c-history__term {
  color: #7c8790;
  font-weight: 700;
  font-size: 1.2rem;
}

.fs-c-history__total dl {
  grid-gap: 0;
}

.fs-c-history__total dt {
  font-weight: 700;
}

.fs-c-history__total dt::after {
  display: none;
}

.fs-c-history__total dd {
  text-align: right;
}

.fs-c-history__total dt, .fs-c-history__total dd {
  border-top: 1px solid #7c8790;
  margin-top: 8px;
  padding-top: 8px;
}

.fs-c-imageContainer__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.fs-c-orderHistoryItem {
  border: 1px solid #ccc;
  margin-bottom: 24px;
  overflow: hidden;
}

.fs-c-orderHistoryItem__header {
  border-bottom: 1px solid #ccc;
  background: #ededed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  align-items: center;
}

.fs-c-orderHistoryItem__header__button {
  padding: 0 8px;
}

.fs-c-orderHistoryItem__orderInfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
}

.fs-c-orderHistoryItem__orderInfo__info {
  margin: 0 16px 8px;
}

.fs-c-orderHistoryItem__orderInfo__info dd {
  font-weight: 700;
  margin: 0;
}

.fs-c-orderHistoryItem__body {
  padding: 0 8px;
}

.fs-c-orderHistoryItem__product {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px 1fr;
  grid-template-columns: 120px 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
/*  grid-gap: 8px;*/
  align-items: start;
  padding: 15px 8px;
}

.fs-c-orderHistoryItem__product + .fs-c-orderHistoryItem__product {
  border-top: 1px dashed #ccc;
}

.fs-c-orderHistoryItem__product > * + * {
  margin-top: 8px;
}

@supports (grid-gap: 8px) {
  .fs-c-orderHistoryItem__product > * + * {
    margin-top: auto;
  }
}

.fs-c-orderHistoryItem__product > * {
  -ms-grid-row-align: start;
    padding: 0 4px;
}

.fs-c-orderHistoryItem__productImage {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / 5;
  margin-right: 8px;
}

@supports (grid-gap: 8px) {
  .fs-c-orderHistoryItem__productImage {
    margin: 0;
  }
}

.fs-c-orderHistoryItem__productImage__image {
  padding-right: 8px;
}

.fs-c-orderHistoryItem__productName {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  margin-top: auto;
}

.fs-c-orderHistoryItem__unitPrice {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}

.fs-c-orderHistoryItem__productQuantity {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
  text-align: right;
}
/*
.fs-c-orderHistoryItem__productQuantity__label {
  font-size: 1.2rem;
}*/

 .fs-c-orderHistoryItem__productName {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-orderHistoryItem__unitPrice {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-orderHistoryItem__unitPrice .fs-c-productPrice__main__price{
    font-size: 20px;
  }
  .fs-c-orderHistoryItem__productQuantity {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
    text-align: left;
  }
.fs-c-orderHistoryItem__deliveryInfo {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    margin: 0;
}
  .fs-c-orderHistoryItem__deliveryInfo {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1 / 4;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .fs-c-orderHistoryItem__button {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1 / 4;
    -ms-grid-row-align: center;
    align-self: center;
  }

.fs-c-orderHistoryItem__deliveryInfo > *:nth-child(1) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

.fs-c-orderHistoryItem__deliveryInfo > *:nth-child(2) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

.fs-c-orderHistoryItem__deliveryInfo > *:nth-child(3) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}

.fs-c-orderHistoryItem__deliveryInfo > *:nth-child(4) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}

.fs-c-orderHistoryItem__deliveryInfo > *:nth-child(5) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}

.fs-c-orderHistoryItem__deliveryInfo > *:nth-child(6) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
}

.fs-c-orderHistoryItem__deliveryInfo dt {
  text-align: right;
  padding-right: 8px;
}

.fs-c-orderHistoryItem__deliveryInfo dd {
  margin: 0;
  padding-left: 8px;
  border-left: 1px solid #3c3c3c;
  font-weight: 700;
}

.fs-c-orderHistoryItem__button {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  -ms-grid-row: 5;
  grid-row: 5;
}

.fs-c-buttonContainer--addReview--detail{
    display: none;
}
.fs-c-orderHistoryItem__footer {
  border-top: 1px solid #b2b2b2;
  padding-top: 16px;
  margin: 8px;
  text-align: right;
}


@media screen and (max-width: 750px) {
.fs-body-my-orders .fs-c-history__listContainer, 
.fs-body-my-storeOrders .fs-c-history__listContainer {
    width: 100%;
    float: inherit;
}

.fs-body-my-orders .fs-c-history__listContainer > *:first-child, 
.fs-body-my-storeOrders .fs-c-history__listContainer > *:first-child{
    margin-top: 0;
}

.fs-body-my-orders .fs-c-history__info, 
.fs-body-my-storeOrders .fs-c-history__info {
    width: 100%;
    float: inherit;
    margin-bottom: 20px;

  }    
    
.fs-c-orderHistoryItem__header {
    flex-direction: column;
}    
    
.fs-c-orderHistoryItem__orderInfo {
    width: 100%;
}
    
.fs-c-orderHistoryItem__header .fs-c-buttonContainer{
    margin-bottom: 8px;
}   
    
.fs-c-orderHistoryItem__productName {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  margin-top: auto;
}

.fs-c-orderHistoryItem__unitPrice {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}

.fs-c-orderHistoryItem__productQuantity {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
  text-align: right;
}

.fs-c-orderHistoryItem__productQuantity__label {
  font-size: 1.2rem;
}

.fs-c-orderHistoryItem__deliveryInfo {
  font-size: 1.2rem;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 4;
  grid-row: 4;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  margin: 0;
}

.fs-c-orderHistoryItem__deliveryInfo > *:nth-child(1) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

.fs-c-orderHistoryItem__deliveryInfo > *:nth-child(2) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

.fs-c-orderHistoryItem__deliveryInfo > *:nth-child(3) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}

.fs-c-orderHistoryItem__deliveryInfo > *:nth-child(4) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}

.fs-c-orderHistoryItem__deliveryInfo > *:nth-child(5) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}

.fs-c-orderHistoryItem__deliveryInfo > *:nth-child(6) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
}
    
}

/* 注文履歴詳細 */
#fs_MyOrderDetails .fs-c-orderDetailList,
#fs_MyOrderDetails .fs-c-deliveryInfoList{
    border: 1px solid #ccc;
    width: 100%;
    display: flex;
}

#fs_MyOrderDetails .fs-c-orderDetailList dt,
#fs_MyOrderDetails .fs-c-deliveryInfoList dt{
    font-weight: bold;
    background: #ededed;
    text-align: center;
    border-right: 1px solid #ccc;
}

#fs_MyOrderDetails .fs-c-orderDetailList > *{
  margin: 0;
  padding: 10px;
  line-height: 1;
  width: 25%;
}

#fs_MyOrderDetails .fs-c-deliveryInfoList > *{
    margin: 0;
    padding: 10px;
    line-height: 1;
    width: 50%;
    border: none;
}

#fs_MyOrderDetails .fs-c-heading--section {
    margin: 20px 0 0 0;
    font-weight: bold;
}

#fs_MyOrderDetails .fs-c-orderPerAddressee__heading {
    margin: 8px 0;
    padding: 4px;
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: bold;
}

#fs_MyOrderDetails .fs-c-orderPerAddressee,
#fs_MyOrderDetails .fs-c-orderDetailInfo{
    display: -ms-grid;
    display: grid;
    grid-gap: 16px;
    -ms-grid-columns: 1fr 350px;
    -ms-grid-rows: auto auto auto;
    grid-template: auto auto auto/1fr 350px;
    align-items: start;
}

#fs_MyOrderDetails .fs-c-orderPerAddressee__heading,
#fs_MyOrderDetails .fs-c-orderDetailInfo__heading{
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
}

#fs_MyOrderDetails .fs-c-orderDetailList .fs-c-orderDetailList__code{
  border-left: 1px solid #ccc;
}

#fs_MyOrderDetails .fs-c-addresseeList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    grid-auto-rows: auto;
    grid-auto-flow: row;
    grid-gap: 8px 8px;
}

.fs-body-my-orders-details .fs-c-orderPerAddressee__addressee {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
    margin: 0;
  }
.fs-body-my-orders-details .fs-c-orderPerAddressee__deliveryInfoList {
-ms-grid-row: 2;
grid-row: 2;
-ms-grid-column: 2;
grid-column: 2;
margin: 0;
}
.fs-body-my-orders-details .fs-c-orderPerAddressee__cartTable {
-ms-grid-row: 3;
grid-row: 3;
-ms-grid-column: 1;
grid-column: 1;
}
.fs-body-my-orders-details .fs-c-orderPerAddressee__orderDeliveryInfo {
-ms-grid-row: 3;
grid-row: 3;
-ms-grid-column: 2;
grid-column: 2;
}

#fs_MyOrderDetails .fs-c-addresseeList dt{
    font-weight: bold;
}

#fs_MyOrderDetails .fs-c-addresseeList .fs-c-address {
    display: flex;
    flex-wrap: wrap;
}

#fs_MyOrderDetails .fs-c-addresseeList .fs-c-address > *:not(:last-child) {
    margin-right: 8px;
}

#fs_MyOrderDetails .fs-c-orderDeliveryInfo,
#fs_MyOrderDetails .fs-c-orderDetailInfo__orderTotal{
    padding: 20px;
    background: #ededed;
}

#fs_MyOrderDetails .fs-c-orderDeliveryInfo .fs-c-orderTotalTable,
#fs_MyOrderDetails .fs-c-orderDetailInfo__orderTotal .fs-c-orderTotalTable{
    width: 100%;
}

#fs_MyOrderDetails .fs-c-orderDeliveryInfo .fs-c-orderTotalTable tr,
#fs_MyOrderDetails .fs-c-orderDetailInfo__orderTotal .fs-c-orderTotalTable tr{
    border-bottom: 1px solid #ccc;
}

#fs_MyOrderDetails .fs-c-orderDeliveryInfo .fs-c-orderTotalTable th,
#fs_MyOrderDetails .fs-c-orderDetailInfo__orderTotal .fs-c-orderTotalTable th{
    text-align: left;
    padding: 15px 0;
    border: none;
}

#fs_MyOrderDetails .fs-c-orderDeliveryInfo .fs-c-orderTotalTable td,
#fs_MyOrderDetails .fs-c-orderDetailInfo__orderTotal .fs-c-orderTotalTable td{
    border: none;
    padding: 15px 0;
    text-align: right;
    border: none;
}

#fs_MyOrderDetails .fs-c-orderDeliveryInfo .fs-c-orderTotalTable td .fs-c-price,
#fs_MyOrderDetails .fs-c-orderDetailInfo__orderTotal .fs-c-orderTotalTable td .fs-c-price{
    display: block !important;
}

#fs_MyOrderDetails .fs-c-orderDeliveryInfo .fs-c-deliveryInfoList{
    display: block;
    margin-top: 20px;
    overflow: hidden;
    border: 1px solid #ccc;
}

#fs_MyOrderDetails .fs-c-orderDeliveryInfo .fs-c-deliveryInfoList > *{
    display: block;
    width: 100%;
    font-size: 1.4rem;
}

#fs_MyOrderDetails .fs-c-orderDeliveryInfo .fs-c-deliveryInfoList dt{
    background-color: #422f79;
    color: #fff;
    border: none;
}

#fs_MyOrderDetails .fs-c-orderDeliveryInfo .fs-c-deliveryInfoList dd{
    background-color: #fff;
}

#fs_MyOrderDetails .fs-c-orderDetailInfo__orderTotal .fs-c-orderPaymentTable{
    width: 100%;
    font-size: 1.4rem;
    margin-top: 20px;
}

#fs_MyOrderDetails .fs-c-orderDetailInfo__orderTotal .fs-c-orderPaymentTable th{
    padding: 10px;
    background-color: #422f79;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    border: none;
}

#fs_MyOrderDetails .fs-c-orderDetailInfo__orderTotal .fs-c-orderPaymentTable td{
    padding: 10px;
    background-color: #fff;
    display: block;
    width: 100%;
    line-height: 1;
}

#fs_MyOrderDetails .fs-c-cartTable{
	background: #ccc;
    border-collapse: inherit !important;
    border-spacing: 1px;
	width: 100%;
	line-height: 1.8;	
	font-size: 16px;
    font-size: 1.6rem;
}

#fs_MyOrderDetails .fs-c-cartTable th{
	font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    vertical-align: middle;
    background: #ededed;
	border: 0;
	padding: 10px;
}

#fs_MyOrderDetails .fs-c-cartTable td .fs-c-productPrice__main__price{
	font-size: 14px;
    font-size: 1.4rem;
	border: 0;
	color: #000;
	vertical-align: middle;
}

#fs_MyOrderDetails .fs-c-cartTable td{
	font-size: 14px;
    font-size: 1.4rem;
	padding: 10px;
	border: 0;
	background: #fff;
	vertical-align: middle;
}

#fs_MyOrderDetails .fs-c-cartTable .fs-c-cartTable__dataCell--quantity{
    text-align: center;
}

#fs_MyOrderDetails .fs-c-cartTable .fs-c-price{
    display: block !important;
}

#fs_MyOrderDetails .fs-c-buttonContainer{
    margin: 0;
}

#fs_MyOrderDetails .fs-c-button--standard{
    margin: 0;
    margin: 30px 0 0 0;
}
@media screen and (max-width: 768px) { 
#fs_MyOrderDetails .fs-c-orderDetailList,
#fs_MyOrderDetails .fs-c-deliveryInfoList{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    grid-auto-rows: auto;
    grid-auto-flow: row;
    grid-gap: 0;
    margin-bottom: 10px;
}
    
#fs_MyOrderDetails .fs-c-orderDetailList > *,
#fs_MyOrderDetails .fs-c-deliveryInfoList > *{
    width: inherit;
    padding: 8px;
}

#fs_MyOrderDetails .fs-c-orderDetailList > *:nth-child(1) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

#fs_MyOrderDetails .fs-c-orderDetailList > *:nth-child(2) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

#fs_MyOrderDetails .fs-c-orderDetailList > *:nth-child(3) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    border-left: 0;
    border-top: 1px solid #ccc;
}

#fs_MyOrderDetails .fs-c-orderDetailList > *:nth-child(4) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
        border-top: 1px solid #ccc;
}
    
#fs_MyOrderDetails .fs-c-addresseeList{
    display: block;
    margin: 8px 0;
}
    
#fs_MyOrderDetails .fs-c-addresseeList .fs-c-address {
    display: block;
}
    
#fs_MyOrderDetails .fs-c-orderPerAddressee,
#fs_MyOrderDetails .fs-c-orderDetailInfo,    
#fs_MyOrderDetails .fs-c-orderDeliveryInfo,
#fs_MyOrderDetails .fs-c-orderDetailInfo__orderTotal{
    float: inherit;
    width: 100%;
    margin: 20px 0;
    display: block;
}

    
#fs_MyOrderDetails .fs-c-cartTable thead {
    display: table;
    width: 100%;
}

#fs_MyOrderDetails .fs-c-cartTable thead th{
    width: 20%;
}
    
#fs_MyOrderDetails .fs-c-cartTable thead th:nth-child(1){
    width: 65%;
}

#fs_MyOrderDetails .fs-c-cartTable thead th:nth-child(2){
    width: 15%;
}
    
#fs_MyOrderDetails .fs-c-cartTable thead th{
    padding: 8px 0;
    font-size: 1.4rem;
}    

#fs_MyOrderDetails .fs-c-cartTable td{
    font-size: 1.2rem;
}    
        
#fs_MyOrderDetails .fs-c-cartTable td:before {
    display: none;
}    
    
#fs_MyOrderDetails .fs-c-cartTable .fs-c-cartTable__productImage {
    max-width: 80px;
}
    
#fs_MyOrderDetails .fs-c-orderDeliveryInfo .fs-c-orderTotalTable th,
#fs_MyOrderDetails .fs-c-orderDetailInfo__orderTotal .fs-c-orderTotalTable th{
    padding: 8px 0;
    font-size: 14px;
    font-size: 1.4rem;
}

#fs_MyOrderDetails .fs-c-orderDeliveryInfo .fs-c-orderTotalTable td,
#fs_MyOrderDetails .fs-c-orderDetailInfo__orderTotal .fs-c-orderTotalTable td{
    padding: 8px 0;
    
}

#fs_MyOrderDetails .fs-c-orderTotalTable .fs-c-orderTotalTable__total > td,
#fs_MyOrderDetails .fs-c-orderDetailInfo__orderTotal .fs-c-orderTotalTable__grandTotal > td{
    font-size: 1.4rem;
}

#fs_MyOrderDetails .fs-c-cartTable .fs-c-cartTable__row{
    margin-bottom: 1px;
    flex-direction: inherit;
}

#fs_MyOrderDetails .fs-c-cartTable .fs-c-cartTable__row:last-child{
    margin-bottom: 0;
}

#fs_MyOrderDetails .fs-c-cartTable .fs-c-cartTable__row td:nth-child(1){
    width: 60%;
}    

#fs_MyOrderDetails .fs-c-cartTable .fs-c-cartTable__row td:nth-child(2),
#fs_MyOrderDetails .fs-c-cartTable .fs-c-cartTable__row td:nth-child(3){
    width: 20%;
}    

#fs_MyOrderDetails .fs-c-orderDeliveryInfo .fs-c-deliveryInfoList > *,
#fs_MyOrderDetails .fs-c-orderDetailInfo__orderTotal .fs-c-orderPaymentTable{
    font-size: 1.2rem;
}
    
#fs_MyOrderDetails .fs-c-button--standard {
    margin: 0;
}    
    
}