* {
    box-sizing: border-box; 
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

.nav {
    text-align: center;
    padding: 2em 0;
}

.nav ul{
    display: inline-block;
    margin: 0 1.5em;
    font-weight: 700;
}

.nav a {
    text-decoration: none;
    color: black;
}

.nav a:hover {
    color: burlywood;
}



.header-img {
    background-image:
    linear-gradient( rgba(245, 246, 252, 0.52), rgba(95, 62, 11, 0.73)),
    url('Shop_Page_Img/shopPageHeaderImg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    height: 70vh;
    width: 100%;
    top: 0;
    left: 0;
}

.header-img:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 0;
    bottom: 0;
    transition: width 0.2s ease;
    background: linear-gradient(#e6646438, #9198e546);
}

.header-img:hover:before {
    width: 100%;
}

.header-text {
    position: absolute;
    width: 38%;
    top: 35%;
    left: 30%;
    text-align: center;
    z-index: 99;
}

.header-text h1 {
    display: inline-block;
    color: white;
    font-weight: 800;
    font-size: 1.5em;
    max-width: 500px;
}



/* Item List */


.item-list {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    justify-content: space-around;
    margin: 8em 10em;
}

.item-list a {
    text-decoration: none;
    color: black;
    text-align: center;
}

.item-list h3{
    margin: 1.2em 0;
    font-weight: 200;
}

.item-list h3:hover {
    color: burlywood;
}

.cutting-board {
    margin: 2em 0;

}

.unit-detail {
    display: inline-block;
    width: 100%;

}

.unit-cost {
    margin-left: 15%;
}


.btn {
    border: none;
    background: burlywood;
    color: white;
    font-weight: 100;
    padding: 10px; 
    border-radius: 6px;
    margin-left: 15%;
    transition: all 0.3s ease 0s;
}

.btn:hover {
    color: black;
    font-weight: 700;
    letter-spacing: 1px;
    background: none;
    box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    transition: all 0.3s ease 0s;
}

/* item 1 */

.cutting-board1-img {
    background-image: url("Shop_Page_Img/cutting\ board\ 1.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 200px;
    transition: 0.2s ease;
}

.cutting-board1-img:hover {
    transform: scale(1.1);
}

/* item 2 */

.cutting-board2-img {
    background-image: url("Shop_Page_Img/cutting\ board\ 2.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 200px;
    transition: 0.2s ease;
}

.cutting-board2-img:hover {
    transform: scale(1.1);
}

/* item 3 */

.cutting-board3-img {
    background-image: url("Shop_Page_Img/cutting\ board\ 3.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 200px;
    transition: 0.2s ease;
}

.cutting-board3-img:hover {
    transform: scale(1.1);
}

/* item 4 */

.cutting-board4-img {
    background-image: url("Shop_Page_Img/cutting\ board\ 4.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 200px;
    transition: 0.2s ease;
}

.cutting-board4-img:hover {
    transform: scale(1.1);
}

/* item 5*/

.cutting-board5-img {
    background-image: url("Shop_Page_Img/cutting\ board\ 5.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 200px;
    transition: 0.2s ease;
}

.cutting-board5-img:hover {
    transform: scale(1.1);
}

/* item 6 */

.cutting-board6-img {
    background-image: url("Shop_Page_Img/cutting\ board\ 6.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 200px;
    transition: 0.2s ease;
}

.cutting-board6-img:hover {
    transform: scale(1.1);
}

/* item 7 */

.cutting-board7-img {
    background-image: url("Shop_Page_Img/cutting\ board\ 7.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 200px;
    transition: 0.2s ease;
}

.cutting-board7-img:hover {
    transform: scale(1.1);
}

/* item 8 */

.cutting-board8-img {
    background-image: url("Shop_Page_Img/cutting\ board\ 8.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 200px;
    transition: 0.2s ease;
}

.cutting-board8-img:hover {
    transform: scale(1.1);
}

/* item 9 */

.cutting-board9-img {
    background-image: url("Shop_Page_Img/cutting\ board\ 9.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 200px;
    transition: 0.2s ease;
}

.cutting-board9-img:hover {
    transform: scale(1.1);
}

/* item 10*/

.cutting-board10-img {
    background-image: url("Shop_Page_Img/cutting\ board\ 10.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 200px;
    transition: 0.2s ease;
}

.cutting-board10-img:hover {
    transform: scale(1.1);
}

/* item 11*/

.cutting-board11-img {
    background-image: url("Shop_Page_Img/cutting\ board\ 1.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 200px;
    transition: 0.2s ease;
}

.cutting-board11-img:hover {
    transform: scale(1.1);
}


/* item 12*/

.cutting-board12-img {
    background-image: url("Shop_Page_Img/cutting\ board\ 2.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 200px;
    transition: 0.2s ease;
}

.cutting-board12-img:hover {
    transform: scale(1.1);
}

/* item 13*/

.cutting-board13-img {
    background-image: url("Shop_Page_Img/cutting\ board\ 3.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 200px;
    transition: 0.2s ease;
}

.cutting-board13-img:hover {
    transform: scale(1.1);
}

/* item 14*/

.cutting-board14-img {
    background-image: url("Shop_Page_Img/cutting\ board\ 4.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 200px;
    transition: 0.2s ease;
}

.cutting-board14-img:hover {
    transform: scale(1.1);
}

/* item 14*/

.cutting-board15-img {
    background-image: url("Shop_Page_Img/cutting\ board\ 5.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 200px;
    transition: 0.2s ease;
}

.cutting-board15-img:hover {
    transform: scale(1.1);
}


/* item 15*/

.cutting-board15-img {
    background-image: url("Shop_Page_Img/cutting\ board\ 6.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 200px;
    transition: 0.2s ease;
}

.cutting-board15-img:hover {
    transform: scale(1.1);
}


/* item 16*/

.cutting-board16-img {
    background-image: url("Shop_Page_Img/cutting\ board\ 7.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 200px;
    transition: 0.2s ease;
}

.cutting-board16-img:hover {
    transform: scale(1.1);
}

/* item 17*/

.cutting-board17-img {
    background-image: url("Shop_Page_Img/cutting\ board\ 8.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 200px;
    transition: 0.2s ease;
}

.cutting-board17-img:hover {
    transform: scale(1.1);
}

/* item 18*/

.cutting-board18-img {
    background-image: url("Shop_Page_Img/cutting\ board\ 9.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 200px;
    transition: 0.2s ease;
}

.cutting-board18-img:hover {
    transform: scale(1.1);
}


/* item 19*/

.cutting-board19-img {
    background-image: url("Shop_Page_Img/cutting\ board\ 10.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 200px;
    transition: 0.2s ease;
}

.cutting-board19-img:hover {
    transform: scale(1.1);
}

/* item 20*/

.cutting-board20-img {
    background-image: url("Shop_Page_Img/cutting\ board\ 1.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 200px;
    transition: 0.2s ease;
}

.cutting-board20-img:hover {
    transform: scale(1.1);
}

/* Shopping Cart */

.shopping-cart {
    margin: 0 20%;
    min-width: 330px;
}

.shopping-cart h2 {
    text-align: center;
    margin-bottom: 100px;
}

.shopping-cart img {
    width: 100px;
    height: 100px;
}

.cart-header {
    font-weight: bold;
    font-size: 1.2em;
}

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

.cart-row {
    display: flex;
}

.cart-item {
    width: 45%;
}

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

.cart-qty {
    width: 35%;
}

.cart-item-title {
    margin-left: 0.5em;
    font-size: 1.2em;
}

.cart-item-qty {
    width: 40px;
    height: 34px;
    border-radius: 5px;
    border: 1px solid black;
}

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

.cart-purchase-btn {
    display: block;
    margin: 2em auto;
    font-size: 1.3em;
}


.footer-break {
    width: 95%;

}

/* Footer Links */

.footer-links-container {
    display: flex;
    position: relative;
}

/* Back to top btn */

.arrowHead {
    font-size: 48px;
}

.topBtn {
    position: absolute;
    right: 4em;
    color: white;
    background-color: burlywood;
    border-style: none;
    padding: 1em 1.5em;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.5em;
    text-decoration: none;
    transition: 0.2s ease;
}

.topBtn:hover {
    background-color: black;
    border-style: none;
}

.footer-links {
    margin: 3em 3em;

}

.footer-links h3 {
    margin: 1em 0;
    font-weight: 400;
}

.footer-links a {
    color: black;
    text-decoration: none;
    margin: 0.5em 0;
}

.footer-links a:hover {
    color: burlywood;
}

/* Copyright */

.socialCopyright {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.copyright{
    position: absolute;
    right: 3em;
    bottom: 1em;
    font-weight: 300;
    font-size: 1em;
}

.social {
    margin-top: 8em;
    margin-left: 3em;
}

/* Social Media Icon */

.social-icon {
    display: flex; 
    justify-content: space-between;
    width: 130px;
    margin: 0.5em -0.5em;
}

.social-icon a{
    font-size: 1.5em;
}

.fa {
    padding: 2px;
    width: 35px;
    text-align: center;
    text-decoration: none;
}

.fa:hover {
    color:burlywood;
}
  
.fa-facebook {
    color: black;
}

.fa-instagram {
    color: black;
}

.fa-twitter {
    color: black;
}