/* ========== Base Styles ========== */
.header .nav>li>a {
  font-size: 21px;
  padding: 10px 0 0 0;
  text-transform: uppercase;
}
.creed-nav-cart-icon{
    order: 3;
}

#menu-menu-sidebar  ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  list-style: none;
  top: 0px;
  left: calc(100% - 4px);
  width: calc(100% * 4);
  min-height: 440px;
  text-align: left;
  border-left: 4px solid transparent;
  margin-top: 0;
  z-index: 101;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  overflow: auto;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.1), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
  background: #fff;
  margin: 0;
  max-width: 920px;
  padding: 15px;
  margin: 0;
  border-radius: 10px;

}

#menu-menu-sidebar .sub-menu li a {
  display: block;
  padding: 4px 0;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
}

#menu-menu-sidebar .sub-menu li {
  margin: 0;
}
#menu-menu-sidebar>li.menu-item{
  list-style: none;
  padding: 5px 0;
  margin: 0;
}
#menu-menu-sidebar>li.menu-item a {
  background: #fff;
  display: flex;
  padding: 10px;
  border-radius: 10px;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}

#menu-menu-sidebar>li.menu-item>a::after {
  content: "\f105";
  font-family: fl-icons;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1.2;
  font-size: 14px;
  float: right;
  position: absolute;
    top: auto;
    bottom: auto;
    right: 10px;
}
.accordion-item .switch {
  margin-top: 0 !important;
  margin-bottom: 0!important;
}

#menu-menu-sidebar .sub-menu .menu-item {
    margin: 0;
    max-width: 25%;
    float: left;
    width: 100%;
}
.creed__home-slider .col {
  padding-left: 0;
  padding-right: 0;
}

.banner.creed_slideshow-banner p {
  margin-top: 0;
  margin-bottom: 0;
}

.creed_slideshow-banner .text-inner > div {
  margin-bottom: 25px;
}

#top-bar {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  overflow: hidden;
}

.header-wrapper.stuck #top-bar {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  margin: 0;
}

body.home .header-main {
  width: 100%;
  transition: all 0.3s ease;
}

/* Slideshow Button */
a.creed__slideshow-button {
  border: 2px solid #fff;
}

a.creed__slideshow-button span {
  color: #000;
  font-size: 16px;
}

a.creed__slideshow-button:hover {
  background-color: transparent !important;
  box-shadow: none;
}

a.creed__slideshow-button:hover span {
  color: #fff;
}

/* Product Categories */
.creed_product-cat .box-badge,
.creed_product-cat .box-badge:hover .box-text {
  background-color: transparent;
}

.creed_product-cat .box-badge:hover .box-text h5 {
  color: #000;
}

.creed_product-cat .box-category .box-text {
  bottom: 10%;
}

/* Icons with Text */
.creed_text-with-icons {
  display: flex;
  justify-content: center;
}

.creed_text-with-icons img {
  width: 94px;
}

/* Partner & Certificate */
.row.align-equal.row-dashed {
  border: 1px dashed #ddd;
}
.creed_partner-wrapper a {
  padding: 5px;
  display: block;
}
.creed_partner img:not(.creed_partner .creed_certificate img) {
  max-height: 95px;
  object-fit: contain;
}

.creed_certificate .asdas .col-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* JDGM Medals */
.creed_jdgm-medal__image {
  max-width: 64px;
  margin: 0 10px 0 !important;
}

.creed_jdgm-verified-wrapper {
  max-width: 248px;
}

/* Product Carousel */
.product-carousel {
  margin: 20px 0;
}

.product-item {
  padding: 15px;
  text-align: center;
}

.product-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.product-image img {
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}

.product-image .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.product-image:hover .main-image {
  opacity: 0;
}

.product-image:hover .hover-image {
  opacity: 1;
}

.product-title {
  font-size: 13px;
  margin: 10px 0;
  font-weight: 500;
}

.product-price {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}

.product-variants {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 10px;
}

.variant-image {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.variant-image:hover {
  border-color: #666;
}

/* Slick Carousel */
.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.slick-prev:before,
.slick-next:before {
  font-size: 24px;
  color: #333;
}

.slick-dots {
  bottom: -30px;
}

.slick-dots li button:before {
  font-size: 12px;
}

/* Testimonials */
.creed_testimonial .icon-box-text {
  display: flex;
  flex-direction: column;
}

.creed_testimonial .testimonial-meta {
  order: 1;
  padding: 0;
}

.creed_testimonial .testimonial-text {
  font-style: normal !important;
  order: 3;
}

.creed_testimonial .star-rating {
  margin: 0;
  width: 100%;
}

.creed_testimonial .star-rating span {
  letter-spacing: 3px;
}

.creed_testimonial .star-rating span:before {
  color: rgb(255, 221, 51);
}

.creed_testimonial .star-rating:before {
  content: none;
}

.creed_testimonial-user-wrap {
  margin-bottom: 15px;
}

.creed_testimonial-avatar,
.creed_testimonial-user {
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.creed_testimonial-avatar .img-inner {
  display: flex;
}

.creed_testimonial-avatar img {
  max-width: 65px;
  border-radius: 50%;
  margin: 0 auto;
}

.creed_testimonial-user > .col-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}

.creed_testimonial-user p {
  margin: 0;
}

.creed_testimonial-review p {
  margin-bottom: 15px;
}

/* Footer JDGM */
.footer.jdgm-medals-wrapper .jdgm-widget {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
}

.footer-1,
.footer-1 a {
  color: #f1f1f1;
}

/* Blog Cards */
.blog-post-card {
  display: flex;
  align-content: start;
  overflow: hidden;
  border-radius: 5px;
}

.blog-post-card__figure {
  display: block;
  position: relative;
  overflow: hidden;
}

.blog-post-card__figure > .badge {
  z-index: 1;
  position: absolute;
  top: var(--blog-post-card-badge-spacing);
}

.blog-post-card__figure > .badge:not(:lang(...)) {
  left: var(--blog-post-card-badge-spacing);
}

.blog-post-card__figure > .badge:is(:lang(...)) {
  right: var(--blog-post-card-badge-spacing);
}

.blog-post-card__meta {
  gap: var(--blog-post-card-meta-gap);
  flex-wrap: wrap;
  display: flex;
}

.blog-post-card--featured {
  grid-column: 1 / -1;
  gap: 0;
  margin-bottom: 30px;
}

.blog-post-card img,
.box-blog-post img {
  transition: all 0.3s ease;
}

.blog-post-card img:hover,
.box-blog-post img:hover {
  transform: scale(1.1);
}

.blog-post-card--featured .blog-post-card__info {
  padding: var(--spacing-5);
  background: #1d2864;
  color: #fff;
}

.blog-post-card--featured .blog-post-card__info a {
  color: #fff;
}
.creed-section.creed-section--blog-posts .section-stack {
    width: 100%;
}
.single-blog-posts  {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.single-blog-posts .single-blog-post-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.single-blog-posts .single-blog-post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.single-blog-posts .blog-post-card__figure {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.single-blog-posts .blog-post-card__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.single-blog-posts .blog-post-card__figure img.zoom-image:hover {
  transform: scale(1.05);
}

.single-blog-posts .blog-post-card__info {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.single-blog-posts .blog-post-card__info .h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.single-blog-posts .blog-post-card__info p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.single-blog-posts .blog-post-card__meta {
  display: flex;
  align-items: center;
  font-size: 0.85rem;
  color: #999;
  margin-top: 12px;
}

.single-blog-posts .blog-post-card__meta .icon {
  margin-right: 6px;
  stroke: #999;
}

.collection-featured-product {
    display: none;
}
/* Newsletter */
.newsletter-signup-inline {
  max-width: 600px;
  margin: 0 auto;
}

.newsletter-signup-inline > p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.newsletter-signup-inline .wpcf7-spinner {
  display: none;
}

.newsletter-signup-inline input.newsletter-input {
  flex: 1;
  padding: 3px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  min-width: 200px;
}

.newsletter-signup-inline input.newsletter-submit {
  padding: 3px 25px;
  background-color: #222;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
}

.newsletter-signup-inline input.newsletter-submit:hover {
  background-color: #000;
}

/* Misc */
.badge--current {
  background: rgba(255, 255, 255, 0.12);
  width: max-content !important;
  padding: 8px 30px;
  border-radius: 30px;
  margin-bottom: 15px;
  line-height: 29px;
  font-weight: 700;
}

h1{
    margin-bottom: 0px !important;
}
p.subheading {
  margin-bottom: 0;
  font-weight: 700;
}
/*Product page*/
.product-info form.cart .single_add_to_cart_button{
    display: inline-block;
    width: auto;
    border-radius: 10px;
}
.product-info form.cart .buttons_added{
    display: flex;
    align-items: center;
    border-radius: 0;
}
.product-info  .product-title {
    font-size: 18px;
}
.product-gallery .product-main .flickity-slider {
    display: flex;
    justify-content: flex-start;
}
.product-gallery .product-main .flickity-slider .col{
    position: relative !important;
    max-width: 15%;
}
.product-subheading span#pro_sku:before {
    content: " ";
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #000;
    margin: 0 7px;
}

.search-form-wrap{
    width: 65%;
}
.header-nav.header-nav-main.nav{
    flex-flow: unset;
    justify-content: space-between;
}
li.nav-icon.has-icon {
    display: none;
}
.header-wrapper.stuck .flex-row {
    align-items: center;
}
.header-wrapper.stuck #logo{
    min-width:unset;
    width: auto !important;
}
.header-wrapper.stuck ul.header-nav.header-nav-main.nav.nav-left {
    display: none;
}


.container.logo-left::after{
  content: none;
}
.right-icon-list{
    margin-left: 15px;
    min-height: 120px;
    min-height: 120px;
    display: flex;
    align-items: center;
}
.header-main  .logo-left .logo {
    margin-right: 15px;
}
.header-nav-main.search-form{
    background: #fff;
    padding: 3px;
    margin-bottom: 30px;
}
.header-nav-main.search-form input[type=search]{
    box-shadow: none;
    border: none;
}
.woocommerce-column--shipping-address{
    display: none;
}
/* ========== Media Queries ========== */
@media screen and (min-width: 700px) {
  .blog-posts {
    grid-auto-columns: 52vw;
    --blog-posts-gap: var(--spacing-12) var(--grid-gutter);
  }
}

@media screen and (min-width: 768px) {
  .creed_partner .large-2 {
    flex-basis: 20%;
    max-width: 20%;
  }
}

@media screen and (min-width: 1000px) {
  .blog-posts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-flow: unset;
    grid-auto-columns: unset;
    --blog-posts-gap: var(--spacing-12);
  }
/*body.home .header-main {*/
/*  background: transparent;*/
/*  position: absolute;*/
/*}*/
  .blog-post-card--featured {
    display: grid;
    grid-template-columns: 1fr 0.7fr;
  }

}

@media screen and (min-width: 1150px) {
  @media (min-width: 1200px) {
      #menu-menu-sidebar>li:hover .sub-menu {
        opacity: 1;
        visibility: visible;
      }
    }
  .blog-post-card--featured {
    grid-template-columns: 1fr 0.54fr;
  }

  .blog-post-card--featured .blog-post-card__info {
    padding: var(--spacing-16);
  }
}

@media screen and (min-width: 1400px) {
  .blog-posts {
    --blog-posts-gap: min(var(--section-inner-spacing-inline), var(--spacing-20));
  }
}
@media screen and (max-width: 1441px) {
  .container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 1400px;
}
.single-product .product-main {
  padding-left: 15px;
  padding-right: 15px;
}
}
@media (max-width: 1230px) {
 .header .nav>li>a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
    .creed_partner-wrapper a {
    padding: 5px;

}
 .header .nav>li>a {
   font-size: 14px;
 }
}
@media (max-width: 849px){
  li.nav-icon.has-icon,
.header-wrapper.stuck li.nav-icon.has-icon{
    display: block;
  }

}
@media screen and (max-width: 767px) {
  .creed_partner .medium-2 {
    flex-basis: 25%;
    max-width: 25%;
  }
}


@media screen and (max-width: 549px) {
  .creed_product-cat.row-slider .flickity-prev-next-button svg {
    padding: 7px !important;
  }
  .creed_partner .medium-2 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .creed_product-cat .product-category.col {
    width: 50%;
    flex-basis: 50%;
}

  .creed_product-cat.row-slider .flickity-prev-next-button {
    width: 30px !important;
  }

}
