*{
    font-family: Arial, Helvetica, sans-serif;
}
.contact{
    position: relative;
    top: 10px;
    right: 20px;
    display: inline-block;
    font-size: 20px;
    float: right;
}
nav{
    /* background: linear-gradient(to bottom, rgb(252, 186, 63) 0%, rgb(253, 253, 81) 100%); */
    background-color: white;
    height: 80px;
    width: 100%;
    position: fixed;
    top:0;
    box-shadow: 0px 2px 10px 1px gray;
    z-index: 99;
}
label.logo{
    margin-left: 20px;
    /* color:orange; */
    font-size: 5vh;
    line-height: 80px;
    padding: 0 50px;
    font-weight: bold;
}
label.logo img{
    height: 85px;
    /* width: 110px; */
}
nav ul{
    float: right;
    display: inline-block;
    margin-right: 8%;
}
nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0px 20px;

}
nav ul li a{
    color:rgb(248, 192, 86);
    font-size: 18px;
    text-transform: uppercase;
}
nav a.active, nav a:hover{
color:#8E0101;
transition: .5s;
text-shadow: 10px 0px 10px 10px gray;
}
.checkbtn{
    font-size: 30px;
    color: #8E0101;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}
#check{
    display: none;
}
footer{
    margin: 0px!important;
}
@media (max-width:858px){
    label.logo{
        font-size: 30px;
        padding-left: 50px;
    }
    nav ul li a{
        font-size: 16px;
    }
    .checkbtn{
        display: block;
    }
    nav ul{
        position: fixed;
        width: 70%;
        height: 100vh;
        background-color:white;
        top:80px;
        left: -100%;
        text-align: left;
        transition: all .5s;
    }
    nav ul li{
        display: block;
        margin: 15px 0;
        line-height:30px;
    }
    nav ul li a{
        font-size: 20px;
    }
    a:hover, a:active{
        background: none;
        color: #0082e6;
    }
    #check:checked ~ ul{
        left: 0;
    }
    .contain{
        margin-top: 80px;
    }
    .contact{
        display: none;
    }
}
.contain{
    margin-top: 35px;
}
.logo{
    height: 100px;
}
.whatsapp{
    background-color: #4FE660;
    /* border: 1px solid black; */
    border-radius: 10px;
    position: fixed;
    bottom: 40px;
    left: 20px;
    /* height: 60px;
    width: 60px; */
    text-align: center;
    /* box-shadow: 0px 0px 15px 2px black; */
    padding: 0px 10px;
    z-index: 99;
}
.whatsapp a{
    font-size: 40px;
    color: white;
}

body{
    margin: 0;
    font-family: sans-serif;
}
.bg-gray{
    background-color: #f2f2f2;
}
.product h3{
    text-align: center;
    font-size: 25px;
    margin: 0;
    padding: 10px;
}

.pd-gallery{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 50px 0px;
}
.product{
    width: 20%;
    margin: 17px;
    box-sizing: border-box;
    float: left;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    padding-top: 10px;
    /* box-shadow: 0px 14px 28px rgba(0,0, 0, 0.25),0px 10px 10px rgba(0,0,0,0.22); */
    transition: .4s;
    background-color: white;
}
.product:hover{
    box-shadow: 0px 14px 28px rgba(0,0, 0, 0.25),0px 10px 10px rgba(0,0,0,0.22);
    transform: translate(0px,-8px);
}
.product img{
    width: 200px;
    height: 200px;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.product p{
    text-align: center;
    color: #b2bec3;
    padding-top: 0 8px;
}
.product h6{
    font-size: 20px;
    text-align: center;
    color: #222f3e;
    margin: 5px;
}
.product ul{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.product ul li{
    padding: 5px;
}
.product ul li .fa{
    font-size: 20px;
    transition: .4s;
}
.checked{
    color: #ff9f43;
}
.fa:hover{
    transform: scale(1.3);
    transition: .6s;
}
.product button{
    text-align: center;
    font-size: 24px;
    color: #fff;
    width: 100%;
    padding: 15px;
    border: 0;
    outline: none;
    cursor: pointer;
    margin-top: 5px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.buy-1{
    background-color: orange;
}
.buy-2{
    background-color: orange;
}

/* cart style */
.cart-head{
    background-color: orange;
    color: #8E0101;
}

.cart-item{
margin: 10px;
padding: 10px 0px;
border-bottom: 1px solid gray;
}

.cart-item img{
  height: 100px;
  vertical-align: middle;
}
.cart .btn{
    padding:20px 20px;
    background-color: orange;
    border: none;
    color: white;
    font-size: 15px;
    border-radius: 0px 0px 20px 20px; 
    width: 100%;
}
.cart .close{
    float: right;
    margin-right: 10px;
    margin-top: 5px;
    font-size: 22px;
    background: none;
    border: none;
    color: #8E0101;
}
.cart-item button{
    position: relative;
    left: 10px; 
    width: auto;
    background-color: orange;
    border: none;
    color: white;
    font-size: 15px;
    border-radius: 10px;
    padding: 10px;  
}
.cart-item .product-name{
    margin: 10px;
}

.cart p{
    display: inline-block;
    text-align: center;
    font-size: 30px;
}
.cart{
    /* height: 92vh; */
    width: 360px;
    box-shadow: 0px 0px 10px 5px gray;
    /* border: 1px solid black; */
    position: fixed;
    top: 25px;
    right: -120%;
    background-color: white;
    z-index: 101;
    border-radius: 10px;
    text-align: center;
    transition: all .5s;
    overflow: auto;
}
#cart-item{
    /* border: 1px solid black; */
    height: 400px;
    width: 100%;
    overflow: auto;
}
.cart-button{
    background-color: rgb(253, 253, 120);
    font-size: 25px;
    /* border: 1px solid black; */
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 20px;
    height: 60px;
    width: 60px;
    text-align: center;
    box-shadow: 0px 0px 15px 2px black;
}
.cart-button button{
    font-size: 30px;
    background:none;
    border: 0;
    color: #8E0101;
    margin-top: 15px;
    cursor: pointer;
}
#name,#mail{
    margin: 10px;
}
@media(max-width:1294px) {
    .product{
        width: 30%;
    }    
}
@media(max-width:1000px) {
    .product{
        width: 45%;
    }    
}
@media(max-width:750px) {
    .cart{
        width:90%;
    }
    .product{
        width: 100%;
    }
    .product img{
        height: auto;
        width: 70%;
    }
}