/* Floating WhatsApp Button */
.whatsapp-float {
    position: fixed;
    right: 25px;
    bottom: 25px;

    width: 60px;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #25D366;
    color: #ffffff;

    border-radius: 50%;
    text-decoration: none;

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);

    z-index: 9999;

    transition: all 0.3s ease;
}

/* WhatsApp Icon */
.whatsapp-icon {
    font-size: 32px;
    line-height: 1;
    font-weight: bold;
}

/* Hover Effect */
.whatsapp-float:hover {
    transform: scale(1.1);
    background-color: #20BA5A;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

/* Mobile */
@media (max-width: 480px) {
    .whatsapp-float {
        width: 55px;
        height: 55px;
        right: 15px;
        bottom: 15px;
    }

    .whatsapp-icon {
        font-size: 29px;
    }
}
.contact-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 30px;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;

    background-color: #87CEEB;
    border-radius: 12px;
    box-sizing: border-box;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;

    padding: 18px 20px;
    background-color: #ffffff;
    border-radius: 10px;

    box-sizing: border-box;
}

.contact-icon,
.whatsapp-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background-color: #87CEEB;

    font-size: 24px;
}

.contact-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.contact-label {
    font-size: 13px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
}

.contact-content a,
.whatsapp-text {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.contact-content a:hover {
    color: #0088cc;
}

/* WhatsApp */
.whatsapp-link {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
}

.whatsapp-icon {
    background-color: #25D366;
    color: #fff;
}

.whatsapp-text {
    color: #222;
}

.whatsapp-item:hover .whatsapp-text {
    color: #25D366;
}

/* Tablet */
@media (max-width: 768px) {
    .contact-container {
        grid-template-columns: 1fr;
        padding: 20px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .contact-container {
        padding: 15px;
        gap: 12px;
    }

    .contact-item {
        padding: 15px;
    }

    .contact-icon,
    .whatsapp-icon {
        width: 45px;
        height: 45px;
        min-width: 45px;
    }
}
#product-category .button-style--1 h3 {
	display:none;
}
#product-category .button-style--1 ul li {
    list-style: none;
    padding: 10px;
    margin: 20px 0;
    width: 100%;
    background: #000000;
    text-align: center;
}
#product-category .button-style--1 ul li a {
	color: #ffffff;
    font-weight: 600;
}
.page-link.active, .active > .page-link {
	background-color: #000000;
    border-color: #000000;
}
.page-link {
	color: #000000;
}
.btn-custom ul li {
	background: #000000;
    color: #ffffff;
    border-color: #000000;
    margin-bottom: 20px;
    padding: 15px 5px;
    text-align: center;
    font-weight: 800;
}
}
.btn-custom ul li a {
	color:#ffffff !important;
	text-align:center;
}
.btn-custom {
    --bs-btn-bg: #000000;
    --bs-btn-border-color: #000000;
	color:#ffffff;
}
ul {
padding-left:0;
}
#menu {
  background-color: #000000;
  background-image: linear-gradient(to bottom, #000000, #000000)!important;
  background-repeat: repeat-x;
  border:none;
  min-height: 40px;
  border-radius: 4px;
  padding: 0 1rem;
  margin-bottom: 20px;
}
#cart .btn-lg {
    background-color: #000000;
}
.list-group-item.active {
    background-color: #000000 !important;
    border-color: #000000 !important;
}
.breadcrumb > li.breadcrumb-item > a {
	color:#000000 !important;
}
#top {
    border:none;
    background:transparent;
  }
  header {
    margin-top:40px;
    margin-bottom:20px;
  }
  footer {
    background-color:#000000;
  }
  footer a, footer p {
    font-size:18px;
    text-align:center;
  }
  footer h5 {
    font-size:20px;
}
#common-home h2 {
    background: #212121;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    margin: -30px 0 20px 0;
    padding: 20px 0;
    border: 1px solid #ddd;
    border-radius: 20px;
  }
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
    color:#000000;
    font-weight:600;
  }
.nav-link, .dropdown-item {
    font-size:18px;
  }
.img-fluid {
    width:100% !important;
  }
.btn-dark {
    --bs-btn-bg: #000000 !important;
    --bs-btn-hover-bg: #212121 !important;
    --bs-btn-active-bg: #000000 !important;
}
  
  .accessories-banner{
    width:100%;
    background:#dddddd;
    padding:80px 20px;
    box-sizing:border-box;
    text-align:center;
}

.accessories-banner h1{
    margin:0;
    font-size:60px;
    line-height:1.2;
    font-weight:700;
    color:#222;
}

@media (max-width:992px){
    .accessories-banner h1{
        font-size:48px;
    }
}

@media (max-width:768px){
    .accessories-banner{
        padding:60px 20px;
    }

    .accessories-banner h1{
        font-size:36px;
    }
}

@media (max-width:480px){
    .accessories-banner h1{
        font-size:28px;
    }
}
  /* Mobile - 4 boxes per row */
@media (max-width: 767px) {
#content, #column-left, #column-right {
    padding-bottom: 1200px;
}
    .manufacturer-row{
        justify-content:space-between;
        gap:8px;
    }

    .manufacturer-row > div{
        flex:0 0 calc(25% - 6px);
        max-width:calc(25% - 6px);
        padding:0;
    }

    .manufacturer-row .border{
        width:100%;
        height:82px;
        padding:6px !important;
    }

    .manufacturer-row img{
        width:70px !important;
        height:70px !important;
        object-fit:contain;
    }

    .manufacturer-row h5{
        font-size:12px;
        margin-top:8px;
        line-height:1.2;
        text-align:center;
    }

    .manufacturer-row .small{
        display:none;
    }

}