@media (min-width: 768px) {
  #top-navBar.nav-justified .nav-item a.active {
    border-radius: 14px 15px 0px 0px !important;
    border: none;
  }
}

#top-navBar.nav-justified .nav-item a {
  color: initial;
  font-family: Nunito;
  font-weight: normal;
  font-size: 13px;
  text-align: center;
  color: #2c3e50;
  padding-bottom: 5px;
}
.btn-add-cart{
  width: 50%;
}
@media (min-width: 768px) {
  #top-navBar.nav-justified .nav-item a {
    color: initial;
    font-family: Nunito;
    font-weight: normal;
    font-size: 13px;
    text-align: center;
    color: #2c3e50;
    padding-bottom: 5px;
    padding-top: 15px;
  }
}
@media (max-width: 768px) {
  .btn-add-cart{
    width: 100% !important;
  }
  .btn-delete-web{
    display: none;
  }
  .btn-delete-mobile{
    display: block !important;
  }
  .span-bold{
    font-size: 15px !important;
  }
}
#top-navBar.nav-justified .nav-item a i {
  margin-right: 5px;
}

span#city-button {
  height: 54px !important;
  border-radius: 15px;
  background: #ecf0f1;
  border: none;
  padding: 21px;
  width: 100%;
}

#top-nav-bar li a.active {
  border-radius: 0px;
  border: none;
}

body {
  font-family: 'Nunito';
}

.review-stars .fa.fa-star:hover {
  opacity: 1 !important;
}

.w-fit{
  width: fit-content !important;
}

.owl-item{
  height: fit-content;
}

.d-rtl{
  direction: rtl !important;
}

.d-ltr{
  direction: ltr !important;
}

.owl-carousel{
  direction: ltr !important;
}
.btn-dark {
  color: #fff;
  background-color: #23272b !important;
  border-color: #1d2124 !important;
}
.bg-accent-chose{
  outline: none !important;
  border:2px solid #10c76e !important;
  background: #9e9e9e14 !important;
}
.review-name-icon{
  width:13px;
  height: 13px;
}
.text-ellipsis{
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.lSPager.lSGallery img{
  width: 70px !important;
  height: 70px !important;
  object-fit: cover;
  border: 2px solid #9e9e9e78;
  border-radius: 5px;
}
.lSPager.lSGallery{
  padding-top: 10px;
  margin: auto !important;
}
.text-danger{
  color: red !important;
}
.input-style{
  height: 45px;
  outline: none !important;
  box-shadow: none !important;
  background: #ecf0f1 !important;
  border: none;
  border-radius: 10px !important;
}
.border-none{
  border:none !important;
}
/* .input-style:focus{
  background: #ecf0f1;
  outline: none !important;
  box-shadow: none !important;
} */
.select-padding-right{
  padding-right: 30px !important;
}
.none-decoration{
  text-decoration: none !important;
}
.icon-check{
  color: white;
  background: #4caf50;
  font-size: 40px;
  padding: 20px;
  border-radius: 100%;
  border: 9px solid #6ad16ea6;
  outline: 9px solid #4caf5040;
}
.btn-delete-mobile{
  display: none;
}

.owl-stage-outer{
  padding-top: 20px;
}

.card-max-height{
  overflow: hidden;
  height: 220px;
}

.img-gallery-slider {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border: 4px solid #e0e0e0;
  border-radius: 5px;
  margin: 5px;
}

.img-accent-chose{
  border:4px solid #10c76e !important;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.page-link{
  color: #2ecc71;
}
.page-link:hover{
  color: #29bb66;
}
#go-to-slider{
  z-index: 1000;
  position: absolute;
  bottom: 30%;
  right: 5%;
}
.img-gallery-slider-main{
  height: 300px;
  object-fit: cover;
}
.span-bold{
  font-family: Nunito;
  font-weight: bolder;
  font-size: 20px;
  margin-left: 5px;
}
.img-flag{
  width: 20px;
}
.a-language {
  display: flex;
  padding: 5px 10px;
}