#sg_b.sungroup * {
  box-sizing: border-box;
}
#sg_b.sungroup .sg_title {
  color: #000;
  font-family: "Poppins";
  font-size: 32px;
  font-weight: 700;
  margin-top: 50px;
  padding: 0 20px;
}

#sg_b.sungroup .sg_btn,
#sg_b.sungroup .sg_cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  font: 400 19px/18px DIN Pro, Arial;
  text-transform: uppercase;
  color: #fff !important;
  z-index: 1;
  background-color: #0a4595;
  order: 4;
  border-radius: 1px;
  transition: 0.2s;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  padding: 0;
  width: 100%;
  margin-bottom: 5px;
  max-width: 100%;
  box-sizing: border-box;
  border: 0;
}
#sg_b.sungroup .sg_cart-btn {
  max-width: 400px;
  margin: 0 auto;
}
#sg_b.sungroup .sg_btn:hover,
#sg_b.sungroup .sg_cart-btn:hover {
  border-color: #0a4595;
  background-color: rgba(10, 69, 149, 0.5);
  transition: 0.2s;
  text-decoration: none;
  cursor: pointer;
}
#sg_b.sungroup .sg_odm-btn {
  max-width: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 20px auto 0;
  text-decoration: none;
  height: 48px;
  border: 1px solid #000;
  color: #000;
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 500;
  transition: 0.2s ease;
}
#sg_b.sungroup .sg_odm-btn:hover {
  font-size: 16px;
}
#sg_b.sungroup .sg_summary {
  position: relative;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 50px;
}
#sg_b.sungroup .sg_summary::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 43%;
  width: 100%;
  height: 342px;
  background: #439f94;
}
#sg_b.sungroup .sg_summary-content {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sg_b.sungroup .sg_summary-img {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 540px;
  width: 100%;
  position: relative;
  transform: translateX(20px);
}
#sg_b.sungroup .sg_summary-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#sg_b.sungroup .sg_cart {
  max-width: 842px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#sg_b.sungroup .sg_cart .sg_title {
  margin: 0 0 10px 0;
}
#sg_b.sungroup .sg_sale {
  margin-bottom: 10px;
  color: #000;
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 400;
}
#sg_b.sungroup .sg_sale-price {
  font-weight: 700;
  text-transform: uppercase;
}
#sg_b.sungroup .sg_zl {
  font-weight: 700;
}
#sg_b.sungroup .sg_btn.active {
  background-color: chartreuse;
}
@media (max-width: 1250px) {
  #sg_b.sungroup .sg_summary::before {
    display: none;
  }
  #sg_b.sungroup .sg_summary-img {
    transform: unset;
    background: #439f94;
    padding: 30px 20px 0 20px;
    justify-content: center;
  }
  #sg_b.sungroup .sg_cart {
    padding: 20px;
  }
}
@media (max-width: 800px) {
  #sg_b.sungroup .sg_summary-content {
    flex-flow: column;
    align-items: center;
  }
  #sg_b.sungroup .sg_summary-img {
    max-width: 100%;
  }
  #sg_b.sungroup .sg_summary {
    margin-top: 40px;
    margin-bottom: 0;
  }
  #sg_b.sungroup .sg_title {
    margin-top: 40px;
  }
  #sg_b.sungroup .sg_cart {
    padding-bottom: 0;
  }
}
@media (max-width: 600px) {
  #sg_b.sungroup .sg_title {
    font-size: 24px;
    line-height: 30px !important;
  }
  #sg_b.sungroup .sg_title,
  #sg_b.sungroup .sg_summary {
    margin-top: 20px;
  }
  #sg_b.sungroup .sg_sale {
    font-size: 18px;
  }
}
