.home-slide-cover, .slick-slider, .slick-list, .slick-track, .single-hero-slider {
  height: 100%;
  min-height: 100%;
}
.banner-img, .banner-img a, .banner-img picture {
  display: flex;
}
.banner-img, .banner-img img, .hero-slider-1 .single-hero-slider {
  border-radius: 15px;
}
.card-2 {
  min-height: 0;
}
.card-2 .heading-card {
    white-space: pre-wrap;
    height: 2.5rem;
    line-height: 1.2;
}
.card-2.wow span {
  display: none;
}
.product-cart-wrap .product-content-wrap h2 a {
    height: 3.25rem;
    display: block;
    white-space: pre-wrap;
}
.empty-space {
    height: 50px;
    display: block;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl  {
  padding-left: 25px;
  padding-right: 25px;
}
.header-style-1 .header-middle-ptb-1 {
  padding: 20px 0;
}
@media (min-width: 1200px) {
  .slider-ad-container {
    display: flex !important;
    flex-direction: column;
    row-gap: 15px;
  }
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
  background-color: var(--color-brand-2);
  color: #fff;
}
footer .logo img {
  margin-top: 20px;
}
footer .newsletter {
  flex: 1 0 0%;
}
footer .newsletter .newsletter-inner {
  background: none;
  border-radius: 0;
  min-height: 0;
  padding: 0;
}
footer .newsletter .newsletter-inner h2 {
  margin: 15px 0 20px;
  font-size: 24px;
}
footer .newsletter .newsletter-inner .newsletter-content p {
  margin-bottom: 10px !important;
}
footer .newsletter .newsletter-inner .newsletter-content .form-subscribe input {
  background: none;
  padding-left: 15px;
  border: 1px solid var(--color-text);
  border-right: 0;
}
footer .newsletter .newsletter-inner .newsletter-content .form-subscribe button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0 15px;
  background: url(/themes/nest/imgs/theme/icons/icon-plane.png) no-repeat 14px;
  color: transparent;
  width: 50px;
  border: 1px solid var(--color-text);
  border-left: 0;
}
[dir="rtl"] footer .newsletter .newsletter-inner .newsletter-content .form-subscribe button {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-left: 1px solid var(--color-text);
  border-right: 0;
}
[dir="rtl"] footer .newsletter .newsletter-inner .newsletter-content .form-subscribe input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding-right: 15px;
  border-left: 0;
  border-right: 1px solid;
}
footer .mobile-social-icon {
  justify-content: flex-start;
}
footer .mobile-social-icon p.font-heading {
  margin-bottom: 0;
}
.stick .logo.logo-width-1 a img {
  padding: 10px 0;
}
footer .payment-options {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 10px;
}
footer .payment-options img {
  max-height: 20px;
  object-fit: contain;
}
.carousel-4-columns-cover .product-cart-wrap {
  margin-bottom: 0;
}
.banner-img.style-2 {
  height: 100%;
}
.section-flash-sale-products .product-cart-wrap .product-content-wrap .sold.mt-15.mb-15 {
  opacity: 0;
  margin: 0 !important;
  height: 10px;
}
@media (min-width: 1200px) {
  .slider-ad-container {
    row-gap: 24px;
  }
}
.banner-left-icon {
  height: 100%;
}
@media only screen and (max-width: 768px) {
    .header-action-2 .header-action-icon-2:first-child {
        padding: 8px;
    }
}