#nav {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid rgb(172, 169, 169);
}

#nav img {
    height: 80px
}

#pages {
    width: 950px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#pages a {
    padding-top: 50px;
    height: 100%;
    font-weight: 500;
    color: black;
    text-decoration: none;
}

#pages a:hover {
    color: rgb(29, 173, 173);
}


#credentialsPart {
    height: inherit;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
#credentialsPart i {
    font-size: 26px;
    color: black;
}

#newArrivals {
    background-color: rgb(237, 235, 235);
    position: absolute;
    display: none;
    justify-content: space-between;
    width: 100%;
}

#newArrivals .first {
    width: 15%;
    padding: 34px;
    border-right: 1px solid rgb(172, 169, 169);
}

#newArrivals .first h4 {
    margin-bottom: 20px;
}

#newArrivals .first .contents li {
    list-style: none;
    line-height: 28px;
}

#newArrivals .first .contents li a {
    text-decoration: none;
    color: black;
}

#newArrivals .first .contents li a:hover {
    text-decoration: underline;
}

#newArrivals .second {
    padding: 34px;
    display: flex;
    justify-content: space-around;
    width: 80%;
    border-right: 1px solid rgb(172, 169, 169);
}

#newArrivals img {
    height: 275px;
    width: 275px;
}

#casesSleeves {
    display: none;
    position: absolute;
    background-color: rgb(237, 235, 235);
}

#casesSleeves p:hover {
    text-decoration: underline;
}

#casesSleeves .first {
    padding: 24px;
    width: 48%;
    border-right: 1px solid rgb(172, 169, 169);
}

#casesSleeves .first h3 {
    margin-bottom: 12px;
}

#casesSleeves .insideContainer {
    display: flex;
    line-height: 24px;
    justify-content: space-between;
}

#casesSleeves .second {
    width: 50%;
    display: flex;
    justify-content: space-between;
}

#casesSleeves .second img {
    width: 70%;
    object-fit: cover;
    height: 100%;
}

#casesSleeves .second .insideFirst {
    padding-top: 22px;
    padding-left: 20px;
    line-height: 50px;
}

#casesSleeves .first .insideContainer h3 {
    margin-bottom: 8px;
}

#casesSleeves .first .insideContainer a {
    color: rgb(71, 154, 154);
}

#accessories {
    position: absolute;
    background-color: rgb(237, 235, 235);
    display: none;
    justify-content: space-between;
    line-height: 34px;
}

#accessories img {
    width: 20%;
    object-fit: cover;
    height: inherit;
}

#accessories p {
    font-weight: lighter;
}

#accessories p:hover {
    text-decoration: underline;
}

#accessories .first {
    padding: 20px;
    width: 12%;
    border-right: 1px solid rgb(172, 169, 169);
    cursor: pointer;
}

#accessories .second {
    padding: 20px;
    width: 12%;
    border-right: 1px solid rgb(172, 169, 169);
    cursor: pointer;
}

#accessories .third {
    padding: 20px;
    width: 12%;
    border-right: 1px solid rgb(172, 169, 169);
    cursor: pointer;
}

#accessories .four {
    padding: 20px;
    width: 12%;
    cursor: pointer;
    border-right: 1px solid rgb(172, 169, 169);
}

#accessories .five {
    cursor: pointer;
    padding: 20px;
    width: 12%;
    line-height: 40px;
}

#accessories .first h4 {
    margin-bottom: 8px;
}

#accessories .second h4 {
    margin-bottom: 8px;
}

#accessories .third h4 {
    margin-bottom: 8px;
}

#accessories .four h4 {
    margin-bottom: 8px;
}

#bagsWallets {
    position: absolute;
    background-color: rgb(237, 235, 235);
    display: none;
    justify-content: space-between;
    line-height: 34px;
}

#bagsWallets img {
    width: 20%;
    object-fit: cover;
    height: inherit;
}

#bagsWallets p {
    font-weight: lighter;
}

#bagsWallets p:hover {
    text-decoration: underline;
}

#bagsWallets div {
    padding: 25px 30px;
    width: 15%;
    border-right: 1px solid rgb(172, 169, 169);
    cursor: pointer;
}

#bagsWallets img {
    width: 25%;
}

#bagsWallets div h4 {
    margin-bottom: 8px;
}

#bagsWallets .five {
    line-height: 50px;
}

#homeOffice {
    position: absolute;
    background-color: rgb(237, 235, 235);
    display: none;
    justify-content: space-between;
    line-height: 34px;
}

#homeOffice img {
    width: 20%;
    object-fit: cover;
    height: inherit;
}

#homeOffice p {
    font-weight: lighter;
}

#homeOffice p:hover {
    text-decoration: underline;
}

#homeOffice div {
    padding: 25px 30px;
    width: 14%;
    border-right: 1px solid rgb(172, 169, 169);
    cursor: pointer;
}

#homeOffice img {
    width: 28%;
}

#homeOffice div h4 {
    margin-bottom: 8px;
}

#homeOffice .five {
    line-height: 50px;
}

#collections {
    position: absolute;
    background-color: rgb(237, 235, 235);
    display: none;
    justify-content: space-between;
    line-height: 34px;
}

#collections img {
    width: 20%;
    object-fit: cover;
    height: inherit;
}

#collections p {
    font-weight: lighter;
}

#collections p:hover {
    text-decoration: underline;
}

#collections div {
    padding: 25px 30px;
    width: 12%;
    border-right: 1px solid rgb(172, 169, 169);
    cursor: pointer;
}

#collections img {
    width: 52%;
}

#collections div h4 {
    margin-bottom: 8px;
}

#collections .five {
    line-height: 50px;
}