@font-face {
  font-family: "style-script";
  src: url("../font/StyleScript-Regular.ttf") format("truetype");
}
.font-script{
  font-family: style-script;
}
html {
  @apply font-display;
}
.bg-footer {
  background-image: url("../image/footer.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 32px 0;
  font-size: 24px;
}
@media (max-width: 739px) {
  .bg-footer{
    font-size: 18px;
  }
}
.bg-image {
  background-image: url("../image/bg-image.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  background-size: cover;
}
@media screen and (max-width: 600px) {
    .bg-image {
        height: 27rem;
    }
}

@media screen and (min-width: 600px) {
  .bg-image {
    height: 22rem;
  }
}

.form {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  filter: blur(8px);
  border-radius: 4px;
}

.banner {
  background-image: url("../image/banner.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 32vw;
  background-size: cover;
  z-index: 1;
}
@media (max-width: 1023px) {
  .banner{
    height: 50vw;
  }
}
.bg-shadow {
  background: rgba(51, 51, 51, 0.4);
  backdrop-filter: blur(8px);
  border-radius: 4px;
}

.bg-shadow-post {
  background: rgba(51, 51, 51, 0.4);
  backdrop-filter: blur(2px);
  border-radius: 4px;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bg-shadow-about {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  filter: blur(8px);
  border-radius: 4px;
}

.shadow-box {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}

.triangle-left {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 40px 0 0;
  border-color: #ff0000 transparent transparent transparent;
}

.triangle-right {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 20px 0;
  border-color: transparent #ff0000 transparent transparent;
}

.triangle-new-left {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 40px 0 0;
  border-color: #f7ab24 transparent transparent transparent;
}

.triangle-new-right {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 20px 0;
  border-color: transparent #f7ab24 transparent transparent;
}

.triangle-new-top{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 30px 20px;
    border-color: transparent transparent white transparent;
}


.mySlides {
  display: none;
}


/* new css */
main{
  position: relative;
  overflow: hidden;
}
.main__rounded{
  background-image: url("../image/bg-go.png");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.main__rounded img{
  width: 100%;
  padding-top: 320px;
}
@media (max-width: 1023px) {
  .main__rounded img{
    padding-top: 250px;
  }
}
@media (max-width: 739px) {
  .main__rounded img{
    padding-top: 130px;
  }
}
.main__rounded--home img{
  padding-top: 120px;
}
@media (max-width: 739px) {
  .main__rounded--home img{
    padding-top: 70px;
  }
}
.main__rounded--order img{
  padding-top: 40px;
}
.main__body{
  position: relative;
  z-index: 1;
  margin-bottom: 4vw;
}
.main__body--home{
  padding-top: 80px;
}
@media (max-width: 739px) {
  .main__body--home{
    padding-top: 30px;
  }
  .main__rounded--order img{
    padding-top: 80px;
  }
}
.header{
  background-image: url("../image/bg-go.png");
  padding-top: 5px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.menu{
  justify-content: flex-end;
}

.menu a{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 1279px) {
  .menu a{
    font-size: 12px;
  }
}
/* css */
.fw-500{
  font-weight: 500;
}
.fw-bold{
  font-weight: bold;
}
.width-16{
  width: 16px;
}
.no-wrap{
  white-space: nowrap;
}
@media (max-width: 739px) {
  .margin__bottom{
    margin-bottom: 15px;
  }
}

.color-white{
  color: white;
}
.a-hover{
  cursor: pointer;
}
.a-hover:hover{
  opacity: 0.8;
}
.image__square{
  padding-top: 100%;
  display: block;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
/* search header */
.search{
  position: absolute;
}
.search__bg{
  width: 100%;
}
.search__body{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
}
.search__logo{
  width: 35%;
  margin: auto;
  display: block;
}
.search__input{
  background-color: white;
  height: 45px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 8px;
  margin: 0.5vw 0;
}
.search__input input{
  outline: 0;
  border: 0;
  background-color: transparent;
  font-size: 1vw;
  width: 75%;
}
.search__input input:focus{
  outline: unset;
  border: 0;
  --tw-ring-shadow: unset;
}
.search__input button{
  font-size: 1.2vw;
  color: white;
  width: 25%;
  font-weight: bold;
  background-color: #7F01AC;
}
.search__text{
  font-size: 0.8vw;
  color: white;
  text-align: center;
}
.card{
  background-color: white;
}

/* menu tabs */
.menu-tabs{
  padding: 64px 0;
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  color: white;
  font-family: style-script;
  flex-wrap: wrap;
}
@media (max-width: 739px) {
  .menu-tabs{
    padding: 30px 0;
    font-size: 18px;
  }
}
.menu-tabs li{
  margin-right: 10px;
}
.menu-tabs li:not(:first-child)::before{
  content: "/";
  padding-right: 10px;
}
.menu-tabs li a:hover{
  opacity: 0.8;
}

.about__bg{
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding: 0;
}

@media (max-width: 1023px) {
  .about__bg{
    width: calc(100% - 50px) !important;
  }
  .about__bg--no-margin{
    width: 100% !important;
  }
}

.pagiantion--active{
  color: white !important;
  background-color: #8cb91b;
  border: 1px;
}
.pagiantion a div{
  transition: all linear 0.3s;
}
.pagiantion a:hover div{
  color: white !important;
  background-color: #8cb91b;
}

.category-list{
  display: flex;
  justify-content: space-between;
  align-items: center;

  overflow: auto;
}
@media (max-width: 739px) {
  .category-list{
    margin: 0 -3vw;
  }
  /* width */
.category-list::-webkit-scrollbar {
  height: 4px;
}

/* Track */
.category-list::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.category-list::-webkit-scrollbar-thumb {
  background: #f7ab24; 
}
}

.link__item{
  border-radius: 50%;
  width: 10vw;
  height: 10vw;
  min-width: 10vw;
  min-height: 10vw;
  display: flex;
  margin: 24px;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  position: relative;
}
@media (max-width: 739px) {
  .link__item{
    width: 26vw;
    height: 26vw;
    min-width: 26vw;
    min-height: 26vw;
    margin: 3vw;
  }
}
.link__item img{
  transition: all ease 0.2s;
  width: 70%;
}
.link__item:hover img{
  transform: scale(0.9);
}
.link__item__name{
  font-size: 1.2vw;
  font-weight: bold;
  color: white;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 739px) {
  .link__item__name{
    font-size: 16px;
  }
}
.product__image{
  width: 100%;
  padding-top: 100%;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;

  transition: all ease 0.2s;
}
.product__link{
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.product__link:hover .product__image{
  background-size: 110% 110%;
}
.product__link:hover{
  opacity: 1 !important;
}

.star__review{
  font-size: 1.5rem;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #F05702;
}
@media (max-width: 739px) {
  .star__review{
    font-size: 4vw;
  }
}
.star__review .checked{
  color: #F05702;
}
.star__review__new{
  font-size: 1rem;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #FA2BB2;
  color: white;
}
.star__review__new .checked{
  color: #FA2BB2;
}
.link__promotion{
  width: 100%;
  padding-top: 50%;
  display: block;
  background-size: 100% 100%;
  border-radius: 24px;
  background-position: center;
  transition: all ease 0.2s;
}
.link__promotion:hover{
  background-size: 110% 110%;
}
.blog__bg{
  position: relative;
  border-radius: 4px;
  overflow: hidden;

}
.blog__body{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  background: rgba(51, 51, 51, 0.4);
  backdrop-filter: blur(8px);
  border-radius: 4px;
  color: white;
}
.blog__body__title{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
.blog__body__info{
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.ads__bg{
  padding-top: 50%;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.ads__body{
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  color: white;
  background: rgba(51, 51, 51, 0.4);
  backdrop-filter: blur(8px);
  padding: 20px;
  border-radius: 4px;
}
.ads__title{}
.ads__text{
  margin: 12px 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 739px) {
  .ads__text{ 
    -webkit-line-clamp: 2;
  }
}
.ads__link{
  font-style: italic;
  display: inline-block;
  float: right;
}

.new__bg{
  padding-top: 130%;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 739px) {
  .new__bg{
    padding-top: 100%;
  }
}
.new__body{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  color: white;
  background: rgba(51, 51, 51, 0.4);
  backdrop-filter: blur(8px);
  padding: 20px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;

}
.new__title{}
.new__text{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: auto;
  margin-top: 15px;
}
.new__link{
  float: right;
  display: inline-block;
  font-style: italic;
}
.bg__zoom{
  transition: all ease 0.2s;
}
.bg__zoom:hover{
  background-size: 110% 110%;
}
.contact__textfield{
  display: flex;
  justify-content: space-between;
  align-items: baseline;

  border-bottom: 1px solid black;
}
.contact__textfield label{
  width: 110px;
  white-space: nowrap;
}
.contact__textfield input{
  flex: 1;
  border: 0;
  outline: 0;
  font-size: 28px;
}
@media (max-width: 739px) {
  .contact__textfield input{
    font-size: 20px;
  }
}
.contact__textfield input:focus{
  --tw-ring-color: unset;
  border: 0;
  box-shadow: unset;
}
.detail-blog__bg{
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}

.images__slider{}
.images__slider__main{

}
.images__slider__main__item{
}
.images__slider__nav{
  margin-top: 12px;
}
.images__slider__nav .slick-slide{
  border: 2px solid transparent;
  margin: 15px;
  transition: all ease 0.2s;
}
.images__slider__nav .slick-current{
  border: 2px solid #9dd01d;
  border-radius: 4px;
}
.images__slider__nav .slick-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  font-size: 30px;
}
.images__slider__nav .slick-arrow:hover{
  opacity: 0.8;
}
.images__slider__nav .slick-prev{
  left: 0;
}
.images__slider__nav .slick-next{
  right: 0;
}
.images__slider__nav__item{
  cursor: pointer;
}

.detail-product__action{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.detail-product__action button{
    width: calc(50% - 12px);
}

/* The container */
.containerBox {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 16px;
  font-family: style-script;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.containerBox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
  border: 1px solid #C4C4C4;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containerBox:hover input ~ .checkmark {
  background-color: #C4C4C4;
}

/* When the radio button is checked, add a blue background */
.containerBox input:checked ~ .checkmark {
  background-color: #C4C4C4;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerBox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containerBox .checkmark:after {
 	top: 7px;
	left: 7px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: white;
}

.drop-menu::before{
  content: "";
  display: block;
  height: 60px;
  width: 100px;
  position: absolute;
  bottom: 100%;
  right: 0;
}


/* account css */
.account{
  font-family: style-script;
}
.account a:hover{
  opacity: 0.8;
}
.account__container{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .account__container{
    flex-direction: column;
  }
}
.account__tabs{
  width: 300px;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .account__tabs{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.account__tab{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
@media (max-width: 1023px) {
  .account__tab{
    width: 30%;
  }
}
.account__tab--active{
  color: #F05702;
}
.account__tab__icon{
  font-size: 300%;
  width: 30%;
  text-align: center;
}
.account__tab__body{
  flex: 1;
}
.account__tab__title{
  font-size: 24px;
}
.account__tab__link{
  font-size: 18px;
}
.account__body{
  flex: 1;
}
@media (max-width: 739px) {
  .account__tab__title{
    font-size: 20px;
  }
  .account__tab__icon{
    width: auto;
    font-size: 26px;
    margin-right: 12px;
  }
  .account__tab{
    width: 48%;
  }
  .account__tab__link{
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .account__body{
    width: 100%;
  }
}
.account__order{}
.account__order__tabs{
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;

  background: #FFFFFF;
  box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 12px 0;
}
.account__order__tab{
  font-size: 24px;
}
@media (max-width: 739px) {
  .account__order__tab{
    font-size: 18px;
    padding: 4px 0;
  }
  .account__order__tab:not(:first-child){
    margin-left: 20px;
  }
}
.account__order__tab:hover{
  opacity: 0.8;
}
.account__order__tab--active{
  color: #F05702;
}
.account__order__search{
  background: #D2D2D2;
  border-radius: 4px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}
.account__order__search label{
  width: 80px;
  font-size: 30px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.account__order__search input{
  flex: 1;
  border: 0;
  outline: 0;
  background-color: transparent;
  font-size: 24px;
}
.account__order__search input:focus{
  box-shadow: unset;
}
.account__order__result{
  margin: 20px 0;
  box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.15);
  font-size: 24px;
}
.account__order__result--no-border{
  box-shadow: unset;
  border-bottom: 1px solid rgba(51, 51, 51, 0.4);
  margin-bottom: 0;
}
.account__order__detail{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(51, 51, 51, 0.4);
  padding: 10px;
}
.account__order__id{
  margin-right: 30px;
}
.account__order__date{
  margin-right: auto;
}
.account__order__status{}
.account__order__products{
  padding: 10px 0;
}
.account__order__product{
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
.account__order__image{
  margin-right: 30px;
  width: 8%;
  padding-top: 8%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.15);
}
.account__order__info{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: auto;
}
.account__order__name{}
.account__order__total{
  color: rgba(51, 51, 51, 0.4);
}
.account__order__price{
  color: #F69661;
  display: flex;
  align-items: center;
  justify-content: center;
}

.account__order__see-more{
  text-align: right;
  padding: 10px 10px 20px 10px;
}
.account__order__see-more a{
  font-size: 24px;
  color: #F05702;
}
.account__order__child{
  font-size: 24px;
}
.account__order__child__top{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account__order__child__id{}
.account__order__child__all{
  color: #F05702;
}
.account__order__child__progress{
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;

  position: relative;
}
.account__order__child__line{
  height: 3px;
  width: 100%;
  position: absolute;
  top: 47px;
  left: 0;

  background-color: black;
}
.account__order__child__line div{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F05702;
}
.account__order__child__item{
  position: relative;
}

.account__order__child__circle{
  display: flex;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  border: 2px solid black;
  background-color: white;
}
.account__order__child__circle i{
  margin: auto;
  font-size: 200%;
}
.account__order__child__content{
  font-size: 16px;
  text-align: center;
  margin-top: 8px;
}
.account__order__child__item--active {
  color: #F05702;
  
}
.account__order__child__item--active .account__order__child__circle {
  border: 2px solid #F05702;
}
.account__order__child__title{}
.account__order__child__date{}
.account__order__child__info{
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  border-bottom: 1px solid rgba(51, 51, 51, 0.4);
  padding: 15px 0;
}
.account__order__child__heading{}
.account__order__child__price{
  width: 25%;
  text-align: right;
}
@media (max-width: 739px) {
  .account__order__child__price{
    width: 40%;
  }
}
.account__user{}
.account__form{}
.account__user__heading{
  font-size: 24px;
}
.account__user__title{
  margin-top: 10px;
  font-size: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.4);
}
.account__user__group{
  margin: 30px 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  width: 330px;
  height: 36px;
}
.account__user__group--input{
  border: 1px solid rgba(51, 51, 51, 0.8);
  border-radius: 4px;
}
.form__label{
  height: 36px;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.account__user__group--input label{
  border-right: 1px solid rgba(51, 51, 51, 0.8);;
}
.account__user__group input{}
.account__user__group--input input{
  border: 0;
  outline: 0;
  font-size: 16px;
  height: 100%;
}
.account__user__group--input input:focus{
  box-shadow: unset;
}
.account__form__submit{
  background: #9DD01D;
  box-shadow: 0px 2px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: 95px;
  height: 60px;
  font-size: 32px;
  color: white;
}

.form__border{
  border: 1px solid rgba(51, 51, 51, 0.8);
  border-radius: 4px;
  height: 36px;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkmark--center{
  top: 50%;
  transform: translateY(-50%);
}

.form__right{
  margin-right: 15px;
}

.combodate select{
  height: 36px;
  border-radius: 4px;
  padding-top: 0;
  padding-bottom: 0;
}
.combodate select:focus{
  box-shadow: unset;
}

.account__voucher{}
.account__voucher__list{
  display: flex;
  flex-wrap: wrap;
}
.account__voucher__item{
  width: calc(50% - 12px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 24px;
}
.account__voucher__main{
  width: 35%;
  position: relative;
}
.account__voucher__main img{
  width: 100%;
}
.account__voucher__block{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}
.account__voucher__sale-text{
  font-size: 24px;
}
.account__voucher__sale-num{
  font-size: 90px;
}
@media (max-width: 1279px) {
  .account__voucher__sale-num{
    font-size: 50px;
  }
}
@media (max-width: 739px) {
  .account__voucher__sale-text{
    font-size: 18px;
  }
  .account__voucher__sale-num{
    font-size: 36px;
  }
}

.account__voucher__body{
  flex: 1;
  padding: 25px;
}
.account__voucher__heading{
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.account__voucher__heading h3{}
.account__voucher__heading a{
  color: #F05702;
  margin-left: 12px;
}
.account__voucher__dk{
  margin: 12px 0;
  font-size: 18px;
}
.account__voucher__content{
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
}
.product__name{
  line-height: 30px;
  height: 60px;
}
@media (max-width: 739px) {
  .product__name{
    line-height: 24px;
    height: 48px;
  }
}

.cart__product{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.cart__product__image{
  width: 52px;
  height: 52px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.cart__product__body{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  margin: 0 15px;
}
.cart__product__name{
  font-size: 16px;
  font-weight: bold;
  font-family: style-script;
  color: black;
}
.cart__product__quantity{
  display: flex;
  align-items: center;
}
.cart__product__button{
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.cart__product__button span{}
.cart__product__quantity input{
  width: 46px;
  text-align: center;
  padding: 0;
  margin: 0 3px;
  border: 1px solid black;
  border-radius: 4px;
}
.cart__product__quantity input::-webkit-outer-spin-button,
.cart__product__quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart__product__right{
  width: 120px;
  text-align: right;
}
.cart__product__price{
  font-weight: bold;
  font-family: 'style-script';
  color: #D24602;
}
.cart__product__delete{
  font-size: 20px;
  color: red;
  cursor: pointer;
}
.cart__product__delete:hover{
  opacity: 0.8;
}
.popup-bill {
  background-color: white;
  font-size: 1.8rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  border-radius: 12px;
  width: 800px;
  border: 1px solid black;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.4);
  visibility: hidden;
  z-index: 1;
  max-height: 80vh;
  overflow: auto;
}
@media (max-width: 1023px) {
  .popup-bill {
    width: 90%;
  }
}
@media (max-width: 739px) {
  .popup-bill {
    font-size: 1.2rem;
    padding: 12px;
  }
}
.popup-bill--toggle {
  visibility: visible;
}
.popup-bill__close {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 25px;
  cursor: pointer;
}
@media (max-width: 739px) {
  .popup-bill__close {
    font-size: 1.8rem;
  }
}
.popup-bill__close:hover {
  opacity: 0.8;
}
.popup-bill__group {
  display: flex;
  margin: 12px 0 12px 15px;
}
@media (max-width: 739px) {
  .popup-bill__group {
    margin-bottom: 6px;
    margin-top: 6px;
  }
}
.popup-bill__label {
  width: 200px;
  min-width: 200px;
  white-space: nowrap;
}
@media (max-width: 739px) {
  .popup-bill__label {
    width: 120px;
    min-width: 120px;
  }
}
.popup-bill__content {
  line-height: 1.3;
}
.popup-bill__container {
  border: 1px solid black;
  border-radius: 8px;
  margin: 25px 0;
  padding: 15px;
}
@media (max-width: 739px) {
  .popup-bill__container {
    margin: 12px 0;
  }
}
.popup-bill__container .popup-bill__group {
  margin-left: 0;
}
.popup-bill__heading {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 739px) {
  .popup-bill__heading {
    font-size: 1.3rem;
  }
}
.popup-bill__table {
  width: 100%;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.2);
}
.popup-bill__table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.popup-bill__table tr th, .popup-bill__table tr td {
  text-align: center;
  padding: 12px 0;
  line-height: 1.2;
}
@media (max-width: 739px) {
  .popup-bill__table tr th, .popup-bill__table tr td {
    padding: 8px 0;
  }
}
.popup-bill__table tr th:first-child, .popup-bill__table tr td:first-child {
  width: 300px;
  line-height: 1.3;
}
@media (max-width: 739px) {
  .popup-bill__table tr th:first-child, .popup-bill__table tr td:first-child {
    width: 120px;
  }
}
.popup-bill__bot {
  margin: 15px 12px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 739px) {
  .popup-bill__bot {
    margin: 8px 12px;
  }
}
.popup-bill__number {
  color: blue;
  font-weight: bold;
}
.popup-bill__space {
  margin: 15px 12px;
}
@media (max-width: 739px) {
  .popup-bill__space {
    margin: 8px 12px;
  }
}

.default__input{
  border: 0;
  height: 24px;
}
.default__input:focus{
  border: 0;
  box-shadow: unset !important;
}

.form__change{
  width: fit-content;
  margin: auto;
  background: white;
  padding: 0 12px;
}
.login__socials{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login__socials a{
  display: flex;
  width: calc(50% - 6px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.login__socials a img{
  width: 25px;
  margin-right: 8px;
}
.login__socials a div{
  font-weight: bold;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
}
.button__decor{
  border-radius: 4px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.label__icon{
  width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid black;
}

.cart__mobile{
  position: relative;
}
.cart__mobile__number{
  position: absolute;
  bottom: 50%;
  left: 50%;
  font-size: 12px;
  color:  #D24602;
  background-color: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #D24602;
}

@media (max-width:739px) {
  .account__order__search input{
    font-size: 18px;
  }
  .account__order__search label{
    width: 40px;
    font-size: 20px;
  }
  .account__order__search label{
    height: 46px;
  }
  .account__order__result {
    font-size: 18px;
  }
  .account__order__image {
    margin-right: 12px;
    width: 20%;
    padding-top: 20%;
  }
  .account__order__see-more a{
    font-size: 20px;
  }
  .account__order__child {
    font-size: 20px;
  }
  .account__order__child__circle{
    width: 50px;
    height: 50px;
  }
  .account__order__child__line{
    top: 24px;
    height: 2px;
  }
  .account__order__child__circle i{
    font-size: 20px;
  }
  .account__order__child__content{
    font-size: 10px;
  }
  .account__voucher__item{
    width: 100%;
  }
  .account__voucher__body{
    padding: 0 0 0 12px;
  }
  .account__voucher__main{
    width: 30%;
  }
  .account__voucher__dk{
    margin: 6px 0;
  }
}