
#navbar{
    margin-top: 15px;
    margin-left: 16px;
    margin-right: 13px;
}

#company, #community, #esport, #product {
    margin-left: 5px;
    color: black;
    font-weight: 500;
}
#company:hover , #community:hover , #esport:hover , #product:hover , #shop:hover ,#search:hover, cart:hover, #intl:hover {
    background-color: #E8E8E8;
    border-radius: 10px;
    cursor: pointer;
}

#shop{
    color: orangered;
    font-weight: 500;
}

.dropdown-item{
    color: black;
    font-weight: 500;
}

#logIn, #signUp{
    margin-right: 13px;
    fonst-size: 14px;
    font-weight: 500;
}

#logOut{
    background-color: #909090;
    color: white;
    display: none;
}

#search:hover, #cart:hover {
    background-color: #E8E8E8;
}

#search, #cart{
    margin-right: 15px;
}

#logIn:hover{
    border: 1px solid black;
}
#signUp:hover{
  background-color: #909090;
}

.col{
    font-size: 14px;
    font-weight: 500;
}

#intro{
    text-align: center;
    background-color: #F8F8F8;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 55px;
    margin-right: 65px;
    padding: 10px 5px 5px 5px
}

#productContainer{
    margin-left: 120px;
    margin-right: 120px;
}

.variety{
    width: 100px;
    height: 80px;
    margin-left: 5px;
}

 h6{
    margin-left: -70px;
    color: black;
}

 #filters{
     margin-left: -70px;
     font-weight: 630;
 }

#apparel{
    font-weight: 700;
    font-size: 40px;
    margin-bottom: -5px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    width: 720px;
    background-color: white;

}

.dropdown:hover .dropdown-content {
    display: block;
}

.card{
    margin-top: 20px;
}

#messageIcon{
    float: right;
    color: white;
    text-align: center;
    background-color: #fd5800;
    width: 45px;
    height: 45px;
    padding: 13px 10px 27px 10px;
    border-radius: 30px;
    bottom: 1rem;
    right: 1.5rem;
    position: -webkit-sticky;
    position: sticky;
}

#messageIcon:hover{
    background-color: black;
}

.text-reset {
    text-decoration: none;
    black: black;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}

li:hover {
    color:#fd5800;
}

li{
    line-height: 1.8;
}

.title{
    font-size: 15px;
    font-weight: bold;
}

#copyRight{
    margin-right: 50px;
    text-align: right;
    font-weight: 500;
    font-size: 13px;
    color: black;
}

#gihub{
    margin-right: 50px;
}

#twitter, #fb, #discord, #ins, #tiktok, #utube, #twitch, #github{
    width: 40px;
    height: 40px;
    padding: 10px 0px 10px 10px;
    margin-right: 15px;
    float: right;
    border: 1px solid #E8E8E8;
    border-radius: 10px;
}

#twitter:hover, #fb:hover, #discord:hover, #ins:hover, #tiktok:hover, #utube:hover, #twitch:hover, #github:hover{
    border: 1px solid grey;
    border-radius: 10px;
}

.white-text{
    border: none;
}

.white-text:hover{
    background-color: #fd5800;
}

/* modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    margin: 0 auto;
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;

}

.modal-body {
    padding: 1rem;
}

.modal-footer {
    display: flex;
    border-top: 1px solid #aaaaaa;
    padding: 1rem;
    flex-direction: row;
    justify-content: flex-end;
    border-top: 1px solid #aaaaaa;
    padding: 1rem;
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem;
}

.btn {
    cursor: pointer;
    outline: none;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: all .2s ease-in-out;
}

.btn-secondary {
    color: #292b2c;
    background-color: #fff;
    border-color: #ccc;
}

.btn-primary {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

.modal-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #aaaaaa;
    padding: 1rem;
}

h5.modal-title {
    font-size: 1.5rem;
}

.close {
    color: #aaaaaa;
    font-size: 28px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#cartButton {
    font-size: 15px;
    cursor: pointer;
    background-color: #fd5800;
    color:white;
    border-radius: 10px;
    border: 1px solid #fd5800;
    margin-top: -10px;
    font-weight: 500;
}

#cart:hover {
    border-color: #fff;
}

.close {
    color: #aaaaaa;
    font-size: 28px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#cart:hover {
    border-color: #fff;
}

/* cart */
.cart-header {
    font-weight: bold;
    font-size: 1.25em;
    color: #333;
}

.cart-column {
    display: flex;
    align-items: center;
    border-bottom: 1px solid black;
    margin-right: 1.5em;
    padding-bottom: 10px;
    margin-top: 10px;
}

.cart-row {
    display: flex;
}

.cart-item {
    width: 45%;
}

.cart-price {
    width: 20%;
    font-size: 1.2em;
    color: #333;
}

.cart-quantity {
    width: 35%;
}

.cart-item-title {
    color: #333;
    margin-left: .5em;
    font-size: 1.2em;
}

.cart-item-image {
    width: 75px;
    height: auto;
    border-radius: 10px;
}

.btn-danger {
    color: white;
    background-color: #EB5757;
    border: none;
    border-radius: .3em;
    font-weight: bold;
}

.btn-danger:hover {
    background-color: #CC4C4C;
}

.cart-quantity-input {
    height: 34px;
    width: 50px;
    border-radius: 5px;
    border: 1px solid #56CCF2;
    background-color: #eee;
    color: #333;
    padding: 0;
    text-align: center;
    font-size: 1.2em;
    margin-right: 25px;
}

.cart-row:last-child {
    border-bottom: 1px solid black;
}

.cart-row:last-child .cart-column {
    border: none;
}

.cart-total {
    text-align: end;
    margin-top: 10px;
    margin-right: 10px;
}

.cart-total-title {
    font-weight: bold;
    font-size: 1.5em;
    color: black;
    margin-right: 20px;
}

.cart-total-price {
    color: #333;
    font-size: 1.1em;
}


