.sale_page {
  max-width: 1366px;
  margin: 0 auto;
}

.sale_page .sale_hierarchies {
  margin: 0 auto;
}
.sale_page .sale_hierarchies h3 {
  color: #b00d24;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 1.6rem;
}
.sale_page .sale_hierarchies a,
.sale_page .sale_hierarchies img {
}
.sale_page .sale_hierarchies a,
.sale_page .sale_hierarchies .sale_one_cell img {
  /* max-width: none; */
}
.sale_page .link_details {
  text-transform: uppercase;
  font-size: 0.9rem;
}
.sale_page .link_details .product_name,
.sale_page .link_details .btn {
  font-size: 1.2rem;
  color: #9cb585;
}
.sale_page .link_details .item_desc {
  color: #686868;
}
.sale_page .link_details .item_desc::after {
  content: "";
  background-color: #909090;
  height: 1px;
  width: 100%;
  max-width: 200px;
  display: block;
  margin: 0 auto;
  margin-top: 0.75rem;
}
.sale_page .link_details .btn {
  font-size: 0.9rem;
  text-transform: none;
}

.sale_page a,
a:link,
a:visited {
  color: #000;
  text-decoration: none;
}

/* .sale_page a:hover {
  opacity: 0.7;
} */

.bg_col_01 {
  background-color: #eeedf0;
}

.bg_col_02 {
  background-color: #1a1a1a;
}
.sale_page .letter_space_2 {
  letter-spacing: 2px;
}
.sale_page .bg_col_02 .link-box {
  border-bottom: 1px solid;
}

.sale_page .banner_btn {
  position: absolute;
  top: 69%;
  left: 16%;
  display: block;
  background: #98c2df;
  width: 17%;
  padding: 0.5rem;
  text-align: center;
  font-weight: 500;
}

.sale_page .banner_btn_m {
  display: block;
  background: #98c2df;
  width: 17%;
  padding: 0.5rem;
  text-align: center;
  font-weight: 500;
}

.sale_page .product_btn {
  background: #98c2df;
  width: 65%;
  padding: 0.5rem;
  text-align: center;
  font-weight: 500;
}

.sale_page .sale_intro {
  margin-top: 2.5rem;
  padding: 0 15%;
}

.sale_hierarchies .container {
  max-width: 822px !important;
}

.sale_hierarchies .sale_item a span {
  display: inline-block;
  color: #000;
  font-family: "BentonSansCond", Times, serif;
  letter-spacing: 2px;
  font-weight: 400;
}

.sale_hierarchies .sale_item a span.item_desc {
  height: 50px;
  overflow: hidden;
}

.sale_page .card_body .price {
  font-weight: bold;
  margin-bottom: 2rem;
}

.sale_page .hover-menu-container {
  position: relative;
  cursor: pointer;
}

.sale_page .hover-menu {
  /* width: 250px; */
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  margin: auto;
  /* border-radius:.25rem; */
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 99;
}

.sale_page #menu-items {
  list-style: none;
  text-decoration: none;
  text-align: center;
  padding: 0;
  margin: 0.5rem;
}

.sale_page #menu-items .hover-menu-link:hover {
  background-color: #a4c9e2;
  padding: 0.4rem;
}

.sale_page .hover-menu-container:hover .hover-menu {
  display: block;
}

.sale_page .shop-all-center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  font-weight: bold;
}

.shop_all_hover a {
  color: #000;
}

/* .shop_all_hover:hover {
  opacity: 0.7;
} */

.sale_page #toggle_content {
  display: none;
}

.top_banner_container .banner_terms {
  position: absolute;
  bottom: 21.5%;
  right: 4%;
  width: 22%;
  height: 44%;
}

.sale_page .col-one {
  color: #00b8d9;
}

.sale_page .terms_link {
  position: absolute;
  width: 18%;
  height: 6%;
  bottom: 15%;
  left: 41%;
}

@media only screen and (max-width: 2000px) {
  .sale_page .banner_btn_m {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .sale_page .banner_btn {
    display: none;
  }
  .sale_page .banner_btn_m {
    display: block;
    width: 50%;
    margin: 2rem auto;
  }

  .top_banner_container .banner_terms {
    position: absolute;
    bottom: auto;
    top: 3.5%;
    right: 6%;
    width: 31%;
    height: 33%;
  }

  .sale_page .terms_link {
    width: 40%;
    height: 6%;
    bottom: 17%;
    left: 30%;
  }
}

@media only screen and (max-width: 575px) {
  .sale_page .card_body {
    justify-content: center;
    align-items: center;
  }

  .flex {
    display: flex;
  }

  .sale_hierarchies .product_container:nth-child(even) .card_body,
  .sale_hierarchies .product_container:nth-child(even) .card_body,
  .sale_hierarchies .product_container:nth-child(even) .card_body {
    order: -1;
  }

  .sale_hierarchies .product_btn {
    width: 80%;
  }
}

@media only screen and (max-width: 420px) {
  .sale_page .product_name {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 385px) {
  .product_name {
    font-size: 1rem;
  }

  .price {
    font-size: 0.9rem;
  }

  .banner_btn_m {
    font-size: 0.8rem;
  }

  .shop_by_cat_text {
    font-size: 1.4rem;
  }

  .shop-all-center {
    font-size: 0.8rem;
  }

  .product_btn {
    font-size: 0.7rem;
    padding: 0.3rem;
  }
}

@media only screen and (max-width: 350px) {
}

.sale_hierarchies .sale_item a span {
  display: inline-block;
  color: #000;
  font-family: "BentonSansCond", Times, serif;
  letter-spacing: 2px;
  font-weight: 400;
}

.sale_hierarchies .sale_item a span.item_desc {
  height: 50px;
  overflow: hidden;
}

.sale_page .card_body .price {
  font-weight: bold;
  margin-bottom: 2rem;
}
