@charset "euc-jp";

/* ProductDetail ------------------------- */
/* prdetail flex
-------------------- */
.prdetail {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }
  @media (max-width: 599px) {
    .prdetail {
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      flex-direction: column;
      margin-top: -20px; } }
  @media (min-width: 600px) {
    .prdetail {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      margin: 30px 5% 0; } }
  @media (min-width: 960px) {
    .prdetail {
      margin: 0; } }

.prdetail__dataandcart {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 1;
  order: 1;
  min-height: 0%;
  /* ie flex-direction bug */ }

.prdetail__explain {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 3;
  order: 3;
  min-height: 0%;
  /* ie flex-direction bug */ }

.prdetail__img {
  -webkit-box-ordinal-group: 0;
  -webkit-order: 0;
  order: 0;
  min-height: 0%;
  /* ie flex-direction bug */ }

.prdetail__description {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 4;
  order: 4;
  min-height: 0%;
  /* ie flex-direction bug */ }

.prdetail__review {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 2;
  order: 2;
  min-height: 0%;
  /* ie flex-direction bug */ }

/* prdetail__dataandcart
-------------------- */
.prdetail__dataandcart {
  width: 100%; }
  @media (min-width: 600px) {
    .prdetail__dataandcart {
      width: 37.5%;
      margin-bottom: 50px; } }
  @media (min-width: 960px) {
    .prdetail__dataandcart {
      margin-bottom: 70px; } }

/* prdetail__data
-------------------- */
.prdetail__data {
  margin: 0 5% 15px; }

.prdetail__categoryname {
  margin-bottom: 10px;
  font-size: 0.85em; }

.prdetail__name {
  width: 100%;
  word-wrap: break-word;
  margin-bottom: 5px;
  line-height: 1.5; }

.prdetail__id {
  float: right;
  padding-top: 10px;
  font-size: 0.75em;
  color: #666; }

.prdetail__priceinfo {
  font-size: 1.2em; }

.prdetail__priceinfo span {
  margin: 0;
  font-size: 1em; }

.prdetail__price {
  margin-bottom: 10px;
  font-size: 1.4em;
  font-weight: bold; }
.prdetail__price span{
  display:inline;
  font-size:0.5em;
}

.prdetail__point{
  margin-bottom: 5px;
  font-size: 0.85em; }

.prdetail__favorite {
  margin-bottom: 5px;
  font-size: 0.85em;
}

.prdetail__favorite button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.prdetail__favorite .is-added {
  color: #ff7373;
}

.prdetail__favorite svg {
  width: 20px;
  height: 20px;
  vertical-align: -.35em;
  fill: currentColor;
  margin-right:0.5em;
}

.prdetail__option {
  clear: both;
  margin-bottom: 5px;
  font-size: 0.85em; }
  .prdetail__option a {
    display: inline-block;
    position: relative;
    padding-left: 15px; }
  .prdetail__option a::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    right: 5px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: auto;
    left: 0; }

.prdetail__stock {
  clear: both;
  margin-bottom: 5px;
  font-size: 0.85em;
  color: #FF3333; }

@media (min-width: 600px) {
  .prdetail__data {
    margin: 0 0 20px; }

  .prdetail__id {
    float: none;
    padding-top: 0; } }
@media (min-width: 960px) {
  .prdetail__name {
    font-size: 1.25em; }

  .prdetail__price {
    margin-bottom: 10px;
    font-size: 1.5em;
    font-weight: bold; } }
/* prdetail__cart
-------------------- */
.prdetail__cart {
  clear: both;
  padding: 5% 5% 3%;
  background: #EEE; }
/*
.prdetail__select {
  margin-bottom: 15px;
  color: #666;
  font-size: 0.85em; }

.prdetail__select select {
  width: 100%;
  margin-top: 8px;
  padding: 8px;
  font-size: 16px; }

.prdetail__count {
  margin-bottom: 15px;
  color: #666;
  font-size: 0.85em;
  text-align: center; }

.prdetail__count input {
  width: 100px;
  padding: 8px;
  font-size: 16px;
  vertical-align: middle; }

.prdetail__cartbtn {
  width: 100%;
  margin: 0 0 40px;
  padding: 15px 10px 15px 0;
  border: 0;
  border-radius: 4px;
  background: #000;
  color: #FFF;
  font-family: -apple-system,Verdana,"Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-size: 1.15em;
  text-align: center; }

.prdetail__cartbtn::before {
  content: "";
  display: inline-block;
  width: calc(120px / 4);
  height: calc(120px / 4);
  margin: 0 5px 5px 0;
  background-image: url(https://img21.shop-pro.jp/PA01397/731/etc/zc-icon.png);
  background-repeat: no-repeat;
  background-size: calc(120px / 4) auto;
  background-position: 0 0;
  vertical-align: middle; }
*/
.prdetail__cart .stock_error {
  margin: -30px 0 40px;
  color: #FF0000;
  font-size: 00.85em;
  font-weight: bold;
  line-height: 1.5; }
/*
.prdetail__cartin_member a,
.prdetail__cartin_soldout,
.prdetail__cartin_schedule {
  width: 100%;
  margin: 10px 0 20px;
  padding: 22px 10px;
  border: 2px solid #CCC;
  border-radius: 4px;
  background: #FFF;
  color: #333;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center; }

.prdetail__cartin_schedule {
  border-color: #FF6600;
  color: #FF6600; }

.prdetail__cartin_member a {
  display: block;
  border-color: #C7A566;
  background: #C7A566;
  color: #FFF;
  text-decoration: none; }

.prdetail__cartin_member a:hover {
  border-color: #D8C094;
  background-color: #D8C094; }
*/
.prdetail__low {
  font-size: 0.75em;
  text-align: right; }
  .prdetail__low a {
    display: inline-block;
    position: relative;
    padding-right: 10px;
    color: #666;
    text-decoration: none; }
  .prdetail__low a::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    right: 5px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -5px; }

@media (min-width: 960px) {
  .prdetail__cart {
    padding: 20px 20px 10px; }

  .prdetail__name {
    font-size: 1.25em; }
/*
  .prdetail__cartbtn:hover {
    background: #666; }
*/
}
/* prdetail__explain
-------------------- */
.prdetail__explain {
  width: 100%;
  padding: 30px 5% 0;
  border-top: 1px solid #DDD;
  line-height: 1.7; }
  .prdetail__explain .title4 {
    margin-bottom: 30px; }
  .prdetail__explain p {
    margin-bottom: 15px; }

@media (min-width: 600px) {
  .prdetail__explain {
    padding: 0;
    border: none; }
    .prdetail__explain p {
      margin-bottom: 20px; } }
/* prdetail__img
-------------------- */
.prdetail__img {
  width: 100%;
  margin-bottom: 20px; }

.prdetail__imgslider {
  position: relative; }
  .prdetail__imgslider .bx-wrapper {
    margin-bottom: 20px;
    position: static; }
  .prdetail__imgslider .bx-wrapper .bx-viewport {
    border: none;
    left: 0;
    background: transparent;
    box-shadow: none; }
  .prdetail__imgslider li {
    overflow: hidden; }
  .prdetail__imgslider li span {
    display: block;
    margin: 10px 3% 0;
    font-size: 0.85em;
    line-height: 1.5; }
  .prdetail__imgslider img {
    width: 100%; }

.prdetail__instagram{
	position:relative;
	padding-top:calc(100% + 52px);
}
.prdetail__instagramcontainer{
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.prdetail__imgpager {
  margin: 0 2% -4%; }
  .prdetail__imgpager ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
  .prdetail__imgpager li {
    width: 18%;
    margin: 0 1%; }
  .prdetail__imgpager a {
    display: block;
    margin-bottom: 13.6%; }
  .prdetail__imgpager img {
    width: 100%;
    max-width: 100%;
    border: 1px solid #DDD; }

@media (min-width: 600px) {
  .prdetail__img {
    width: 59.1%;
    margin-bottom: 50px; }

  .prdetail__imgslider li span {
    margin: 10px 0 0; }

  .prdetail__imgpager {
    margin: 0; }
    .prdetail__imgpager li {
      width: 15%;
      margin: 0 1%; }
    .prdetail__imgpager a {
      margin-bottom: 0; } }
@media (min-width: 960px) {
  .prdetail__img {
    margin-bottom: 70px; }

  .prdetail__imgslider li span {
    font-size: 1em; }

  .prdetail__imgpager li {
    width: 15%;
    margin: 0 2% 0 0; }
  .prdetail__imgpager a:hover img {
    opacity: 0.7; } }
/* prdetail__description
-------------------- */
.prdetail__description {
  width: 100%;
  padding: 0 5%;
  line-height: 1.7; }
  .prdetail__description p {
    margin-bottom: 15px; }
  .prdetail__description img {
    max-width: 100%; }
  .prdetail__description .title4 {
    margin-top: 30px; }

.prdescriptionimgbox {
  margin: 0 0 20px; }
  .prdescriptionimgbox .img-full {
    margin-bottom: 10px; }

.prdescriptionyoutube {
  margin: 0 0 35px;
  padding-top:10px;}

.prdescription1bn,
.prdescription2bn {
  margin: 30px 0; }
  .prdescription1bn p,
  .prdescription2bn p {
    margin-bottom: 15px; }
  .prdescription1bn img,
  .prdescription2bn img {
    width: 100%; }

@media (min-width: 600px) {
  .prdetail__description {
    padding: 0 0 50px;
    border: none; }
    .prdetail__description p {
      margin-bottom: 20px; }

  .prdescription2column {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }

  .prdescriptionimgbox {
    margin: 0 0 30px; }

  .prdescription2column .prdescriptionimgbox {
    width: 48%; }

  .prdescriptionyoutube {
    margin: 0 0 45px; }

  .prdescription1bn,
  .prdescription2bn {
    margin: 50px 0;
    padding: 4% 4% 2%;
    background: #F6F6F6;
    text-align: center; }

  .prdescription1bn p {
    display: inline-block;
    width: 49%;
    margin-bottom: 2%; }

  .prdescription2bn::after {
    content: "";
    display: table;
    clear: both; }
  .prdescription2bn p {
    float: left;
    width: 49%;
    margin-bottom: 2%; }
  .prdescription2bn p:nth-child(2n) {
    margin-left: 2%; } }
@media (min-width: 960px) {
  .prdescription1bn a:hover img,
  .prdescription2bn a:hover img {
    opacity: 0.7; } }
/* prdetail__review
-------------------- */
.prdetail__review {
  width: 100%;
  padding: 30px 5% 30px;
  border-top: 1px solid #DDD;
  line-height: 1.7; }

.prdetail__reviewlist {
  margin: 0 0 5%; }

.prdetail__reviewitem {
  margin: 0 0 3%;
  padding: 0 0 3%;
  border-bottom: 1px solid #DDD; }

.prdetail__reviewname {
  font-size: 0.85em; }

.prdetail__reviewstar {
  width: 100px;
  height: 20px;
  margin-right: 10px;
  margin-bottom: 3px;
  vertical-align: middle; }

.prdetail__reviewtxt {
  font-size: 0.85em; }

.prdetail__reviewreplaytxt {
  margin-top: 10px;
  padding: 7px 14px;
  background: #EEE;
  font-size: 0.75em; }

.prdetail__reviewtxt em {
  font-size: 1.25em;
  font-weight: bold;
  font-style: normal; }

.prdetail__reviewbtn {
  text-align: center; }
  .prdetail__reviewbtn li {
    display: inline-block;
    width: 48%;
    max-width: 200px; }
  .prdetail__reviewbtn li:nth-child(2n) {
    margin-left: 4%; }

@media (min-width: 600px) {
  .prdetail__review {
    padding: 0 0 50px;
    border-top: none; }

  .prdetail__reviewlist {
    margin: 0 0 30px; }

  .prdetail__reviewitem {
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #DDD; }

  .prdetail__reviewbtn li:nth-child(2n) {
    margin-left: 10px; } }
/* prdetailbtn
-------------------- */
.prdetailbtn {
  padding: 10px 4% 8%;
  text-align: center; }
  .prdetailbtn li {
    display: inline-block;
    width: 48%;
    margin: 0 1% 2%;
    font-size: 0.75em; }
  .prdetailbtn a {
    padding: 7px 0 4px; }

@media (min-width: 600px) {
  .prdetailbtn {
    padding: 0 0 40px; }
    .prdetailbtn li {
      width: 180px;
      margin: 0 3px 10px; } }
/* prdetailcategory
-------------------- */
.prdetailcategory {
  overflow: hidden;
  padding: 3% 5%;
  border-top: 1px solid #DDD;
  background: #F6F6F6; }

.prdetailcategory__title {
  padding: 30px 0 5px;
  font-size: 0.85em;
  text-align: center; }

@media (max-width: 959px) {
  .prdetailcategory__link {
    margin: 20px auto 30px;
    border: 1px solid #666;
    border-radius: 4px;
    background: #FFF; }
    .prdetailcategory__link li {
      border-top: 1px solid #666; }
    .prdetailcategory__link > li:first-child {
      border-top: none; }
    .prdetailcategory__link a {
      display: block;
      position: relative;
      padding: 17px 20px 17px 10px;
      color: #333;
      text-decoration: none; }
    .prdetailcategory__link a::after {
      content: "";
      display: block;
      position: absolute;
      top: calc(50% - 4px);
      right: 5px;
      width: 6px;
      height: 6px;
      border-top: 2px solid #666;
      border-right: 2px solid #666;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      right: 10px; }
    .prdetailcategory__link li li a {
      padding-left: 30px; }
    .prdetailcategory__link li li a::before {
      content: "";
      display: block;
      position: absolute;
      top: calc(50% - 4px);
      left: 15px;
      width: 6px;
      height: 6px;
      border-left: 2px solid #666;
      border-bottom: 2px solid #666; } }
@media (min-width: 600px) {
  .prdetailcategory__title {
    font-size: 1.15em;
    font-weight: bold; } }
@media (min-width: 960px) {
  .prdetailcategory {
    margin: 50px 0 0;
    padding: 0;
    border-top: none;
    background: transparent;
    text-align: left; }

  .prdetailcategory__title {
    display: inline-block;
    padding: 0;
    font-size: 0.85em;
    font-weight: normal;
    line-height: 1.5; }

  .prdetailcategory__title::after {
    content: " : "; }

  .prdetailcategory__link {
    display: inline-block;
    font-size: 0.85em;
    line-height: 1.5; }
    .prdetailcategory__link ul,
    .prdetailcategory__link li,
    .prdetailcategory__link a {
      display: inline-block; }
    .prdetailcategory__link > li:not(:first-child) {
      content: " , "; }
    .prdetailcategory__link li li::before {
      content: " , "; } }

/*  MONO - 共通 CSS - edit 202205 ------------- */

.c-input-text {
  font-size: 16px;
  line-height: 40px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  vertical-align: middle;
}

.c-select {
  position: relative;
}

.c-select__value {
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
  padding: 8px;
}

.c-select__icon {
  display:none;
}

.c-table-wrap {
  overflow-x: scroll;
}

.c-table-wrap::-webkit-scrollbar {
  height: 8px;
}

.c-table-wrap::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.c-table-wrap::-webkit-scrollbar-thumb {
  background: #ccc;
}

.c-table-wrap table {
  min-width: 100%;
  border-collapse: collapse;
  text-align: center;
  border: 1px solid #eaeaea;
}

.c-table-wrap table td,
.c-table-wrap table th {
  padding: 10px 8px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #eaeaea;
}

.c-form__unit {
  margin-bottom: 20px;
}

.c-form__unit-label {
  font-weight: bold;
  margin-bottom: .4em;
}

.c-form__unit-label--fix-margin {
  margin-bottom: -.05em;
}

@media screen and (min-width: 600px) {
  .c-form__unit-label--fix-margin {
    margin-bottom: -.3em;
  }
}

/*  MONO - 商品詳細 CSS - edit 202205  */

.p-option-table table {
  min-width: 100%;
  border-collapse: collapse;
  text-align: center;
  border: 1px solid #ccc;
}

.p-option-table br {
  display: none;
}

.p-option-table .cell_1,
.p-option-table .cell_2 {
  padding: 10px 8px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #ddd;
}

.p-option-table [type='radio'] {
  position: relative;
  z-index: 0;
  width: 10px;
  height: 10px;
  margin: 5px;
  cursor: pointer;
}

.p-option-table [type='radio']::before {
  position: absolute;
  z-index: 1;
  top: -5px;
  left: -5px;
  display: block;
  width: 20px;
  height: 20px;
  content: '';
  border-radius: 20px;
  background: #eee;
}

.p-option-table [type='radio']::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  transition: .2s;
  border-radius: 10px;
  background: transparent;
}

.p-option-table [type='radio']:hover::after {
  background: rgba(0, 0, 0, .2);
}

.p-option-table [type='radio']:checked::after {
  background: #fd7f23;
}

.p-option-table .t_stock_num {
  font-size: 12px;
  display: block;
  margin-top: 12px;
  text-align: center;
}

.p-option-table .stock_zero {
  font-size: 12px;
}

.p-option-table .table_price {
  display: none;
}

.p-cart-form__option-select select {
  box-sizing: border-box;
  width: 100%;
}

.p-cart-form__password-input input {
  font-size: 16px;
  line-height: 40px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  transition: .2s;
  vertical-align: middle;
  border: 2px solid #eaeaea;
  border-radius: 4px;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-cart-form__password-input input:focus {
  border-color: #333;
  outline: none;
}

.p-cart-form__add-cart-num {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  width: 100px;
  text-align: right;
}

.p-cart-form__add-num-wrap {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 64px;
  vertical-align: -1.6em;
}

.p-cart-form__add-num {
  position: absolute;
  display: inline-block;
  padding: 5px;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-cart-form__add-num:hover {
  opacity: .66;
}

.p-cart-form__add-num:active {
  opacity: 1;
}

.p-cart-form__add-num--up {
  top: 0;
}

.p-cart-form__add-num--down {
  bottom: 0;
}

.p-cart-form__add-num svg {
  width: 22px;
  height: 22px;

  fill: currentColor;
}

.p-cart-form__button-wrap {
  margin-top: 20px;
}

.p-cart-form__add-cart-button {
  width: 100%;
  margin: 0 0 40px;
  padding: 15px 10px 15px 0;
  border: 0;
  border-radius: 4px;
  background: #000;
  color: #FFF;
  font-family: -apple-system,Verdana,"Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-size: 1.15em;
  text-align: center;
}
.p-cart-form__add-cart-button.is-disabled {
  margin: 10px 0 20px;
  padding: 22px 10px;
  border: 2px solid #CCC;
  background: #FFF;
  color: #333;
  font-size: 1.1em;
  font-weight: bold;
}
.cms-opt-button__opt-body .p-cart-form__add-cart-button {
  margin: 0 0 20px;
}
.p-cart-form__add-cart-button .c-button__icon{
  display:none;
}
.p-cart-form__add-cart-button::before {
  content: "";
  display: inline-block;
  width: calc(120px / 4);
  height: calc(120px / 4);
  margin: 0 5px 5px 0;
  background-image: url(https://img21.shop-pro.jp/PA01397/731/etc/zc-icon.png);
  background-repeat: no-repeat;
  background-size: calc(120px / 4) auto;
  background-position: 0 0;
  vertical-align: middle; }
.p-cart-form__add-cart-button.is-disabled::before{
  display:none;
}

.p-cart-form__add-cart-schedule {
  width: 100%;
  margin: 10px 0 20px;
  padding: 22px 10px;
  border: 2px solid #FF6600;
  border-radius: 4px;
  background: #FFF;
  color: #FF6600;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center; }
.p-cart-form__add-cart-schedule .c-button__icon{
  display:none;
}

@media (min-width: 960px) {
  .p-cart-form__add-cart-button:hover {
    background: #666;
  }
  .p-cart-form__add-cart-button.is-disabled:hover {
    background: #fff;
  }
}

/*  オプションごとのカートボタン CSS  */

.cms-opt__unit-label {
  font-weight: bold;
  margin-bottom: .5em;
}

.cms-opt-button__opt-list {
  margin: 0;
}
.cms-opt-button__opt-list + .cms-opt-button__opt-list{
  padding-top:10px;
}

.cms-opt-button__opt-body {
  padding-bottom: 0;
  border-bottom: 1px solid #999;
  margin: 0 0 20px 0;
}

.cms-opt-button__opt-label {
  display: inline-block;
}
.cms-opt-button__opt-heading {
  position:relative;
  background: #ccc;
  font-weight: bold;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 10px;
  margin-bottom: 20px;
}
.cms-opt-button__opt-heading--hidden {
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
}

.cms-opt-button__opt-heading::before{
  content:"";
  display:block;
  position:absolute;
  top:-31px;
  left:-5.55%;
  width:111.1%;
  height:10px;
  background:#fff;
}

.cms-opt-button__content {
  margin-bottom: 10px;
}

.cms-opt-button__content-name {
  min-width: 50%;
  display: inline-block;
  vertical-align: middle;
}

.cms-opt-button__content-price {
  font-size: 18px; 
  min-width: 48%;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 600px) {
  .cms-opt-button__content-price {
     font-size: 20px; 
  }
}
@media (min-width: 960px){
  .cms-opt-button__opt-heading::before{
    left:-20px;
    width:calc(100% + 40px);
  }
}

.cms-opt-button__purchase-stock {
  display: inline-block;
  margin: 0;
  font-size: 13px;
  color: #777;
  min-width: 50%;
  word-break: break-all;
}

.cms-opt-button__purchase-number {
  display: inline-block;
}

.cms-opt-button__cart {
  margin-top: 10px;
}

.cms-opt-button__purchase-unit {
  word-break: break-all;
}

/*  クイックカートイン CSS  */

.cart_in_modal,
.cart_in_error_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 20000;
  display: flex;
  overflow: auto;
}

@media screen and (min-width: 960px) {
  .cart_in_modal,
  .cart_in_error_modal {
    align-items: center;
  }
}

.cart_in_modal__bg {
  background-color: rgba(0, 0, 0, .7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20000;
}

.cart_in_modal__outline {
  width: 90%;
  margin: 20px 5%;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
  box-sizing: border-box;
  text-align: center;
  position: absolute;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__outline {
    width: 900px;
    margin: auto;
    padding: 20px 70px;
    position: relative;
  }
}

.cart_in_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__heading {
    font-size: 26px;
    margin: 30px 0;
    line-height: 1.2;
  }
}

.cart_in_error_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 20px;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  .cart_in_error_modal__heading {
    margin: 30px 0;
    line-height: 1.2;
  }
}

.cart_in_modal__detail {
  display: flex;
  padding: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__detail {
    flex-direction: row;
  }
}

.cart_in_modal__name {
  font-size: 16px;
  flex: 1;
  line-height: 1.4;
  text-align: left;
  margin: 0;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__name {
    font-size: 18px;
  }
}

.cart_in_modal__image-wrap {
  padding: 5px;
  width: 170px;
  height: 170px;
  background: rgba(0, 0, 0, .1);
  position: relative;
  border: 5px solid transparent;
  box-sizing: border-box;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__image-wrap {
    margin: 0 30px 0 0;
    flex-basis: 170px;
  }
}

.cart_in_modal__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.cart_in_modal__text-link {
  color: #2169f3;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 20px 0 0;
  padding: 0 0 0 20px;
  line-height: 1.15;
}
.cart_in_modal__text-link::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #2169f3;
  border-right: 2px solid #2169f3;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.cart_in_modal__button-wrap {
  width: 100%;
  margin: 30px auto;
  font-size: 17px;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__button-wrap {
    width: 350px;
  }
}
.cart_in_modal__button {
  font-size: 17px;
  font-weight: bold;
  line-height: 23px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 4px;
  width: 100%;
  height: 58px;
  padding: 15px;
  background: #111;
  box-shadow: 0 2px 0 #000;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cart_in_modal__button:hover,
.cart_in_modal__button:focus {
  height: 58px;
  color: #fff;
  background-color: #444;
  box-shadow: none;
  transform: translate3d(0, 2px, 0);
}

.cart_in_modal__close-icon {
  cursor: pointer;
}

.cart_in_modal__close-icon::before,
.cart_in_modal__close-icon::after {
  content: "";
  width: 35px;
  height: 6px;
  display: block;
  position: absolute;
  top: 30px;
  right: 20px;
  background: #eee;
  border-radius: 4px;
}

.cart_in_modal__close-icon::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cart_in_modal__close-icon::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}