/* メニュー項目のパディング調整 */
.nav-link {
  padding: 0.5rem 0rem;
}

/********************************************************************
* General Styles
*/

/* IE/Edge対応 */
.wos {
  -ms-overflow-style: none;
}
/* Webkit系 */
.wos::-webkit-scrollbar {
  display: none;
}

/********************************************************************
* Options
*/

/** Hide Scrollbar */
/* IE/Edge対応 */
.wos .hidden-scrollbar {
  -ms-overflow-style: none;
}
/* Webkit系 */
.wos .hide-scrollbar::-webkit-scrollbar {
  /* Webkit */
  display: none;
}

/********************************************************************
* Layout
*/
.wos .ml-text-t {
  margin-left: 0.03125rem !important;
}
.wos .ml-text-1 {
  margin-left: 0.125rem !important;
}
.wos .ml-text-2 {
  margin-left: 0.25rem !important;
}
.wos .ml-text-3 {
  margin-left: 0.5rem !important;
}
.wos .ml-text-4 {
  margin-left: 0.75rem !important;
}
.wos .ml-text-5 {
  margin-left: 1rem !important;
}
.wos .mr-text-t {
  margin-right: 0.03125rem !important;
}
.wos .mr-text-1 {
  margin-right: 0.125rem !important;
}
.wos .mr-text-2 {
  margin-right: 0.25rem !important;
}
.wos .mr-text-3 {
  margin-right: 0.5rem !important;
}
.wos .mr-text-4 {
  margin-right: 0.75rem !important;
}
.wos .mr-text-5 {
  margin-right: 1rem !important;
}

/********************************************************************
* Image
*/

.wos .image {
  width: auto;
}
.wos .image.image-lg,
.wos .image.image-md,
.wos .image.image-sm {
  background-repeat: no-repeat;
  background-size: contain;
}
.wos .image.image-lg {
  /* background-image: url("/images/no_images/large-63fad158e56fccc782e5b2edd93e117c.jpg"); */
}
.wos .image.image-md {
  /* background-image: url("/images/no_images/medium-121d30f8a55d41a992f233df7162b543.jpg"); */
}
.wos .image.image-sm {
  /* background-image: url("/images/no_images/small-b1bc6a1cae2a4c39dffc62e403dc5e4f.jpg"); */
}

/********************************************************************
* Border
*/

/* colors */
.wos .border-lightwhite {
  border-color: #f5f5f5;
}
.wos .border-gray {
  border-color: #757575;
}
.wos .border-lightgray {
  border-color: #9e9e9e;
}
.wos .border-darkorange {
  border-color: #e69138 !important;
}
.wos .border-green {
  border-color: #1e746c !important;
}
.wos .border-lightgreen {
  border-color: #009688 !important;
}

.wos .border-top-nocolor {
  border-top: 1px solid;
}
.wos .border-bottom-nocolor {
  border-bottom: 1px solid;
}
/********************************************************************
* Text
*/

/* font size */
.wos .text-small {
  font-size: 13px;
}
.wos input.text-small::placeholder {
  font-size: 13px;
}
.wos .text-tiny-small {
  font-size: 10px;
}
.wos input.text-tiny-small::placeholder {
  font-size: 10px;
}

/* colors */
.wos .text-white-gray {
  color: #e0e0e0;
}
.wos .text-gray {
  color: #757575;
}
.wos .text-lightgray {
  color: #9e9e9e;
}
.wos .text-whitegray {
  color: #e0e0e0;
}
.wos .text-green {
  color: #1e746c;
}
.wos .text-lightgreen {
  color: #009688;
}
.wos .text-lightred {
  color: #ef5350ff;
}
.wos .text-darkorange {
  color: #e69138;
}

.wos input[type="number"].text-gray::placeholder {
  color: #9e9e9e;
}
.wos .text-gray::placeholder {
  color: #e0e0e0;
}
.wos .text-green::placeholder {
  color: #009688;
}
.wos .text-red::placeholder {
  color: #ef5350ff; /* FIXME: Change the color. */
}

/********************************************************************
* Background
*/

/* colors */
.wos .bg-white {
  background-color: #ffffff;
}
.wos .bg-white-transparent {
  background-color: #ffffffaa;
}
.wos .bg-lightwhite {
  background-color: #f5f5f5;
}
.wos .bg-gray {
  background-color: #757575;
}
.wos .bg-lightgray {
  background-color: #9e9e9e;
}
.wos .bg-whitegray {
  background-color: #e0e0e0;
}
.wos .bg-green {
  background-color: #1e746c;
}
.wos .bg-lightgreen {
  background-color: #009688;
}
.wos .bg-lightred {
  background-color: #ef5350ff;
}
.wos .bg-darkorange {
  background-color: #e69138;
}
.wos .bg-darkbrown {
  background-color: #b06f2a;
}

/********************************************************************
* Atoms: UIの最小単位。それ以上機能的に分割できないもの。ボタンとかテキストとか。
*/

/** Button  */

/* Basic */
.wos .btn {
}
/* Rounded */
.wos .btn.rounded {
  border-radius: 0.25rem !important;
}
/* Colors */
.wos .btn.btn-white {
  background-color: #ffffff;
}
.wos .btn.btn-green {
  background-color: #009688;
}
.wos .btn.btn-gray {
  background-color: #9e9e9e;
}
.wos .btn.btn-lightred {
  background-color: #ef5350ff;
}
/* hover button bg-color */
.wos .btn.btn-green:hover {
  background-color: #1e746c;
  /* color: #1e746c; */
}
.wos .btn.btn-lightred:hover {
  background-color: rgb(216, 72, 70);
  /* color: #1e746c; */
}
.wos .btn.btn-gray:hover {
  background-color: #757575;
  /* color: #757575; */
}

/** Autofills */
.wos input:-webkit-autofill,
.wos input:-webkit-autofill:hover,
.wos input:-webkit-autofill:focus,
.wos textarea:-webkit-autofill,
.wos textarea:-webkit-autofill:hover,
.wos textarea:-webkit-autofill:focus,
.wos select:-webkit-autofill,
.wos select:-webkit-autofill:hover,
.wos select:-webkit-autofill:focus {
  border: 1px solid #ffeacc;
  -webkit-box-shadow: 0 0 0px 1000px #ffeacc inset;
  transition: background-color 5000s ease-in-out 0s;
}

/** Input Group */
.wos .input-group {
}
.wos .form-group.input-group {
}
.wos .form-group.input-group .input-label,
.wos .input-group .input-label {
  font-size: 0.65rem;
  margin-bottom: 0;
  top: 0;
}
.wos .form-group.input-group input.form-control,
.wos .form-group.input-group select.form-control,
.wos .form-group.input-group textarea.form-control {
  margin-top: 10px !important;
}
.wos .form-group.input-group .input-label + input.form-control {
  height: calc(2.4375rem + 2px);
}
.wos .form-group.input-group .input-label + select.form-control,
.wos .form-group.input-group .input-label + input.form-control {
  font-size: 0.8rem;
  padding-left: 0.5rem; /** TODO: I like it, but maybe adjust padding size. */
  padding-right: 0.5rem;
}
.wos .form-group.input-group .input-label + select.form-control::placeholder,
.wos .form-group.input-group .input-label + input.form-control::placeholder {
  font-size: 0.8rem;
}
.wos span.bmd-form-group {
  padding: 0 !important;
}
.wos .form-group.input-group .input-label + select.form-control:focus {
}
.wos .input-group.switch.d-inline-block {
  width: auto;
}
.wos .input-group.switch.d-inline-block .icon {
  top: 0.2em;
  right: -1.2em;
}
.wos .form-group.input-group label.warning {
  font-size: 0.7rem;
}
/** Feedback */
.wos .form-group.input-group .icon,
.wos .input-group .icon {
  position: absolute;
  right: 0;
  z-index: 1;
}
.wos .form-group.input-group .icon .material-icons,
.wos .input-group .icon .material-icons {
  font-size: 1em;
}
.wos .tooltip .tooltip-inner {
  color: #757575;
  background-color: #f5f5f5;
  border: 1px solid #9e9e9e;
}
.wos .tooltip .tooltip-inner {
  text-align: left;
}
.wos .tooltip-auto[x-placement^="left"] .arrow::before,
.wos .tooltip .arrow::before {
  bottom: 0;
  border-width: 0 !important;
  /* color: red; */
  /* border-bottom-color: #e74337 !important; */
}

/* Input date */
.wos .input-group [type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.wos .input-group [type="date"]::-webkit-clear-button {
  position: absolute;
  right: 2em;
  top: 1.3em;
  padding: 0;
  width: 1.5em;
  height: 1.5em;
  /* background: rgba(0, 0, 255, 0.5); */
  color: transparent;
  cursor: pointer;
}
.wos .input-group [type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0.3em;
  top: 1.1em;
  padding: 0;
  width: 1.5em;
  height: 1.5em;
  background: /*rgba(255, 0, 0, 0.5)*/ transparent;
  color: transparent;
  cursor: pointer;
}
.wos .input-group [type="date"]::after {
  content: "\E878";
  font-family: "Material Icons";
  display: inline-block;
  position: absolute;
  font-size: 1rem;
  top: 1rem;
  right: 0.3em;
  z-index: -1;
}
/** Input checkbox */
.wos input[type="checkbox"].checkbox {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  font-size: 1rem; /* be able to change sizing. */
  width: 1em;
  height: 1em;
  margin: 0;
}
.wos input[type="checkbox"].checkbox:focus {
  outline: 0;
}
.wos input[type="checkbox"].checkbox::before {
  content: "\E835";
  font-family: "Material Icons";
  display: inline-block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: -0.2em;
  left: 0em;
  z-index: 3; /* Because it's set to a select tag with "z-index:3;" */
}
.wos input[type="checkbox"].checkbox:checked::before {
  content: "\E834";
}

/** Form Control */

.wos .form-group .input-group {
}

.wos .input-group.select::after {
  content: "\E5C5";
  font-family: "Material Icons";
  display: inline-block;
  position: absolute;
  top: 1.6em;
  right: 1em;
  z-index: 3; /*  Because it's set to a select tag with "z-index:3;"  */
  pointer-events: none;
}
.wos .input-group select.custom-select {
}
.wos .input-group select.custom-select:focus {
  box-shadow: none !important;
}
.wos .input-group.switch > label > .bmd-switch-track {
  top: 0rem;
}

.wos .input-group .form-control,
.wos .input-group .is-focused .custom-file-control,
.wos .input-group .is-focused .form-control {
  background-image: linear-gradient(0deg, #757575 2px, rgba(0, 150, 136, 0) 0),
    linear-gradient(0deg, rgba(0, 0, 0, 0.26) 1px, transparent 0);
}

/* Invalid input */
.wos .input-group .is-invalid {
  background-image: linear-gradient(0deg, #ef5350ff 2px, rgba(0, 150, 136, 0) 0),
    linear-gradient(0deg, #ef5350ff 1px, transparent 0) !important;
}

/********************************************************************
* Molecule: Atomを組み合わせて作られる要素。検索フォームとか。
*/

/* <pre> element for article */
.wos pre.pre-article {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  font-family: inherit;
  font-size: 0.8rem;
  overflow-x: hidden;
}
/** Search Condition Frame */
.wos .card.condition .card-header .text {
  font-size: 1.3em;
}

/** Table */
.wos .table-wrapper {
  overflow-y: auto;
  height: 78vh;
}
.wos .table th {
  font-weight: normal;
}
.wos .table .thead th {
  font-weight: bold;
}
.wos .table .thead th.selector,
.wos .table .thead td.selector {
  width: 2.625rem;
}
.wos .table tr.sticky-header th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
.wos .table .tbody tr:hover {
  background-color: #f5f5f5; /* lightwhite */
}
/** Sort */
.wos .table .thead th.sortable {
  cursor: pointer;
  /* position: relative; */
}
.wos .table .thead tr.sticky-header th.sortable {
  position: sticky;
  position: -webkit-sticky;
}
.wos .table .thead th.sortable::after {
  font-family: "Material Icons";
  font-size: 1rem;
  display: inline-block;
  position: absolute;
  right: 1em;
}
.wos .table .thead th.sortable.asc::after {
  content: "\E5C7";
}
.wos .table .thead th.sortable.desc::after {
  content: "\E5C5";
}
.wos .table .tfoot td.sticky-bottom {
  /* Created using sticky-top as a reference */
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
/* Pointer */
.wos .table .tbody .cursor-pointer {
  cursor: pointer;
}
/** Table display items */
.wos .tfoot .input-group .input-label {
  font-size: 0.8rem;
  margin: 0;
}
.wos .tfoot .input-group.select::after {
  content: "";
}
.wos .tfoot .input-group.select {
  display: inline-block;
}
.wos .tfoot .input-group.select select {
  border: 0;
  min-width: 2rem;
}

/* Cell Width */
.wos .table th.w-1,
.wos .table td.w-1 {
  width: 1rem;
  max-width: 1rem;
}
.wos .table th.w-2,
.wos .table td.w-2 {
  width: 2rem;
  max-width: 2rem;
}
.wos .table th.w-3,
.wos .table td.w-3 {
  width: 3rem;
  max-width: 3rem;
}
.wos .table th.w-4,
.wos .table td.w-4 {
  width: 4rem;
  max-width: 4rem;
}
.wos .table th.w-5,
.wos .table td.w-5 {
  width: 5rem;
  max-width: 5rem;
}
.wos .table th.w-6,
.wos .table td.w-6 {
  width: 6rem;
  max-width: 6rem;
}
.wos .table th.w-7,
.wos .table td.w-7 {
  width: 7rem;
  max-width: 7rem;
}
.wos .table th.w2-1,
.wos .table td.w2-1 {
  width: 2rem;
  max-width: 2rem;
}
.wos .table th.w2-2,
.wos .table td.w2-2 {
  width: 4rem;
  max-width: 4rem;
}
.wos .table th.w2-3,
.wos .table td.w2-3 {
  width: 8rem;
  max-width: 8rem;
}
.wos .table th.w2-4,
.wos .table td.w2-4 {
  width: 16rem;
  max-width: 16rem;
}
.wos .table th.w2-5,
.wos .table td.w2-5 {
  width: 32rem;
  max-width: 32rem;
}

/* Thin Table*/
.wos .table.thin-table th,
.wos .table.thin-table td {
  padding: 0.3rem 1em;
}

/* Vertical Table */
.wos .table.vertical-table tr > th,
.wos .table.vertical-table tr > td {
  padding: 0.3rem 1em;
}

/* Custom styles for jQuery datepicker */
.wos .ui-datepicker-trigger {
  position: absolute;
  top: 1rem;
  right: 0.3em;
  pointer-events: none;
}
.wos .ui-datepicker-font {
  font-size: 1rem;
}

/********************************************************************
* Organisms: MoleculesやAtomを組み合わせて作られる要素。ヘッダーとかがイメージしやすい。Moleculeとの違いは単一の機能でなく複数の役割を持つこと
*/
/* Header */
.wos header {
  z-index: 1030;
}
.wos header nav.navbar-header {
  height: 44px;
}
/* Footer */
.wos footer {
  z-index: 1010;
}
.wos header.open-side-cart,
.wos footer.open-side-cart {
}
/* Side Cart & Cart */
.wos .side-cart .cart-item,
.wos .cart-modal .cart-item {
  font-size: 0.6em;
  min-height: 7.073125rem;
  position: relative;
  /* box-shadow: 0.25rem 0.25rem 0.25rem 0rem rgba(0, 0, 0, 0.4); */
}
.wos .favorite-modal .cart-item,
.wos .frequentitems-modal .cart-item,
.wos .deposit-modal .cart-item {
  font-size: 0.6em;
  height: 7.073125rem;
  position: relative;
  /* box-shadow: 0.25rem 0.25rem 0.25rem 0rem rgba(0, 0, 0, 0.4); */
}
.wos .side-cart .cart-item .cart-item-content,
.wos .cart-modal .cart-item .cart-item-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.wos .favorite-modal .cart-item .cart-item-content,
.wos .frequentitems-modal .cart-item .cart-item-content,
.wos .deposit-modal .cart-item .cart-item-content {
  position: absolute;
  width: 100%;
  height: 100%;
}
.wos .side-cart .cart-item .cart-item-header,
.wos .cart-modal .cart-item .cart-item-header,
.wos .favorite-modal .cart-item .cart-item-header,
.wos .frequentitems-modal .cart-item .cart-item-header,
.wos .deposit-modal .cart-item .cart-item-header {
  height: 0.875rem;
}
.wos .side-cart .cart-item .cart-item-body,
.wos .cart-modal .cart-item .cart-item-body {
  min-height: calc(100% - 0.875rem - 1.875rem);
  font-size: 0.8rem;
}
.wos .favorite-modal .cart-item .cart-item-body,
.wos .frequentitems-modal .cart-item .cart-item-body,
.wos .deposit-modal .cart-item .cart-item-body {
  height: calc(100% - 0.875rem - 1.875rem);
  font-size: 0.8rem;
}
.wos .side-cart .cart-item .cart-item-footer,
.wos .cart-modal .cart-item .cart-item-footer,
.wos .favorite-modal .cart-item .cart-item-footer,
.wos .frequentitems-modal .cart-item .cart-item-footer,
.wos .deposit-modal .cart-item .cart-item-footer {
  font-size: 0.7rem;
  height: 1.875rem;
}
.wos .side-cart .cart-item .cart-item-img,
.wos .side-cart .cart-item .cart-item-bg,
.wos .cart-modal .cart-item .cart-item-img,
.wos .cart-modal .cart-item .cart-item-bg,
.wos .favorite-modal .cart-item .cart-item-img,
.wos .favorite-modal .cart-item .cart-item-bg,
.wos .frequentitems-modal .cart-item .cart-item-img,
.wos .frequentitems-modal .cart-item .cart-item-bg,
.wos .deposit-modal .cart-item .cart-item-img,
.wos .deposit-modal .cart-item .cart-item-bg {
  position: absolute;
  height: 100%;
}
.wos .side-cart .cart-item .cart-item-img,
.wos .cart-modal .cart-item .cart-item-img {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100px;
  max-height: 100px;
}
.wos .favorite-modal .cart-item .cart-item-img,
.wos .frequentitems-modal .cart-item .cart-item-img,
.wos .deposit-modal .cart-item .cart-item-img {
  left: calc(50% - 3.5rem);
}
.wos .side-cart .cart-item .cart-item-bg,
.wos .cart-modal .cart-item .cart-item-bg,
.wos .favorite-modal .cart-item .cart-item-bg,
.wos .frequentitems-modal .cart-item .cart-item-bg,
.wos .deposit-modal .cart-item .cart-item-bg {
  width: 100%;
  opacity: 0.5;
}
.wos .cart-modal .pr-5p {
  padding-right: 5px;
}

.wos .side-cart {
  width: 14.125em;
  height: calc(100% - 4rem);
  top: 3rem;
  right: 0;
  position: fixed;
  z-index: 1015;
}

.wos .side-cart.collapsed {
  right: -14.125em;
}
.wos .side-cart .side-cart-body {
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100% - 8.55em);
}
.wos .dropdown-menu-right {
  right: 0;
  float: right;
  left: auto;
}
/* Footer */
.wos .side-cart .side-cart-footer {
  font-size: 0.7em;
}
/* Side cart button */
.wos .side-cart .open-close-btn {
  position: absolute;
  left: calc(-1 * 2.8em);
  bottom: -1rem;
  height: 11.5em;
}

/* Recommend Banner */
.wos .recommend-banner-fragment {
  /* width: calc(100vw - 40px - 16.66667%); */
  z-index: 1010;
  bottom: 2.185rem;
}
.wos .recommend-banner-fragment.expanded-sidecart {
  width: calc(100vw - (14.125em + 40px));
}
.wos .recommend-banner-fragment .pager-btn {
  position: absolute;
  height: 3rem;
}
.wos .recommend-banner-fragment .pager-btn-left {
  left: 0;
}
.wos .recommend-banner-fragment .pager-btn-right {
  right: 0;
  top: 0;
}
.wos .recommend-banner-fragment .related-products-container {
  overflow-y: hidden;
  overflow-x: auto;
  height: 63px;
  width: 100%;
}
.wos .recommend-banner-fragment .recommended-products .image {
  height: calc(1.6875em * 1.6);
  width: calc(1.6875em * 1.6);
}

.wos .recommend-banner-fragment .recommended-products {
  width: 19.5rem;
  min-width: fit-content;
}
.wos .recommend-banner-fragment .product-name-label,
.wos .recommend-banner-fragment .label-price {
  font-size: 0.8rem;
}
.wos .recommend-banner-fragment .product-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/********************************************************************
* Template: Organismsを組み合わせたもの。いわゆるワイヤーフレーム
*/

/********************************************************************
* Commons
*/

/********************************************************************
* Pages: 実際の文言などのデータがTemplateに注ぎ込まれたもの。
*/

/** Top */
.wos .top .carousel-item .image,
.wos .top .banner .image {
  height: 8.75em;
}
.wos .top .banner {
  height: 140px;
  width: 20em;
  background-color: #e0e0e0;
}
.wos .top .info-items > dl:hover {
  background-color: #f3f3f3;
  cursor: pointer;
}

/** Search Product */
.wos .search .card .card-body {
  position: absolute;
  bottom: 2.28rem;
}
.wos .search .card .card-footer > a:hover {
  cursor: pointer;
}

/* Override the default style of bootstrap-autocomplete dropdown */
.wos .bootstrap-autocomplete.dropdown-menu {
  top: 2rem !important;
  left: 0 !important;
  min-width: 0 !important;
}
.wos .bootstrap-autocomplete.dropdown-menu .dropdown-item {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
  min-height: 0 !important;
  font-size: 13px !important;
}

.wos .account-menu-item.dropdown-menu .dropdown-item-info {
  padding: 0.8rem 1.5rem;
  margin: 0;
}

/* Invert color of carousel controls and indicators */
.carousel-control-next-icon,
.carousel-control-prev-icon,
.carousel-indicators {
  filter: invert(1);
}

/** User Manager */
.wos .account .table .fixed-header {
  min-width: 6.9rem;
}

/*===Switch checkbox===*/
.switch-checkbox {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}
.switch-checkbox input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #9e9e9e;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #009688;
}
input:focus + .slider {
  box-shadow: 0 0 1px #009688;
}
input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}

/** Order Entry */
.wos .entry table thead,
.wos .entry table tbody,
.wos .entry table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed; /* even columns width , fix width of table too */
}
.wos .entry table tbody {
  display: block;
  min-height: calc(100vh - 18rem);
  overflow-x: hidden;
  overflow-y: hidden;
}
.wos .entry .fixed-img {
  max-height: 3.125rem;
}
.wos .entry .mb-25 {
  margin-bottom: 25px;
}

/** Point Detail */
.wos .pointdetail table thead,
.wos .pointdetail table tbody,
.wos .pointdetail table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed; /* even columns width , fix width of table too */
}
.wos .pointdetail table tbody {
  display: block;
}
.wos .pointdetail .fixed-img {
  max-height: 3.125rem;
}

/** Error */
/* Set small to 100% if web */
.wos .error .small {
  font-size: 16px;
}
/* Maintenance page */
.wos .maintenance-message {
  width: calc(100% - 39rem);
  display: block;
  text-align: center;
}
.wos div.terms-of-use-card-body,
.wos div.privacy-policy-card-body {
  overflow-y: auto;
}
/* Privacy Policy */
.wos .card.service-card {
  height: calc(100vh - 7rem);
}
/* Summary amount */
.wos .summation-order-amount {
  bottom: 2.185rem;
}
.wos .summation-order-amount button.slider-button {
  z-index: 1040;
}
.wos .summation-order-amount .slide-in-wrapper {
  line-height: 1rem !important;
  height: 2.5rem;
  left: 1.5rem;
  overflow: hidden;
}
.wos .summation-order-amount .slide-in-content {
  margin-left: -1.25rem;
  margin-right: 0;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
  height: 2.5rem;
}
.wos .summation-order-amount .slide-in-wrapper.collapsed .slide-in-content {
  margin-left: -100%;
  margin-right: calc(100% + 1.5rem);
}
.wos .md-button {
  left: 27rem;
  top: 0;
}

/* iphone 6, 6s, 7, 8 */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
  /* maintenance page message */
  .wos .maintenance-message {
    width: fit-content !important;
  }
  /* Recommend Banner */
  .wos .recommend-banner-fragment {
    bottom: 3.53rem;
  }
}

/* iphone 6+, 6s+, 7+, 8+ */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
  /* maintenance page message */
  .wos .maintenance-message {
    width: fit-content !important;
  }
  /* Recommend Banner */
  .wos .recommend-banner-fragment {
    bottom: 3.53rem;
  }
}

/* iphone X , XS, 11 Pro */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  /* maintenance page message */
  .wos .maintenance-message {
    width: fit-content !important;
  }
  /* Recommend Banner */
  .wos .recommend-banner-fragment {
    bottom: 3.53rem;
  }
}

/* iphone XR, 11 */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  /* maintenance page message */
  .wos .maintenance-message {
    width: fit-content !important;
  }
  /* Recommend Banner */
  .wos .recommend-banner-fragment {
    bottom: 3.53rem;
  }
}

/* iphone XS Max, 11 Pro Max */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  /* maintenance page message */
  .wos .maintenance-message {
    width: fit-content !important;
  }
  /* Recommend Banner */
  .wos .recommend-banner-fragment {
    bottom: 3.53rem;
  }
}

/* Disabled Button */
.wos .entry .is-disabled {
  opacity: 0.4;
}

/* Customized fieldset */
.wos .entry .tbody .input-group.select::after {
  top: 0.5em;
}

.table > tbody > tr.disable-hover:hover > td {
  background-color: #fafafa !important;
}

.table > tbody > tr.cart-items > td {
  background-color: #ffeacc !important;
}

/* Readonly quantity bg color */
.wos .entry .cart-items .is-readonly {
  background-color: #ffeacc !important;
}
@media only screen and (device-width: 768px) and (device-height: 1024px) {
  .wos .md-button {
    top: 4rem !important;
    right: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    left: 21.7rem;
  }
}

.wos .campaign-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.wos .campaign-item {
  width: calc(100% / 4);
  padding: 0 10px;
  margin: 10px 0;
}
.wos .campaign-item a {
  display: block;
}
.wos .campaign-item-img {
  width: 100%;
}

.wos .search-btn {
  background-color: transparent;
  border: none;
}
.wos .search-btn:hover {
  cursor: pointer;
}
.wos #productName + .search-btn {
  margin-top: 10px;
}

.wos #confirmModal {
  z-index: 1055;
}

.only-sp {
  display: none;
}

.wos .alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.wos .jq-toast-single.jq-icon-error {
  width: calc(50vw - 40px);
}
