﻿*
{
 margin:0;
 padding:0;
}

body
{
 margin:0;
 padding:0;
 font-family:sans-serif;
}

.bg-green {
    background-color: #577632;
}

/*Top header section bar*/
.top-head-link {
    font-size: 14px;
    font-family: Tahoma;
}

.shop-category-head-txt
{
padding:22.6px;
font-size:16px;
}

/*End top header section bar*/

/*menu bars*/
.sidebar .nav-link
{
 color:#000!important;
}

    .sidebar .nav-link:hover {
        color: #ffc107 !important;
    }

.sidebar li .submenu {
    list-style: none;
    margin: 0;
    padding: 0;
}


/*end menu bars*/



/*Carousel section*/

.carousel-caption
{
 top:20%;
 right:0;
 left:-30%;
}
/*end carousel section*/


/*Slider section*/

.hrLine {
    border-bottom: 2px solid #577632;
}
/*End slider section*/

/*shop slider fisrt*/
.overlayText
{
 top:30%;
 right:50%;
}
/*end shop slider first*/
/*Footer*/
.footer-main-section {
    background-color: #f2f2f2;
}

.footer-social-icons-ul li
{
 padding:12px;
}

.footer-social-icons-ul .facebook {
    background-color: #385693;
}

.footer-social-icons-ul .twitter {
    background-color: #40BFF5;
}

.footer-social-icons-ul .instagram {
    background-color: #D02A52;
}

.footer-social-icons-ul .whatsapp {
    background-color: #0DC143;
}

.copyright-footer {
    background-color: #f2f2f2;
    position:relative;
}

.copyright-txt
{
 font-size:14px;
}


#scrollTopBtn {
    background-color: lightgray;
    border: none;
    border-radius: 50%;
    color: blue;
    cursor: pointer;
    font-size: 10px;
    font-weight: normal;
    line-height: 42px;
    width: 42px;
    position: absolute;
    top: 10%;
    left: 95%;
    outline: none;
}

.bottom-menu-text
{
  font-size:12px;
  font-family:sans-serif;
  font-weight:normal;
}

.count-wishlist, .count-cart {
    font-size: 12px;
}

@media only screen and (max-width: 480px) {
    #scrollTopBtn {
        background-color: lightgray;
        border: none;
        border-radius: 50%;
        color: blue;
        cursor: pointer;
        font-size: 10px;
        font-weight: normal;
        line-height: 42px;
        width: 42px;
        position: absolute;
        top: 25%;
        left: 85%;
        outline: none;
    }

}
/*end footer*/


/*Pop up modals styling*/
.remember-me-txt, .forgotPass-me-txt {
    font-size: 14px;
    font-family: sans-serif;
}

/*End Pop up modals styling*/
