
      *{
box-sizing: border-box;
      }
     .cosmo-widget {
  max-width: 951px;
  margin: 36px auto 0px;
  display: flex;
  border: 2.5px solid rgba(239, 0, 141, 1);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 16px #f4f4f420;
  font-family: "Lato", sans-serif;
  padding: 40px 40px 0px;
  margin-bottom: 40px;
}

/* LEFT */
.cosmo-box-left {
  background: rgba(239, 0, 141, 1);
  width: 42%;
  /* min-width: 320px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 30px 0 20px 0;
  top: -40px;
  border-radius: 0px 0px 10px 10px;
}
.cosmo-headline {
  text-align: center;
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 22px;
}
.cosmo-offer {
  display: block;
  font-size: 27px;
  font-weight: 700;
  color: rgba(235, 242, 43, 1);
  margin-top: 3px;
  letter-spacing: 1px;
}
.cosmo-circle {
  position: relative;
  width: calc(100% + 36px);
  border-radius: 50%;
  background: #fff;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -18px;
  padding: 8px;
}
.cosmo-product-img {
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
}

.cosmo-badge {
  position: absolute;
  left: 30px;
  top: 5px;
  background: rgba(235, 242, 43, 1);
  color: #262626;
  font-weight: 700;
  font-size: 14px;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 2px 8px #0001;
  text-align: center;
  line-height: 25px;
  z-index: 1;
  width:114px;
  height:114px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: Merriweather;
}

/* RIGHT */
.cosmo-box-right {
  width: 64%;
  background: #fff;
  display: flex;
  justify-content: center;
  margin-left:20px;
  margin-bottom:20px;
}
.cosmo-detail {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding: 20px 12px 12px 12px; */
  margin-left: 20px;
}
.cosmo-title {
 text-align: center;
    font-size: 30px;
    color: #000;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px;
}
.cosmo-desc {
  text-align: center;
  font-size: 17px;
  margin-bottom: 20px;
  margin-top: 2px;
}
.hot-text {
  color: rgba(239, 0, 141, 1);
  font-weight: bold;
    font-size: 20px;
}

.smaller {
  font-size: 14px;
  color: #000;
  display: block;
  margin-top: 10px;
}

.cosmo-list {
  font-size: 20px;
  color: rgba(102, 102, 102, 1);
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.cosmo-price {
  font-size: 68px;
  color: #000;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 2px;
  font-family: Merriweather;
}
.per-year {
  font-size: 22px;
    color: rgba(106, 106, 106, 1);
    font-weight: bold;
    margin-left: -10px;
    display: inline-block;
    position: relative;
    top: -5px;
}
.cosmo-subinfo {
  font-size: 15px;
  color: rgba(235, 34, 40, 1);
  text-align: center;
  margin-bottom: 13px;
  margin-top: 11px;
  line-height: 1.19;
}
.cosmo-subinfo span{
  color: #000;
}
.cosmo-btn {
  background: rgba(235, 34, 39, 1);
  color: #fff;
  font-size: 13px;
    font-weight: 800;
  border: none;
  border-radius: 10px;
  padding: 8px 16px;
  margin: 13px 0 3px 0;
  cursor: pointer;
  letter-spacing: 1px;
  box-shadow: 0px 12px 21px 4px rgba(0, 0, 0, 0.15);
  transition: background 0.16s;
}
.cosmo-btn:hover {
  background: rgba(239, 0, 141, 1);
}
.cosmo-terms {
    font-size: 10px;
    color: #888;
    text-align: right;
    margin-top: -20px;
    width: 100%;
}
.cosmo-terms a{
  color: #000;
  text-decoration: none;
}
.cosmo-price sup{
  font-size: 30px;
}
.cosmo-badge sup{
    font-size: 21px;
    margin-right: 3px;
    position: relative;
    top: -5px;}
.cosmo-badge .price{font-size: 36px;font-weight: bold;}
.cosmo-badge .k{font-size: 27px;font-weight: bold;}
.worth{}
.badgeVal{display: flex;}

.cosmo-box-right .subsndStartbtn{margin-bottom: 0px;width: auto;z-index: 1;position: relative;}
/* Responsive */
@media (max-width:900px){
  .cosmo-widget{padding: 20px 20px 0px;}
  .cosmo-price{font-size: 52px;}
  .cosmo-terms{margin-top: 0px;}
  .cosmo-subinfo br{display: none;}
}
@media (max-width: 767px) {
  .cosmo-widget { flex-direction: column;padding-top: 0px; }
  .cosmo-box-left, .cosmo-box-right { width: 100%; min-width: unset;margin: 0; }
      .cosmo-detail {
        padding: 18px 0px;
        margin-left: 0px;
    }
  .cosmo-box-left{
    max-width: 210px;
    margin: 0 auto;
    margin-top:0px;
    top: 0px;
    padding: 0px 0 20px 0;
  }
  .cosmo-headline{
    margin: 10px 12px;
  }
  .cosmo-headline img{width: 100%;}
  .cosmo-offer{
    font-size: 16px;
    margin-top: 0px;
  }
  .cosmo-badge .price {
    font-size: 20px;
}
.cosmo-badge .k{font-size: 16px;}

.cosmo-badge sup{
  font-size: 11px;
    top: 0px;
}
.worth {
    line-height: 13px;
    font-size: 8px;
}
.cosmo-badge{
  width: 62px;
    height: 62px;
    padding: 5px;
}
.badgeVal {
    line-height: 14px;
}
.cosmo-title{
  font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
}
.cosmo-desc{font-size: 18px;    line-height: 26px;}
.cosmo-desc b{font-size: 22px;}
.cosmo-desc br{display: none;}
.cosmo-list {
    font-size: 16px;
}
    .cosmo-widget {
        padding: 0px 11px;
    }
    .cosmo-terms {
        margin-top: 15px;
        text-align: center;
    }
}
