.tp-footer-bottom-wrapper .col-md-6:nth-child(2),
.tp-footer-bottom-wrapper .col-md-6:nth-child(3) {
    flex: 0 0 25%; /* Makes the column width equivalent to col-md-3 (25%) */
    max-width: 25%;
}
.g-recaptcha {
    margin-top: 5px!important;
}

i.my_icon_t2{
  display: flex;
  color: currentColor;
  width: 15px;
  height: 15px;
}
i.my_icon_t2 > svg{
  fill: currentColor;
  width: 100%;
  height: 100%;
}



label[for="is_vendor"],
#is_vendor, 
#is_vendor + span {
    display: none;
}

h3.tp-category-title-3 a {
    color: #fff !important;
}

section.tp-category-area.pt-95 {
  
}

body > a#whats {
  position: fixed;
  height: 70px;
  width: 70px;
  bottom: 40px;
  right: 40px;
  background: #25d366;
  color: white;
  z-index: 99999;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation-name: pulse2;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease;
}
body > a#whats.hide {
  display: none;
}
body > a#whats.stable {
  transition: opacity 2s ease;
  opacity: 1;
  pointer-events: all;
}
body > a#whats > i.my_icon_t2 {
  width: 74%;
  height: 74%;
}

.my_icon_t2 {
    display: inline-block;
    width: 24px; /* Set your desired width */
    height: 24px; /* Set your desired height */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml;charset=UTF-8,');
}




h3.breadcrumb__title {
    color: #fff;
}
.breadcrumb__list.js_breadcrumb_reduce_length_on_mobile {
   color: #fff;
}

h3.tp-slider-title-3 {
    color: #000;
    font-size: 60px;
}
.tp-footer-logo img {
    max-height: 100px !important;
}

.container.custom_title {
}

.tp-widget-product-categories {
    display: none;
}

.custom_title h3{
  font-size: 16px;
  margin-top: 25px;
}
a.tp-btn.tp-btn-border.tp-btn-border-white {
    background: #000;
}
.tp-header-sticky.header-sticky {
    position: fixed !important;
    background-color: #fff !important;
}
nav.tp-main-menu-content {
    margin-left: 50px;
}
section.tp-product-arrival-area.pt-30.pb-30 {
    margin-top: -30px !important;
}
button.tp-product-add-cart-btn-large {
    background: #1e812e;
}

.tp-slider-height-3 {
    min-height: 600px;
}
  .tp-product-action-item-3.d-flex.flex-column {
    display: none !important;
}
  button.tp-product-add-cart-btn-large {
    display: none;
}
.logo a img {
    max-height: 150px;
    max-width: 100%;
    height: unset !important;
}
.tp-footer-logo img {
    max-width: 100%!important;
}

@media screen and (max-width: 768px) {
   h3.tp-slider-title-3 {
      color: #ffffff!important;
      font-size: 40px!important;
  }
  main .tp-section-title-3 {
      font-size: 23px!important;
  } 
}

@media screen and (max-width: 991px) {
  .tp-slider-3-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    display: none!important;
    background-color: var(--tp-common-white);
	}
  .tp-footer-bottom-wrapper img {
    width: 140px;
}
  .tp-footer-bottom-wrapper .col-md-6:nth-child(2), .tp-footer-bottom-wrapper .col-md-6:nth-child(3) {
    flex: 0 0 25%;
    max-width: 50%;
}
}