/* --- 공통 CSS --- */
.layout-cart .header {
  visibility: visible;
}

.layout-cart .layout {
  grid-template-rows: 100px 1fr 0px;
}

.layout-cart .bottom_menu {
  display: none;
}
/* --- 메인 CSS --- */
.layout-cart .cart_header {
  margin: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-family: 'Spoqa Han Sans Neo';
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
}

.layout-cart .check_box {
  position: relative;
  top: 1.5px;
  zoom: 1.3;
  accent-color: #3a4254;
}

.layout-cart .cart_main {
  max-height: calc(100vh - 121px - 268px);
  overflow: auto;
}

.layout-cart .top_product_item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 8px;
  font-family: 'Spoqa Han Sans Neo';
  font-style: normal;
}

.layout-cart .item_left {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.layout-cart .item_right {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.layout-cart .top_product_img {
  width: 113px;
  height: 115px;
}

.layout-cart .top_product_icon {
  width: 17px;
  height: 17px;
}

.layout-cart .top_product_title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.layout-cart .title_first {
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  color: #707070;
}

.layout-cart .title_second {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}

.layout-cart .title_third {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}

.layout-cart .main_middle_pricebox {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: 'Spoqa Han Sans Neo';
  font-style: normal;
}

.layout-cart .pricebox_area1 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  font-size: 15px;
  line-height: 19px;
}

.layout-cart .pricebox_area2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
}

.layout-cart .pricebox_area3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
}

.layout-cart .main_middle_total {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.layout-cart .total_area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
}

.layout-cart .cart_main_footer {
  margin-top: 10px;
}

.layout-cart .main_bottom_item {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 15px;
  font-family: 'Spoqa Han Sans Neo';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.layout-cart .bottom_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 45px;
  border-radius: 48px;
}

.layout-cart .basket {
  color: #cb7658;
  background: #ffffff;
  border: 1px solid #cb7658;
}

.layout-cart .buy {
  color: #fff;
  background: #cb7658;
}

/* --- fix --- */
.layout-cart .fixbox {
  max-width: 680px !important;
  position: fixed;
  width: 89%;
  bottom: 10px;
}
