@charset "UTF-8";
a {
  color: #373737;
  text-decoration: none;
}
a:focus {
  outline: none !important;
}
a:hover {
  color: #373737;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=radio] {
  min-width: 20px;
  min-height: 20px;
  accent-color: #e5324f !important;
  cursor: pointer;
}
input[type=radio]:checked {
  background-color: #e5324f;
  border-color: #e5324f;
}
input[type=radio]:focus {
  border-color: #e5324f;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(229, 50, 79, 0.25);
}
input[type=radio]:disabled {
  background: #cecece;
}

.spec_button:disabled {
  cursor: no-drop !important;
}

.form-check-input:checked {
  background-color: #e5324f;
  border-color: #e5324f;
}
.form-check-input:checked:focus {
  border-color: #e5324f;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(229, 50, 79, 0.25);
}

input[type=number] {
  -moz-appearance: textfield;
}

.more_box span {
  padding: 5px 3%;
  border: 2px solid #ae8969;
  color: #ae8969;
  border-radius: 5px;
  margin-top: 13px;
  display: inline-block;
}

.modal-header button span {
  font-size: 2rem;
}

.fs-s {
  font-size: 0.9rem;
}

.conform {
  color: #e5324f !important;
}

.disaccord {
  color: #cecece !important;
}

.share {
  display: flex;
  align-items: center;
  margin: 0;
}
.share .opensharebox {
  border-radius: 10px 10px 0 0 !important;
  background: #906e50 !important;
  color: #fff;
}
.share .inner {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  border: 1px solid #cecece;
  border-radius: 0.5rem;
  padding: 5px 10px;
}
.share .inner img {
  width: 30px;
}

.text-color-warning {
  color: #fff;
  padding: 0.1rem 0.5rem;
  background: #e5324f;
  border-radius: 1rem;
  display: inline-block;
  min-width: 70px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .text-color-warning {
    font-size: 0.95rem;
    padding: 0 0.5rem;
  }
}

.text-color-Invalid {
  color: #fff;
  padding: 0.1rem 0.5rem;
  background: #a7a7a7;
  border-radius: 1rem;
  display: inline-block;
  min-width: 70px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .text-color-Invalid {
    font-size: 0.95rem;
    padding: 0 0.5rem;
  }
}

.text-color-passed {
  color: #fff;
  padding: 0.1rem 0.5rem;
  background: #68bf6f;
  border-radius: 1rem;
  display: inline-block;
  min-width: 70px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .text-color-passed {
    font-size: 0.95rem;
    padding: 0 0.5rem;
  }
}

.price {
  font-weight: bold;
  font-size: 1.1rem;
}

textarea {
  resize: none;
}

.show2 {
  opacity: 1 !important;
}

.form-check-label {
  vertical-align: bottom;
}

.form-check-input {
  width: 20px;
  height: 20px;
}

.tit_s {
  padding: 0.3rem 1rem;
  font-weight: bold;
  font-size: 1.05em;
}

.pushMessage {
  max-width: 400px;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  gap: 10px;
  position: fixed;
  right: 20px;
  bottom: 100px;
  margin: auto;
  border: 1px solid #373737;
  border-radius: 10px;
  background: #fffdfd;
  font-size: 14px;
  z-index: 10;
}
.pushMessage > div {
  background: #fec526;
  color: #fff;
  border-radius: 10px;
  text-align: center;
}
.pushMessage > div i {
  font-size: 1.3rem;
  padding: 0.4rem 0.5rem;
}
.pushMessage > i {
  background: #fec526;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.3rem 0.5rem;
  border-radius: 50px;
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -15px;
}

.productItem {
  text-align: left;
}
.productItem > span {
  display: block;
  font-size: 0.9rem;
  color: #716f6f;
  margin-bottom: 3px;
}

.form-control {
  border-radius: 15px;
  padding: 0.5rem 1rem;
}

.form-select {
  border-radius: 15px;
}

.active {
  background: #fec526;
}

.active-line {
  border: 1px solid #e5324f !important;
  color: #e5324f;
  position: relative;
}
.active-line::before {
  content: "";
  clip-path: polygon(100% 45%, 45% 100%, 100% 100%);
  background: #e5324f;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.active-line::after {
  content: "";
  background-image: url(../images/icon-check.svg);
  position: absolute;
  right: 0;
  bottom: -7px;
  width: 13px;
  height: 19px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .active-line::after {
    bottom: -6px;
    width: 10px;
    bottom: -8px;
    right: 0px;
  }
}
.pic {
  width: 120px;
  border-radius: 5px;
  min-width: 120px;
  position: relative;
}
.pic img {
  width: 100%;
  border-radius: 5px;
}

.form-label {
  font-weight: 600;
  margin-bottom: 4px;
}

.navAside {
  margin-right: 1%;
  height: 100%;
  position: sticky;
  top: 5%;
  padding-left: 0 !important;
  font-size: 16px;
  min-width: 218px;
}
.navAside > ul {
  list-style: none;
}
.navAside > ul > li {
  margin-bottom: 1rem;
  background: #906e50;
  padding: 0.2rem;
  border-radius: 0.5rem;
}
.navAside > ul > li:first-child {
  background: none;
  border-radius: 0;
  padding: 0.8rem 1rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 1px solid #cecece;
}
.navAside > ul > li > a {
  text-align: center;
  display: inline-block;
  border: 1px solid #b38862;
  width: 100%;
  height: 100%;
  padding: 0.5rem;
  color: #fff;
  text-decoration: none;
  border-radius: 0.5rem;
  font-weight: bold;
}
.navAside > ul > li > a:hover {
  background: #373737;
  color: #fff !important;
}
.navAside > ul > li > a.active {
  color: #000;
}
.navAside ul {
  list-style: none;
}
.navAside .card-body {
  padding: 0 0.5rem;
  border: none;
  background: #F9F6A4;
  border-radius: 0.5rem;
  position: relative;
}
.navAside .card-body a {
  padding: 0.2rem 0.5rem;
  font-size: 1rem;
  text-align: start;
  font-weight: 600;
  width: 100%;
}
.navAside .card-body a:hover {
  color: #e5324f;
}
.navAside .card-body a::before {
  content: "•";
  color: #e5324f;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free ";
  font-weight: 900;
  font-size: 1.4rem;
}

@media screen and (max-width: 1200px) {
  .navAside {
    display: none;
  }
  .memberPage .navAside {
    display: block;
    position: static;
    width: 95%;
    padding: 0;
    margin: auto;
  }
  .memberPage .navAside li:first-child::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    float: right;
  }
  .memberPage .navAside li:first-child.close::after {
    content: "\f106";
  }
  .memberPage .navAside li:not(:first-child) {
    display: none;
  }
}
.login {
  margin: auto;
}
.login p {
  font-size: 0.8em;
}

.memberInfo .tit_s {
  text-align: center;
  font-weight: bold;
  color: #373737;
  font-size: 1.2rem;
}
.memberInfo .accordion-body {
  padding: 0.5rem 1.5rem;
}
.memberInfo .accordion-body > div {
  border-bottom: 1px solid #cecece;
  text-align: end;
  padding-bottom: 0.5rem;
}
.memberInfo .accordion-button {
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #cecece;
}
.memberInfo .accordion-button:not(.collapsed) {
  color: #373737;
  background-color: #fec526;
}
.memberInfo .accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(254, 232, 22, 0.5) !important;
  background-color: #fec526 !important;
}
.memberInfo .accordion-button::after {
  content: none !important;
}
.memberInfo .accordion-button i {
  margin-left: auto !important;
}

.orderList form,
.couponList form,
.cashPointsList form {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0.5rem 1rem;
  background: #cecece;
}
.orderList .orderTable td:nth-child(6),
.orderList .orderTable th:nth-child(6),
.couponList .orderTable td:nth-child(6),
.couponList .orderTable th:nth-child(6),
.cashPointsList .orderTable td:nth-child(6),
.cashPointsList .orderTable th:nth-child(6) {
  text-align: right;
}
.orderList .holdPoints,
.couponList .holdPoints,
.cashPointsList .holdPoints {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  padding: 0.5rem 2rem;
}
.orderList .holdPoints input,
.couponList .holdPoints input,
.cashPointsList .holdPoints input {
  border-radius: 30px;
  text-align: center;
  min-width: 80px;
}

.myFavorites li {
  list-style: none;
}
.myFavorites .inner {
  display: flex;
  flex: auto;
  justify-content: space-between;
  align-items: center;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .myFavorites .inner {
    flex-direction: column;
    align-items: normal;
  }
  .myFavorites .inner .productItem span {
    display: none;
  }
}

.pagination {
  gap: 10px;
}
.pagination .page-item .page-link {
  border-radius: 50px;
  padding: 0.5rem 1rem;
  background: #cecece;
  color: #373737;
}
.pagination .page-item .page-link:focus {
  box-shadow: none !important;
}
.pagination .page-item .page-link:hover {
  background: #906e50;
  color: #fff;
}
.pagination .page-item .page-link-active {
  background: #fec526;
}

.orderItem table, .couponList table {
  text-align: center;
  vertical-align: middle;
}
.orderItem .tit_s, .couponList .tit_s {
  text-align: start;
}
.orderItem .shoppingCart .list .inner .item, .couponList .shoppingCart .list .inner .item {
  grid-template-columns: 80px 3fr 1fr 1fr 1fr;
}
.orderItem .shoppingCart .list .inner .item ul, .couponList .shoppingCart .list .inner .item ul {
  margin: 0;
}
.orderItem .shoppingCart .list .inner .item-additional, .couponList .shoppingCart .list .inner .item-additional {
  grid-template-columns: 80px 3fr 1fr 1fr 1fr;
}
.orderItem .shoppingCart .list .header, .couponList .shoppingCart .list .header {
  grid-template-columns: 80px 3fr 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .orderItem .shoppingCart .list .inner .item, .orderItem .shoppingCart .list .header, .couponList .shoppingCart .list .inner .item, .couponList .shoppingCart .list .header {
    grid-template-columns: 65px 1fr;
  }
  .orderItem .activityDisplayBox, .couponList .activityDisplayBox {
    font-size: 0.9rem;
  }
}

.couponItem .modal-dialog,
.cashPointsLog .modal-dialog {
  max-width: 800px;
}
.couponItem .modal-dialog .modal-body,
.couponItem .modal-dialog .modal-footer,
.cashPointsLog .modal-dialog .modal-body,
.cashPointsLog .modal-dialog .modal-footer {
  width: 95%;
  margin: auto;
  justify-content: center;
  overflow-y: auto;
}
.couponItem .modal-dialog .modal-body p,
.couponItem .modal-dialog .modal-footer p,
.cashPointsLog .modal-dialog .modal-body p,
.cashPointsLog .modal-dialog .modal-footer p {
  margin-bottom: 0 !important;
}
.couponItem .modal-dialog .type,
.cashPointsLog .modal-dialog .type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.couponItem .modal-dialog .type span,
.cashPointsLog .modal-dialog .type span {
  align-self: baseline;
}
.couponItem .modal-dialog .table,
.cashPointsLog .modal-dialog .table {
  text-align: center;
  vertical-align: middle;
}

.forgetPwBox .modal-dialog {
  max-width: 800px !important;
}
.forgetPwBox .modal-dialog .modal-title {
  font-weight: bold;
}
.forgetPwBox .modal-dialog .modal-header {
  background: #cecece;
}
.forgetPwBox .modal-dialog .finish {
  display: none;
  opacity: 0;
  transition: all 0.3s;
}
.forgetPwBox .modal-dialog .finish p {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8;
}

.delLine {
  text-decoration: line-through !important;
  font-size: 14px;
  display: block;
  line-height: 1;
  text-align: end;
  font-weight: normal;
}

.activeImg {
  border: 5px solid #fec526;
}

.newprice {
  font-size: 1.25rem;
  font-weight: bold !important;
  color: #e5324f !important;
}

.shoppingCart:not(.addressModel),
.checkout:not(.addressModel),
.payment:not(.addressModel),
.addressModel:not(.addressModel) {
  position: relative;
}
.shoppingCart .price,
.checkout .price,
.payment .price,
.addressModel .price {
  font-weight: normal;
}
.shoppingCart .notice,
.checkout .notice,
.payment .notice,
.addressModel .notice {
  font-size: 0.95rem;
}
.shoppingCart .notice i,
.checkout .notice i,
.payment .notice i,
.addressModel .notice i {
  color: #cecece;
}
.shoppingCart .tit_s,
.checkout .tit_s,
.payment .tit_s,
.addressModel .tit_s {
  margin-bottom: 0.5rem;
}
.shoppingCart .list .header,
.checkout .list .header,
.payment .list .header,
.addressModel .list .header {
  font-weight: bold;
  padding: 0.5rem 0;
  text-wrap: nowrap;
}
.shoppingCart .list .header .delAll,
.checkout .list .header .delAll,
.payment .list .header .delAll,
.addressModel .list .header .delAll {
  display: none;
}
.shoppingCart .list .header,
.shoppingCart .list .inner .item,
.checkout .list .header,
.checkout .list .inner .item,
.payment .list .header,
.payment .list .inner .item,
.addressModel .list .header,
.addressModel .list .inner .item {
  display: grid;
  grid-template-columns: 80px 5fr 1fr 2fr 1fr 200px;
  gap: 10px;
  text-align: center;
}
.shoppingCart .list .header .del,
.shoppingCart .list .inner .item .del,
.checkout .list .header .del,
.checkout .list .inner .item .del,
.payment .list .header .del,
.payment .list .inner .item .del,
.addressModel .list .header .del,
.addressModel .list .inner .item .del {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shoppingCart .list .header .productItem,
.shoppingCart .list .inner .item .productItem,
.checkout .list .header .productItem,
.checkout .list .inner .item .productItem,
.payment .list .header .productItem,
.payment .list .inner .item .productItem,
.addressModel .list .header .productItem,
.addressModel .list .inner .item .productItem {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
.shoppingCart .list .header .productItem h4,
.shoppingCart .list .inner .item .productItem h4,
.checkout .list .header .productItem h4,
.checkout .list .inner .item .productItem h4,
.payment .list .header .productItem h4,
.payment .list .inner .item .productItem h4,
.addressModel .list .header .productItem h4,
.addressModel .list .inner .item .productItem h4 {
  font-size: 1rem;
  margin-bottom: 0;
}
.shoppingCart .list .header .fixPrice,
.shoppingCart .list .header .total,
.shoppingCart .list .inner .item .fixPrice,
.shoppingCart .list .inner .item .total,
.checkout .list .header .fixPrice,
.checkout .list .header .total,
.checkout .list .inner .item .fixPrice,
.checkout .list .inner .item .total,
.payment .list .header .fixPrice,
.payment .list .header .total,
.payment .list .inner .item .fixPrice,
.payment .list .inner .item .total,
.addressModel .list .header .fixPrice,
.addressModel .list .header .total,
.addressModel .list .inner .item .fixPrice,
.addressModel .list .inner .item .total {
  text-align: end;
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: column;
}
.shoppingCart .list .header .img,
.shoppingCart .list .inner .item .img,
.checkout .list .header .img,
.checkout .list .inner .item .img,
.payment .list .header .img,
.payment .list .inner .item .img,
.addressModel .list .header .img,
.addressModel .list .inner .item .img {
  text-align: start;
}
.shoppingCart .list .header .img .pic,
.shoppingCart .list .inner .item .img .pic,
.checkout .list .header .img .pic,
.checkout .list .inner .item .img .pic,
.payment .list .header .img .pic,
.payment .list .inner .item .img .pic,
.addressModel .list .header .img .pic,
.addressModel .list .inner .item .img .pic {
  width: 80px;
  min-width: 80px;
}
.shoppingCart .list .header .count,
.shoppingCart .list .inner .item .count,
.checkout .list .header .count,
.checkout .list .inner .item .count,
.payment .list .header .count,
.payment .list .inner .item .count,
.addressModel .list .header .count,
.addressModel .list .inner .item .count {
  display: inline-flex;
  align-items: center;
}
.shoppingCart .list .header .count input,
.shoppingCart .list .inner .item .count input,
.checkout .list .header .count input,
.checkout .list .inner .item .count input,
.payment .list .header .count input,
.payment .list .inner .item .count input,
.addressModel .list .header .count input,
.addressModel .list .inner .item .count input {
  height: 35px;
}
.shoppingCart .list .header .count .plusBtn, .shoppingCart .list .header .count .minusBtn,
.shoppingCart .list .inner .item .count .plusBtn,
.shoppingCart .list .inner .item .count .minusBtn,
.checkout .list .header .count .plusBtn,
.checkout .list .header .count .minusBtn,
.checkout .list .inner .item .count .plusBtn,
.checkout .list .inner .item .count .minusBtn,
.payment .list .header .count .plusBtn,
.payment .list .header .count .minusBtn,
.payment .list .inner .item .count .plusBtn,
.payment .list .inner .item .count .minusBtn,
.addressModel .list .header .count .plusBtn,
.addressModel .list .header .count .minusBtn,
.addressModel .list .inner .item .count .plusBtn,
.addressModel .list .inner .item .count .minusBtn {
  height: 35px;
  width: 35px;
}
.shoppingCart .list .header .event ul,
.shoppingCart .list .inner .item .event ul,
.checkout .list .header .event ul,
.checkout .list .inner .item .event ul,
.payment .list .header .event ul,
.payment .list .inner .item .event ul,
.addressModel .list .header .event ul,
.addressModel .list .inner .item .event ul {
  margin-bottom: 0.2rem;
}
.shoppingCart .list .header .event li,
.shoppingCart .list .inner .item .event li,
.checkout .list .header .event li,
.checkout .list .inner .item .event li,
.payment .list .header .event li,
.payment .list .inner .item .event li,
.addressModel .list .header .event li,
.addressModel .list .inner .item .event li {
  font-size: 0.9rem;
  line-height: 1.4;
}
.shoppingCart .list .header .del_item,
.shoppingCart .list .inner .item .del_item,
.checkout .list .header .del_item,
.checkout .list .inner .item .del_item,
.payment .list .header .del_item,
.payment .list .inner .item .del_item,
.addressModel .list .header .del_item,
.addressModel .list .inner .item .del_item {
  text-decoration: underline;
  font-size: 1rem;
  margin: 10px auto;
  display: block;
}
.shoppingCart .list .header-additional,
.shoppingCart .list .inner .item-additional,
.checkout .list .header-additional,
.checkout .list .inner .item-additional,
.payment .list .header-additional,
.payment .list .inner .item-additional,
.addressModel .list .header-additional,
.addressModel .list .inner .item-additional {
  grid-template-columns: 80px 5fr 1fr 2fr 1fr 200px;
}
.shoppingCart .list .header-additional .pic_txt,
.shoppingCart .list .inner .item-additional .pic_txt,
.checkout .list .header-additional .pic_txt,
.checkout .list .inner .item-additional .pic_txt,
.payment .list .header-additional .pic_txt,
.payment .list .inner .item-additional .pic_txt,
.addressModel .list .header-additional .pic_txt,
.addressModel .list .inner .item-additional .pic_txt {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.shoppingCart .list .header-additional .pic_txt .productItem,
.shoppingCart .list .inner .item-additional .pic_txt .productItem,
.checkout .list .header-additional .pic_txt .productItem,
.checkout .list .inner .item-additional .pic_txt .productItem,
.payment .list .header-additional .pic_txt .productItem,
.payment .list .inner .item-additional .pic_txt .productItem,
.addressModel .list .header-additional .pic_txt .productItem,
.addressModel .list .inner .item-additional .pic_txt .productItem {
  flex: auto;
}
.shoppingCart .list .additional .tit_s,
.checkout .list .additional .tit_s,
.payment .list .additional .tit_s,
.addressModel .list .additional .tit_s {
  margin-left: 80px;
}
.shoppingCart .list .additional hr,
.checkout .list .additional hr,
.payment .list .additional hr,
.addressModel .list .additional hr {
  width: 90%;
  margin-left: auto;
}
.shoppingCart .list .unavailable_coupon,
.checkout .list .unavailable_coupon,
.payment .list .unavailable_coupon,
.addressModel .list .unavailable_coupon {
  color: #999;
  font-size: 14px;
  line-height: 1.2;
  display: inline-block;
  padding: 0 0.3rem;
}
.shoppingCart .list .unavailable_shop_coupon,
.checkout .list .unavailable_shop_coupon,
.payment .list .unavailable_shop_coupon,
.addressModel .list .unavailable_shop_coupon {
  color: #cecece;
}
.shoppingCart .list .unavailable_shop_coupon input,
.checkout .list .unavailable_shop_coupon input,
.payment .list .unavailable_shop_coupon input,
.addressModel .list .unavailable_shop_coupon input {
  background: #cecece;
}
.shoppingCart .list .span_border,
.checkout .list .span_border,
.payment .list .span_border,
.addressModel .list .span_border {
  border: 1px solid #373737;
  color: #373737;
}
.shoppingCart hr,
.checkout hr,
.payment hr,
.addressModel hr {
  margin: 0.7rem 0;
}
.shoppingCart .tit_s,
.checkout .tit_s,
.payment .tit_s,
.addressModel .tit_s {
  position: relative;
}
.shoppingCart .tit_s i,
.checkout .tit_s i,
.payment .tit_s i,
.addressModel .tit_s i {
  position: absolute;
  right: 50px;
  top: 10px;
  cursor: pointer;
}
.shoppingCart .collapse .table tbody,
.checkout .collapse .table tbody,
.payment .collapse .table tbody,
.addressModel .collapse .table tbody {
  border-top: 1px solid #d9d8d8;
}
.shoppingCart .collapse .table tr:first-child th,
.checkout .collapse .table tr:first-child th,
.payment .collapse .table tr:first-child th,
.addressModel .collapse .table tr:first-child th {
  text-align: left;
  border: 0;
}
.shoppingCart .collapse .table td,
.checkout .collapse .table td,
.payment .collapse .table td,
.addressModel .collapse .table td {
  position: relative;
}
.shoppingCart .collapse label,
.checkout .collapse label,
.payment .collapse label,
.addressModel .collapse label {
  cursor: pointer;
  margin-left: 1rem;
}
.shoppingCart .collapse label input,
.checkout .collapse label input,
.payment .collapse label input,
.addressModel .collapse label input {
  position: absolute;
  left: 0;
}
.shoppingCart .collapse > div,
.checkout .collapse > div,
.payment .collapse > div,
.addressModel .collapse > div {
  position: relative;
}
.shoppingCart .collapse .table > :not(caption) > * > *,
.checkout .collapse .table > :not(caption) > * > *,
.payment .collapse .table > :not(caption) > * > *,
.addressModel .collapse .table > :not(caption) > * > * {
  text-align: center;
}
.shoppingCart .collapse .card > div input,
.checkout .collapse .card > div input,
.payment .collapse .card > div input,
.addressModel .collapse .card > div input {
  vertical-align: baseline;
}
.shoppingCart .compute,
.checkout .compute,
.payment .compute,
.addressModel .compute {
  width: 50%;
  margin-left: auto;
}
.shoppingCart .compute .modifyPrice,
.checkout .compute .modifyPrice,
.payment .compute .modifyPrice,
.addressModel .compute .modifyPrice {
  min-width: 80px;
}
.shoppingCart .gift .unavailable_coupon,
.checkout .gift .unavailable_coupon,
.payment .gift .unavailable_coupon,
.addressModel .gift .unavailable_coupon {
  font-size: 1rem;
}
.shoppingCart .supermarket img,
.checkout .supermarket img,
.payment .supermarket img,
.addressModel .supermarket img {
  width: 65px;
}

#coupon_modal .modal-content {
  width: 85% !important;
  margin: auto;
}
#coupon_modal table tr:last-child td {
  border-bottom: none;
}

#calendar {
  max-width: 400px;
  margin: 1rem auto;
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  #calendar {
    margin: 0 auto 0.5rem auto;
  }
}
#calendar .prev_M,
#calendar .next_M {
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 3px;
  text-align: center;
  font-size: 0.95rem;
  border-radius: 10px;
  font-weight: bold;
}
#calendar .prev_M:hover,
#calendar .next_M:hover {
  background: #fec526;
}
#calendar .table-bordered > :not(caption) > * {
  border-color: #bbb;
}
#calendar th,
#calendar td {
  text-align: center;
}
#calendar td.date {
  padding: 5px;
  cursor: pointer;
}
#calendar td.date:hover {
  background: #fec526;
}
#calendar td.date.selected {
  background: #e5324f;
  color: #fff;
}
#calendar td.date.disabled, #calendar td.date[data-id=""] {
  background: rgba(204, 204, 204, 0.4588235294);
  color: #999;
}

.delivey_way {
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .delivey_way {
    padding: 10px 0;
  }
}
.delivey_way .header {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  border-bottom: 1px solid #cecece;
  padding: 0.5rem 0;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .delivey_way .header {
    padding: 0 0 0.2rem 0;
  }
}
.delivey_way .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #cecece;
}
.delivey_way .item:last-child {
  border-bottom: none;
}

.product {
  width: calc(17% - 240px);
}
.product .card {
  border: none;
}
.product .card a {
  position: absolute;
  width: 100%;
  height: calc(100% - 55px);
}
.product .card .card-body {
  padding: 0.5rem;
}
.product .card .card-body .card-title {
  font-size: 1.1rem;
  min-height: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
.product .heart,
.product .cart {
  border: 1px solid #373737;
  border-radius: 10px;
  padding: 0.5rem 0.8rem;
  cursor: pointer;
}
.product .heart:hover,
.product .cart:hover {
  background: #fec526;
  color: #fff;
}
.product .heart.collect .fas,
.product .cart.collect .fas {
  color: #e5324f;
}
.product .heart.collect:hover .fas,
.product .cart.collect:hover .fas {
  color: #fff;
}
.product .product_item .pic {
  overflow: hidden;
  position: relative;
  padding-top: 95%;
}
.product .product_item .pic img {
  transition: all 0.5s;
  height: 100% !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.product .product_item:hover {
  color: #906e50;
}
.product .product_item:hover .pic img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.product .spec {
  cursor: pointer;
  border: 1px solid #cecece;
}
.product .spec:hover {
  border: 1px solid #e5324f;
  color: #e5324f;
}
.product .modal_product_info {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .product .modal_product_info {
    -webkit-line-clamp: 3;
  }
}

.heart,
.cart {
  border: 1px solid #373737;
  border-radius: 10px;
  padding: 0.5rem 0.8rem;
  cursor: pointer;
}
.heart:hover,
.cart:hover {
  background: #fec526;
  color: #fff;
}
.heart.collect .fas,
.cart.collect .fas {
  color: #e5324f;
}
.heart.collect:hover .fas,
.cart.collect:hover .fas {
  color: #fff;
}

.products .banner {
  width: 100%;
  margin: auto;
}

.productPage .picBox {
  overflow: hidden;
  position: relative;
}
.productPage .picBox .swiper-button-next {
  right: 0%;
}
.productPage .picBox .swiper-button-prev {
  left: 0%;
}
.productPage .txt {
  background: #f5e0cd;
  text-align: center;
  font-weight: bold;
  color: #373737;
  font-size: 1.2rem;
}
.productPage .additional .card,
.productPage .recommend .card {
  border: none;
}
.productPage .additional .card .pic,
.productPage .recommend .card .pic {
  overflow: hidden;
  position: relative;
}
.productPage .additional .card .pic img,
.productPage .recommend .card .pic img {
  transition: all 0.5s;
}
.productPage .additional .card .card-body > div,
.productPage .recommend .card .card-body > div {
  min-height: 45px;
}
.productPage .additional .card .card-title,
.productPage .recommend .card .card-title {
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 0;
}
.productPage .additional .card:hover,
.productPage .recommend .card:hover {
  color: #906e50;
}
.productPage .additional .card:hover .pic img,
.productPage .recommend .card:hover .pic img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.productPage .additional .swiper-button-prev,
.productPage .recommend .swiper-button-prev {
  position: static;
}
.productPage .additional .swiper-button-next,
.productPage .recommend .swiper-button-next {
  position: static;
}
.productPage .additional .swiper .newprice,
.productPage .recommend .swiper .newprice {
  font-size: 1rem;
}
.productPage .info .link {
  border-bottom: 1px solid #cecece;
  display: flex;
}
.productPage .info .link a {
  border: 1px solid #cecece;
  border-bottom: 1px solid #fff;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  padding: 0.5rem 0.8rem;
  margin-bottom: -1px;
  font-size: 1.2rem;
}
.productPage .info .link a:hover {
  background: #fec526;
}
.productPage .info i {
  transition: all 0.3s;
}
.productPage .info .arrow_rotate {
  rotate: 180deg;
  transition: all 0.3s;
}
.productPage .info button {
  color: #373737;
}
.productPage .count {
  display: flex;
  align-items: center;
}
.productPage .board {
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #cecece;
  overflow: auto;
}
.productPage .moblie_addtocart {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
}
.productPage .moblie_addtocart .moblie_collect_btn {
  background: #f0f0f0;
  padding: 1rem;
  font-size: 1.1rem;
  color: #373737;
}
.productPage .moblie_addtocart .moblie_collect_btn i {
  color: #e5324f;
}
.productPage .moblie_addtocart .moblie_addtocart_btn {
  background: #fec526;
  color: #fff;
  padding: 1rem;
  font-size: 1.1rem;
}

.activityDisplayBox {
  font-size: 0.95rem;
}
.activityDisplayBox ul {
  padding: 0;
  list-style: none;
}
.activityDisplayBox ul li {
  position: relative;
  padding-left: 1.25rem;
}
.activityDisplayBox ul li i {
  position: absolute;
  left: 0;
  top: 5px;
}

.couponDisplayBox {
  list-style: none;
  padding: 0;
}

.fixed_bottom_total {
  position: fixed;
  bottom: 0;
  background: #e5324f;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  padding: 0.5rem;
  color: #fff;
  z-index: 5;
}
.fixed_bottom_total .price {
  font-size: 1.5rem;
}

#page_category_app {
  text-align: center;
}
#page_category_app .card {
  text-align: start;
  height: 100%;
}
#page_category_app .card .pic {
  overflow: hidden;
  position: relative;
  padding-top: 70%;
}
#page_category_app .card .pic img {
  height: 100% !important;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#page_category_app .card .card-body {
  display: flex;
  flex-direction: column;
  flex: auto;
}
#page_category_app .card .card-body .card-title {
  max-height: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#page_category_app .card .card-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: auto;
  text-align: justify;
}
#page_category_app .card:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  #page_category_app .card {
    flex-direction: row;
  }
  #page_category_app .card .pic {
    padding-top: 30%;
    flex: 0 0 120px;
    min-width: 33%;
  }
  #page_category_app .card .card-title {
    font-size: 1rem;
  }
  #page_category_app .card .card-text {
    font-size: 1rem;
    -webkit-line-clamp: 2;
    text-align: left;
    margin-top: 5px;
    font-size: 0.9rem;
  }
  #page_category_app .card .card-body {
    padding: 0.5rem;
  }
}

@media screen and (max-width: 768px) {
  .product {
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .product .heart,
  .product .cart,
  .product .share-btn {
    border: 1px solid #373737;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 0;
  }
  .product .heart:hover,
  .product .cart:hover,
  .product .share-btn:hover {
    background: #fec526;
    color: #fff;
  }
  .product .card .card-body {
    padding-bottom: 0 !important;
  }
  .product .card .card-body .card-title {
    min-height: 45px !important;
  }
  h3 {
    font-size: 1.3rem;
  }
  h4 {
    font-size: 1.1rem;
  }
  .delLine {
    font-size: 14px !important;
  }
  .newprice {
    font-size: 16px;
  }
  .table > :not(caption) > * > * {
    padding: 0 0.5rem;
  }
  .table td:nth-child(2) {
    padding-top: 0.5rem;
  }
  .table td:last-child {
    padding-bottom: 0.5rem;
  }
  .memberInfo .accordion-body {
    padding: 0.5rem 0rem;
  }
  .memberInfo .accordion-button {
    font-size: 1rem;
  }
  .memberInfo .table td:first-child,
  .memberInfo .table th:first-child {
    display: none;
  }
  .couponList .table,
  .orderList .table,
  .cashPointsList .table,
  .cashPointsLog .table,
  .orderItem .table {
    border-collapse: separate;
    border-spacing: 0 15px;
    margin-bottom: 0 !important;
  }
  .couponList .table thead,
  .orderList .table thead,
  .cashPointsList .table thead,
  .cashPointsLog .table thead,
  .orderItem .table thead {
    display: none;
  }
  .couponList .table tr,
  .orderList .table tr,
  .cashPointsList .table tr,
  .cashPointsLog .table tr,
  .orderItem .table tr {
    border-radius: 15px;
  }
  .couponList .table td,
  .orderList .table td,
  .cashPointsList .table td,
  .cashPointsLog .table td,
  .orderItem .table td {
    display: block;
    text-align: left;
    border-bottom: none;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
  }
  .couponList .table td:first-child,
  .orderList .table td:first-child,
  .cashPointsList .table td:first-child,
  .cashPointsLog .table td:first-child,
  .orderItem .table td:first-child {
    display: none;
  }
  .couponList .table td:nth-child(2),
  .orderList .table td:nth-child(2),
  .cashPointsList .table td:nth-child(2),
  .cashPointsLog .table td:nth-child(2),
  .orderItem .table td:nth-child(2) {
    border-radius: 15px 15px 0 0;
    border-top: 1px solid #cecece;
  }
  .couponList .table td:last-child,
  .orderList .table td:last-child,
  .cashPointsList .table td:last-child,
  .cashPointsLog .table td:last-child,
  .orderItem .table td:last-child {
    border-radius: 0 0 15px 15px;
    border-bottom: 1px solid #cecece;
    overflow: auto;
  }
  .couponList .table td[data-th]::before,
  .orderList .table td[data-th]::before,
  .cashPointsList .table td[data-th]::before,
  .cashPointsLog .table td[data-th]::before,
  .orderItem .table td[data-th]::before {
    content: attr(data-th) " : ";
  }
  .couponList .orderTable td:nth-last-child(2), .couponList .couponTable td:nth-last-child(2), .couponList .cashPointTable td:nth-last-child(2),
  .orderList .orderTable td:nth-last-child(2),
  .orderList .couponTable td:nth-last-child(2),
  .orderList .cashPointTable td:nth-last-child(2),
  .cashPointsList .orderTable td:nth-last-child(2),
  .cashPointsList .couponTable td:nth-last-child(2),
  .cashPointsList .cashPointTable td:nth-last-child(2),
  .cashPointsLog .orderTable td:nth-last-child(2),
  .cashPointsLog .couponTable td:nth-last-child(2),
  .cashPointsLog .cashPointTable td:nth-last-child(2),
  .orderItem .orderTable td:nth-last-child(2),
  .orderItem .couponTable td:nth-last-child(2),
  .orderItem .cashPointTable td:nth-last-child(2) {
    text-align: left;
    border-radius: 0 0 15px 15px;
    border-bottom: 1px solid #cecece;
    overflow: auto;
    padding-bottom: 0.5rem;
  }
  .couponList .orderTable td:nth-last-child(3), .couponList .couponTable td:nth-last-child(3), .couponList .cashPointTable td:nth-last-child(3),
  .orderList .orderTable td:nth-last-child(3),
  .orderList .couponTable td:nth-last-child(3),
  .orderList .cashPointTable td:nth-last-child(3),
  .cashPointsList .orderTable td:nth-last-child(3),
  .cashPointsList .couponTable td:nth-last-child(3),
  .cashPointsList .cashPointTable td:nth-last-child(3),
  .cashPointsLog .orderTable td:nth-last-child(3),
  .cashPointsLog .couponTable td:nth-last-child(3),
  .cashPointsLog .cashPointTable td:nth-last-child(3),
  .orderItem .orderTable td:nth-last-child(3),
  .orderItem .couponTable td:nth-last-child(3),
  .orderItem .cashPointTable td:nth-last-child(3) {
    position: relative;
  }
  .couponList .orderTable td:nth-last-child(3)::after, .couponList .couponTable td:nth-last-child(3)::after, .couponList .cashPointTable td:nth-last-child(3)::after,
  .orderList .orderTable td:nth-last-child(3)::after,
  .orderList .couponTable td:nth-last-child(3)::after,
  .orderList .cashPointTable td:nth-last-child(3)::after,
  .cashPointsList .orderTable td:nth-last-child(3)::after,
  .cashPointsList .couponTable td:nth-last-child(3)::after,
  .cashPointsList .cashPointTable td:nth-last-child(3)::after,
  .cashPointsLog .orderTable td:nth-last-child(3)::after,
  .cashPointsLog .couponTable td:nth-last-child(3)::after,
  .cashPointsLog .cashPointTable td:nth-last-child(3)::after,
  .orderItem .orderTable td:nth-last-child(3)::after,
  .orderItem .couponTable td:nth-last-child(3)::after,
  .orderItem .cashPointTable td:nth-last-child(3)::after {
    content: "\f105";
    font-size: 1rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: -35%;
    left: 90%;
    transform: translate(-50%, -50%);
    position: absolute;
  }
  .couponList .orderTable td:last-child, .couponList .couponTable td:last-child, .couponList .cashPointTable td:last-child,
  .orderList .orderTable td:last-child,
  .orderList .couponTable td:last-child,
  .orderList .cashPointTable td:last-child,
  .cashPointsList .orderTable td:last-child,
  .cashPointsList .couponTable td:last-child,
  .cashPointsList .cashPointTable td:last-child,
  .cashPointsLog .orderTable td:last-child,
  .cashPointsLog .couponTable td:last-child,
  .cashPointsLog .cashPointTable td:last-child,
  .orderItem .orderTable td:last-child,
  .orderItem .couponTable td:last-child,
  .orderItem .cashPointTable td:last-child {
    display: none;
  }
  .couponList .couponTable td:nth-last-child(3)::after,
  .orderList .couponTable td:nth-last-child(3)::after,
  .cashPointsList .couponTable td:nth-last-child(3)::after,
  .cashPointsLog .couponTable td:nth-last-child(3)::after,
  .orderItem .couponTable td:nth-last-child(3)::after {
    top: 0 !important;
  }
  .couponList .cashPointTable td:nth-last-child(3)::after,
  .orderList .cashPointTable td:nth-last-child(3)::after,
  .cashPointsList .cashPointTable td:nth-last-child(3)::after,
  .cashPointsLog .cashPointTable td:nth-last-child(3)::after,
  .orderItem .cashPointTable td:nth-last-child(3)::after {
    top: -200%;
  }
  .couponList .fs-6,
  .orderList .fs-6,
  .cashPointsList .fs-6,
  .cashPointsLog .fs-6,
  .orderItem .fs-6 {
    font-size: 0.9rem !important;
  }
  .couponList .modal-content .table td,
  .orderList .modal-content .table td,
  .cashPointsList .modal-content .table td,
  .cashPointsLog .modal-content .table td,
  .orderItem .modal-content .table td {
    border-color: #a7a7a7;
  }
  .couponItem .modal-header,
  .cashPointsLog .modal-header {
    padding: 0.5rem 0.5rem !important;
  }
  .couponItem .modal-header h4,
  .cashPointsLog .modal-header h4 {
    font-size: 1rem;
  }
  .couponItem .modal-body,
  .cashPointsLog .modal-body {
    width: 100% !important;
  }
  .cashPointsList .holdPoints {
    padding: 0.5rem 0rem;
    justify-content: center;
  }
  .shoppingCart .list,
  .checkout .list {
    font-size: 14px !important;
  }
  .shoppingCart .list .header,
  .checkout .list .header {
    display: flex;
    justify-content: space-between;
    text-align: start;
    font-size: 16px;
    padding-inline: 1rem;
  }
  .shoppingCart .list .header > div:not(:nth-child(2)),
  .checkout .list .header > div:not(:nth-child(2)) {
    display: none;
  }
  .shoppingCart .list .inner .item,
  .checkout .list .inner .item {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 2px;
    text-align: center;
  }
  .shoppingCart .list .inner .item .img,
  .checkout .list .inner .item .img {
    grid-row: 1;
    grid-column: 1/2;
  }
  .shoppingCart .list .inner .item .img .pic,
  .checkout .list .inner .item .img .pic {
    width: 65px;
    min-width: 65px;
    margin-left: auto;
  }
  .shoppingCart .list .inner .item .productItem,
  .checkout .list .inner .item .productItem {
    grid-row: 1;
    grid-column: 2/5;
    margin-left: 5px;
  }
  .shoppingCart .list .inner .item .fixPrice,
  .checkout .list .inner .item .fixPrice {
    grid-row: 2;
    grid-column: 1/3;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin-top: 0.5rem;
  }
  .shoppingCart .list .inner .item .fixPrice .price,
  .checkout .list .inner .item .fixPrice .price {
    margin-right: 0.5rem;
  }
  .shoppingCart .list .inner .item .count,
  .checkout .list .inner .item .count {
    grid-row: 2;
    grid-column: 3/5;
    justify-content: end;
    margin-top: 0.5rem;
  }
  .shoppingCart .list .inner .item .count[data-step="2"]::before, .shoppingCart .list .inner .item .count_comment::before,
  .checkout .list .inner .item .count[data-step="2"]::before,
  .checkout .list .inner .item .count_comment::before {
    content: "數量：";
  }
  .shoppingCart .list .inner .item .total,
  .checkout .list .inner .item .total {
    grid-row: 3;
    grid-column: 1/5;
    flex-direction: row;
    justify-content: end;
    margin-top: 0.5rem;
    align-items: center;
    gap: 5px;
  }
  .shoppingCart .list .inner .item .del,
  .checkout .list .inner .item .del {
    grid-row: 4;
    grid-column: 1/5;
  }
  .shoppingCart .list .additional,
  .checkout .list .additional {
    background: #eee;
    margin-left: 10px;
    border-radius: 10px;
    padding-bottom: 0.5rem;
  }
  .shoppingCart .list .additional .tit_s,
  .checkout .list .additional .tit_s {
    background: none !important;
    font-size: 1rem !important;
    margin: 0.5rem 0;
    padding-top: 10px;
    padding-bottom: 0;
  }
  .shoppingCart .list .additional .item,
  .checkout .list .additional .item {
    margin: 0 0.5rem;
  }
  .shoppingCart .list .additional .pic_txt,
  .checkout .list .additional .pic_txt {
    grid-column: 1/5;
    gap: 2px !important;
  }
  .shoppingCart .list .additional hr,
  .checkout .list .additional hr {
    width: 90%;
    margin-inline: auto;
  }
  .shoppingCart .list .gift .item,
  .checkout .list .gift .item {
    grid-template-columns: 65px 1fr !important;
  }
  .shoppingCart .list .gift .unavailable_coupon,
  .checkout .list .gift .unavailable_coupon {
    font-size: inherit;
  }
  .shoppingCart .list .gift_count,
  .checkout .list .gift_count {
    grid-column: 2/5;
    justify-content: end !important;
  }
  .shoppingCart .list .gift_count::before,
  .checkout .list .gift_count::before {
    content: "數量：";
  }
  .shoppingCart .collapse .table,
  .checkout .collapse .table {
    text-wrap: wrap !important;
  }
  .shoppingCart .collapse .table span,
  .checkout .collapse .table span {
    font-size: 14px;
  }
  .shoppingCart .collapse input,
  .checkout .collapse input {
    vertical-align: top !important;
  }
  .shoppingCart .collapse .form-check-label,
  .checkout .collapse .form-check-label {
    font-size: 14px;
  }
  .shoppingCart .tit_s i,
  .checkout .tit_s i {
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
  }
  .shoppingCart .compute,
  .checkout .compute {
    width: 100%;
  }
  .shoppingCart .compute .deliveryFee,
  .checkout .compute .deliveryFee {
    display: block;
  }
  .product .card .card-body .card-title {
    font-size: 1rem;
  }
  .product .link a {
    font-size: 1rem;
    padding: 0.5rem;
  }
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.slide_toggle-enter,
.slide_toggle-leave-to {
  transform: translateY(-10px);
  opacity: 0;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s;
}

.slide_toggle-enter-active,
.slide_toggle-leave-active {
  transition: all 0.35s;
}

.fade-enter-to,
.fade-leave {
  opacity: 1;
}

.slide_toggle-enter-to,
.slide_toggle-leave {
  transform: translateY(0);
}/*# sourceMappingURL=login.css.map */padding: 0.5rem;
  }
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.slide_toggle-enter,
.slide_toggle-leave-to {
  transform: translateY(-10px);
  opacity: 0;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s;
}

.slide_toggle-enter-active,
.slide_toggle-leave-active {
  transition: all 0.35s;
}

.fade-enter-to,
.fade-leave {
  opacity: 1;
}

.slide_toggle-enter-to,
.slide_toggle-leave {
  transform: translateY(0);
}

@media screen and (max-width: 768px) {
  .info .detail .inner .container_fluid.layout-block {
    margin-left: calc(var(--bs-gutter-x) * -0.5 - 0.25rem);
    margin-right: calc(var(--bs-gutter-x) * -0.5 - 0.25rem);
  }
}

@media screen and (max-width: 768px) {
  .container > .layout-block.container_fluid {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}

.fixed_cart {
  position: fixed;
  top: calc(var(--headerHeight) + var(--flash_event_height) + 1rem);
  bottom: auto;
  left: auto;
  right: 1%;
  z-index: 20;
  display: none;
}
@media screen and (max-width: 768px) {
  .fixed_cart {
    display: none !important;
  }
}

.product_text {
  white-space: break-spaces;
}

.method_btns .mainbtn,
.method_btns .mainbtn2 {
  font-size: 1.15rem;
  font-weight: bold;
  padding: 0.5rem 1.5rem;
}/*# sourceMappingURL=login.css.map */