body{
    font-family: "poppins", sans-serif;
    padding: 0;
    margin: 0;
}



.lantern-tee{
    justify-content: center;
    margin: 30px;
    margin-top: 90px;
    display: flex;
    justify-content: space-around;
}
.lantern-tee h1{
    font-weight: 600;
    color: rgb(63, 63, 63);
    margin-top: 30px;
    font-size: 23px;
    margin-bottom: 10px;
}
.lantern-tee h2{
    font-size: 15px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 50px;
    color: rgb(70, 70, 70);
}
.lantern-tee img{
    height: 700px;
    margin-right: 40px;
}
.lantern-tee-info{
    width: 40%;
}
.line{
    width: 100%;
    height: 2px;
    background-color: rgb(207, 207, 207);
    margin-bottom: 20px;
}
.sizes-nd-payment{
    h3{
        font-size: 15px;
        font-weight: 600;
        margin-top: 0;
        margin-bottom: 20px;
        color: rgb(70, 70, 70);
    }
    button{
        cursor: pointer;
        padding: 10px;
        width: 100px;
        border: 1.5px solid rgb(160, 160, 160);
        margin-right: 10px;
        margin-bottom: 10px;
        border-radius: 10px;
        background-color: transparent;
        font-size: 13px;
        font-weight: 500;
        transition: .3s ease;
    }
    button:hover{
        background-color: rgb(0, 0, 0);
        color: white;
        border: none;
    }
}
 .quantity{
    margin-right: 20px;
    margin-bottom: 30px;
}

.quantity label{
    cursor: pointer;
    padding: 10px 50px;
    border-radius: 10px;
    line-height: 50px;
    border: 1px solid black;
}
.lantern-tee-info{
    margin-right: 50px;
}
.lantern-tee p{
    font-size: 14px;
    margin-bottom: 20px;
}
.counter-container{
    margin-top: 40px;
    margin-bottom: 20px;
}

.buy-cart button{
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    padding: 15px 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    outline: none;
    border: none;
    text-decoration: none;
    background-color: rgb(230, 111, 0);
    color: rgb(255, 255, 255);
}
.buy-cart a:hover{
    text-decoration: underline;
}
#black{
    background-color: black;
    color: white;
}
.whatsapp{
    width: 100%;
    font-size: 12px;
    text-align: center;
    text-decoration: underline;
    padding: 10px 30px;
    background-color: transparent;
    border: none;
    outline: none;
    color: black;

}
.more-like-this{
    padding: 30px;

    h2{
        font-weight: 500;
    }
}
.shop-container{
    margin-top: 30px;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    a{
        text-decoration: none;
        color: inherit;
    }
    h3{
        margin-top: 10px;
        margin-bottom: 10px;
        font-weight: 500;
    }

    .shop-img{
        margin-bottom: 80px;
        margin-right: 10px;
        height: 330px;

        img{
            height: 100%;
        }
    }
}



@media screen and (max-width: 800px) {
    .left-nav{
        display: flex;
        margin: 20px 5px;
        left: 0;
        margin-right: 5%;
    }
    .left-nav ul{
        display: flex;
        list-style: none;
        font-size: 15px;
        margin-right: 30px;
    }
    .left-nav ul a{
        color: rgb(255, 255, 255);
        text-decoration: none;
        margin-left: 10px;
        transition: 0.3s ;
    }
    .left-nav ul a:hover{
        font-size: 17px;
    }
    .left-nav ul input{
        border: 1px solid black;
        color: rgb(0, 0, 0);
    }
    .left-nav ul input:hover{
        background-color: rgb(98, 129, 98);
        border: 3px solid black;
    }
    .right-nav{
        display: flex;
        margin: 20px 20px;
        padding-top: 15px;
        right: 0;
    }
    .right-nav a{
        color: white;
        text-decoration: none;
        font-size: 15px;
        padding-left: 30px;
        transition: 0.3s;
    }
    .right-nav a:hover{
        font-size: 17px;
    }

    .lantern-tee{
        padding-top: 80px;
        margin: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .lantern-tee h1{
        text-align: left;
        font-weight: bolder;
        margin-top: 30px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }
    .lantern-tee h2{
        text-align: left;
        font-size: 15px;
    }
    .lantern-tee img{
        height: 500px;
        margin-right: 0;
    }
    .lantern-tee-info{
        width: 100%;
    }
    .sizes-nd-payment{
        button{
            width: 80px;
        }
        
    }
    .quantity label{
        padding: 10px 30px;
    }

    .shop-container{
        flex-direction: column;
        justify-content: center;
        .shop-img{
            margin: 0px auto 80px auto;
            width: 320px;

            img{
                width: 100%;
            }
        }
    }
    
}