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

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

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

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

.active-link {
    color: #00703C !important;
}

.title {
    font-size: 18px;
}

#about {
    margin-top: 100px;
}

.p-text {
    text-align: justify;
    max-width: 600px;
    margin: auto;
}

#about .c-btn {
    height: 37px;
    width: 180px;
    border: 1px solid black;
    background: transparent;
    border-radius: 70px;
    margin-top: 30px;
}

#about .c-btn:hover {
    background: black;
    color: white;
}

#about .img-container {
    background: url('../assets/img/2.jpg') no-repeat center/cover;
    height: 30vh;
    margin-top: 30px;
}

.arrow-down {
    font-size: 35px;
    color: black !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    margin-top: 40px;
}

#our-story,
#labels,
#ready-to-wear,
#ready,
#blog,
#cart-page,
#checkout-page {
    margin-top: 100px;
}

#labels .p-text {
    max-width: 600px;
    margin: auto;
}

#labels .l-img {
    background: url('../assets/img/7.jpg') no-repeat center/cover;
    height: 600px;
}

#labels .r-img {
    background: url('../assets/img/8.jpg') no-repeat center/cover;
    height: 600px;
}

#labels .labels-img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

#labels .img-caption {
    position: relative;
    top: 40%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#labels .c-btn {
    height: 37px;
    width: 180px;
    border: 1px solid white;
    background: transparent;
    border-radius: 70px;
    margin-top: 30px;
    color: white;
    bottom: -150px;
    position: relative;
}

#labels .c-btn:hover {
    background: black;
    color: white;
}

.b-btn {
    height: 37px;
    width: 180px;
    border: 1px solid black;
    background: transparent;
    border-radius: 70px;
    margin-top: 30px;
    color: black;
}

.b-btn:hover {
    background: black;
    color: white;
}

#labels .title {
    color: white;
    font-size: 30px;
}

#labels .price {
    font-size: 16px;
}

#ready-to-wear .bg-image {
    background: url('../assets/img/5.jpg') no-repeat center/cover;
    height: 50vh;
    margin-top: 40px;
}

#ready-to-wear .text-pos {
    position: relative;
    top: 50%;
}

#ready-to-wear .bg-image h4 {
    font-weight: 300;
}

.filter select {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.all-products .product {
    box-shadow: 0px 6px 9px #00000041;
    border-radius: 5px;
}

.all-products .product-details {
    padding: 10px 15px;
}

.all-products .product-text {
    font-size: 15px;
}

.filter-choice {
    margin-top: -9px;
}

.post-title {
    font-size: 25px;
    font-weight: 300;
    padding: 5px 15px;
}

.post-caption {
    font-size: 14px;
    padding: 10px 15px;
}

.post-card {
    box-shadow: 0px 6px 9px #00000041;
}

.heading {
    font-size: 30px;
    font-weight: 300;
    margin-top: 50px;
}

footer {
    background: #f8f8f8;
    margin-top: 30px;
}