/* --- 공통 CSS --- */

.layout-cart .header {
  visibility: visible;
}

.layout-cart .shopping_cart {
  display: flex;
}

.layout-cart .layout {
  grid-template-rows: 100px 1fr 0px;
}

.layout-cart .bottom_menu {
  display: none;
}

/* --- 메인 CSS --- */
.layout-cart .cart {
  color: #c8c8c8;
}

.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: 26px;
  line-height: 33px;
  color: #c8c8c8;
}

.layout-cart .check_box {
  position: relative;
  top: 0.5px;
  zoom: 2;
  accent-color: #3a4254;
}

.layout-cart .cart_main_top {
  max-height: calc(80vh - 121px - 286px);
  overflow: auto;
}

.layout-cart .main_top_product {
  /* overflow: hidden; */
}

.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: 196px;
  height: 191px;
}

.layout-cart .top_product_icon {
  width: 23px;
  height: 23px;
  color: #c8c8c8;
}

.layout-cart .top_product_title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: 'Spoqa Han Sans Neo';
  font-style: normal;
}

.layout-cart .title_first {
  font-weight: bold;
  font-size: 23px;
  line-height: 28px;
  color: #707070;
}

.layout-cart .title_second {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 28px;
  line-height: 35px;
}

.layout-cart .title_third {
  font-weight: bold;
  font-size: 28px;
  line-height: 35px;
}

.layout-cart .main_middle_pricebox {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-family: 'Spoqa Han Sans Neo';
  font-style: normal;
}

.layout-cart .pricebox_area1 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  font-size: 26px;
  line-height: 33px;
}

.layout-cart .pricebox_area2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-weight: 400;
  font-size: 23px;
  line-height: 35px;
}

.layout-cart .pricebox_area3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-weight: 400;
  font-size: 23px;
  line-height: 35px;
}

.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: 26px;
  line-height: 35px;
  margin: 8px 0px;
}

.layout-cart .cart_main_footer {
  margin-top: 10px;
  /* 일단 */
  /* position: relative;
  bottom: 0px; */
}

.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: 22px;
  line-height: 28px;
  text-align: center;
}

.layout-cart .bottom_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 70px;
  border-radius: 48px;
}

.layout-cart .basket {
  color: #cb7658;
  background: black;
  border: 1px solid #cb7658;
}

.layout-cart .buy {
  color: #fff;
  background: #cb7658;
}

/* --- fix --- */
.layout-cart .cart_fixbox {
  /* max-width: 680px !important; */
  /* position: fixed; */
  /* width: 85%; */
  /* bottom: 10px; */
  position: relative;
  width: 100%;
}
