.ngs_slider {
  height: 450px;
  overflow-y: hidden;
}

a {
  text-decoration: none;
}

.ngs_cart_total_label {
  width: 150px;
}

.dropdown-menu {
  z-index: 1050;
}

.ngs_shoppingcart_col {
  position: relative;
  padding-right: 10px;
}

.la,
.las,
.lab {
  font-size: 22px;
  vertical-align: middle;
}

html[dir=rtl] .li,
html[dir=rtl] .las {
  transform: scaleX(-1);
  -ms-filter: fliph;
  filter: fliph;
}

html[dir=rtl] .ngs_shoppingcart_col {
  padding-right: 0;
  padding-left: 10px;
}

.ngs_firstheader {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #e1e1e1;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  max-width: 100%;
  line-height: 2;
  font-size: 12px;
}
.ngs_firstheader .row {
  max-width: 90%;
  margin: auto;
}

.ngs_secondheader .container,
.ngs_thirdheader_container {
  max-width: 90%;
  margin: auto;
}

.ngs_firstheader .btn {
  font-size: 12px;
}

.ngs_firstheader_first_col div {
  margin-top: 0.25rem !important;
}

a,
.ngs_firstheader_third_col a,
.navbar-light .navbar-nav .nav-link {
  color: var(--bs-dark) !important;
}

.ngs_firstheader .d-inline-block {
  margin-right: 0px !important;
  margin-left: 20px !important;
}

a:hover,
.ngs_firstheader_third_col a:hover,
.ngs_secondheader a:hover,
.navbar-light .navbar-nav .nav-link:hover,
.ngs_products_grid .card-title span:hover {
  color: var(--bs-secondary) !important;
}

.ngs_header_language {
  border-left: 1px solid #e1e1e1;
}

.ngs_secondheader {
  padding: 15px 0px;
  font-size: 12px;
}
.ngs_secondheader a {
  align-self: center;
  color: var(--bs-primary);
}
.ngs_secondheader span {
  margin-left: 10px;
}
.ngs_secondheader i {
  font-size: 28px !important;
}

.ngs_fav_col {
  border-style: solid;
  border-width: 0px 1px;
  border-color: #e1e1e1;
  padding: 0 15px;
}

.fa-shopping-bag {
  margin-left: 0 !important;
  margin-top: 0 !important;
}

.ngs_search_input {
  border-radius: 0 !important;
  border-width: 1px 0px 1px 1px;
}
.ngs_search_input:focus {
  border: 1px solid #ced4da;
}

.ngs_search_cat_group {
  display: none;
}

.ngs_search_btn_group {
  background-color: unset;
  padding: 0;
  border-radius: 0;
}
.ngs_search_btn_group i {
  font-size: 20px !important;
}

strong {
  font-size: 14px;
}

.ngs_callus_col strong {
  direction: ltr;
  display: flex;
}

nav {
  font-weight: bold;
  font-size: 14px;
}

input,
button,
.btn {
  box-shadow: none !important;
}

/* header */
.ngs_slider img {
  height: 400px;
}

.card {
  box-shadow: 0px 5px 30px 3px rgba(0, 0, 0, 0.05);
}

.ngs_categories_grid_container .card,
.page-categories .ngs_categories_grid .card,
.page-category .ngs_categories_grid .card {
  box-shadow: none;
}

.ngs_categories_grid_container img,
.page-categories .ngs_categories_grid img,
.page-category .ngs_categories_grid img {
  padding: 0;
  border: none;
  border-radius: 10px;
  height: 200px;
  width: auto;
  margin: auto;
  transition: transform 0.3s;
}

.ngs_categories_grid_container .card-body,
.page-categories .card-body,
.page-category .ngs_categories_grid .card-body {
  bottom: 0;
  position: absolute;
  background: var(--bs-white);
  right: 0;
  left: 0;
  text-align: center;
  width: 80%;
  margin: auto;
  padding: 0;
  border-radius: 3px;
  box-shadow: 0px 5px 30px 3px rgba(0, 0, 0, 0.05);
  height: 30px;
  overflow: hidden;
}

.ngs_categories_grid_container .card:hover .card-body,
.page-categories .card:hover .card-body,
.page-category .ngs_categories_grid .card:hover .card-body {
  background: var(--bs-primary);
  color: var(--bs-white);
}

.ngs_categories_grid_container .card:hover span,
.page-categories .card:hover span,
.page-category .ngs_categories_grid .card:hover span {
  color: var(--bs-white);
}

.ngs_categories_grid_container .card-body span,
.page-categories .card-body span {
  font-size: 0.9rem;
}

.home_section h3,
.ngs_related_products h4 {
  margin: 50px 0 20px;
  font-weight: 700;
}

.ngs_products_grid .card-body {
  padding: 1.5rem 0rem;
  text-align: center;
  font-size: 12px;
}

.ngs_home_best_sellers_container .card-title,
.ngs_home_featured_products_container .card-title,
.page-product .card-title,
.page-category .card-title,
.page-search .card-title {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2;
  padding-left: 5px;
  padding-right: 5px;
}

.card-title span {
  color: var(--bs-dark);
}

.ngs_home_best_sellers_container .ngs_add_to_wishlist_button,
.ngs_home_featured_products_container .ngs_add_to_wishlist_button {
  border-radius: 50%;
  background-color: var(--bs-white);
  border-color: var(--bs-primary);
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
  z-index: 1;
}

.ngs_home_best_sellers_container .ngs_add_to_wishlist_button:hover,
.ngs_home_featured_products_container .ngs_add_to_wishlist_button:hover {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.ngs_home_best_sellers_container .ngs_add_to_wishlist_button i,
.ngs_home_featured_products_container .ngs_add_to_wishlist_button i {
  color: var(--bs-primary) !important;
}

.ngs_home_best_sellers_container .ngs_add_to_wishlist_button i:hover,
.ngs_home_featured_products_container .ngs_add_to_wishlist_button i:hover {
  color: var(--bs-white) !important;
}

.ngs_home_best_sellers_container .ngs_product_item .ngs_add_to_wishlist_button,
.ngs_home_featured_products_container .ngs_product_item .ngs_add_to_wishlist_button {
  opacity: 0;
  visibility: hidden;
}

.ngs_home_best_sellers_container .ngs_product_item:hover .ngs_add_to_wishlist_button,
.ngs_home_featured_products_container .ngs_product_item:hover .ngs_add_to_wishlist_button {
  opacity: 1;
  visibility: visible;
}

.ngs_home_best_sellers_container .ngs_add_to_cart_button,
.ngs_home_featured_products_container .ngs_add_to_cart_button {
  display: none;
}

.ngs_price {
  font-weight: 700;
  line-height: 0;
}

.ngs_old_price {
  text-decoration: line-through;
  color: var(--bs-secondary);
}

/* products */
/* brands */
.ngs_brands_row {
  padding: 20px 0px 20px 0px;
  border-style: solid;
  border-width: 1px 0px 1px 0px;
  border-color: #e1e1e1;
}

.home_section_products_columns .col {
  flex: 0 0 50%;
  width: 25%;
}
.home_section_products_columns .col h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 50px 0 20px;
}
.home_section_products_columns .card {
  display: inline-block;
  width: 100%;
  box-shadow: unset;
}
.home_section_products_columns .card-title {
  font-size: 14px;
}
.home_section_products_columns .card-body {
  padding: 1rem;
  display: inline-block;
  width: 50%;
}
.home_section_products_columns .card .card-img-top {
  display: inline-block;
  width: 90px;
  height: 100px;
  vertical-align: top;
}
.home_section_products_columns img {
  border: none;
  max-height: 100px;
  max-width: 90px;
  min-height: 100px;
  padding: 0;
  margin-top: 0;
  float: left;
}
.home_section_products_columns button {
  display: none;
}

/* .home_section_products_columns .p-2 {
    margin-bottom: 0rem;
    height: 200px;
  } */
/* footer */
.ngs_footer h4 {
  font-size: 16px;
  font-weight: 700;
}
.ngs_footer a {
  font-weight: 600;
  font-size: 14px;
  flex-direction: row;
}
.ngs_footer .btn-primary:hover {
  color: var(--bs-white);
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondarys);
}

.ngs_newsletter_form .form-label {
  font-size: 14px;
  margin: 1rem 0;
}
.ngs_newsletter_form input {
  text-align: left;
}
.ngs_newsletter_form .input-group-text {
  padding: 0;
  border: unset;
}

/* footer */
.ngs_footer {
  margin-bottom: 0 !important;
}

/* pages */
.page-product .card-body {
  text-align: center;
}

.bg-info,
.carousel-indicators [data-bs-target] {
  background-color: var(--bs-primary) !important;
}

.page-product .carousel-control-next-icon,
.page-product .carousel-control-prev-icon {
  background-color: var(--bs-primary) !important;
}
.page-product .ngs_product_details h1 {
  font-size: 30px;
  font-weight: 700;
}

.ngs_product_quantity_picker {
  line-height: 2;
}

.btn-primary:hover, .btn-primary:focus {
  color: var(--bs-white);
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  opacity: 0.7;
}

h1 {
  text-align: center;
  margin: 20px 0 20px;
  font-weight: 700;
  font-size: 32px;
}

.page-category h3,
.page-category h4,
.page-category .ngs_products_grid p {
  margin: 30px 0 20px;
  font-weight: 600;
  /* text-align: center; */
}

.page-brand h4 {
  margin: 30px 0 20px;
  font-weight: 600;
  /* text-align: center; */
}

.fa-phone,
.fa-search {
  transform: rotate(90deg);
}

html[dir=rtl] .ngs_secondheader span {
  margin-right: 10px;
  margin-left: 0px;
}
html[dir=rtl] .home_section_products_columns img {
  float: right;
}
html[dir=rtl] .home_section_products_columns .card-body {
  text-align: right;
}
html[dir=rtl] .ngs_newsletter_form input {
  text-align: right;
}
html[dir=rtl] .ngs_firstheader .d-inline-block {
  margin-right: 10px !important;
  margin-left: 0px !important;
}
html[dir=rtl] .fa-phone {
  transform: rotate(0deg);
}

.fa-search {
  transform: rotate(0deg);
}

html[dir=rtl] .ngs_search_input {
  border-width: 1px 1px 1px 0px;
}
html[dir=rtl] .ngs_footer a {
  direction: ltr;
  display: inline-flex;
  flex-direction: row-reverse;
}

/*this is reviews Css*/
.ngs_product_reviews_form > label:first-of-type {
  font-weight: bold;
  margin: 0.6em 0;
}

.ngs_product_rating_icons {
  margin: 5px 0;
}

.ngs_product_rating .fa-star {
  font-size: 1.5em;
}
.ngs_product_rating .fa-star:hover {
  cursor: pointer;
}

.ngs_products_grid .card-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.ngs_home_featured_products .card-title,
.ngs_home_best_sellers .card-title {
  text-align: center;
}

span.ngs_product_short_descr {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 3;
  padding: 0 20px;
}

.ngs_product_rating {
  margin: 10px 0;
  display: block;
  color: #999292;
  font-size: 10px;
}

.ngs_cat_list_item a {
  border: none !important;
}

.ngs_slider_background_img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100% !important;
  height: 350px;
  /* display: block !important; */
  z-index: -1;
  filter: blur(20px);
}

.carousel-inner .w-100 {
  width: auto !important;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0 20px 1px;
  border-radius: 2px;
  margin: auto;
  height: 400px;
}

.ngs_product_items_actions {
  margin: 10px 0 0 0;
}
.ngs_product_items_actions > .btn {
  margin: 0 5px;
  padding: 5px;
}

.ngs_footer .text-center span {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.page-profile .btn-group .active {
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
}
.page-profile .btn-group .btn-primary {
  color: var(--bs-white) !important;
}

.ngs_nav_menu ul {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.ngs_nav_menu ul::-webkit-scrollbar {
  display: none;
}

body.page-categories .ngs_categories_grid {
  padding-top: 50px;
}

span.ngs_product_short_descr {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 50px;
  line-height: 1.625;
}

.home_section_products_columns .card a::after {
  background: unset;
}

.ngs_slider_background_img {
  display: block !important;
}

#add-to-cart-modal .ngs_add_to_cart_button,
body.page-product .ngs_product_quantity_picker .ngs_add_to_cart_button {
  margin-top: 15px;
}

@media (max-width: 768px) {
  body {
    padding-top: 110px;
  }
  /* header */
  .ngs_firstheader {
    position: fixed;
    top: 0;
    background-color: white;
    z-index: 99999;
  }
  .sticky-top {
    position: fixed;
    top: 55px;
  }
  .ngs_firstheader .ngs_firstheader_third_col {
    width: 100%;
  }
  .ngs_firstheader .d-inline-block {
    margin-right: 0px !important;
    margin-left: auto !important;
  }
  .navbar-collapse {
    background-color: white;
    flex-basis: 100%;
    padding: 20px;
    flex-grow: 1;
    align-items: center;
    text-align: center;
  }
  .ngs_firstheader_first_col div,
  .ngs_secondheader .justify-content-end,
  .ngs_header_contact,
  .ngs_header_help,
  .ngs_shoppingcart_col {
    display: none !important;
  }
  .ngs_slider {
    height: auto;
    min-height: 215px;
  }
  .ngs_slider img {
    height: 215px;
  }
  .home_section_products_columns .col {
    flex: 0 0 100%;
    width: 100%;
  }
  .ngs_products_grid .card-body {
    padding: 0rem;
  }
  .home_section_products_columns .card-body {
    padding: 37px 10px;
  }
  .ngs_categories_grid_container .card-body,
  .page-categories .card-body,
  .page-category .ngs_categories_grid .card-body {
    padding: 0px;
    width: 90%;
  }
  .home_section_products_columns .p-2 {
    margin-bottom: 0rem;
  }
  .home_section_products_columns .card .card-img-top {
    display: block;
    margin: 0 auto;
  }
  .home_section_products_columns .card-body {
    text-align: center !important;
    width: 100%;
    padding: 15px 10px;
  }
  .home_section_products_columns .card-body .card-title {
    text-align: center;
  }
  .ngs_currency_dropdown {
    z-index: 999999;
  }
  /* pages */
  .page-product .mt-5 {
    margin-top: 0 !important;
  }
  .page-product .carousel img {
    height: 200px;
  }
  .ngs_product_quantity_picker label,
  .ngs_product_quantity_picker .col-auto,
  .ngs_product_quantity_picker .col-sm-auto {
    width: 50%;
  }
  .page-product .card,
  .page-category .card {
    padding: 0px 0 10px;
  }
  .ngs_cat_list_item {
    display: inline-block;
    width: 49%;
  }
  h1 {
    margin-top: 1em !important;
  }
  .page-category .ngs_categories_grid .card-body {
    bottom: 0 !important;
  }
  .ngs_thirdheader .navbar-collapse {
    box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.1803921569);
    border: 1px solid #e3e3e3;
  }
  .ngs_mobile_menu_bars .dropdown-toggle::after {
    display: none;
  }
  .home_section_products_columns img {
    width: auto;
    max-height: 140px;
    max-width: 120px;
  }
  .ngs_slider_background_img {
    display: block !important;
  }
  .ngs_cart_floating_button {
    margin-top: 100px;
  }
  .carousel-inner .w-100 {
    width: auto !important;
    height: 150px;
  }
  .ngs_slider {
    height: 150px;
  }
  .ngs_slider .carousel-control-prev,
  .ngs_slider .carousel-control-next {
    height: 150px;
  }
  .ngs_firstheader_third_col {
    justify-content: center !important;
  }
  .navbar-toggler {
    margin-top: 5px;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .ngs_firstheader_middle_col .fab {
    font-size: 18px !important;
  }
  .ngs_home_body > .container,
  .row > * {
    padding-left: 0;
    padding-right: 0;
  }
  .ngs_categories_grid_container .col-6 .card img,
  .page-categories .ngs_categories_grid .col-6 .card img,
  .page-category .ngs_categories_grid .col-6 .card img {
    height: 160px;
  }
  .ngs_categories_grid_container .col-4 .card img,
  .page-categories .ngs_categories_grid .col-4 .card img,
  .page-category .ngs_categories_grid .col-4 .card img {
    height: 100px;
  }
  #add-to-cart-modal {
    z-index: 99999;
  }
  #add-to-cart-modal .ngs_product_item_carousel_container {
    display: none;
  }
  #add-to-cart-modal .ngs_main_container {
    padding-top: 0;
  }
  .ngs_categories_list .ngs_cat_list_item .ngs_cat_list_item_parent img {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.modal {
  z-index: 9999;
}/*# sourceMappingURL=style.css.map */