@charset "UTF-8";
@font-face {
  font-family: "Averta";
  src: url("../fonts/Averta-Regular.woff2") format("woff2"),
    url("../fonts/Averta-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Averta-bold";
  src: url("../fonts/Averta-Bold.woff2") format("woff2"),
    url("../fonts/Averta-Bold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Averta-semibold";
  src: url("../fonts/Averta-Semibold.woff2") format("woff2"),
    url("../fonts/Averta-Semibold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "UTM-Impact";
  src: url("../fonts/UTM-Impact.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.p-cart {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}
@media (min-width: 767px) {
  .p-cart {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    margin-top: 4rem;
  }
}
.p-cart.--view {
  display: flex;
  gap: 3rem;
  margin-bottom: 5.4rem;
  flex-direction: column;
}
@media (min-width: 767px) {
  .p-cart.--view {
    flex-direction: row;
    gap: 1rem;
  }
}
.p-cart.--finish {
  margin-bottom: 5rem;
  gap: 0;
}
@media (min-width: 767px) {
  .p-cart.--finish {
    padding-top: 3.5rem;
  }
}
@media (min-width: 767px) {
  .p-cart.--finish .p-cart-right {
    border-left: 1px solid #d8d8f1;
  }
}
.p-cart-ttl {
  font-size: 1.6rem;
  font-family: "Averta-bold", sans-serif;
  margin-bottom: 1rem;
}
@media (min-width: 767px) {
  .p-cart-ttl {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
}

.p-cart-ttl2{
   margin-top: 1.5rem; 
}
.p-cart-left .tlink {
  color: #00267c;
  font-family: "Averta-bold", sans-serif;
}
.p-cart-left .f-cart {
  margin-top: 1.3rem;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
@media (min-width: 767px) {
  .p-cart-left .f-cart {
    margin-top: 2.3rem;
  }
}
.p-cart-left .f-cart-select {
  position: relative;
}
.p-cart-left .f-cart-select:after {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: url(../images/ic-down.png) no-repeat top center;
  background-size: contain;
  width: 1.3rem;
  height: 0.8rem;
}
.p-cart-left .f-cart input,
.p-cart-left .f-cart select {
  color: #7e7e7e;
  width: 100%;
  border: 1px solid #dedede;
  height: 4.8rem;
  border-radius: 3.7rem;
  padding-left: 1.5rem;
}
@media (min-width: 767px) {
  .p-cart-left .f-cart input,
  .p-cart-left .f-cart select {
    border-radius: 1rem;
    padding-left: 2.2rem;
  }
}
.p-cart-left .f-cart select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-cart-left .f-cart textarea {
  min-height: 16.9rem;
  border: 1px solid #dedede;
  border-radius: 1rem;
  padding: 1.5rem;
  width: 100%;
}
.p-cart-left .cart-sumary__ttl {
  padding: 1.5rem;
  background: #00267c;
  color: #fff;
  font-family: "Averta-semibold", sans-serif;
  position: relative;
  font-size: 2rem;
}
@media (min-width: 767px) {
  .p-cart-left .cart-sumary__ttl {
    font-size: 2.6rem;
    padding: 1.8rem 3.6rem;
  }
}
.p-cart-left .cart-sumary__ttl span {
  display: inline-block;
  position: relative;
}
.p-cart-left .cart-sumary__ttl span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1.6rem;
  background: #f9ca00;
  width: 100%;
  height: 0.2rem;
}
@media (min-width: 767px) {
  .p-cart-left .cart-sumary__ttl span:after {
    bottom: -1.8rem;
  }
}
.p-cart-left .cart-sumary__lst {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 767px) {
  .p-cart-left .cart-sumary__lst {
    padding: 3.6rem;
    gap: 2rem;
  }
}
.p-cart-left .cart-sumary__lst__item {
  display: flex;
  gap: 0.2rem;
  flex-direction: column;
}
@media (min-width: 767px) {
  .p-cart-left .cart-sumary__lst__item {
    gap: 4rem;
    flex-direction: row;
  }
}
.p-cart-left .cart-sumary__lst__item__ttl {
  font-family: "Averta-bold", sans-serif;
  font-size: 1.6rem;
  position: relative;
}
@media (min-width: 767px) {
  .p-cart-left .cart-sumary__lst__item__ttl {
    min-width: 19rem;
  }
}
.p-cart-left .cart-sumary__lst__item__ttl:after {
  content: ":";
  font-size: 2rem;
  font-family: "Averta", sans-serif;
}
@media (min-width: 767px) {
  .p-cart-left .cart-sumary__lst__item__ttl:after {
    position: absolute;
    right: 0;
    top: -0.3rem;
  }
}
.p-cart-left .cart-sumary__img {
  margin: 0 1.5rem;
}
@media (min-width: 767px) {
  .p-cart-left .cart-sumary__img {
    margin: 0 3.5rem;
  }
}
.p-cart-right-content.none-bg {
  box-shadow: none;
  background: none;
  border: none;
}
.p-cart-right-content.none-bg:after,
.p-cart-right-content.none-bg:before {
  display: none;
}
.p-cart-payment {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.p-cart-payment .payment-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 1rem 0 1rem 4rem;
  border: 1px solid #dedede;
  border-radius: 0.5rem;
  gap: 0.2rem;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.p-cart-payment .payment-item p{
  margin: 0;
  padding: 0 1rem 0 0;
}
@media (min-width: 767px) {
  .p-cart-payment .payment-item {
    padding: 1.2rem 0 1.2rem 5.5rem;
  }
}
.p-cart-payment .payment-item:hover {
  border: 1px solid #00267c;
}
.p-cart-payment .payment-item:hover:after {
  display: block;
}
.p-cart-payment .payment-item:after {
  position: absolute;
  content: "";
  right: -1px;
  bottom: -1px;
  width: 2.1rem;
  height: 2.1rem;
  background: url(../images/ic-check-3.png) no-repeat center;
  background-size: contain;
  display: none;
}
.p-cart-payment .payment-item:has(input[type="radio"]:checked) {
  border: 1px solid #00267c;
}
.p-cart-payment .payment-item:has(input[type="radio"]:checked):after {
  display: block;
}
.p-cart-payment .payment-item input {
  display: none;
}
.p-cart-payment .payment-item input:checked + .circle::after {
  display: block;
}
.p-cart-payment .payment-item .circle {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #00267c;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (min-width: 767px) {
  .p-cart-payment .payment-item .circle {
    width: 1.5rem;
    height: 1.5rem;
    left: 2rem;
  }
}
.p-cart-payment .payment-item .circle.--visa {
  top: 2.5rem;
}
.p-cart-payment .payment-item .circle:after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  width: 0.7rem;
  height: 0.7rem;
  background: #00267c;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 767px) {
  .p-cart-payment .payment-item .circle:after {
    width: 1rem;
    height: 1rem;
  }
}
.p-cart .cart-item-end {
  display: flex;
  gap: 1.5rem;
  border-bottom: 1px solid #d8d8f1;
  padding: 1.5rem;
}
@media (min-width: 767px) {
  .p-cart .cart-item-end {
    padding: 2.5rem;
  }
}
.p-cart .cart-item-end__img {
  width: 8rem;
  height: 8rem;
  flex-shrink: 0;
}
@media (min-width: 767px) {
  .p-cart .cart-item-end__img {
    width: 8.5rem;
    height: 8.5rem;
  }
}
.p-cart .cart-item-end__meta {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  position: relative;
}
.p-cart .cart-item-end__ttl {
  line-height: 1.3;
  color: #000;
}
@media (min-width: 767px) {
  .p-cart .cart-item-end__ttl {
    font-size: 1.8rem;
    width: 65%;
  }
}
.p-cart .cart-item-end__qty {
  font-size: 1.5rem;
  color: #666;
}
.p-cart .cart-item-end__price {
  font-size: 1.6rem;
  font-family: "Averta-bold", sans-serif;
  color: #000;
}
@media (min-width: 767px) {
  .p-cart .cart-item-end__price {
    font-size: 1.8rem;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.p-cart .payment-details {
  border-bottom: 1px solid #d8d8f1;
  padding: 2rem 1.5rem;
}
@media (min-width: 767px) {
  .p-cart .payment-details {
    padding: 2rem 3.5rem 2.5rem;
  }
}
.p-cart .payment-details.--finish {
  padding: 0;
}
.p-cart .payment-details.--finish .payment-details__txt {
  padding: 2rem 3.5rem 2rem;
}
.p-cart .payment-details.--finish .payment-details__txt:last-child {
  border-top: 1px solid #d8d8f1;
}
.p-cart .payment-details__txt {
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
  align-items: center;
}
.p-cart .payment-details__txt span {
  font-family: "Averta-bold", sans-serif;
  color: #000;
}
.p-cart .payment-details__voucher {
  display: flex;
  gap: 1.1rem;
  align-items: center;
  justify-content: space-between;
  margin: 1.7rem 0;
}
.p-cart .payment-details__voucher input {
  background: #fff;
  border-radius: 1rem;
  height: 4.8rem;
  padding-left: 1.5rem;
  flex: 1;
  border: none;
  outline: none !important;
}
@media (min-width: 767px) {
  .p-cart .payment-details__voucher input {
    padding-left: 2.3rem;
  }
}
.p-cart .payment-details__voucher .btn-voucher {
  background: #00267c;
  color: #fff;
  border-radius: 1rem;
  width: 10.7rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Averta-bold", sans-serif;
}
@media (min-width: 767px) {
  .p-cart .payment-details__voucher .btn-voucher {
    width: 12.7rem;
  }
}
.p-cart .payment-total {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  padding: 2rem 1.5rem;
}
@media (min-width: 767px) {
  .p-cart .payment-total {
    padding: 2rem 3.5rem;
  }
}
.p-cart .payment-total__end {
  font-family: "Averta-bold", sans-serif;
  color: #00267c;
  font-size: 2.2rem;
}
@media (min-width: 767px) {
  .p-cart .payment-total__end {
    font-size: 2.8rem;
  }
}
.p-cart-back {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 766px) {
  .p-cart-back {
    margin-top: 2rem;
  }
}
.p-cart-back .back-to-cart {
  display: inline-block;
  font-size: 1.6rem;
  background: url(../images/ic-prev-2.png) no-repeat left center;
  background-size: 1.2rem;
  padding-left: 2rem;
  transition: all 0.3s;
}
.p-cart-back .back-to-cart:hover {
  color: #00267c;
  padding-left: 2.5rem;
}
.p-cart-back .btn-finish {
  background: #f9ca00;
  color: #00267c;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  font-family: "Averta-bold", sans-serif;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22rem;
  height: 5rem;
  cursor: pointer;
  transition: all 0.3s;
}
@media (min-width: 767px) {
  .p-cart-back .btn-finish {
    width: 29rem;
    height: 4.5rem;
    font-size: 1.8rem;
  }
}
.p-cart-back .btn-finish:hover {
  background: #00267c;
  color: #fff;
}
.p-cart-tbl {
  flex: 1;
  border: 1px solid #e3e3ff;
  border-radius: 0.5rem;
  box-shadow: 0 0.2rem 0.6rem 0 rgba(0, 0, 0, 0.05);
}
.p-cart-tbl .cart-table thead tr {
  background: #00267c;
  color: #fff;
}
.p-cart-tbl .cart-table tr {
  border-bottom: 1px solid #e3e3ff;
}
.p-cart-tbl .cart-table tr:last-child {
  border-bottom: none;
}
.p-cart-tbl .cart-table tr th {
  font-size: 1.8rem;
  padding: 1.2rem 0.5rem;
}
.p-cart-tbl .cart-table tr th.w-check {
  width: 7%;
  text-align: center;
}
.p-cart-tbl .cart-table tr th.w-price {
  width: 18%;
  text-align: center;
}
.p-cart-tbl .cart-table tr th.w-qty {
  width: 17%;
  text-align: center;
}
.p-cart-tbl .cart-table tr td {
  padding: 2rem 1rem;
}
.p-cart-tbl .cart-table tr td.txt-center {
  text-align: center;
}
@media (max-width: 766px) {
  .p-cart-tbl .cart-table {
    display: block;
    width: 100%;
  }
  .p-cart-tbl .cart-table thead {
    display: block;
  }
  .p-cart-tbl .cart-table thead tr {
    display: block;
    margin-bottom: 0;
    background: none;
    color: #000;
  }
  .p-cart-tbl .cart-table thead th:not(.col-check) {
    display: none !important;
  }
  .p-cart-tbl .cart-table thead th.w-check {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem;
  }
  .p-cart-tbl .cart-table tbody {
    display: block;
    width: 100%;
  }
  .p-cart-tbl .cart-table tbody tr {
    position: relative;
    display: grid;
    grid-template-columns: 2rem 1fr;
    grid-template-areas: "check product" "check priceqty" "check total";
    row-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .p-cart-tbl .cart-table tbody tr td[data-label="Chọn"] {
    grid-area: check;
    display: flex;
    justify-content: center;
    padding-top: 0;
  }
  .p-cart-tbl .cart-table tbody tr td[data-label="Chọn"] .checkmark {
    margin-top: 3.4rem;
  }
  .p-cart-tbl .cart-table tbody tr td:not([data-label="Chọn"]) {
    border: none;
    padding: 0;
  }
  .p-cart-tbl .cart-table tbody tr td[data-label="Sản phẩm"] {
    grid-area: product;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding-right: 3rem;
  }
  .p-cart-tbl .cart-table tbody tr td[data-label="Đơn giá"],
  .p-cart-tbl .cart-table tbody tr td[data-label="Số lượng"] {
    grid-area: priceqty;
    display: inline-flex;
    align-items: center;
  }
  .p-cart-tbl .cart-table tbody tr td[data-label="Đơn giá"] {
    margin-top: -5rem;
    margin-left: 10rem;
  }
  .p-cart-tbl .cart-table tbody tr td[data-label="Số lượng"] {
    margin-left: auto;
    margin-top: -5rem;
  }
  .p-cart-tbl .cart-table tbody tr td[data-label="Thành tiền"] {
    grid-area: total;
    font-weight: 600;
    text-align: right;
  }
  .p-cart-tbl .cart-table tbody tr td[data-label="Xoá"] {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
}
.p-cart-tbl__img-ttl {
  display: flex;
  gap: 1.5rem;
}
.p-cart-tbl__img-ttl__img {
  width: 8.5rem;
  height: 8.5rem;
  flex-shrink: 0;
}
.p-cart-tbl__img-ttl__ttl {
  color: #000;
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  max-height: calc(1.5em * 2);
  line-height: 1.5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-cart-tbl__price {
  display: flex;
  flex-direction: column;
}
.p-cart-tbl__price .new-price {
  color: #000;
  font-size: 1.6rem;
}
.p-cart-tbl__price .old-price {
  font-size: 1.2rem;
  text-decoration: line-through;
  color: #888;
}
.p-cart-tbl__total {
  font-family: "Averta-bold", sans-serif;
  color: #00267c;
  font-size: 1.8rem;
}
.p-cart-tbl__del {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  border: 1px solid #333;
  padding: 0.6rem;
  cursor: pointer;
}
.p-cart-tbl__del:hover {
  background: #00267c;
  border: 1px solid #00267c;
}
.p-cart-tbl__del:hover img {
  filter: brightness(0) invert(1);
}
.p-cart-tbl-bot {
  display: flex;
  padding: 2.5rem 1.5rem;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 767px) {
  .p-cart-tbl-bot {
    padding: 2.5rem 3rem;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
  }
}
.p-cart-tbl-bot__tel {
  font-size: 1.6rem;
  background: url(../images/ic-call-2.png) no-repeat left center;
  background-size: 5.7rem 5.7rem;
  padding: 1rem 0 1rem 5.8rem;
  line-height: 1.3;
  padding-left: 7rem;
}
@media (min-width: 767px) {
  .p-cart-tbl-bot__tel {
    width: 50%;
  }
}
.p-cart-tbl-bot__tel strong {
  font-size: 1.8rem;
  color: #af1111;
}
.p-cart-tbl-bot__btn {
  display: flex;
  gap: 0.9rem;
}
.p-cart-tbl-bot__btn .bot-btn {
  font-family: "Averta-bold", sans-serif;
  width: 20.3rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #00267c;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.3s;
}
.p-cart-tbl-bot__btn .bot-btn:hover {
  background: #00267c;
  color: #fff;
}
.p-cart-tbl-bot__btn__back {
  border: 1px solid #00267c;
  font-family: "Averta-bold", sans-serif;
}
.p-cart-tbl-bot__btn__pay {
  background: #f9ca00;
  box-shadow: 0 0.2rem 0.6rem 0 rgba(0, 0, 0, 0.1);
}
.p-cart-info {
  flex-shrink: 0;
  width: 100%;
}
@media (min-width: 767px) {
  .p-cart-info {
    width: 34rem;
  }
}
.p-cart-info-box {
  padding-top: 2rem;
}
.p-cart-info__ttl {
  text-align: center;
  color: #00267c;
  font-family: "Averta-bold", sans-serif;
  font-size: 1.8rem;
}
.p-cart-info .payment-details {
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.p-cart-info .payment-total {
  padding: 2rem;
}
.p-cart-info .payment-recept {
  margin-top: 2.6rem;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.2rem;
}
.p-cart-lst {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 1.5rem;
}
.p-cart-lst__item {
  display: flex;
  gap: 1rem;
}
.p-cart-lst__item__img {
  width: 8.5rem;
  height: 8.5rem;
}
.p-cart-lst__item__meta {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-cart-lst__item__meta__head {
  display: flex;
  gap: 1rem;
}
.p-cart-lst__item__meta__head__ttl {
  font-size: 1.6rem;
  line-height: 1.3;
}
.p-cart-lst__item__meta__bot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.shadow {
  background: #eeeeff;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0.2rem 0.6rem 0 rgba(0, 0, 0, 0.05);
  position: relative;
}
.shadow:after {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  position: absolute;
  content: "";
  top: 0.5rem;
  left: 0;
  background: #eeeeff;
  z-index: -1;
  box-shadow: 0 0.2rem 0.6rem 0 rgba(0, 0, 0, 0.05);
}
.shadow:before {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  position: absolute;
  content: "";
  top: 1rem;
  left: 0;
  background: #eeeeff;
  z-index: -2;
  box-shadow: 0 0.2rem 0.6rem 0 rgba(0, 0, 0, 0.05);
}

.c-quantity {
  display: flex;
  align-items: center;
  border: 1px solid #e3e3e3;
  height: 3rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .c-quantity {
    height: 3.8rem;
  }
}
.c-quantity.--detail {
  border-radius: 4.5rem;
  height: 4rem;
}
@media (min-width: 767px) {
  .c-quantity.--detail {
    height: 4.5rem;
  }
}
.c-quantity.--detail .ins {
  width: 4rem;
  height: 4rem;
  border: none;
  border-radius: 50%;
  background: #e8e8e8;
  position: relative;
}
@media (min-width: 767px) {
  .c-quantity.--detail .ins {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.c-quantity.--detail .ins:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.3rem;
}
.c-quantity.--detail .ins.btn-minus:before {
  background: url(../images/ic-minus-2.png) no-repeat top center;
  background-size: contain;
  height: 0.2rem;
}
.c-quantity.--detail .ins.btn-plus {
  background: #00267c;
}
.c-quantity.--detail .ins.btn-plus:before {
  background: url(../images/ic-plus-2.png) no-repeat top center;
  background-size: contain;
  filter: brightness(0) invert(1);
  height: 1.3rem;
}
.c-quantity.--detail .qty {
  border: none;
}
.c-quantity .qty {
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-top: none;
  border-bottom: none;
  height: 100%;
  text-align: center;
  width: 6rem;
  font-size: 1.3rem;
}
@media (min-width: 767px) {
  .c-quantity .qty {
    width: 5rem;
    font-size: 1.8rem;
  }
}
.c-quantity .qty[type="number"]::-webkit-inner-spin-button,
.c-quantity .qty[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.c-quantity .ins {
  width: 3rem;
  text-align: center;
  font-size: 1.4rem;
  cursor: pointer;
}
@media (min-width: 767px) {
  .c-quantity .ins {
    width: 4rem;
    font-size: 2.5rem;
  }
}

.add-to-cart {
  padding: 2rem 1.5rem 2rem 1.5rem;
  width: 37.6rem;
  position: fixed;
  right: 0;
  top: 2rem;
  background: #fff;
  box-shadow: 0.3rem 0.6rem 1rem rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  right: -40rem;
  z-index: 99;
}
.add-to-cart.is-show {
  right: 2rem;
}
.add-to-cart__ttl {
  font-size: 1.8rem;
  font-family: "Averta-bold", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dedede;
  padding-bottom: 1.4rem;
  line-height: 1;
}
.add-to-cart__ttl .ic_close_2 {
  display: inline-block;
  width: 1.3rem;
  height: 2.2rem;
  background-color: #fff;
  background-image: url(../images/ic-close.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.add-to-cart__item {
  display: flex;
  align-items: center;
  margin: 1rem 0;
  justify-content: space-between;
  gap: 1.5rem;
}
.add-to-cart__item__img {
  width: 8rem;
  height: 8rem;
  flex-shrink: 0;
}
.add-to-cart__item__ttl {
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: "Averta", sans-serif;
  font-weight: normal;
}
.add-to-cart__item__price {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  margin-top: 0.5rem;
}
.add-to-cart__item__price .new-price {
  font-family: "Averta-bold", sans-serif;
  font-size: 1.6rem;
  color: #ff4800;
}
.add-to-cart__item__price .old-price {
  text-decoration: line-through;
  font-size: 1.4rem;
  color: #666;
}
.add-to-cart .btn-view-cart {
  font-size: 1.6rem;
  font-family: "Averta-semibold", sans-serif;
  color: #000;
  text-transform: uppercase;
  width: 19.5rem;
  height: 4.2rem;
  border-radius: 2.1rem;
  display: flex;
  align-items: center;
  border: 1px solid #00267c;
  padding-left: 2.6rem;
  position: relative;
  transition: all 0.3s;
}
.add-to-cart .btn-view-cart:after {
  position: absolute;
  content: "";
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 1rem;
  background: url(../images/ic-right.png) no-repeat top center;
  background-size: contain;
  transition: all 0.3s;
}
.add-to-cart .btn-view-cart:hover {
  color: #fff;
  background: #00267c;
}
.add-to-cart .btn-view-cart:hover:after {
  filter: brightness(0) invert(1);
  right: 2rem;
} /*# sourceMappingURL=cart.css.map */

.f-cart-inpput {
  position: relative;
}
.is-visible::after {
  border: solid rgba(255, 255, 255, 0);
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-bottom-color: rgba(255, 255, 255, 0);
  border-left-width: medium;
  content: "";
  position: absolute;
  top: -13px;
  right: 14px;
  height: 0;
  width: 0;
  pointer-events: none;
  border-bottom-color: #eca13a;
  border-width: 0 0 13px 18px;
}
.is-visible::before {
  border: solid rgba(255, 255, 255, 0);
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-bottom-color: rgba(255, 255, 255, 0);
  border-left-width: medium;
  content: "";
  position: absolute;
  top: -13px;
  right: 14px;
  height: 0;
  width: 0;
  pointer-events: none;
  border-bottom-color: #e8e8e8;
  border-width: 0 0 13px 17px;
}
.is-visible {
  display: none;
  background-color: #eca13a;
  border: 1px solid #eca13a;
  color: #fff;
  position: absolute;
  right: -1px;
  top: 40px;
  max-width: 100%;
  padding: 2px 8px;
  border-radius: 4px;
  z-index: 2;
}
