.content{
  padding: 0 1em;
}

@media screen and (min-width: 1000px){
  .content{
    width: 60%;
  }
}

.sp-parent{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 3em;
  row-gap: 2em;
}

@media screen and (max-width: 800px){
  .sp-parent{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.promote{
  font-size: 1.2em;
  font-weight: 500;
  font-style: italic;
  color: var(--coffee-red);
  overflow: hidden;
}

.product-box{
  box-shadow: 0.4em 0.5em 0.5em #a8a8a8;
  background-color: white;
  border-radius: 35px;
  display: grid;
  grid-template-rows: 88% 12%;
  text-align: center;
  position: relative;
}

.product-content{
  padding: 1em 1.5em 0.1em 1.5em;
  display: grid;
  grid-template-rows: 65% 20% 15%;
  row-gap: 0.5em;
  text-decoration: none;
  border-bottom: 1px solid var(--yellow);
}

.img-container{
  height: 100%;
}

.p-image{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-alert{
  font-size: 1em;
  font-weight: 500;
  color: var(--coffee-red);
}

.p-name{
  overflow: hidden;
  color: black;
  font-size: 0.9em;
}

.p-price{
  overflow: hidden;
  font-size: 1em;
  font-weight: 500;
  color: var(--coffee-red);
}

.p-price::after{
  content: ' VND';
}

.p-action{
  display: grid;
  grid-template-columns: 18% 64% 18%;
}

.decrease_btn{
  align-items: center;
  height: 100%;
  width: auto;
  background-color: var(--yellow);
  border-radius: 0 35px 0 35px;
  padding: 0;
  border: none;
}

.increase_btn{
  align-items: center;
  height: 100%;
  width: auto;
  background-color: var(--yellow);
  border-radius: 35px 0 35px 0;
  padding: 0;
  border: none;
}

.count_num{
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}

.count_num input{
  width: 100px;
  text-align: center;
  border: none;
}

.count_num input:focus{
  outline: none;
}

.p-13{
  font-size: 1.3em;
}

.center_flex_btn{
  flex: 1
}

.base_price{
text-decoration: line-through
}

@media screen and (max-width: 800px){
  .p-name{
    overflow: hidden;
    font-size: 0.8em;
  }
  
  .p-price{
    overflow: hidden;
    font-size: 0.8em;
    font-weight: 500;
    color: var(--coffee-red);
  }
}

.voucher_input{
width: 100%;
display: flex;
flex-direction: row;
column-gap: 1em;
}

.voucher_input button{
width: 40%;
color: white;
font-size: 1em;
font-weight: 500;
/* padding: 0 2em; */
background-color: var(--coffee-red);
}

.voucher_input #basic-addon3 {
color: white;
font-size: 1.1em;
background-color: var(--coffee-red);
}

.voucher_input input {
font-size: 1.1em;
}

.card_icon {
position: relative;
}

.item_count{
  position: absolute;
  padding-bottom: 1em;
  right: 250%;
  display:none;
  font-size: 1.4em;
}

.item_count.show {
display: block;
}

.fixed-button {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 200px;
  height: 100px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
}
.fixed-button.show {
  display: block;
}
.fixed-button2 {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 70px;
  height: 100px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
}
.fixed-button2.show {
  display: block;
}

@media screen and (max-width: 800px){
  .fixed-button {
    bottom: 20px;
    right: 100px;
    height: 80px;
  }

  .fixed-button2 {
    bottom: 20px;
    right: 10px;
    height: 80px;
  }

  .item_count{
    right: 200%;
    font-size: 1em;
  }
}

.frame-parent{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: var(--coffee-red);
  padding: 2em 0 1em 0;
}

.cat-title{
  border-radius: 0 0 var(--br-11xl) var(--br-11xl);
  background-color: var(--yellow);
  text-align: center;
  padding: 0.5em 0;
  font-size: 0.9em;
  font-weight: 400;
}

.cat-des{
  font-size: 1.3em;
  text-align: justify;
}

.main-container {
  position: relative;
  background-color: var(--coffee-light);
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  letter-spacing: normal;
}

.group-parent{
  margin: 0 auto;
  text-align: center;
  width: 50%;
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 1em;
}

@media screen and (max-width: 800px){
  .group-parent{
    width: 100%;
  }
}

.group {
  cursor: pointer;
  border: 0;
  padding: 1em 1em;
  background-color: var(--coffee-red);
  border-radius: var(--br-3xs);
}

.group .title {
  font-size: 1em;
  font-weight: 600;
  font-family: var(--font-roboto);
  color: var(--white);
  text-align: center;
}

.image-5-icon {
  align-self: stretch;
  position: relative;
  border-radius: 0 0 var(--br-21xl) var(--br-21xl);
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}



.quote-head{
  padding: 1em 0;
  font-family: var(--font-roboto);
}

.text1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  font-size: 1.8em;
  color: var(--coffee-red);
  line-height: 0.5em;
  height: 100%;
  font-style: italic;
}

.text2{
  font-size: 1em;
  font-style: italic;
  text-align: justify;
}

.text2 a{
  text-decoration: underline;
  color: black;

}

.highlight{
  font-weight: 500;
}

.highlight2{
  color: var(--coffee-red);
}

.vector-parent{
  padding: 1em 0;
  display: flex;
  flex-direction: column;
}

.vector1{
  background-color: var(--coffee-red);
  height: 2.5em;
}

.vector2{
  background-color: var(--yellow);
  height: 4em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.vector2 button{
  cursor: pointer;
  border: 2px solid var(--white);
  background-color: var(--coffee-red);
  border-radius: var(--br-mini);
  box-sizing: border-box;
  padding: 0.5em 1em;
  color: white;
  font-weight: 500;
  font-size: 1.1em;
}

.vector2 button:hover {
  background-color: var(--color-crimson-100);
  border: 2px solid #e6e6e6;
  box-sizing: border-box;
}

.figma-main-frame,
.mavin-company-name {
  max-width: 100%;
  background-color: var(--coffee-red);
}
.mavin-company-name {
  width: 100%;
  justify-content: flex-start;
  padding: 1em 10em;
}
.figma-main-frame {
  align-self: stretch;
  justify-content: flex-end;
  padding: 0 var(--padding-12xs) 0 0;
  text-align: justify;
  font-size: var(--font-size-mini);
  color: var(--white);
  font-family: var(--font-roboto);
}

.footer{
  font-size: 0.8em;
  line-height: 0.5em;
}

@media screen and (max-width: 800px){
  .mavin-company-name {
    padding: 1em 1em;
  }
  .footer{
    line-height: 1em;
  }
}