div#desktop_logo img.logo {
    max-width: 300px;
    margin-top: 15px;
}

#footer-container-main.footer-style-inline .block-iqitcontactpage .contact-rich .part {
    padding: 0 1rem 0 0;
    padding-left: 12px;
}

#footer-container-main .container {
    border: none;
}

.sticky-desktop-wrapper #desktop-header.stuck-header {
    border: none;
}

div#desktop-header .search-widget .form-search-control {
    padding: .4rem 1rem;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
}

div#desktop-header .search-widget .form-search-control::placeholder {
  opacity: 0.5;
  font-weight: 300;
}

#header .header-btn-w .header-btn .title {
    margin-top: .1rem;
}

.ps-shoppingcart .cart-products-count-btn {
    line-height: 15px;
    min-width: 16px;
    height: 16px;
    font-size: .6rem;
    top: -7px;
    right: -7px;
    padding: 1px;
}
/*
#index #desktop-header:not(.stuck-header) div#desktop_logo img.logo {
    filter: brightness(0) invert(0);
}*/

#index .stuck-header .cbp-horizontal>ul>li>a,
#index .stuck-header .cbp-horizontal>ul>li>a:not([href]):not([tabindex]),
#index .stuck-header .cbp-horizontal>ul>li>.cbp-main-link {
    color: #000000 !important;
}

#header .header-btn-w .header-btn {
    text-align: center;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 300;
}

div#footer-copyrights {
    padding: 0.4rem 0;
}

#footer-copyrights._footer-copyrights-2 .copyright-img,
#footer-copyrights._footer-copyrights-2 .copyright-txt {
    margin-bottom: 0;
}

.cbp-hrmenu .cbp-hrsub-inner .cbp-column-title,
.cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:link,
.cbp-hrmenu .cbp-hrsub-inner,
.cbp-hrmenu .cbp-hrsub-inner a,
.cbp-hrmenu .cbp-hrsub-inner a:link {
    font-weight: 300;
}

.the-category-box .elementor-iqit-banner-content {
    background: rgba(0, 0, 0, 0.2) !important;
}

#footer-container-main a, #checkout-footer a {
    color: #000000;
    font-weight: 300;
    font-size: 18px;
}

#footer-container-main .container {
    max-width: 90%;
}

ul.social-links._footer {
    padding: 0;
}


.stuck-header .header-top a:not(.btn):not(.nav-link) {
    color: #7B7B7B;
}

.stuck-header .cbp-horizontal > ul > li > a,
.stuck-header .cbp-horizontal > ul > li > a:not([href]):not([tabindex]),
.stuck-header .cbp-horizontal > ul > li > .cbp-main-link {
    color: #7B7B7B;
}

.stuck-header .cbp-hrmenu .cbp-hrsub-inner .cbp-column-title,
.stuck-header .cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:link {
    color: #7B7B7B !important;
}

.stuck-header .cbp-hrmenu .cbp-hrsub-inner,
.stuck-header .cbp-hrmenu .cbp-hrsub-inner a,
.stuck-header .cbp-hrmenu .cbp-hrsub-inner a:link {
    color: #7B7B7B !important;
}


.cms-id-16 nav.breadcrumb {
    display: none !important;
}

.cms-id-16 h1.h1.page-title {
    display: none !important;
}


.cms-id-20 nav.breadcrumb {
    display: none !important;
}

.cms-id-20 h1.h1.page-title {
    display: none !important;
}


.the-home-slide .slider-container {
  max-width: 95%;
  margin: auto;
  display: flex;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.the-home-slide .text-section {
  width: 35%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}

.the-home-slide .text-section h2 {
  font-size: 24px;
  margin-bottom: 12px;
}

.the-home-slide .text-section p {
  color: #555;
  font-size: 16px;
}

.the-home-slide .swiper-section {
  width: 65%;
  padding: 40px 0;
}

.the-home-slide .swiper {
  padding: 0 40px;
}

.the-home-slide .swiper-slide {
  transition: transform 0.5s ease, z-index 0.5s ease;
  transform: scale(0.85);
  z-index: 1;
}

.the-home-slide .swiper-slide-active {
  transform: scale(1);
  z-index: 3;
}

.the-home-slide .swiper-slide-prev,
.the-home-slide .swiper-slide-next {
  z-index: 2;
}

.the-home-slide .swiper-slide img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.the-home-slide .swiper-button-next,
.the-home-slide .swiper-button-prev {
  color: #333;
}

.the-home-slide .swiper-slide.swiper-slide-active {
    margin-right: -35px !important;
    transform: scale(1.1) !important;
}

.the-home-slide .swiper-slide.swiper-slide-prev {
    margin-right: -40px !important;
}

.the-home-slide .swiper-slide.swiper-slide-next {
    margin-right: 0 !important;
}

@media screen and (max-width: 768px) {
  .the-home-slide .slider-container {
    flex-direction: column;
  }

  .the-home-slide .text-section, .the-home-slide .swiper-section {
    width: 100%;
    padding: 20px;
  }

  .the-home-slide .swiper-slide img {
    height: 250px;
  }

  .the-home-slide .swiper {
    padding: 0 20px;
  }
}