* {
  font-family: "DB Heavent";
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.text-theme {
  color: #77c62d !important;
}
.text-theme2 {
  color: #16BA19 !important;
}

.text-black {
  color: black;
}

hr.theme {
  border: 1px solid #77c62d;
}

nav .dropdown-toggle::after {
  display: none !important;
}

nav .dropdown-menu {
  background: #ffffff;

  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.1), 0px 4px 6px -2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
}

nav .dropdown-item {
  padding: 10px 14px;
  font-weight: 300 !important;
}

nav .dropdown-item:focus {
  background-color: #f2f2f2 !important;
  color: black;
}

nav .dropdown-item.active {
  background-color: #f2f2f2 !important;
  color: black;
}

.icon-true {
  display: none;
}

nav .dropdown-item.active .icon-true {
  display: block;
}

html {
  font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 !important;
  padding: 0 !important;
}

.flashsale {
  font-size: 72px;
  font-size: 4.5rem;
}

.flashsale h5 {
  font-size: 1em;
  line-height: 0.9 !important;
}

.flashsale .text-price {
  font-size: 0.8em;
  line-height: 0.7;
  font-weight: 200;
}

.flashsale .text-discount {
  font-size: 1em;
  line-height: 0.7;
}

.timeup {
  font-size: 36px;
  font-size: 2.25rem;
}

.timeup .text-sale,
.timeup .text-endof {
  font-size: 1em;
  line-height: 2.688rem;
}


.hero_desc h6 {
  font-size: 40px;
}

.hero_desc h5 {
  font-size: 36px;
  font-weight: 500;
}

.hero_desc ul li {
  font-size: 24px
}

@media (max-width: 576px) {
  .flashsale {
    font-size: 36px;
    font-size: 2.25rem;
  }

  .timeup {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .timeup .text-sale,
  .timeup .text-endof {
    line-height: 1.5rem;
  }


  .hero_desc h6 {
    font-size: 18px;
    font-weight: 300;
  }
  
  .hero_desc h5 {
    font-size: 24px;
    font-weight: 400;
  }
  
  .hero_desc ul li {
    font-size: 18px;
    font-weight: 300;

  }


}

@media (max-width: 320px) {
  .flashsale {
    font-size: 62.5%;
    font-size: 2rem;
  }

  .timeup {
    font-size: 62.5%;
    font-size: 1rem;
  }
}

@media (max-width: 280px) {
  .text-endof,
  .text-sale {
    font-size: 10px !important;
  }
}

.rectangle {
  display: block;
  height: auto;
  width: 100%;
  background: #77c62d;
  position: relative;
  margin-top: 100px;
  border-top-left-radius: 154px;
  border-bottom-left-radius: 154px;

  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.circle {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background: #77c62d;
  border-radius: 50%;
  display: inline-block;
}
.circle img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: 70%;
}

.img-bg-circle {
  max-width: 600px !important;
}

@media (max-width: 576px) {
  .img-bg-circle {
    max-width: 184px !important;
  }
}

.can-click {
  cursor: pointer !important;
}

#a {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  display: inline-block;
}
#a:before,
#a:after {
  content: "";
  width: 100px;
  border-radius: 50%;
}
#a:before {
  height: 100px;
  float: left;
  border: 1px solid black;
  background: #77c62d;
}
#a:after {
  position: absolute;
  height: 114px;
  box-shadow: 1px 0px 0px 0px #000, 110px 0px 0px 68px #77c62d;
  background: none;
  z-index: -1;
}
#b {
  width: 400px;
  height: auto;
  background: none;
  margin-left: -15px;
  border: 1px solid black;
  border-left: none;
  float: left;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-left: 50px;
  background-color: #77c62d;
}

.foo {
  position: relative;
  background-color: #77c62d;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
  width: 100%;
  max-width: 599px;
  height: 270px;
}

.circle-foo {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 0%;
  width: 280.03px;
  height: 269.56px;
  border-radius: 154px;
  background: #4da6ff;
  content: "";
  background-size: cover;
  border: 2px solid #77c62d;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
}

@media (max-width: 991px) {
  .circle-foo {
    left: 7%;
    width: 180px;
    height: 180px;
  }

  .foo {
    height: 180px;
  }

 
}

@media (max-width: 576px) {
  .circle-foo {
    left: 3% !important;
    width: 107px;
    height: 103px;
  }

  .foo {
    width: 100%;
    max-width: 350px;
    height: 100px;
    margin-left: 10px;

  }
}
