.navbar {
    background: white !important;
    padding: 20px 0px !important;
    color: black !important;
}

.navbar {
    background: var(--w-color);
    box-shadow: 0px 5px 9px #00000041;
    padding: 20px 12px !important;
    transition: 0.2s all ease-in-out;
}

.navbar .nav-link {
    color: #000 !important;
}

.navbar .nav-link {
    color: #000 !important;
}

.navbar .search {
    color: #000 !important;
}

.navbar .cart a {
    color: #000 !important;
}

.product-single {
    margin-top: 70px;
}

.smaller-img img {
    max-width: 60px;
    margin: auto;
    cursor: pointer;
}

.shipping-info {
    background: #f8f8f8;
    padding: 20px;
}

.shipping-info ul li {
    font-size: 15px;
}

.icon button {
    background: transparent;
    height: 40px;
    width: 50px;
    font-size: 12px;
}

.icon .active {
    background: #000;
    color: white;
}

.add_functions .add,
.add_functions .minus {
    height: 30px;
    width: 30px;
    background: #000;
    color: white;
}

.add_functions .quantity {
    height: 30px;
    width: 30px;
    background: transparent;
}