.cart-section {
  margin-top: 40px;
}
.cart-section__title {
  font-size: 1.2em;
  font-weight: bold;
  padding: 3px 16px;
  margin: 0 0 50px 0;
  border-left: 4px solid #F08300;
}
.cart-section--store-purchase .cart-section__title {
  border-left-color: #198978;
}
.cart-section--additional .cart-section__title {
  border-left-color: #F08300;
}
.cart-section .category-frame {
  margin: 30px 0;
}

.ec-cart .ec-product__image .free-product .free-text {
  font-size: 11px;
  line-height: 1.4;
}
@media (max-width: 559.9px) {
  .ec-cart .ec-product__image .free-product .free-text {
    font-size: 10px;
  }
}
.ec-cart .ec-product__image .free-product.is-store-purchase {
  background-color: #198978;
}
.ec-cart .ec-product__image .free-product.is-store-purchase .free-text {
  background-color: #198978;
}
@media (min-width: 560px) {
  .ec-cart .footer-content .footer-button {
    display: flex;
    gap: 10px;
    align-items: center;
  }
}

.badge-selected {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  padding: 0 13px;
  background-color: #23ABC3;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 30px;
  vertical-align: middle;
  line-height: 1.4;
}
@media (max-width: 559.9px) {
  .badge-selected {
    font-size: 10px;
    padding: 1px 8px;
  }
}

.name-date-product {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.name-date-product > .date-product {
  flex-basis: 100%;
  margin-top: 4px;
}
.name-date-product > .details-content__name.product-name {
  margin: 0;
}

.ec-select-sheet-confirm .ec-select-sheet-confirm__button .btn-confirm-select-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  height: 35px;
  background-color: #E63946;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
@media (max-width: 559.9px) {
  .ec-select-sheet-confirm .ec-select-sheet-confirm__button .btn-confirm-select-image {
    height: 30px;
    font-size: 12px;
    padding: 0 14px;
  }
}
.ec-select-sheet-confirm .ec-select-sheet-confirm__button .btn-confirm-select-image:hover {
  opacity: 0.85;
}

.cart-unselected-warning {
  background-color: #fff4e5;
  border: 1px solid #f0ad4e;
  color: #8a6d3b;
  padding: 10px 14px;
  margin: 12px 0;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 559.9px) {
  .cart-unselected-warning {
    font-size: 12px;
    padding: 8px 10px;
  }
}

.cart-button-disabled {
  opacity: 0.4;
  cursor: not-allowed !important;
  pointer-events: auto;
}

.btn-confirm-free-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  height: 41px;
  background-color: #E63946;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
@media (max-width: 559.9px) {
  .btn-confirm-free-cart {
    height: 44px;
    font-size: 14px;
    padding: 0 18px;
  }
}
.btn-confirm-free-cart:hover {
  opacity: 0.85;
}

#modal-datapack-lock.modal {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  z-index: 99999 !important;
  align-items: center !important;
  justify-content: center !important;
  align-content: center !important;
  overflow: auto !important;
}
#modal-datapack-lock .content {
  background-color: #fff !important;
  width: 480px !important;
  max-width: 90vw !important;
  min-width: 0 !important;
  height: auto !important;
  border-radius: 10px !important;
  padding: 0 !important;
  margin: auto !important;
  position: relative !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2) !important;
}
#modal-datapack-lock .modal-content {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
}
#modal-datapack-lock .image-zoom {
  background-color: transparent !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  position: relative !important;
}
#modal-datapack-lock .close {
  position: absolute !important;
  top: 8px !important;
  right: 8px !important;
  cursor: pointer !important;
  z-index: 2 !important;
}
#modal-datapack-lock .close img {
  width: 32px !important;
  height: 32px !important;
}
#modal-datapack-lock .btn-next {
  padding: 0 0 24px !important;
  text-align: center !important;
  display: block !important;
}

.datapack-lock-popup-body {
  padding: 36px 24px 18px;
  text-align: center;
}
.datapack-lock-popup-body h2 {
  color: #8a6d3b;
  font-size: 20px;
  margin: 0 0 16px;
}
.datapack-lock-popup-body p {
  color: #5e4d20;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}
@media (max-width: 559.9px) {
  .datapack-lock-popup-body {
    padding: 28px 16px 12px;
  }
  .datapack-lock-popup-body h2 {
    font-size: 16px;
  }
  .datapack-lock-popup-body p {
    font-size: 12px;
  }
}

.datapack-lock-notice {
  max-width: 600px;
  margin: 60px auto;
  padding: 30px;
  background-color: #fff4e5;
  border: 2px solid #f0ad4e;
  border-radius: 8px;
  text-align: center;
}
.datapack-lock-notice h2 {
  color: #8a6d3b;
  font-size: 20px;
  margin: 0 0 16px;
}
.datapack-lock-notice p {
  color: #5e4d20;
  line-height: 1.6;
  margin: 0 0 24px;
}
.datapack-lock-notice .btn-reconfirm-datapack {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 36px;
  height: 50px;
  background-color: #E63946;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.datapack-lock-notice .btn-reconfirm-datapack:hover {
  opacity: 0.85;
  color: #ffffff;
  text-decoration: none;
}

.turtle .background-form {
  background-color: #efefef !important;
}
.turtle .background-form .ec-login__groupInput {
  background-color: #efefef !important;
}
.turtle .background-form .ec-login .ec-login__toplabel p {
  color: #595757;
}
.turtle .background-form .ec-login .ec-input input {
  border: 1px solid #595757;
}
.turtle .background-form .ec-login .form-check-label,
.turtle .background-form .ec-login .ec-link {
  color: #595757;
}
.turtle .ec-event {
  border-color: #898989;
}
.turtle .ec-event .event-title {
  border-bottom-color: #898989;
}
.turtle .ec-event .date-title {
  background-color: #898989;
}
.turtle .ec-select-photo__description .sheets-choose {
  border-color: #898989;
}
.turtle .ec-select-photo__description .sheets-choose .description {
  background-color: #898989;
}

.turtle .background-form .ec-login__title {
  background-color: #efefef !important;
}
.turtle .sheets-overview,
.turtle .sheets-choose {
  border-color: #898989;
}
.turtle .sheets-overview .description,
.turtle .sheets-choose .description {
  background-color: #898989;
}
.turtle .sheets-choose .detail-choose .box-choose {
  border-color: #898989;
}
.turtle .ec-select-photo__description {
  border-color: #898989;
}
.turtle .ec-select-photo__description .sheets-overview {
  border-color: #898989;
}
.turtle .ec-select-photo__description .sheets-overview .description {
  background-color: #898989;
}
.turtle .ec-download-photo__description {
  border-color: #898989;
}
.turtle .ec-download-photo__menu button {
  border-color: #898989;
  background-color: #898989;
}
.turtle .limit-title {
  background-color: #898989;
}
.turtle .limit-date {
  border-color: #898989;
}
.turtle .image-list__increment-group button {
  color: #898989;
}
.turtle .image-list__quantity-choose {
  border-color: #898989;
}
.turtle .ec-cart .label-quantity {
  color: #898989;
}
.turtle .ec-shopping__container .ec-content__label {
  color: #898989;
}
.turtle .ec-shopping__title {
  color: #898989;
}
.turtle .content-info-product {
  color: #898989;
}
.turtle .ec-select-photo #tab-main .ec-main__title {
  color: #898989;
}
.turtle .ec-purchased-confirm .title {
  color: #898989;
}
.turtle .ec-thanks .message {
  color: #898989;
}
.turtle .ec-order .order-number p {
  border-color: #898989;
}
.turtle .ec-select-sheet-confirm__description,
.turtle .ec-select-sheet-confirm__filter {
  border-color: #898989;
}
.turtle .ec-select-sheet-confirm__menu button {
  border-color: #898989;
  background-color: #898989;
}
.turtle .ec-select-photo__menu button {
  border-color: #898989;
  background-color: #898989;
}
.turtle .custom-select .data-select {
  border-color: #898989;
}
.turtle .select-selected {
  border-color: #898989;
  background-color: #898989;
}
.turtle .select-items div {
  border-color: #898989;
}
.turtle .ec-cover-product__menu button {
  border-color: #898989;
  background-color: #898989;
}
.turtle #main-cover {
  border-color: #898989;
}
.turtle .event-title {
  border-bottom-color: #898989;
}
.turtle .date-title {
  background-color: #898989;
}

#page_productLowestPrice.turtle .details-content__name,
#page_coverproduct.turtle .details-content__name {
  color: #898989;
}

.ec-cart .ec-cartMain__title,
.ec-cart .ec-main__title,
.ec-shopping__title,
.ec-payment__title,
.image-list__content-title,
.ec-otherProduct .ec-main__title,
.ec-otherProduct .ec-main__link,
.ec-orderHistory__title,
.ec-select-photo .content-header .ec-main__title,
.content-title,
#page_product_designation .content-header .ec-main__title,
#page_download .content-header .ec-main__description,
.ec-role.input-character .content-title,
.ec-role.input-character .content-header,
.ec-role.input-character .specific .ec-main__description,
.ec-select-sheet-confirm .text-title,
.ec-select-sheet-confirm-albums .text-image-a {
  color: #898989;
}

.modal-ListImage .point_total_header .point_total_turtle_label {
  background-color: #898989;
}

/*# sourceMappingURL=custom.css.map */
