*{
    padding: 0;
    margin: 0;
}
body{
    background-color: #f1f3f4;
    font-family: sans-serif;
}
.top-nav-bar{
    height: 57px;
    top: 0;
    position: sticky;
    background: #fff;
    margin-bottom: 20px;
    border-bottom: 3px solid orange;
    z-index: 2;
}

.form-control{
    margin-top: 9px;
    margin-left: 30px;
    border: 1px solid orange;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
}
.input-group-text{
    background: orange;
    border: 1px solid orange;
    margin: 8.5px 10px 3px 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    cursor: pointer;
    

}
.search-box{
    display: inline-flex;
    width: 60%;

}
.fa-search{
    color: white;
    padding: 5px 10px;
}
.menu-bar{
    width: 40%;
    height: 57px;
    float: right;
}
.menu-bar ul{
    display: inline-flex;
    float: right;

}
.menu-bar ul li{
    border-left: 1px solid #fff;
    list-style-type: none;
    padding: 15px 35px;
    text-align: center;
    background-color:orange;
    cursor: pointer;
}
.menu-bar ul li a{
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}
.fa-shopping-basket{
    margin-right: 5px;

}
@media only screen and (max-width: 980px)
{
    .top-nav-bar{
        height: 118px;
        border-bottom: 0;
    }
    .search-bar{
        width: 100%;
    }
    .menu-bar{
        width: 1005;
    }
    .menu-bar ul{
        margin: 10px 0;
        width: 100%;
    }
    .menu-bar ul li{
        height: 57px;
        width: 100%;
    }
}

/*------------------------Side-menu---------------------*/

.side-menu{
    height: 79%;
    width: 15%;
    font-size: 14px;
    float: left;
    z-index: 2;
    background-color: #ddd;
   
}

.side-menu ul{
    margin-left: 10px;
}
.side-menu ul li{
    list-style-type: none;
    font-size:bold;
    margin-top: 10px;
    cursor: pointer;

}
.side-menu ul li:hover{
    color: orange;
}
.side-menu ul li ul{
    display: none;
    z-index: 10;
    top: 77px;
}

.side-menu ul li:hover ul{
    display: block;
    height: 400px;
    margin-left: 14%;
    padding: 0 100px 10px 10px;
    position: fixed;
    background: #ececec;
    box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.5);
}
.fa-angle-right{
    margin-top: 4px;
    margin-right: 8px;
    float: right;

}

#menu-btn, #close-btn{
    font-size: 30px;
    margin: 10px;
    color: orange;
    display: none;
}

@media only screen and (max-width: 980px)
{
    .side-menu{
        width: 34%;
        z-index: 20;
        top:133px;
        position: fixed;
        font-size: 12px;
        display: none;
        

    }
    .side-menu ul li ul{
        top: 133px;

    }
    .side-menu ul li:hover ul{
        margin-left: 31%;
    }
    #menu-btn{
        display: block;
    }
}

/*--------------------slider css-------------------*/

.slider{
    width: 85%;
    margin-left: 15%;
    padding:0 10px;
}
.carousel{
    box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.5);
}

@media only screen and (max-width: 980px)
{
    .slider{
        width: 100%;
        margin-left: 0;
    }
}

/*--------------------featured-categories-------------------*/

.featured-categories{
    margin: 70px 0;
    margin-left: 10%;
}
.featured-categories img{
    width: 70%;
    padding: 20px;
    transition: 1s;
    cursor: pointer;
   
}
.featured-categories img:hover{
    transform: scale(1.1);

}
/*--------------------good vibes-------------------*/

.title-box{
    background-color: orange;
    color: white;
    width: 180px;
    padding: 4px 10px;
    height: 40px;
    margin-bottom: 30px;
    display: flex;
    margin-left: 7%;

}

.title-box h2{
    font-size: 24px;

}
.title-box::after{
    content: '';
    border-top: 40px solid orange;
    border-right: 50px solid transparent;
    position: absolute;
    display: flex;
    margin: -4px;
    margin-left: 170px;
}

/*-----------------------product-top CSS-------------------------*/

.product-top img{
    width: 70%;
    margin-left: 70px;
}

.overlay-right{
    display: block;
    opacity: 0;
    position: absolute;
    top: 10%;
    margin-left: 0;
    width: 70px;
}
.overlay-right .fa{
    cursor: pointer;
    background-color: #fff;
    color: #000;
    height: 35px;
    width: 35px;
    font-size: 20px;
    padding: 7px;
    margin-top: 5%;
    margin-bottom: 5%;

}
.overlay-right .btn-secondary{
    background: none;
    border: none;
    box-shadow: none;

}

.product-top:hover .overlay-right{
    opacity: 1;
    margin-left: 5%;
    transition: 0.5s;
}

/*--------------------product-bottom-Css-----------------------*/
.product-bottom {
    margin-left: 50px;

}
.product-bottom .fa{
    color: orange;
    font-size: 10px;
    
}
.product-bottom h3{
    font-size: 20px;
    font-weight: bold;
}
.product-bottom h5{
    font-size: 15px;
    padding-bottom: 10px;
}

/*-------------------------website-features--------------------------*/


.website-features{
    margin: 60px 0px;
}
.website-features img{
    width: 20%;
    margin-left: 40px;

}

.feature-text{
    margin-top: 10px;
    float: right;
    width: 50%;
    padding-left: 20px;
}
.feature-box{
    padding-top: 20px;
}

/*-------------------------footer--------------------------*/


.footer{
    margin-top: 50px;
    background: #000;
    color: #fff;
}
.footer h1{
    font-size: 15px;
    margin: 25px 0;

}
.footer p{
    font-size: 12px;
}

.copyright{
    margin-bottom: -80px;
    text-align: center;
    font-size: 15px;
    padding-bottom: 20px;
}

.fa-heart-o{
    color: red;
    font-size: 15px;
}
.footer hr{
    margin-top: 10px;
    background-color: #ccc;
}
.footer-image img{
    width: 150px;
}
.footer .row .fa{
    padding-right: 20px;
    font-size: 15px;
}