.test-background{
    background-color: black;
    height: 12rem;
}
@font-face {
    font-family: PTSerif;
    src: url(../font/PTSerif-Regular.ttf);
}
@font-face {
    font-family: PTSerifBold;
    src: url(../font/PTSerif-Bold.ttf);
}
body{
    background-color: rgb(255, 255, 255);
    color: #002626;
}
a{
    color: #002626;
    font-family: PTSerifBold;
}
p{
    font-family: PTSerif;
}
label{
    font-family: PTSerif;
}

/* ! IMPORTANT */
.hideAll {
    display: none;
}
.click-home.click-department.click-location.click-product.click-cart.click-register{
    cursor: pointer;
}
li{
    cursor: pointer;
}
/* ! IMPORTANT */
.header{
    height: auto;
    background-color: #FE7621;
    border-bottom: 0.5em solid #002626;
    padding: 1em;
}
.header_container{
    /* gap: 2rem; */
}
.login-link{
    color: #002626;
    font-family: PTSerifBold;
    font-family: 1.25rem;
}
.logout-link{
    color: #002626;
    font-family: PTSerifBold;
    font-family: 1.25rem;
    display: none;
}
.cart_logo_holster{
    display: flex;
    flex-direction: row;
}
.cart-items {
    background-color:#002626;
    display: inline-block;
    height: 2.0rem;
    width: 2.0rem;
    line-height: 2.0rem;
    text-align: center;
    color: rgb(255, 255, 255);
    border-radius: 1.0rem;

    position: absolute;
    margin-left: 2.25em;
}
ul{
    font-family: PTSerifBold;
    /* background-color: #002626; */
    color: #002626;
    font-size: 1em;
    padding: 1em;
}
li{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.department_list_item{
    background-color: #002626;
    color: white;
    border-radius: 0.1rem;
}
/* * IMPORTANT */
.top-bar{
    background-color: #FE7621;
    height: 100%;
}
.nav_bar{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.dropdown.menu{
    background-color:#FE7621;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.logo{
    height: auto;
    width: 20em;
    cursor: pointer;
}
.logo_holster{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;

    /* margin-top: 1em; */
    height: 100%;
}
.nav_link{
    line-height: 5em;
    color: #002626;
}
.search_icon{
    height: auto;
    width: 1.5em;
}
.search_icon:hover{
    height: auto;
    width: 1.5em;
    color: #002626;
    /* fill:#002626; */
    stroke: #002626;
}

/* * IMPORTANT */
.show-search-bar{
    /* display: none; */
    height: auto;
}
.search-container{
    /* background-color: rgba(0, 36, 36, 0.75); */
    width: 80%;
    height: 5rem;

    position: absolute;
    top: 200px;
    z-index: 1;
}
.search_card{
    height: 100%;
    border: 0.1rem solid #002626;
}
.search_image_holster{
    height: 7rem;
    background-color: white;
    text-align: center;
}
.search_image{
    height: 100%;
    /* width: 100%; */

}
.search_name{
    min-height: 100%;
    background-color: white;
    color: #002626;    
    font-family: PTSerifBold;
    font-size: 1rem;
}
.reveal{
    border: 0.1rem solid #FE7621;
    border-radius: 1rem;
}

.footer{
    margin-top: 2em;
    height: 15em;
    background-color: #FE7621;
    padding-top: 3em;
    border-top: 0.5em solid #002626;
    /* display: flex; */
    /* flex-direction: row; */
    /* justify-content: center; */
    /* align-items: center; */
}
.footer_links_holster{
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}
.footer_links_section{
    display: flex;
    flex-direction: row;
    gap: 10em;
}

.links_list{
    list-style-type: none;
}

/*? PRODUCT CARD*/
.product_card{
    border: 0.1em solid #002626;
    border-radius: 0.2em;
    display: flex;
    flex-direction: row;
    padding: 0rem;

    min-height: 20rem;
    height: auto;
    /* min-height: 16.5rem;
    max-height: 16.5rem; */

    box-shadow: 0.05em 0.05em 0.5em #002626;
}
.product_card:hover{
    border: 0.1em solid #ff7300;
    border-radius: 0.2em;
    display: flex;
    flex-direction: row;
    padding: 0rem;

    min-height: 20rem;
    height: auto;
    /* min-height: 16.5rem;
    max-height: 16.5rem; */

    box-shadow: 0.05em 0.05em 0.5em #002626;
}
.product_image_holster{
    width: 50%;
    /* height: auto; */
    /* max-height: 15rem; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product_image_holster:hover{
    filter: contrast(95%);
    transition: ease-in 0.3s;
}
.product_image{
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
/* .product_image:hover{
    max-width: 100%;
    height: auto;
    object-fit: fill;
} */
.product_info{
    font-family: PTSerif;
    padding: 0.5em;
    width: 50%;
    height: auto;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.25rem;
    width: 50%;
    color: #002626;
    padding: 1rem;

}
.product_name{
    font-family: PTSerifBold;
    font-size: 1.5em;
    /* color: rgba(255, 115, 0, 1); */
    letter-spacing: 0.00001rem;
    font-weight: 900;
    height: 100%;
    width: 100%;
}
.product_price{
    font-family: PTSerifBold;
    font-size: 1.25em;
    /* color: #002626; */
    color: #FE7621;
    height: 100%;
    width: 100%;
}
.quantity{
    font-family: PTSerfiBold;
    font-weight: 900;
    font-size: 1em;
    color: #002626;
    padding: 0.1em;
    /* border: #002626 0.01em solid; */
    border-radius: 0.5em;
}
.product_buttons{
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    gap: 1em;
    font-size: 1em;
    height: 100%;
    width: 100%;
    /* background-color: #002626; */
    /* color: white; */
    /* height: 20%; */
    /* background-color: #002626; */
}
.product_text{
    font-family: PTSerifBold;
    font-size: 1em;
    /* background-color: #002626; */
    color: #002626;
    border-radius: 0.25rem;
    height: 100%;
    width: 100%;
}
.product_brand{
    font-size: 1em;
    height: 100%;
    width: 100%;
}
input[type=button]{
    cursor: pointer;
    min-height: 3vw;
    height: auto;
    min-width: 2vw;
    width: auto;
    border: 0.1em solid white;
    border-radius: 0.5rem;
    padding: 0.1em;
    
    color: white;
    background-color: #002626;
    font-size: 2vw;
    line-height: 0.5em;
    font-family: PTSerifBold;
}
input[type=button]:hover{
    color: #002626;
    background-color: #FE7621;
}
input[type=button]:focus{
    color: #002626;
    background-color :#FE7621;
    border: #002626 solid 0.1rem;
}
input[type=button].add_quantity{
    font-size: 3.5vw;
    border-radius: 0.5rem;
}
input[type=button].minus_quantity{
    font-size: 3.5vw;
    border-radius: 0.5rem;
}
input[type=button].add_to_cart{
    font-size: 1.5vw;
    min-height: 2.5vw;
    height: auto;
    width: 100%;
}
input[type="password"]{
    height: 2rem;
    border-radius: 0.5rem;
    border: 0.1rem solid #002626;
    background-color: rgba(white, white, white, 0.5);
    color: #002626;
}
input[type="password"]:focus{
    outline: #FE7621;
    border: 2px solid #FE7621;
}
input[type="text"]{
    height: 2.25em;
    border-radius: 0.1rem;
    border: 0.1rem solid #002626;
    background-color: rgba(254, 118, 33, 0.25);
    color: #002626;
}
input[type="text"]:focus{
    outline: #FE7621;
    border: 2px solid #FE7621;
}
label{
    font-family: PTSerifBold;
    font-size: 1.25vw;
}
.form_title{
    font-size: 2vw;
}
#click-login{
    height: 2rem;
    width: auto;
}
#createAccount{
    height: 2rem;
    width: auto;
}
#forgotPassword{
    height: 2rem;
    width: auto;
}
.product_card_large{
    border: 0.25em solid #002626;
    border-radius: 0.5em;
    display: flex;
    flex-direction: row;
    padding: 0.1em;

    min-height: auto;
    height: auto;
    /* min-height: 16.5rem; */

    box-shadow: 0.05em 0.05em 0.5em #002626
}
.product_text_large{
    font-family: PTSerif;
    font-size: 1em;
    font-weight: bold;
    /* background-color: #002626; */
    color: #002626;
    border-radius: 0.25rem;
}
.product_price_large{
    font-family: PTSerifBold;
    font-size: 2em;
    /* color: #002626; */
    color: #FE7621;
}
.product_image_holster_large{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* max-height: 15rem; */
}
.product_info_large{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1em;
    width: 50%;
    color: #002626;
    padding: 1rem;
}
.product_name_large{
    font-family: PTSerifBold;
    font-size: 2em;
    text-align: left;
    letter-spacing: 0.00001rem;
    font-weight: 900;
    max-height: 100%;
}
.product_buttons_large{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1em;
    font-size: 1.5em;
    margin: 1em 0em;

    /* background-color: #002626; */
    /* color: white; */
    /* height: 20%; */
    /* background-color: #002626; */
}
.button_large{
    cursor: pointer;
    min-height: 3vw;
    height: auto;
    min-width: 3vw;
    width: auto;
    border: 0.1em solid white;
    border-radius: 0.2em;
    padding: 0.1em;
    
    color: white;
    background-color: #002626;
    font-size: 2vw;
    line-height: 0.5em;
    font-family: PTSerifBold;
}
/* .add_to_cart_large{
    font-size: 3em;
    height: 2em;
    width: 2em;
} */
.product_description_title{
    font-family: PTSerifBold;
    font-size: 1em;
    margin: 2em;
    /* margin: 2rem; */

    display: flex;
    flex-direction: row;
    justify-content: center;
}
.product_description_large{
    font-family: PTSerif;
    font-size: 1.25em;
    text-align: justify;
    margin: 2em;
    letter-spacing: normal;

    display: flex;
    flex-direction: row;
    justify-content: center;
}
.quantity_large{
    font-size: 2vw;
    font-family: PTSerifBold;
}
input[type=button].add_quantity_large{
    font-size: 2em;
    border-radius: 0.5rem;
    height: 1em;
    width: 1em;
}
input[type=button].minus_quantity_large{
    font-size: 2em;
    border-radius: 0.5rem;
    height: 1em;
    width: 1em;
}
input[type=button].add_to_cart_large{
    font-size: 2em;
    height: 2em;
    width: auto;
}
.add_to_cart_large_holster{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.product_stars_large{
    display: flex;
    flex-direction: row;
    justify-content: left;
    width: 100%;
    height: 100%;
}
.product_stars_image{
    object-fit: contain;
    width: 50%;
    height: 100%;
}
/*? PRODUCT CARD*/

/*? DEPARTMENT CARD */
.department_card{

    height: 12rem;
    border: 0.1em solid #002626;
    border-radius: 0.2em;
    position: relative;
    padding: 0;
    box-shadow: 0.05em 0.05em 0.5em #002626;


    display: block;
    position: relative;
    /* flex-direction: row;
    justify-content: center;
    align-items: center; */
    
    
    
    background-color: black;
}
.department_title{
    color: white;
    font-family: PTSerifBold;
    font-size: 2rem;
    width: 100%;
    height: 100%;
    background: rgb(254,118,33);
    background: linear-gradient(90deg, rgba(254,118,33,1) 0%, rgba(254,118,32,0.6544818611038166) 50%, rgba(254,118,33,0.15868354177608546) 100%);     position: absolute;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0.1rem;
    padding: 0.1rem;
    /* box-shadow: 0px 0px 2px 3px #999; */
}
.department_title:hover{
    opacity: 0;
    transition: ease-out 0.7s;
    color: white;
    font-family: PTSerifBold;
    font-size: 2rem;
    width: 100%;
    height: 100%;
    background: rgb(254,118,33);
    background: linear-gradient(90deg, rgba(254,118,33,1) 0%, rgba(254,118,32,0.6544818611038166) 50%, rgba(254,118,33,0.15868354177608546) 100%);     position: absolute;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0.1rem;
    padding: 0.1rem;
    /* box-shadow: 0px 0px 2px 3px #999; */
}
/* .department-text{
    font-size: 3vw;
    color: white;
    /* text-shadow: -0.01em -0.01em 0.1em white; */
.department_image{
    height: 100%;
    width: 100%;
    object-fit:cover;
    /* filter: blur(2px); */
    /* filter: grayscale(100%);
    filter: sepia(100%); */
}
.department_image:hover{
    height: 100%;
    width: 100%;
    transition: ease-in 0.5s;
    border-radius: 0.2em;

    /* scale:1.1; */
    /* filter: blur(0px); */
    /* border: 0.1em solid rgba(255, 115, 0, 0.85); */
    /* box-shadow: 0.05em 0.05em 0.5em #002626; */
}
/*? DEPARTMENT CARD */



/*? BODY */

.title{
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.product_title{
    margin: 2rem 0rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.title_logo{
    height: 4em;
    width: 4em;
    margin-bottom: 2em;
}

.title_text{
    font-family: PTSerifBold;
    font-size: 2rem;
    margin-left: 0.5rem;
}
.related_products{
    width: 18em;
    margin: 2em 0em;

}
.slider{
    width: 100%;
    height: 100%;
    box-shadow: 0.05em 0.05em 0.5em #002626;
    text-shadow: -0.01em -0.01em 0.1em white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.slider_image{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.slider_text{
    font-size: 3em;
    text-shadow: -0.01em -0.01em 0.1em white;

}
.login-card{
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    gap: 3em;
}
.form-panel{
    height: 100%;
    width: 100%;
    background-color: lightgray;
    text-align: center;
}

/*? BODY */


/* ? CART */
.cart_table_head{
    background-color: #FE7621;
    font-family: PTSerifBold;
    font-size: 1.25rem;
}
.cart_table_cell{
    border-left: 0.15rem solid rgba(0, 38, 38, 0.5);
    border-bottom: 0.15rem solid rgba(0, 38, 38, 0.1);

}
.cart_table_cell.end{
    border-right: 0.15rem solid rgba(0, 38, 38, 0.5);
    text-align: center;
}
input[type="button"].cart_button{
    height: 1vw;
    width: 5vw;
    font-size: 1rem;
}
.total{
    background-color: rgba(0, 38, 38, 0.75);
    color: white;
    font-family: PTSerifBold;
}
.subtotal{
    background-color: #a2a4a4;
    color: white;
    font-family: PTSerifBold;
}
.go_to_shipping{
    display: flex;
    flex-direction: center;
    justify-content: center;
    margin-top: 1rem;
}
/* ? CART */


@media screen and (max-width: 800px) {
    .title-bar{
        background-color:#FE7621;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .title-bar-title{
        color:#002626;
        display: none;
    }
    .menu-icon{
        color: #002626;

    }
    .header_container{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
    /*? PRODUCT CARD*/
    .dropdown.menu{
        background-color:#FE7621;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    li{
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .cart_logo_holster{
        display: flex;
        flex-direction: row;
        justify-content: right;
    }
    .product_card{
        border: 0.1em solid #002626;
        border-radius: 0.2em;
        display: flex;
        flex-direction: column;
        padding: 0rem;
        min-height: 100%;
        box-shadow: 0.05em 0.05em 0.5em #002626;
    }
    .product_card:hover{
        border: 0.1em solid #ff7300;
        border-radius: 0.2em;
        display: flex;
        flex-direction: column;
        padding: 0rem;

        min-height: 100%;

        box-shadow: 0.05em 0.05em 0.5em #002626;
    }
    .product_image_holster{
        width: 100%;
        /* height: auto; */
        /* max-height: 15rem; */
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .product_image_holster:hover{
        filter: contrast(95%);
        transition: ease-in 0.3s;
    }
    .product_image{
        max-width: 100%;
        height: auto;
        object-fit: cover;
    }
    /* .product_image:hover{
        max-width: 100%;
        height: auto;
        object-fit: fill;
    } */
    .product_info{
        font-family: PTSerif;
        padding: 0.5em;
        width: 100%;
        height: 100%;

        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 0em;
        color: #002626;
        padding: 1rem;

    }
    .product_name{
        font-family: PTSerifBold;
        font-size: 1.5em;
        text-align: center;
        /* color: rgba(255, 115, 0, 1); */
        letter-spacing: 0.00001rem;
        font-weight: 900;

        height: 100%;
        min-height: 100%;
        width: 100%;
        
    }
    .product_price{
        font-family: PTSerifBold;
        font-size: 1.5em;
        /* color: #002626; */
        color: #FE7621;

        height: 100%;
        width: 100%;
    }
    .quantity{
        font-family: PTSerfiBold;
        font-weight: 900;
        font-size: 1em;
        color: #002626;
        border-radius: 0.5em;
    }
    .product_buttons{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;

        height: 100%;
        width: 100%;

        margin: 1em 0em;
    }
    .product_text{
        font-family: PTSerifBold;
        font-size: 1em;
        /* background-color: #002626; */
        color: #002626;
        border-radius: 0.25rem;
    }
    .product_brand{
        font-size: 1em;
    }
    input[type=button].add_quantity{
        font-size: 2em;
        width: 3em;
        height: 100%;
        border-radius: 0.5em;
        
    }
    input[type=button].minus_quantity{
        font-size: 2em;
        width: 3em;
        height: 100%;
        border-radius: 0.5em;
    }
    input[type=button].add_to_cart{
        font-size: 2em;
        height: 100%;
        width: auto;
    }

    .product_card_large{
        border: 0.2em solid #002626;
        border-radius: 0.2em;
        display: flex;
        flex-direction: column;
        padding: 1em;
        box-shadow: 0.05em 0.05em 0.5em #002626;

        width: 100%;
        height: 100%;
    }
    .product_text_large{
        font-family: PTSerif;
        font-size: 1em;
        /* background-color: #002626; */
        color: #002626;
        border-radius: 0.25rem;
        width: 100%;
        height: 100%;
    }
    .product_price_large{
        font-family: PTSerifBold;
        font-size: 2em;
        color: #FE7621;
        width: 100%;
        height: 100%;
    }
    .product_image_holster_large{
        width: 100%;
        height: 100%;
    }
    .product_info_large{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 1.25rem;
        color: #002626;
        padding: 1rem;
        width: 100%;
        height: 100%;
    }
    .product_name_large{
        font-family: PTSerifBold;
        font-size: 2em;
        text-align: left;
        letter-spacing: 0.00001rem;
        font-weight: 900;
        max-height: 100%;
    }
    .product_buttons_large{
        display: flex;
        flex-direction: row;
        justify-content: left;
        align-items: center;
        gap: 1em;
        font-size: 1.5em;
        width: 100%;
        height: 100%;
    }
    .button_large{
        cursor: pointer;
        min-height: 3vw;
        height: auto;
        min-width: 3vw;
        width: auto;
        border: 0.1em solid white;
        border-radius: 0.2em;
        padding: 0.1em;
        
        color: white;
        background-color: #002626;
        font-size: 2vw;
        line-height: 0.5em;
        font-family: PTSerifBold;
    }
    .add_to_cart_large{
        font-size: 1em;
        min-height: 3em;
    }
    .product_stars_large{
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    .product_description_large{
        font-family: PTSerif;
        font-size: 1em;
        font-family: PTSerif;
        text-align: justify;
        margin: 2em;
        letter-spacing: normal;
    
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .quantity_large{
        font-size: 2vw;
        font-family: PTSerifBold;
    }
}





