* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.container{
    max-width: 1440px;
}

header .fa {
    font-size: 24px;
}

.brand-logo {
    margin-bottom: 0;
    padding-bottom: 0;
}

header .search-box {
    width: 720px;
}

.header-box-link {
    font-weight: bold;
}

header .search-box-small {
    display: none;
}

.donation-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.product-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.product-title {
    min-height: 50px;
}

.support .fa {
    font-size: 36px;
}

.social-link {
    color: #ddd;
    font-size: 20px;
    margin-right: 10px;
}

.social-link:hover {
    color: #fff;
}

.product-details-image {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.cart-product-image {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.cart-qty-box {
    width: 80px;
    margin-right: 10px;
}

.sidebar {
    min-height: 100vh;
    width: 250px;
    z-index: 5;
    display: none;
}

.side-nav-item {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}

@media(max-width: 1200px) {
    header .search-box {
        width: 550px;
    }
    header .search-box-small {
        display: none;
    }
    .product-image {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }
    .product-details-image {
        height: 250px;
        width: 100%;
        object-fit: cover;
    }
    .cart-product-image {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }
}

@media(max-width: 1024px) {
    header .search-box {
        width: 300px;
    }
    header .search-box-small {
        display: none;
    }
    .header-box-link {
        display: none;
    }
    .product-image {
        width: 100%;
        height: 170px;
        object-fit: cover;
    }
    .product-details-image {
        height: 210px;
        width: 100%;
        object-fit: cover;
    }
    .cart-product-image {
        width: 100%;
        height: 140px;
        object-fit: cover;
    }
}

@media screen and (max-width: 768px) {
    header .search-box {
        display: none;
    }
    header .search-box-small {
        display: block;
    }
    .header-box-link {
        display: none;
    }
    .product-image {
        width: 100%;
        height: 140px;
        object-fit: cover;
    }
    .product-details-image {
        height: 370px;
        width: 100%;
        object-fit: cover;
    }
    .cart-product-image {
        width: 100%;
        height: 120px;
        object-fit: cover;
    }
}

@media(max-width: 480px) {
    header .search-box {
        display: none;
    }
    .header-box-link {
        display: none;
    }
    header .search-box-small {
        display: block;
    }
    .brand-logo {
        font-size: 20px;
    }
    .carousel-item img {
        height: 160px;
        object-fit: cover;
    }
    .product-image {
        width: 100%;
        height: 145px;
        object-fit: cover;
    }
    .product-details-image {
        height: 230px;
        width: 100%;
        object-fit: cover;
    }
    .cart-product-image {
        width: 100%;
        height: 100px;
        object-fit: cover;
    }
}