.w-full{
    width: 100%;
}

.border-b{
    border-bottom: 1px solid #f1f1f1;
}

*{
    font-size: 16px !important;;
    margin: 0;
    padding: 0;
}

a{
    color: #848484;
    text-decoration: none;
}

input{
    outline: none;
}

.input{
    font-size: 40px !important;
    min-width: 300px;
    height: 60px;
    width: 98%;
    padding: 20px;
    border: none;
    text-align: center; 
    background-color: transparent;
}

.flex{
    display: flex;
}

.justify-between{
    justify-content: space-between;
}

.wrap{
    flex-wrap: wrap;
}

.p-25{
    padding: 25px 0;
}

.m-auto{
    margin: 0 auto !important;
}

.mt-30{
    margin-top: 30px !important;
}

.mt-40{
    margin-top: 40px;
}

.w-360{
    width: 360px;
}

.h-22{
    height: 22px;
}

.p-20{
    padding: 0 20px;
}

.w-480{
    width: 500px;
}

.w-20{
    width: 20%;
}

.w-80{
    width: 80%;
}

.text-848484{
    color: #848484;
}

.fontSize-16{
    font-size: 16px;
}

.relative{
    position: relative;
}

.absolute{
    position: absolute;
}

.fixed{
    position: fixed
}

.z-10{
    z-index: 10;
}

.bgSearch{
    background: rgb(255,255,255,0.9);
}

.top-0{
    top: 0;
}

.right-0{
    right: 0;
}

.left-0{
    left: 0;
}

.bottom-0{
    bottom: 0;
}

.right-10{
    right: 10px;
}

.left-10{
    left: 10px;
}

.bottom-10{
    bottom: 10px;
}

.middle{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.text-center{
    text-align: center;
}

.text-white{
    color: #fff;
}

.bg-half-black{
    background: rgb(0, 0, 0, 0.5);
}

.none{
    display: none;
}

.searchBox{
    display: none;
}

.pointer{
    cursor: pointer;
}

.productBox:hover .none{
    display: block;
}

.mt-80{
    margin-top: 80px !important;;
}

.mb-80{
    margin-bottom: 80px !important;;
}

.pb-50{
    padding-bottom: 50px;
}

.w-25{
    width: 25%;
}

.ml-20{
    margin-left: 20px;
}

.input1{
    width: 70%;
    height: 35px;
    padding: 5px 10px
}

.inputbtn{
    width: 25%;
    height: 35px
}

@media screen and (max-width: 1400px) {
    .w-20{
        width: 25%;
    }
}

@media screen and (max-width: 1100px) {
    .w-20{
        width: 33.3333%;
    }
}

@media screen and (max-width: 900px) {
    .w-20{
        width: 50%;
    }
    
    .w-25{
        width: 50% !important;;
    }
    
    .nav{
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .w-20{
        width: 100%;
    }
    
    .w-25{
        width: 100% !important;;
    }
}

