.slick-slider .slick-track, .slick-slider .slick-list{
    height: 550px;
}

.home-slider.home-slider-4 .slider-content {
    max-width: 540px; 
    background-color: rgba(255, 255, 255, 0.5);
    padding: 40px;
}
.electronic-bottom-header-bg {
    background-color: rgb(var(--color-primary-rgb), 0.2);
}

.header .header-middle {
    margin: 0;
    background-color: rgb(var(--color-primary-rgb), 0.5);
        padding: 25px;
}
.header .header-top {
     margin-bottom: 0px; 
}
.category .category-item { 
    border: 1px solid var(--border);
    border-radius: 55px;
    padding: 5px;
    background-color: rgb(var(--color-primary-rgb), 0.2);
}
 .header-search-form .select-custom .nice-select {
    padding: 6px 20px;
    height: auto;
    line-height: 1;
    background: var(--color-primary);
    font-weight: var(--font-medium);
     color: var(--bs-white);
}
.header .header-top{
    background-color: rgb(var(--color-primary-rgb), 0.7);
}
.header .header-top .header-left ul > li,.header .header-top .header-left ul > li >i , .header .header-top .header-left ul > li a, .header .header-top .header-right ul > li a{
    color:black;
}
.header .header-top .header-center p{
    color: white;
}
.header-search-form { 
    padding: 5px 20px;
    border: 1px solid var(--color-primary);
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
     font-family: 'gotham_htfmedium', sans-serif;
}
.floating-wpp { 
    right: 15px;
    left: none;
}
.category-inline .category-title {
      text-transform: capitalize;
    margin-top: 25px;
    
   color:var(--color-primary);
}

.footer-area { 
    background: var(--color-dark); 
}
.footer-area .footer-widget h3 {
   color:var(--color-primary);
    font-size: 24px;
}
h3, .h3 {
    font-size: 16px;
}
.product-default .product-price, .product-single-default .product-single-details .product-price{
    display: none !important;
}

.mobile-navbar .mobile-navbar-inner a img{
    height: 40px;
}

.mobile-navbar {
     background-color: rgb(var(--color-primary-rgb), 0.2);
}
.is-sticky{
     background-color: rgb(var(--color-primary-rgb), 0.7) !important;
     
}

.go-top.active { 
    display: none;
}


































