.tp-header-sticky.header-main .main-menu.menu-style-3>nav>ul>li>a{
  font-weight:700;
}
.tp-product-category-thumb a {
    align-items:normal;
    background-color: white;
    background-image: none;
    border-radius:0%;
    display: inline-block;
    display: flex
;
    /* height: 180px; */
    justify-content: center;
    margin: auto;
    overflow: hidden;
    text-align: center;
    /* width: 180px; */
}
.tp-section-title-wrapper h3, .tp-section-title-wrapper-6 h3 {
    margin-bottom: 20px;
}
.slider-container1 {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

.slider1 {
  display: flex;
  width: 200%;
  height: 100%;
  animation: slide 10s infinite ease-in-out;
}

.slide {
  position: relative;
  width: 50%;
  height: 100%;
  flex-shrink: 0;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

/* Text Content */
.text-content1 {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 2;
  max-width: 500px;
}

.text-content1 h1 {
  font-size: 3rem;
  margin-bottom: 15px;
  animation: fadeIn 2s ease-in-out;
  color:#fff;
}

.text-content1 p {
  font-size: 1rem;
  margin-bottom: 20px;
   color:#fff;
}

.contact-btn1 {
  display: inline-block;
  padding: 10px 20px;
  background-color: rgb(223, 23, 131);
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.contact-btn1:hover {
  background-color: rgb(1, 4, 195);
}

/* Animations */
@keyframes slide {
  0%, 50% { transform: translateX(0); }
  50.1%, 100% { transform: translateX(-50%); }
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 768px) {
  .text-content1 h1 {
    font-size: 2rem;
  }
  .text-content1 p {
    font-size: 0.9rem;
  }
  .contact-btn1 {
    font-size: 0.9rem;
  }
   .slider-container1 {
    height: 50vh; /* Adjust the height for smaller screens */
  }

  .slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .text-content1 {
    top: 60%; /* Adjust position for better visibility on smaller screens */
    left: 5%;
    transform: translateY(-50%);
    text-align: center; /* Center-align text on mobile */
    max-width: 90%; /* Reduce width for smaller screens */
  }

  .text-content1 h1 {
    font-size: 1.5rem; /* Reduce heading size */
    margin-bottom: 10px;
  }

  .text-content1 p {
    font-size: 0.8rem; /* Reduce paragraph size */
    margin-bottom: 15px;
  }

  .contact-btn1 {
    padding: 8px 15px; /* Adjust button size */
    font-size: 0.9rem;
  }
}

.tp-banner-item-sm .tp-banner-title {
    font-size: 25px;
    line-height: 1.3;
  margin-bottom: 5px;
  padding-top:40px;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
}



/* Responsive Title */
.responsive-title {
    color: rgb(106 102 102);
    font-size: 2vw; /* Adjusts based on screen width */
    text-shadow: 2px 2px 4px white;
    text-align: center;
    margin: 0;
    padding: 0 15px;
    line-height: 1.2;
}

/* Mobile-specific adjustments */
@media (max-width: 768px) {
    .responsive-title {
        font-size: 6vw;
    }
}

@media (max-width: 480px) {
    .responsive-title {
        font-size: 8vw;
    }
 
}
main .tp-section-title {
    font-size: 32px;
}
main .tp-banner-title{
  font-size: 34px;
    padding-top:20px;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
}
.tp-link-btn {
    color: #fff;
    display: inline-block;
    font-size: 21px;
    font-weight: 500;
    transition: color .3s ease-in-out;
  text-shadow: 2px 2px 4px #000;
  
}
footer{
  background-color:rgb(224, 226, 227)
}
.tp-footer-top {
    
    padding-top: 95px;
}
.tp-footer-desc {
    color: var(--tp-common-black);
    font-family: var(--primary-font);
    font-weight: 600;
    line-height: 1.44;
   
}
.tp-footer-desc, .tp-footer-logo {
    margin-bottom: 15px;
}
.tp-footer-widget-content ul li a {
    color: #000;
    /* font-family: var(--primary-font); */
    font-size: 14px;
    font-weight: 600;
    padding-left: 10px;
    position: relative;
}
.tp-footer-talk span {
    color: #000;
    display: inline-block;
    font-family: var(--primary-font);
    font-size: 14px;
   font-weight: 600;
}


.tp-footer-copyright{
  display:none;
  color:#000;
  font-weight:600;
  justify-content:center;
}

.footer2 {
  
  
  width: 100%;
  background-color: rgb(223, 23, 131);
  text-align: center;
  padding-top:10px;
  padding-bottom:1px;
  
  color: #fff;
  font-size: 14px;
  
}
.footer2 p{
  color:#fff;
  padding: 3px;
}
}

/* Responsive adjustments */

@media (max-width: 765px) {
  .footer2 {
    font-size: 12px;
   
     padding-bottom:65px;
  }
  .back-to-top-wrapper{
     padding-bottom:100px;
}
}
@media (max-width: 992px) {
  .footer2 {
    font-size: 12px;
     padding-bottom:65px;
  }
  .back-to-top-wrapper{
     padding-bottom:100px;
}
}
.breadcrumb__title{
  color:#fff;
  text-shadow: 2px 2px 4px #000;
  
  font-weight:700;
}

.breadcrumb__content {
   font-size:50px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 6px;
    color: #fff;
  text-shadow: 2px 2px 4px #000;
  font-weight:700;
}
main .tp-section-title {
    font-size: 32px;
    color: rgb(106 102 102);
}
.about-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 2rem;
    gap: 2rem;
    background-color: #fff;
}

.about-image {
    flex: 1 1 40%;
    text-align: center;
}

.about-image img {
    max-width: 100%;
    border-radius: 10px;
}

.about-content {
    flex: 1 1 50%;
}

.about-content h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: rgb(106 102 102);
}

.about-content p {
    font-size: 1rem;
    color: #000;
    margin-bottom: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .about-section {
        flex-direction: column;
        text-align: left;
    }

    .about-content {
        flex: 1 1 100%;
    }

    .about-image {
        flex: 1 1 100%;
    }

    .about-content h2 {
        font-size: 1.8rem;
    }

    .about-content p {
        font-size: 0.9rem;
    }
}
main .tp-product-banner-title {
color:#e6e0e0;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
   main .tp-product-banner-title {
        font-size: 38px;
     text-align:center;
    }
}
@media (max-width: 767px) {
    .tp-footer-area {
        margin-bottom: 0; 
    }
}
.tp-footer-bottom-wrapper {
  border-top:none;
}
@media (max-width: 768px) {
    .text-content1 h1 {
        font-size: 2.5rem;
        margin-bottom: 10px;
    }
  
}
.tp-header-top-menu-item ul {
    background-color: rgb(224, 226, 227);
    box-shadow: 0 1px 3px rgba(3, 4, 28, .12);
    min-width: -moz-max-content;
    min-width: max-content;
    opacity: 0;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    top: 125%;
    transition: all .2s ease-out 0s;
    visibility: hidden;
    z-index: 1;
  color:#000;
}
.tp-product-compare-btn svg{
    transform: rotate(90deg);
}
.tp-product-details-action-sm-btn.active svg {
  transform: rotate(90deg);
}
.checkout-logo a img {
    height: 35px;
    max-width: 100%;
    width: auto;
  display:none;
}
.font-weight-bold{
  display:none;
}
img.img-fluid.rounded{
  display:none;
}
.p-2 {
    background:none !important;
}
.tp-offcanvas-category-toggle svg{
  display:none;
}

.offcanvas__btn {
    border-radius: 6px;
    display: none;
}
.breadcrumb__style-2 .breadcrumb__list span:last-child {
  color:#fff;
}
.logo a img {
   width: 100%;
   
}
.tp-cart-list table td {
    padding: 10px 0px !important;
}
.mt-10 {
    margin-top: 0px; 
}
.tp-cart-list table .cart-product-content {
    align-items: center;
    display: flex
;
    gap: 5px;
    text-align: left;
}

@media (max-width: 768px) {
    
  .bb-customer-profile {
        display: block;
       
        justify-items: center;
    }
  .bb-customer-profile-info {
    
    justify-items: center;
   
}
}
@media (max-width: 457px) {
    
  .bb-customer-profile {
        display: block;
        
        justify-items: center;
    }
    .bb-customer-profile-info {
    
    justify-items: center;
   
}
}
.coupon-wrapper{
  display:none;
}
.checkout-discount-section{
  display:none;
}