DIV#lds-sos {
  width: 100%;
  max-width: 800px;
  margin: auto;
  padding-top: 35px;
}

DIV#lds-sos_top-section,
DIV#lds-sos_tabs,
DIV#lds-sos_titles,
DIV#lds-sos_contents,
DIV#lds-sos_bottom,
DIV#lds-sos_action {
  width: 100%;
  max-width: 960px;
  margin: auto;
}

DIV#lds-sos_top-section {
  margin-bottom: 20px;
}

DIV#lds-sos_tabs,
DIV#lds-sos_titles,
DIV.lds-sos_content-blocks,
DIV#lds-sos_bottom {
  display: flex;
}

DIV#lds-sos_tabs {
  border: solid 2px #d3b170;
}

DIV#lds-sos_tabs > A {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: solid 1px #d3b170;
  padding: 5px 0;
}

DIV#lds-sos_tabs > A.active,
DIV#lds-sos_tabs > A:hover {
  background: #d3b170;
  color: #fff;
}

DIV#lds-sos_tabs > A.active {
  cursor: default;
}

DIV#lds-sos_tabs > A:last-child {
  border-right: none;
}

DIV#lds-sos_titles {
  margin-top: 25px;
  border-bottom: solid 1px #d3b170;
}

DIV#lds-sos_contents {
  border-bottom: solid 1px #d3b170;
}

DIV#lds-sos_contents > DIV {
  display: none;
}

DIV#lds-sos_contents > DIV:first-child {
  display: block;
}

DIV.lds-sos_content-blocks {
  border-bottom: dotted 1px #ccc;
}

DIV.lds-sos_content-blocks:last-child {
  border-bottom: none;
}

DIV#lds-sos_titles,
DIV.lds-sos_content-block,
DIV#lds-sos_bottom {
  text-align: center;
  font-size: 13px;
  padding: 10px 0;
}

DIV.lds-sos_content-block {
  display: flex;
  align-items: center;
  justify-content: center;
}

DIV.lds-sos_content-block:first-child {
  justify-content: start;
}

DIV.lds-sos_content-block DIV.thumbnail {
  width: 150px;
  margin-right: 10px;
}

DIV.lds-sos_content-block DIV.thumbnail + DIV {
  text-align: left;
}

DIV.lds-sos_content-blocks DIV.thumbnail + DIV > A {
  position: relative;
  font-weight: 600;
}

DIV.lds-sos_content-blocks[data-class-id="72"] DIV.thumbnail + DIV > A::after {
  position: absolute;
  top: -10px;
  right: -50px;
  background: #c00;
  width: 40px;
  color: #fff;
  content: "冷凍";
  text-align: center;
  padding: 1px 0;
  font-size: 0.8rem;
}

DIV.lds-sos_content-blocks[data-class-id="80"] DIV.thumbnail + DIV > A::after {
  position: absolute;
  top: -10px;
  right: -110px;
  background: #00f;
  width: 100px;
  color: #fff;
  content: "常溫不合併冷凍";
  text-align: center;
  padding: 1px 0;
  font-size: 0.8rem;
}

DIV.lds-sos_content-block DIV.thumbnail > IMG {
  width: 100%;
  object-fit: cover;
}

/*
DIV.lds-sos_content-block:nth-of-type(1){
	background:#F00;
}

DIV.lds-sos_content-block:nth-of-type(2){
	background:#0F0;
}

DIV.lds-sos_content-block:nth-of-type(3){
	background:#00F;
}

DIV.lds-sos_content-block:nth-of-type(4){
	background:#FF0;
}
*/

DIV#lds-sos_contents INPUT[type="number"],
DIV#lds-sos_contents INPUT[type="button"] {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  height: 30px;
  min-height: unset;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 100%;
  background: #fff;
}

DIV#lds-sos_contents INPUT.qty {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  box-shadow: none;
  width: 35px;
  border-style: solid;
  border-width: 1px 0;
  border-color: #ccc;
}

DIV#lds-sos_contents INPUT.qty[disabled="disabled"] {
  background: #ccc;
}

DIV#lds-sos_contents INPUT.minus,
DIV#lds-sos_contents INPUT.plus {
  border: solid 1px #ccc;
  width: 20px;
}

DIV#lds-sos_action {
  font-size: 0;
  text-align: right;
  margin-top: 15px;
}

DIV#lds-sos_action > A {
  display: inline-block;
  font-size: 13px;
  width: 50%;
  max-width: 160px;
  padding: 8px 0;
  text-align: center;
  border: solid 2px #d3b170;
  margin-left: 10px;
}

DIV#lds-sos_action > A:hover {
  background: #d3b170;
  color: #fff;
}

SPAN[data-prefix]::before {
  content: attr(data-prefix);
}

SPAN[data-price]::after {
  content: attr(data-price);
}

SPAN[data-linetotal]::after {
  content: attr(data-linetotal);
}

SPAN[data-total]::after {
  content: attr(data-total);
}

DIV.mobile-price {
  display: none;
}

DIV[data-flex="1"] {
  flex: 1;
}

DIV[data-flex="2"] {
  flex: 2;
}

DIV[data-flex="4"] {
  flex: 4;
}

DIV[data-flex="5"] {
  flex: 5;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
}

@media only screen and (min-width: 320px) and (max-width: 736px) {
  DIV#lds-sos DIV.mobile-price {
    display: block;
  }

  DIV#lds-sos DIV.lds-sos_title:nth-of-type(2),
  DIV#lds-sos DIV.lds-sos_content-block:nth-of-type(2) {
    display: none;
  }

  DIV#lds-sos
    DIV.lds-sos_content-blocks[data-class-id="72"]
    DIV.thumbnail
    + DIV
    > A::after {
    right: auto;
    left: -45px;
    top: -5px;
  }

  DIV#lds-sos DIV.thumbnail {
    /*
		width:60px;
		height:60px;
		*/
  }

  DIV#lds-sos_action {
    text-align: center;
  }

  DIV#lds-sos_action > A {
    margin-bottom: 15px;
  }

  DIV#lds-sos_tabs {
    width: 90%;
    height: 0;
    padding-top: 42px;
    margin: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    box-sizing: content-box;
  }

  DIV#lds-sos_tabs::before {
    content: attr(data-text);
    position: absolute;
    top: 9px;
    left: 10px;
  }

  DIV#lds-sos_tabs::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjIyLjAxNnB4IiB2aWV3Qm94PSIwIDAgNDAgMjIuMDE2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA0MCAyMi4wMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iMi4wMTYsMCAyMC4wMDEsMTcuOTg1IDM3Ljk4NCwwIDQwLDIuMDE3IDIwLjAwMSwyMi4wMTUgMCwyLjAxNyIgc3R5bGU9ImZpbGw6IzMzMzMzMzsiIC8+PC9zdmc+");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 12px;
    top: 11px;
    right: 10px;
    transition: transform 0.2s linear 0s;
  }

  DIV#lds-sos_tabs.active::after {
    transform: rotate(180deg);
  }

  DIV#lds-sos_tabs.active {
    overflow: visible;
    height: auto;
    background-color: #fcfcfc;
  }

  DIV#lds-sos_tabs > A {
    left: 0;
    display: block;
    flex-basis: 100%;
    padding: 5px 10px;
    background-color: #fff;
    border-top: solid 1px #d3b170;
    border-right: none;
  }

  DIV#lds-sos_titles,
  DIV#lds-sos_contents {
    width: 94%;
    margin: auto;
  }

  DIV.lds-sos_content-blocks {
    flex-wrap: wrap;
  }

  DIV.lds-sos_content-block:first-child {
    flex-basis: 100%;
  }

  DIV.lds-sos_content-block DIV.thumbnail + DIV {
    text-align: right;
  }

  DIV.lds-sos_content-blocks DIV.thumbnail + DIV > A {
    display: block;
    text-align: left;
  }
}

#region_title {
  text-align: center;
  font-size: xx-large;
  font-weight: bold;
  background-color: bisque;
}

.bottom_tab {
  position: fixed;
  bottom: 0;
}

@media only screen and (min-width: 320px) and (max-width: 736px) and (orientation: portrait) {
}

@media only screen and (min-width: 320px) and (max-width: 736px) and (orientation: landscape) {
}
