

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap');
body{
  font-family: 'Nunito', sans-serif;
  background-color: white;
}

h1, h2, h3, h4, h5{
  font-family: 'Nunito', sans-serif;
}

p{
  
}

.display-4, .display-3, .display-2, .display-1 {
  font-family: 'Nunito', sans-serif;
}

.fs-14{
	font-size: 14px !important;
}

.fs-13{
	font-size: 13px !important;
}

.fs-12{
  font-size: 12px !important;
}

.f-w-bold{
  font-weight: bold !important;
}

.orange-text{
  color: #ef6c00!important;
}

.grey-text{
  color: #9e9e9e!important;
}

.line-discount {
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.line-discount:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid red;
    height: 45%;
    height: calc(50% - 1px);
    width: 100%;
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
}

.pr--7{
  padding-right: 7px;
}

.pl--7{
  padding-left: 7px;
}


.modal-custom{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
}

.modal-custom > .content{
  
  bottom: 0;
  position: absolute;
  width: 100%;
  max-height: 80%;
  overflow: scroll;
  max-width: 500px;
  margin: auto;
  left: 0;
  right: 0;
}

.body-content-popup{
  background: #ffffff;
  box-shadow: 0 0 20px rgb(0 0 0 / 30%);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 10px;
  overflow: scroll;
  max-height: 80%;


}

.btn-close-custom-inner{
  position: fixed;
  width: 36px;
  height: 36px;
  background: #ffffff;
  text-align: center;
  border-radius: 50%;
  font-size: 25px;
  color: #444;
  cursor: pointer;
  text-align: center;
  margin-top: -45px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.modal-custom > .content-btn{
  height: 18%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.box-shadow-custom{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.btn-own-primary {
  color: #fff;
  background-color: #ef6c00;
  border-color: #ef6c00;
}



.btn-close-custom{
  width: 36px;
  height: 36px;
  background: #ffffff;
  text-align: center;
  border-radius: 50%;
  font-size: 25px;
  color: #444;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
}

.c-pointer{
  cursor: pointer;
}

.bg-grey{
  background-color: #f3f3f3;
}

.content-body{
  margin-top: 50px;
  background: #fff!important;
}

.header-fixed{
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 50px;
  z-index: 999;
  width: 100%;
  background: #ffffff;

  max-width: 500px;
  margin: auto;
}

.header-fixed > .icon-header-fixed{
  position: absolute;
  top: 14px;
  margin-left: 15px;
}

.header-fixed > h6{
  margin-top: 17px;
  margin-left: 40px;
  font-size: 16px;
}

.w-h-80 {
  width: 80px;
  height: 80px;
}

.w-80 {
  width: 80px;
}

.elipsis-3-lines{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.main-color{
  color:  #303135 !important;
}

.soft-color{
  color: #8c909e !important;
}

.cover-img{
  position: relative;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
}


.right-top-menu{
  position: absolute;
  right: 0;
  margin-top: -30px;
  margin-right: 22px;
}


.badge-count-top-menu{
  height: 18px!important;
  width: 18px!important;
  background: #ef6c00;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  color: white;
  position: absolute;
  right: 0;
  margin-right: -15px;
  margin-top: -6px;
}