/*
Theme Name: Yobazar Child
Theme URI: https://demo.theme-sky.com/yobazar/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: yobazar
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: yobazar-child
*/
.woocommerce div.product form.cart .button {
  margin-top: 0px!important;
}
.dazzling-usps-banner {
  background-color: #83A6BC;
  border-bottom: 1px solid #ddd;
  padding: 1rem 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
}

.dazzling-usps-banner .banner-items {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;
}

.dazzling-usps-banner .banner-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.dazzling-usps-banner .banner-item span {
  font-size:16px;
}
.dazzling-usps-banner .banner-item img {
  width: 24px;
  height: 24px;
}
img.icon-white {
  filter: invert(1) brightness(2);
}
.fade-in {
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (max-width: 991px) {
  .dazzling-usps-banner .banner-items {
    position: relative;
    height: 30px;
    justify-content: center;
    gap: 0;
  }

  .dazzling-usps-banner .banner-item {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .dazzling-usps-banner .banner-item.active {
    opacity: 1;
    position: relative;
    pointer-events: auto;
  }
}
@media (max-width: 767px) {
.dazzling-usps-banner {
  padding: 0.6rem 0;
}
.dazzling-usps-banner .banner-item span {
  font-size:14px;
}
.woocommerce div.product form.cart .button {
  margin-top: 15px!important;
}
}

